Народ, у кого после установки драйвера черный экран и caps lock моргает, можете попробовать такую комбинацию, мне помогло.
После установки драйверов сделать
# aticonfig --acpi-services=off
и после этого в настройках xorg.conf удалить или закомментировать строку
Option "DPMS" "true"
Конечно, не панацея, наверное, но вдруг получится. Ещё при загрузке в grub можно попробовать указать acpi=off после ядра.
Мои характеристики: Laptop Satellite A300 20Q, Ati Mobility Radeon HD 3650 (512), Kubuntu/karmic 9.10, 2.6.31.14 - generic
На всякий случай мой xorg.conf (хотя в нём ничего интересного)
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
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 "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
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