|
发表于 2005-10-3 10:41:13
|
显示全部楼层
这样试试!
1. 修改/etc/selinux/config
注释掉SELISELINUX=enforcing
增加一行SELINUX=disabled
2. 修改/etc/inittab
id:5:initdefault: 改为 id:3:initdefault:
3. 然后重新启动你的电脑
4. sh ./nvidia*.sh 执行安装程序,过程中如果提示没有识别出你的kernel并且要上nvidia的网站下更新版本的时候选NO其余都是YES
5. 安装完成后,把刚才的/etc/selinux/config文件改回来.
6. 修改/etc/X11/xorg.conf
把启动modules中的"dri"的一行去掉
然后把驱动中有"nv"的地方换成"nvidia"
保存,退出.
7. 修改/etc/modprobe.conf
options NVdriver NVreg_SoftEDIDs=0 NVreg_Mobile=2
(这个是我显示器一定要配置的,不然显示不正确。笔记本的液晶屏幕。)
8. 修改/etc/inittab
id:3:initdefault: 改为 id:5:initdefault:
9. 执行fixfiles relabel,等待,然后重启,重启过程中大概有10分钟的等待.出现nvidia的logo成功.
下面这些参数也是调节屏幕的,试试吧。
Somehow DDC is not working properly. So we have to put the following lines into the section "Device":
Option "NoDDC" "1"
Option "IgnoreEDID" "1"
Using a TFT together with the commercial Nvidia-drivers will let us use the following lines.
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
Put the following two lines into section "Screen":
Option "NoDDC" "1"
Option "NvAgp" "1" |
|