LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 976|回复: 4

FC6上装上NV显卡驱动,庆祝一下。

[复制链接]
发表于 2006-12-16 16:24:35 | 显示全部楼层 |阅读模式
我的显卡是NVIDIA GeForce Go 6150

#yum install kmod-nvidia
重启以后就驱动好了,就是比较费时间整个过程大概1小时。装上驱动以后感觉显示效果好多了(可能是心理作用)。目前还没有发现问题。

xorg.conf 也是自动改好的。如下:

# Xorg configuration created by system-config-display

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

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib64/xorg/modules"
EndSection

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

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option            "Device" "/dev/input/mice"
        Option            "rotocol" "auto-dev"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1280x800"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        ModeLine     "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option            "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
发表于 2006-12-16 16:59:49 | 显示全部楼层
恭喜,我还是从官方网站下载的 9629 正式版驱动手动安装的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-16 22:20:48 | 显示全部楼层
刚开始我也是手动装,结果说我的内核不行。
也搜不到补丁,所以只有在线装了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-16 22:21:25 | 显示全部楼层
其实yum还是很好的,现在很多东西都用yum来装了。
回复 支持 反对

使用道具 举报

发表于 2006-12-16 22:54:30 | 显示全部楼层
手动安装时不要选MOUDLE.NO就会好了...只是升级内核后用不了而已.那你也可以升级内核后再装的...
其实自己手动装飞快的.而且KMOD-NVIDIA是改动过的NVIDIA原版驱动...
不知道是改好了还是改坏了...
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表