安装驱动的步骤:
一、在X-windows修改/etc/inittab
id:5:initdefault
把5改过3,3是文本模式
重启
二、进入存放驱动的位置,我的驱动是放/TMP下面的
cd /tmp
sh NVIDIA-Linux-X86-1.0-*****-pkg1.run
****是指你驱动的版本号
安装过程中开头两个按选Y,第三个是选择进入Nvidia的网站,选N
三、#startx
修改/etc/X11下面的xorg.conf,把Load"dri"删除
把Driver "nv"改为 Driver "nvidia"
保存
四、把id:3:initdefault改回 id:5:initdefault
重启,就好出现Nvidia的LOGO,驱动成功,我的显示器终于不歪过右边了~
下面的是我的xorg.conf相关内容,供大家参考一下
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
…………………………
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX (generic)"
EndSection
如果安装不成功,可能要需要先关闭seLinux
方法是:
修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,然后重启。

