首先我下了ati-driver-installer-8-10-x86.x86_64.run,之后#sh ati-driver-installer-8-10-x86.x86_64.run -buildpkg Fedora/F9, 无法生成别人说的4个rpm包,提示是需要kernel-devel之类的,之后我就装了(yum -y install kernel-devel),之后顺利生成4个rpm包,安装rpm过程中又出现问题,提示说libstdc++.so.5 is needed....之后又装了这个(yum install libstdc++.so.5),之后4个包都顺利装上.重启后就有问题了,在命令行登陆界面狂闪约10秒,之后还是没能进图形界面,运行glxinfo之类的都提示:unable to open display....,xorg.conf文件内容如下,不知该如何修改才能进图形界面,各位大大帮帮忙.
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 50.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
lianjiefly 于 2008-11-13 21:32:28发表:
要降级XORG为fedora8的,降 了后一切正常,我就是的