LinuxSir.cn,穿越时空的Linuxsir!

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

有没有人在Fedora上装开源的ATI显卡驱动

[复制链接]
发表于 2006-11-1 17:34:20 | 显示全部楼层 |阅读模式
因为我的显卡是ATI FireGL9000,官方8.26以后的驱动都不支持9000的显卡了,而如果装8.26的驱动,又与FC6的xorg7.1不匹配,所以我想装ATI的开源驱动,或者还有其他的办法,可以让我装上ATI的显卡驱动呢?可是我并不想降低xorg的版本。
  大家帮我出出主意吧,怎么样才能装上显卡驱动,以打开3D加速
发表于 2006-11-1 18:06:18 | 显示全部楼层
装xorg-x11-drv-ati
修改 /etc/X11/xorg.conf
改用radeon驱动.
Load  "glx"

简单说就这些了.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-1 18:22:52 | 显示全部楼层
xorg-x11-drv-ati 装了这个就可以开启3D加速了么?
回复 支持 反对

使用道具 举报

发表于 2006-11-1 19:53:17 | 显示全部楼层
Post by 种草得草
装xorg-x11-drv-ati
修改 /etc/X11/xorg.conf
改用radeon驱动.
Load  "glx"

简单说就这些了.


我的xorg.conf如下:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
EndSection

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

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "DesktopSetup" "horizontal"
        Option      "OverlayOnCRTC2" "1"
        Option      "VideoOverlay" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

是改module下面的glx吗?
我现在的3D桌面也打不开。系统是FC6 x86-64, X1300显卡。
回复 支持 反对

使用道具 举报

发表于 2006-11-1 20:23:23 | 显示全部楼层
我的更奇怪,第一次装的时候有3D加速,也能打开桌面效果。
后来出了点问题重装,就没有死活起不来3D了,我的是9550刷BIOS刷成的9600。
回复 支持 反对

使用道具 举报

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

本版积分规则

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