|
汗,再改了下配置居然解决了!
特别提示:
在system-config-display运行之前,先删除/etc/X11/xorg.conf文件,然后不需要更改任何东西直接点OK.然后再使用aticonfig --initial。
还有一个问题,呵呵,希望帮个忙:
现在安装好驱动了,那么libdrm这个包是要一起保持在fc9的状况呢?还是可以换回f10的?
如果要维持在fc9的情况,可以如何还保证?谢谢。
--------------已解决-----------------
按照 wan_gjie 的 Fedora10安装ATI 8.12驱动成功 帖:
http://www.linuxsir.cn/bbs/thread340729.html
我使用的是升级后的内核:2.6.27.7-134.fc10.i686
主机是:Thinkpad T400
结果,系统卡死在开机界面中,无论是/etc/inittab中是3[文本]还是5[图形]都一样。
最后使用光盘Rescue时,把Driver改回vesa才可以进入的。
弄了好几天了这个鬼驱动,唉。兄弟们帮帮手吧。3点还考六级呢。阿门~~
配置文件如下:
-----------------------
# 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+inet"
Option "XkbLayout" "us"
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 " CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
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
----------------------- |
|