Linux中国 Linux中国门户站!
设为主页 设为主页
收藏本站 收藏本站
 
当前位置 :首页 ->Linux技术 ->网络应用 ->正文

Fedora 8下安装NVIDIA驱动Geforce 6200

来源: 作者:Webmaster 时间:2008-01-20 点击: [收藏] [投稿]

安装完Fedora 8后,发觉Fedora自带的显卡驱动很一般,对我的Geforce 6200显卡支持得很不好,既没有3D效果也拖慢整台机器。因此就有下文(我安装nvidia驱动的一点见解):

首先,上http://www.nvidia.cn/下载驱动程序,我下的是NVIDIA-Linux-x86-100.14.19-pkg1.run

确保系统有没有安装kernel-devel,用yum检查:

sudo yum info kernel-devel

如果没有安装,可以用yum安装:

sudo yum install kernel-devel

在root权限下修改/etc/inittab中的runlevel为3(2,1都行)

重启电脑,用root登录,输入如下命令:

cd /usr/lib/xorg/

ln -s ../xorg/ lib

sh ~/Download/NVIDIA-Linux-x86-1.0-9631-pkg1.run --x-prefix=/usr/lib/xorg

安装完后需要重启,然后修改/etc/X11/xorg.conf中的内容(记得备份):

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "extmod"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1024x768"
HorizSync 31.5 - 61.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200 TurboCache(TM)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1024x768_85 +0+0; 1024x768 +0+0"
Option "NoLogo" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "640x400"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

再次重,搞定.如果有问题就还原/etc/X11/xorg.conf备份,在探索!

另外:

firefox本身界面的字体相对来说小一些,解决办法:地址栏输入about:config将layout.css.dpi值设置为0

在Firefox老说没有flash-plugin,让他自动下载很慢很慢,我用这种方法下载,很快:

sudo rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm

sudo yum install flash-plugin

(责任编辑:云子)



 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<



上一篇:重装Windows操作系统后修复Fedora的Grub   下一篇:Ubuntu Linux系统下安装NVIDIA显卡驱动

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论
更多相关文章
Power by linux-cn.com 粤ICP备05006655号