LinuxSir.cn,穿越时空的Linuxsir!

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

FC9 下MX440驱动问题

[复制链接]
发表于 2008-10-19 15:26:45 | 显示全部楼层 |阅读模式
在线装上显卡驱动,但是不能进入系统将Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
EndSection中的nvidia改写成nv后能进入,但是没有NVIDIA的LOGO界面
用 glxgears 测试,提示:
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual

现在的xorg.confg内容:
# 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"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

[color="Red"]Section "Module"
        Load  "glx"
        Load  "dbe"
        Load  "extmod"
        Load  "type1"
        Load  "freetype"
EndSection这段是自己加上去的

Section "ServerFlags"
        Option            "AIGLX" "on"
EndSection

Section "InputDevice"

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

Section "InputDevice"

# keyboard added by rhpxl
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Unknown"
        ModelName    "Unknown"
        HorizSync    30.0 - 110.0
        VertRefresh  50.0 - 150.0
        Option            "DPMS"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option            "AddARGBGLXVisuals" "True"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
        EndSubSection
EndSection

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


还是不行,换到内核为2.6.25下装下NVIDIA-Linux-x86-96.43.07-pkg1.run
的驱动还是不行

应该怎么改下啊
发表于 2008-10-19 16:40:24 | 显示全部楼层
不用试了,不支持。快去 nvnews抱怨。。说不定会有效果
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-19 20:25:04 | 显示全部楼层
倒不是吧,那这样,kde没法用了,只能凑合用GOME 的啦
但是怎么把装的NVIDIA*.run和用yum装的显卡驱动删掉啊
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-19 22:23:12 | 显示全部楼层
有人能告诉我吗?
回复 支持 反对

使用道具 举报

发表于 2008-10-20 02:42:45 | 显示全部楼层
二进制安装的那个用
  1. sh NVIDIA-Linux-x86-96.43.07-pkg1.run --uninstall
复制代码
应该就可以了。
另外还应该清除这个包装上的 mesa
  1. rpm -ev --nodeps mesa-libGL
复制代码
再重装
  1. yum install mesa-libGL
复制代码
参见:
http://fedorasolved.org/video-solutions/remove-nvidia-installer

用 yum 装的,那自然用 yum 删
  1. yum remove XXX
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-22 00:08:05 | 显示全部楼层
谢谢楼上仁兄
回复 支持 反对

使用道具 举报

发表于 2008-10-25 12:35:32 | 显示全部楼层
g440的驱动没发在最新的X上跑
只能降级X或者换FX系列及以后的卡

郁闷
我也是440......
前段时间找人讨了块5200才开了compiz
回复 支持 反对

使用道具 举报

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

本版积分规则

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