发新话题
打印

【求助】装ATI驱动后无法进入X

【求助】装ATI驱动后无法进入X

提示如下:
[CODE](==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 24 11:11:12 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module "fglrx" (module requirement mismatch, 0)
(EE) No drivers available.

Fatal server error:
no screens found

XIO:  fatal IO error 104 (connection reset by peer) on X server ":0.0"
          after 0 requests (0 known processed) with 0 events remaining.
[/CODE]
xorg.conf如下:
[CODE]Section "ServerLayout"
        Identifier         "single head configuration"
        Screen          0  "aticonfig-Screen[0]" 0 0
        InputDevice        "Mouse0" "CorePointer"
        InputDevice        "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath         "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"          # Double buffer extension
        Load  "extmod"
        Load  "fbdevhw"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "glx"
        Load  "dri"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver          "mouse"
        Option                "rotocol" "IMPS/2"
        Option                "Device" "/dev/input/mice"
        Option                "ZAxisMapping" "4 5"
        Option                "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        VendorName   "Monitor Vendor"
        ModelName        "Samsung SyncMaster 753DF(X)/703DF(X)/783DF(X)/CD173A(T)"
        HorizSync        30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option                "VendorName" "ATI Proprietary Driver"
        Option                "ModelName" "Generic Autodetecting Monitor"
        Option                "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver          "fglrx"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9600"
        Option                "UseInternalAGPGART" "yes"
        Option                "DesktopSetup" "clone"
        Option                "VideoOverlay" "on"
        Option                "OpenGLOverlay" "off"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device         "aticonfig-Device[0]"
        Monitor        "aticonfig-Monitor[0]"
        DefaultDepth         24
        SubSection "Display"
                Viewport   0 0
                Depth         24
                Modes        "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group                0
        Mode                 0666
EndSection
[/CODE]


现在是把 Driver "fglrx" 改成 Driver "radeon" 才进的 =.=      

TOP

我看了下那个 /usr/lib/xorg/modules/drivers/ 下面存在 fglrx_drv.so 模块的。
为什么就没用呢?
那个 "module ABI" 是什么东西?

哦,对了,我前一段时间用 yum --enablerepo=aiglx update 装过 aiglx 的模块,是不是 aiglx 的 xserver 导致这样的错误?
安装 ATI 驱动的时候也显示是 未知的 xorg 版本,我的本来应该是 xorg7.1 的。

.      

TOP

也许这个驱动是 for xorg 6.8 的呢      

TOP

我用的9550显卡也出现这个问题。总是驱动不了/闷啊。。。      

TOP

我的连X-WINDOWS进不去!
它提示是 "没定义 ATI redeon 9550 的驱动"
运行screens[0]失败!
怎么回事呢?      

TOP

恩,主要是我升级了 xorg 的问题,原来是 7.0 的。
后来从安装盘里 rpm -ivh --force xorg*.rpm 后就好了 -_-!!!      

TOP

发新话题