|
|
发表于 2006-3-25 18:56:38
|
显示全部楼层
Post by 5607434
我的是SUSE 10.1的啊,要打什么补丁啊
1. SUSE LINUX 10.1-IA32 (Beta)
1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.
2) Use the nvidia installer for 1.0-8178, i.e. extract it, apply
according patch(es), which you can find on
http://www.nvnews.net/vbulletin/showthread.php?t=62021
NVIDIA_kernel-1.0-8178-U012206.diff.txt
(copy the patch(es) to /tmp) and execute the installer itself
sh NVIDIA-Linux-x86-1.0-8178-pkg1.run -x
cd NVIDIA-Linux-x86-1.0-8178-pkg1
patch -p0 -s -i /tmp/NVIDIA_kernel-1.0-8178-U012206.diff.txt
./nvidia-installer -q -n
3) Configure X.Org with
sax2 -r -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.
IMPORTANT: You need to recompile and install the nvidia kernel module
after each kernel update.
cd NVIDIA-Linux-x86-1.0-8178-pkg1
./nvidia-installer -K |
|