LinuxSir.cn,穿越时空的Linuxsir!

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

FC6 yum安装ATI驱动失败?

[复制链接]
发表于 2006-11-28 17:03:12 | 显示全部楼层 |阅读模式
我添加了freshrpms和livna的 yum源,然后安装了 kmod-fglrx,重启后发现屏幕还是偏的,终端输入fglrxinfo,显示还是mesa的驱动,在应用程序-系统工具-ati display settings里,出来drivers does not provide the firegl x11 extensions,查看xorg.conf文件,修改时间还是系统安装的时间,内容如下:
Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
怎样才能装上ATI驱动?
 楼主| 发表于 2006-11-28 18:27:56 | 显示全部楼层
我看在ubuntu的xorg.conf里Section "Device"是这样的:
Section "Device"
        Identifier  "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
        Driver      "ati"
        BusID       "CI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option            "VideoOverlay" "on"
        Option            "OpenGLOverlay" "off"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
        Monitor    "H107E/V/S/G"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

难道要把radeon改成fglrx?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-28 19:20:21 | 显示全部楼层
aticonfig --initial
aticonfig --overlay-type=Xv
屏幕正常了,但是终端输入fglrxinfo,还是显示mesa
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-28 19:58:43 | 显示全部楼层
另外现在的xorg.conf里没有这样一段
Section "Monitor"
        Identifier   "H107E/V/S/G"
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option            "DPMS"
EndSection

会不会对显示器有伤害?
回复 支持 反对

使用道具 举报

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

本版积分规则

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