|

楼主 |
发表于 2009-12-10 21:48:41
|
显示全部楼层
powersave 和kms还不兼容的样子
根据Archlinux的bbs
xorg.conf:
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Mobility Radeon HD 3400 Series"
BusID " CI:1:0:0"
Option "ClockGating" "true"
Option "DynamicPM" "true"
Option "ForceLowPowerMode" "true"
EndSection
add "nomodeset" to kernel parameters for deactivating KMS
在menu.lst里面加入nomodeset |
|