Kezdőlap › Fórumok › UHU Linux › Általános UHU problémák, javaslatok › Uhu 2.0 és az nvidia driver
- This topic has 92 hozzászólás, 18 résztvevő, and was last updated 18 years, 3 months telt el by
zaki.
-
SzerzőBejegyzés
-
2007-01-28-13:08 #2074669
Egyáltalán azt tudja az x, hogy neki az nvidia driver-t kell használni?
és beírtam a Load „glx” helyett a Load „/usr/lib/xorg/modules/extensions/@libglx.so”
És miért, ha szabad kérdeznem? Jó az a Load glx…
2007-01-28-14:54 #2074670Load „/usr/lib/xorg/modules/extensions/@libglx.so” A @ jel nélkül kell.
Load „/usr/lib/xorg/modules/extensions/libglx.so”
Szerintem másold ide be a konfig fájlodat.2007-01-28-17:50 #2074671Nekem is az nvidia driverrel van problémám, talán tudtok segíteni. Ezt csináltam:
1. feltettem a kernel és a kernel-headers frissítet csomagját; gcc telepítve a dvd-ről
2. rootként modprobe -r nvidiafb, erre nem ír ki semmit; rmmod nvidiafb és rmmod rivafb-re error (nem létező fájl vagy könyvtár)
3. init 3, újra bejelentkezek rootként
4. elindítom a run-t az alaplaphoz adott cd-ről (integrált grafika)
5. licensz elfogadva, kérdezi, hogy letöltsön-e valamit az internetről, válasz: NO (nincs netem)
6. megpróbálja fordítani a kernelt, dolgozik egy darabig, végül:Code:Error: Unable to build the NVidia kernel modul.nvidia-installer.log tartalma:
Code:nvidia-installer log file ‘/var/log/nvidia-installer.log’
creation time: Sun Jan 28 17:56:49 2007option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : true
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Performing CC test with CC=”cc”.
-> Kernel source path: ‘/lib/modules/2.6.17.6-10/source’
-> Kernel output path: ‘/lib/modules/2.6.17.6-10/build’
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Cleaning kernel module build directory.
executing: ‘cd ./usr/src/nv; make clean’…
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
agp.o os-interface.o os-registry.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -f stprof stprof.o symtab.h
rm -f -rf .tmp_versions
-> Building kernel module:
executing: ‘cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.17.6-10/sou
rce SYSOUT=/lib/modules/2.6.17.6-10/build’…
NVIDIA: calling KBUILD…
make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.17.6-10/build KBUILD_VERBOSE=1 -C
/lib/modules/2.6.17.6-10/source SUBDIRS=/tmp/selfgz1381/NVIDIA-Linux-x86-1.0
-8174-pkg1/usr/src/nv modules
make -C /lib/modules/2.6.17.6-10/build
KBUILD_SRC=/usr/src/linux-2.6.17.6-10
KBUILD_EXTMOD=”/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv” -f
/usr/src/linux-2.6.17.6-10/Makefile modules
mkdir -p /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/.tmp_vers
ions
rm -f /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/.tmp_version
s/*
make -f /usr/src/linux-2.6.17.6-10/scripts/Makefile.build obj=/tmp/selfgz138
1/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv
echo #define NV_COMPILER „`cc -v 2>&1 | tail -n 1`” > /tmp/selfgz1381/NVI
DIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv_compiler.h
cc -Wp,-MD,/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/.nv.o
.d -nostdinc -isystem /usr/lib/gcc/i586-uhu-linux/3.4.6/include -D__KERNEL_
_ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.17.6-10/include -include include
/linux/autoconf.h -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/
nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fn
o-common -Os -fno-omit-frame-pointer -fno-optimize-sibling-calls -pipe -msof
t-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i586 -fno-op
timize-sibling-calls -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.17.6-10
/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wdeclaration
-after-statement -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/n
v -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparen
theses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-comp
are -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -D
NTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PAT
CHLEVEL=8174 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT
-DNV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D”KBUILD_STR(s)=#s” -D”KBUILD_BASENA
ME=KBUILD_
STR(nv)” -D”KBUILD_MODNAME=KBUILD_STR(nvidia)” -c -o /tmp/selfgz1381/NVIDIA
-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.o /tmp/selfgz1381/NVIDIA-Linux-x86-1.
0-8174-pkg1/usr/src/nv/nv.c
In file included from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv.c:14:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv-linux.h:677:2:
warning: #warning „conftest.sh failed, assuming remap_page_range(4)!”
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:47,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv.c:14:
include/linux/prefetch.h: In function `prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type `void *’ used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:71,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv.c:14:
include/asm/io.h: In function `check_signature’:
include/asm/io.h:246: warning: wrong type argument to increment
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c: At top level
:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:296: warning:
initialization from incompatible pointer type
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c: In function
`nvos_get_agp_device_by_class’:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:502: warning:
implicit declaration of function `pci_find_class’
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:502: warning:
assignment makes pointer from integer without a cast
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:516: warning:
assignment makes pointer from integer without a cast
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c: In function
`nvidia_init_module’:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:1305: warning
: implicit declaration of function `pm_register’
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:1305: warning
: assignment makes pointer from integer without a cast
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:1423: warning
: implicit declaration of function `pm_unregister’
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c: In function
`nv_kern_mmap’:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:1979: warning
: implicit declaration of function `remap_page_range’
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c: In function
`nvos_count_devices’:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:3641: warning
: assignment makes pointer from integer without a cast
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv.c:3647: warning
: assignment makes pointer from integer without a cast
cc -Wp,-MD,/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/.nv-v
m.o.d -nostdinc -isystem /usr/lib/gcc/i586-uhu-linux/3.4.6/include -D__KERN
EL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.17.6-10/include -include incl
ude/linux/autoconf.h -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/s
rc/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
-fno-common -Os -fno-omit-frame-pointer -fno-optimize-sibling-calls -pipe -m
soft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i586 -fno
-optimize-sibling-calls -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.17.6
-10/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wdeclarat
ion-after-statement -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/sr
c/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wpa
rentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-c
ompare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES
-D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV
_MINOR_VERSION=0 -DNV_PATCHLEVEL=8174 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPL
E_BRIDGE_AGPGART_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D”KBUILD_ST
R(s)=#s” -D”KBUILD_BASENAME=KBUILD_STR(nv_vm)” -D”KBUILD_MODNAME=KBUILD_STR
(nvidia)” -c -o /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv
-vm.o /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv-vm.c
In file included from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-vm.c:14:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv-linux.h:677:2:
warning: #warning „conftest.sh failed, assuming remap_page_range(4)!”
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:47,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-vm.c:14:
include/linux/prefetch.h: In function `prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type `void *’ used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:71,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-vm.c:14:
include/asm/io.h: In function `check_signature’:
include/asm/io.h:246: warning: wrong type argument to increment
cc -Wp,-MD,/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/.os-a
gp.o.d -nostdinc -isystem /usr/lib/gcc/i586-uhu-linux/3.4.6/include -D__KER
NEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.17.6-10/include -include inc
lude/linux/autoconf.h -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/
src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
-fno-common -Os
-fno-omit-frame-pointer -fno-optimize-sibling-calls -pipe -msoft-float -mpr
eferred-stack-boundary=2 -fno-unit-at-a-time -march=i586 -fno-optimize-sibli
ng-calls -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.17.6-10/include/asm
-i386/mach-default -Iinclude/asm-i386/mach-default -Wdeclaration-after-state
ment -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv -Wall -Wim
plicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpoi
nter-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -Wno-cas
t-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -DNVRM
-DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8174
-UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_CHANGE_P
AGE_ATTR_PRESENT -DMODULE -D”KBUILD_STR(s)=#s” -D”KBUILD_BASENAME=KBUILD_STR
(os_agp)” -D”KBUILD_MODNAME=KBUILD_STR(nvidia)” -c -o /tmp/selfgz1381/NVIDI
A-Linux-x86-1.0-8174-pkg1/usr/src/nv/os-agp.o /tmp/selfgz1381/NVIDIA-Linux-x
86-1.0-8174-pkg1/usr/src/nv/os-agp.
c
In file included from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/os-agp.c:24:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv-linux.h:677:2:
warning: #warning „conftest.sh failed, assuming remap_page_range(4)!”
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:47,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/os-agp.c:24:
include/linux/prefetch.h: In function `prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type `void *’ used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:71,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/os-agp.c:24:
include/asm/io.h: In function `check_signature’:
include/asm/io.h:246: warning: wrong type argument to increment
cc -Wp,-MD,/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/.os-i
nterface.o.d -nostdinc -isystem /usr/lib/gcc/i586-uhu-linux/3.4.6/include –
D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.17.6-10/include -inclu
de include/linux/autoconf.h -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg
1/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-al
iasing -fno-common -Os -fno-omit-frame-pointer -fno-optimize-sibling-calls –
pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i5
86 -fno-optimize-sibling-calls -mregparm=3 -ffreestanding -I/usr/src/linux-2
.6.17.6-10/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -Wd
eclaration-after-statement -I/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1
/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscrip
ts -Wpa
rentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-c
ompare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE
-DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_P
ATCHLEVEL=8174 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGART_PRESEN
T -DNV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D”KBUILD_STR(s)=#s” -D”KBUILD_BASE
NAME=KBUILD_STR(os_interface)” -D”KBUILD_MODNAME=KBUILD_STR(nvidia)” -c -o
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/os-interface.o /tm
p/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/os-interface.c
In file included from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/os-interface.c:26:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/nv-linux.h:677:2:
warning: #warning „conftest.sh failed, assuming remap_page_range(4)!”
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:41,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:47,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/os-interface.c:26:
include/linux/prefetch.h: In function `prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type `void *’ used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/nv-linux.h:71,
from /tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv/os-interface.c:26:
include/asm/io.h: In function `check_signature’:
include/asm/io.h:246: warning: wrong type argument to increment
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/os-interface.c: In
function `os_set_mlock_capability’:
/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/os-interface.c:137
5: error: structure has no member named `rlim’
make[4]: *** [/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src/nv/os-i
nterface.o] Error 1
make[3]: *** [_module_/tmp/selfgz1381/NVIDIA-Linux-x86-1.0-8174-pkg1/usr/src
/nv] Error 2
make[2]: *** [modules] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [mdl] Error 1
make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file
‘/var/log/nvidia-installer.log’ for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at http://www.nvidia.com.2007-01-28-17:59 #2074672Javaslok egy újabb drájvert letölteni a http://www.nvidia.com-ról, ui. a te verziód eszerint 2005. december 5-ei, tehát bő egy éves.
2007-01-28-19:04 #2074673uzsolt!
Az eredmény azt mutatja, hogy nem volt jó a hosszu sor a @-cal. Megpróbáltam, mert nem tudtam, hogy hiába találom @-cal vagy *-gal a könyvtárában, mégsem így kell hivatkozni rá. Én most a ‘Load „libglx.so.1.0.9629” ‘ sort érzem nyerőnek.
A Driver kiadási ideje gondolom nem nekem szólt, mert az 1.0-9629 2006 nov. 7-i.csablak!
Arra gondolsz, amivel most dolgozom?Ez itt van, de biztos nem így gondoltad,mert én az mc-ből nem tudok (és nemis nagyon mernék ide másolni). Ez amit be tudok mutatni, ez a működő fájlról készített biztonsági másolatom a KWrite-ból ctrl+C és V-vel idemásolva.
Section „Files”
FontPath „/usr/share/fonts/local”
FontPath „/usr/share/fonts/misc:unscaled”
FontPath „/usr/share/fonts/75dpi:unscaled”
FontPath „/usr/share/fonts/100dpi:unscaled”
FontPath „/usr/share/fonts/misc”
FontPath „/usr/share/fonts/75dpi”
FontPath „/usr/share/fonts/100dpi”
FontPath „/usr/share/fonts/TTF”
FontPath „/usr/share/fonts/Type1”
FontPath „/usr/share/fonts/ghostscript”
FontPath „/usr/share/fonts/unifont”
FontPath „/usr/share/fonts/freefont”
FontPath „/usr/share/fonts/jmk”
EndSectionSection „Module”
Load „record”
Load „extmod”
Load „dbe”
Load „dri”
Load „v4l”
Load „glx”
EndSectionSection „ServerFlags”
AllowMouseOpenFail
EndSectionSection „Monitor”
Identifier „UHU-Monitor”
HorizSync 30-63
VertRefresh 50-77
Option „DPMS”
Modeline „400×256” 22.00 400 416 480 504 256 259 262 269 doublescan
Modeline „640×480” 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
Modeline „640×480” 29.43 640 664 728 816 480 481 484 501 -HSync +Vsync
Modeline „640×480” 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
Modeline „640×480” 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync
Modeline „640×480” 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
Modeline „640×480” 47.76 640 680 744 848 480 481 484 512 -HSync +Vsync
Modeline „640×480” 52.41 640 680 744 848 480 481 484 515 -HSync +Vsync
Modeline „800×600” 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
Modeline „800×600” 46.87 800 840 920 1040 600 601 604 626 -HSync +Vsync
Modeline „800×600” 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
Modeline „800×600” 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync
Modeline „800×600” 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
Modeline „800×600” 75.47 800 848 936 1072 600 601 604 640 -HSync +Vsync
Modeline „800×600” 83.95 800 856 944 1088 600 601 604 643 -HSync +Vsync
Modeline „1024×768” 65.000 1024 1048 1184 1344 768 771 777 806 -Hsync -Vsync
Modeline „1024×768” 75.000 1024 1048 1184 1328 768 771 777 806 -Hsync -Vsync
Modeline „1024×768” 78.800 1024 1040 1136 1312 768 769 772 800 +Hsync +Vsync
Modeline „1024×768” 94.500 1024 1072 1168 1376 768 769 772 808 +Hsync +Vsync
Modeline „1024×768” 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
Modeline „1024×768” 125.41 1024 1096 1208 1392 768 769 772 819 -HSync +Vsync
Modeline „1024×768” 133.475 1024 1100 1212 1400 768 768 770 794 -Hsync +Vsync doublescan
Modeline „1024×768” 139.05 1024 1104 1216 1408 768 769 772 823 -HSync +Vsync
Modeline „1024×768” 170.240 1024 1108 1220 1416 768 768 770 801 -Hsync +Vsync doublescan
Modeline „1024×768” 194.020 1024 1108 1220 1416 768 768 770 806 -Hsync +Vsync doublescan
Modeline „1152×864” 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
Modeline „1152×864” 99.64 1152 1224 1344 1536 864 865 868 901 -HSync +Vsync
Modeline „1152×864” 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
Modeline „1152×864” 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
Modeline „1152×864” 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
Modeline „1152×864” 160.48 1152 1240 1368 1584 864 865 868 921 -HSync +Vsync
Modeline „1152×864” 176.01 1152 1240 1368 1584 864 865 868 926 -HSync +Vsync
Modeline „1280×960” 102.10 1280 1360 1496 1712 960 961 964 994 -HSync +Vsync
Modeline „1280×960” 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
Modeline „1280×960” 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
Modeline „1280×960” 149.43 1280 1376 1512 1744 960 961 964 1008 -HSync +Vsync
Modeline „1280×960” 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
Modeline „1280×960” 198.05 1280 1376 1520 1760 960 961 964 1023 -HSync +Vsync
Modeline „1280×960” 217.32 1280 1376 1520 1760 960 961 964 1029 -HSync +Vsync
Modeline „1280×1024” 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
Modeline „1280×1024” 132.75 1280 1368 1504 1728 1024 1025 1028 1067 -HSync +Vsync
Modeline „1280×1024” 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
Modeline „1280×1024” 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
Modeline „1280×1024” 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
Modeline „1280×1024” 211.22 1280 1376 1520 1760 1024 1025 1028 1091 -HSync +Vsync
Modeline „1280×1024” 233.79 1280 1384 1528 1776 1024 1025 1028 1097 -HSync +Vsync
Modeline „1400×1050” 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
Modeline „1400×1050” 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
Modeline „1400×1050” 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
Modeline „1400×1050” 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
Modeline „1400×1050” 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
Modeline „1400×1050” 237.32 1400 1512 1664 1928 1050 1051 1054 1119 -HSync +Vsync
Modeline „1400×1050” 262.44 1400 1520 1672 1944 1050 1051 1054 1125 -HSync +Vsync
Modeline „1600×1200” 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
Modeline „1600×1200” 196.00 1600 1712 1888 2176 1200 1201 1204 1251 -HSync +Vsync
Modeline „1600×1200” 205.99 1600 1720 1896 2192 1200 1201 1204 1253 -HSync +Vsync
Modeline „1600×1200” 234.76 1600 1720 1896 2192 1200 1201 1204 1260 -HSync +Vsync
Modeline „1600×1200” 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
Modeline „1600×1200” 312.65 1600 1736 1912 2224 1200 1201 1204 1278 -HSync +Vsync
Modeline „1600×1200” 343.21 1600 1736 1912 2224 1200 1201 1204 1286 -HSync +Vsync
EndSectionSection „Device”
Identifier „UHU-Card”
Driver „auto”
EndSectionSection „Screen”
Identifier „UHU-Screen”
Device „UHU-Card”
Monitor „UHU-Monitor”
DefaultDepth 24
SubSection „Display”
Depth 8
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 15
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 16
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 24
Modes „1024×768” „800×600” „640×480”
EndSubSection
EndSectionSection „Device”
Identifier „UHU-Fallback-Vesa-Card”
Driver „vesa”
Option „NoAccel” „On”
Option „HWCursor” „Off”
EndSectionSection „Screen”
Identifier „UHU-Fallback-Vesa-Screen”
Device „UHU-Fallback-Vesa-Card”
Monitor „UHU-Monitor”
DefaultDepth 16
SubSection „Display”
Depth 8
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 15
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 16
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 24
Modes „1024×768” „800×600” „640×480”
EndSubSection
EndSectionSection „Device”
Identifier „UHU-Fallback-Vga-Card”
Driver „vga”
Option „NoAccel” „On”
Option „HWCursor” „Off”
EndSectionSection „Screen”
Identifier „UHU-Fallback-Vga-Screen”
Device „UHU-Fallback-Vga-Card”
Monitor „UHU-Monitor”
DefaultDepth 4
SubSection „Display”
Depth 4
Modes „640×480”
EndSubSection
EndSectionSection „InputDevice”
Identifier „UHU-Keyboard”
Driver „kbd”
Option „AutoRepeat” „250 30”
Option „XkbRules” „xorg”
Option „XkbModel” „pc105”
Option „XkbLayout” „hu,us”
Option „XkbVariant” „,”
Option „XkbOptions” „grp:alt_shift_toggle”
EndSectionSection „ServerLayout”
Identifier „UHU-Layout”
Screen „UHU-Screen”
Screen „UHU-Fallback-Vesa-Screen”
Screen „UHU-Fallback-Vga-Screen”
InputDevice „UHU-Keyboard” „CoreKeyboard”
EndSectionSection „ServerLayout”
Identifier „UHU-Fallback-Vesa-Layout”
Screen „UHU-Fallback-Vesa-Screen”
Screen „UHU-Fallback-Vga-Screen”
InputDevice „UHU-Keyboard” „CoreKeyboard”
EndSectionSection „ServerLayout”
Identifier „UHU-Fallback-Vga-Layout”
Screen „UHU-Fallback-Vga-Screen”
InputDevice „UHU-Keyboard” „CoreKeyboard”
EndSectionSection „DRI”
Mode 0660
Group „video”
EndSection
Section „Files”
FontPath „/usr/share/fonts/local”
FontPath „/usr/share/fonts/misc:unscaled”
FontPath „/usr/share/fonts/75dpi:unscaled”
FontPath „/usr/share/fonts/100dpi:unscaled”
FontPath „/usr/share/fonts/misc”
FontPath „/usr/share/fonts/75dpi”
FontPath „/usr/share/fonts/100dpi”
FontPath „/usr/share/fonts/TTF”
FontPath „/usr/share/fonts/Type1”
FontPath „/usr/share/fonts/ghostscript”
FontPath „/usr/share/fonts/unifont”
FontPath „/usr/share/fonts/freefont”
FontPath „/usr/share/fonts/jmk”
EndSectionSection „Module”
Load „record”
Load „extmod”
Load „dbe”
Load „dri”
Load „v4l”
Load „glx”
EndSectionSection „ServerFlags”
AllowMouseOpenFail
EndSectionSection „Monitor”
Identifier „UHU-Monitor”
HorizSync 30-63
VertRefresh 50-77
Option „DPMS”
Modeline „400×256” 22.00 400 416 480 504 256 259 262 269 doublescan
Modeline „640×480” 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
Modeline „640×480” 29.43 640 664 728 816 480 481 484 501 -HSync +Vsync
Modeline „640×480” 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
Modeline „640×480” 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync
Modeline „640×480” 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
Modeline „640×480” 47.76 640 680 744 848 480 481 484 512 -HSync +Vsync
Modeline „640×480” 52.41 640 680 744 848 480 481 484 515 -HSync +Vsync
Modeline „800×600” 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
Modeline „800×600” 46.87 800 840 920 1040 600 601 604 626 -HSync +Vsync
Modeline „800×600” 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
Modeline „800×600” 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync
Modeline „800×600” 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
Modeline „800×600” 75.47 800 848 936 1072 600 601 604 640 -HSync +Vsync
Modeline „800×600” 83.95 800 856 944 1088 600 601 604 643 -HSync +Vsync
Modeline „1024×768” 65.000 1024 1048 1184 1344 768 771 777 806 -Hsync -Vsync
Modeline „1024×768” 75.000 1024 1048 1184 1328 768 771 777 806 -Hsync -Vsync
Modeline „1024×768” 78.800 1024 1040 1136 1312 768 769 772 800 +Hsync +Vsync
Modeline „1024×768” 94.500 1024 1072 1168 1376 768 769 772 808 +Hsync +Vsync
Modeline „1024×768” 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
Modeline „1024×768” 125.41 1024 1096 1208 1392 768 769 772 819 -HSync +Vsync
Modeline „1024×768” 133.475 1024 1100 1212 1400 768 768 770 794 -Hsync +Vsync doublescan
Modeline „1024×768” 139.05 1024 1104 1216 1408 768 769 772 823 -HSync +Vsync
Modeline „1024×768” 170.240 1024 1108 1220 1416 768 768 770 801 -Hsync +Vsync doublescan
Modeline „1024×768” 194.020 1024 1108 1220 1416 768 768 770 806 -Hsync +Vsync doublescan
Modeline „1152×864” 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
Modeline „1152×864” 99.64 1152 1224 1344 1536 864 865 868 901 -HSync +Vsync
Modeline „1152×864” 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
Modeline „1152×864” 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
Modeline „1152×864” 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
Modeline „1152×864” 160.48 1152 1240 1368 1584 864 865 868 921 -HSync +Vsync
Modeline „1152×864” 176.01 1152 1240 1368 1584 864 865 868 926 -HSync +Vsync
Modeline „1280×960” 102.10 1280 1360 1496 1712 960 961 964 994 -HSync +Vsync
Modeline „1280×960” 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
Modeline „1280×960” 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
Modeline „1280×960” 149.43 1280 1376 1512 1744 960 961 964 1008 -HSync +Vsync
Modeline „1280×960” 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
Modeline „1280×960” 198.05 1280 1376 1520 1760 960 961 964 1023 -HSync +Vsync
Modeline „1280×960” 217.32 1280 1376 1520 1760 960 961 964 1029 -HSync +Vsync
Modeline „1280×1024” 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
Modeline „1280×1024” 132.75 1280 1368 1504 1728 1024 1025 1028 1067 -HSync +Vsync
Modeline „1280×1024” 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
Modeline „1280×1024” 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
Modeline „1280×1024” 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
Modeline „1280×1024” 211.22 1280 1376 1520 1760 1024 1025 1028 1091 -HSync +Vsync
Modeline „1280×1024” 233.79 1280 1384 1528 1776 1024 1025 1028 1097 -HSync +Vsync
Modeline „1400×1050” 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
Modeline „1400×1050” 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
Modeline „1400×1050” 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
Modeline „1400×1050” 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
Modeline „1400×1050” 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
Modeline „1400×1050” 237.32 1400 1512 1664 1928 1050 1051 1054 1119 -HSync +Vsync
Modeline „1400×1050” 262.44 1400 1520 1672 1944 1050 1051 1054 1125 -HSync +Vsync
Modeline „1600×1200” 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
Modeline „1600×1200” 196.00 1600 1712 1888 2176 1200 1201 1204 1251 -HSync +Vsync
Modeline „1600×1200” 205.99 1600 1720 1896 2192 1200 1201 1204 1253 -HSync +Vsync
Modeline „1600×1200” 234.76 1600 1720 1896 2192 1200 1201 1204 1260 -HSync +Vsync
Modeline „1600×1200” 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
Modeline „1600×1200” 312.65 1600 1736 1912 2224 1200 1201 1204 1278 -HSync +Vsync
Modeline „1600×1200” 343.21 1600 1736 1912 2224 1200 1201 1204 1286 -HSync +Vsync
EndSectionSection „Device”
Identifier „UHU-Card”
Driver „auto”
EndSectionSection „Screen”
Identifier „UHU-Screen”
Device „UHU-Card”
Monitor „UHU-Monitor”
DefaultDepth 24
SubSection „Display”
Depth 8
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 15
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 16
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 24
Modes „1024×768” „800×600” „640×480”
EndSubSection
EndSectionSection „Device”
Identifier „UHU-Fallback-Vesa-Card”
Driver „vesa”
Option „NoAccel” „On”
Option „HWCursor” „Off”
EndSectionSection „Screen”
Identifier „UHU-Fallback-Vesa-Screen”
Device „UHU-Fallback-Vesa-Card”
Monitor „UHU-Monitor”
DefaultDepth 16
SubSection „Display”
Depth 8
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 15
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 16
Modes „1024×768” „800×600” „640×480”
EndSubSection
SubSection „Display”
Depth 24
Modes „1024×768” „800×600” „640×480”
EndSubSection
EndSectionSection „Device”
Identifier „UHU-Fallback-Vga-Card”
Driver „vga”
Option „NoAccel” „On”
Option „HWCursor” „Off”
EndSectionSection „Screen”
Identifier „UHU-Fallback-Vga-Screen”
Device „UHU-Fallback-Vga-Card”
Monitor „UHU-Monitor”
DefaultDepth 4
SubSection „Display”
Depth 4
Modes „640×480”
EndSubSection
EndSectionSection „InputDevice”
Identifier „UHU-Keyboard”
Driver „kbd”
Option „AutoRepeat” „250 30”
Option „XkbRules” „xorg”
Option „XkbModel” „pc105”
Option „XkbLayout” „hu,us”
Option „XkbVariant” „,”
Option „XkbOptions” „grp:alt_shift_toggle”
EndSectionSection „ServerLayout”
Identifier „UHU-Layout”
Screen „UHU-Screen”
Screen „UHU-Fallback-Vesa-Screen”
Screen „UHU-Fallback-Vga-Screen”
InputDevice „UHU-Keyboard” „CoreKeyboard”
EndSectionSection „ServerLayout”
Identifier „UHU-Fallback-Vesa-Layout”
Screen „UHU-Fallback-Vesa-Screen”
Screen „UHU-Fallback-Vga-Screen”
InputDevice „UHU-Keyboard” „CoreKeyboard”
EndSectionSection „ServerLayout”
Identifier „UHU-Fallback-Vga-Layout”
Screen „UHU-Fallback-Vga-Screen”
InputDevice „UHU-Keyboard” „CoreKeyboard”
EndSectionSection „DRI”
Mode 0660
Group „video”
EndSectionBocs, hogy ilyen hosszú.
malo2007-01-28-19:10 #2074674Akkor csatold legközelebb.
Egyébként a kiadásos dolog tényleg nem neked szólt, ezért szeretem én az olyan topikokat, ahol egyszerre több szálon is lehet problámákat megoldani (gyűjtőtopik).2007-01-28-20:15 #2074675Letöltöttem egy újabb drivert (sajnos csak a 3. legújabbat, mert az első kettőt nem töltötte le, hanem megnyitotta a böngészőben), ez már be tudta állítani a kernelt és feltelepült.
Már csak egyet nem értek: ha Athlon procim van, akkor miért csak a sima x86 drivert tudja telepíteni, a 64-bites AMD-khez való x86_64-es verziót pedig mindjárt a sh parancs kiadása után errorozza (inkompatibilitásra hivatkozik)?
2007-01-28-20:17 #2074676rachel wrote:mert az első kettőt nem töltötte le, hanem megnyitotta a böngészőbenAzért esetleg meg lehetne tanulni a böngésző használatát is.
2007-01-28-20:24 #2074677rachel wrote:ha Athlon procim van, akkor miért csak a sima x86 drivert tudja telepíteni, a 64-bites AMD-khez való x86_64-es verziót pedig mindjárt a sh parancs kiadása után errorozza (inkompatibilitásra hivatkozik)?Tippelek: azért, mert UHU-t használsz.
Esetleg az „(inkompatibilitásra hivatkozik)” helyett elolvasnám a pontos hibaüzenetet.2007-01-28-20:37 #2074678malo
Ez a konfig fájl miért ilyen hosszú?
Minden szekcióból csak egy kell.A Monitor szekcióban nyugodtan kitörölheted azokat a felbontási értékeket amiket nem használsz, vagy nem tudja a monitorod.
Nekem pld. csak EGY modeline sorom van.Section „Device”
Identifier „UHU-Card”
Driver „auto”
EndSectionSection „Device”
Identifier „UHU-Fallback-Vesa-Card”
Driver „vesa”
Option „NoAccel” „On”
Option „HWCursor” „Off”
EndSectionEz pld. már a második device. És ez is meg van vagy kétszer.
Egy kell csak még pedig az amelyik az nvidiáé.
Ezekből egyik sem az nvidiáé.
Nézd meg azt, amit én beraktam ide.A serverlayout-ból sem kell több egynél. Semmiből nem kell több egynél.
De ha ez ennyire macerás neked, akkor tegyél fel egy Mandrivát, és telepítsd csomagból az nvidiát.
Csak ennyi kell hozzá:
wget ftp://ftp.mandrake.redbox.cz/plf/mandriva/2007.0/non-free/backports/binary/i586/nvidia-9631-1plf2007.0.i586.rpm
wget ftp://ftp.mandrake.redbox.cz/plf/mandriva/2007.0/non-free/backports/binary/i586/dkms-nvidia-9631-1plf2007.0.i586.rpm
su
urpmi nvidia-9631 dkms-nvidia-9631
És ekkor automata módon meglesz a hőn áhított nvidia 3d meghajtód. -
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz