Sie sind nicht angemeldet.
hanspeter
Senior Member
:
Zitat
1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.
Update it - if not already done - via YaST2 Online Update (YOU) and
configure the kernel sources then with the following commands:
cd /usr/src/linux
make cloneconfig
make prepare-all (only for kernel-source >= 2.6.5-7.75)
2) Use the nvidia installer for 1.0-6111.
a) kernel-source < 2.6.5-7.75
sh NVIDIA-Linux-x86-1.0-6111-pkg1.run -q
b) kernel-source >= 2.6.5-7.75
sh NVIDIA-Linux-x86-1.0-6111-pkg1.run -q --kernel-source-path=/usr/src/linux
3) Configure XFree86 with
sax2 -m 0=nvidia (0 is a digit, not a letter!)
NOTE: There is no need to try to enable 3D support. It's already
enabled, when the nvidia driver is running.
-