зашел под root'ом в консольном режиме, запустил вроде заработало(успел даже порадоваться)! Поставил дрова на ATI .... перезапускаю и.....ничего.... монитор ничего не показывает(хотя слышен звук загрузки linux)! Захожу в консоль нахожу xorg.conf меняю в нем Driver "fglrx" на "ati"
перезагружаю и все заработало! так я и не понял поставились у меня драйвера или не совсем? Разрешения экрана 1200x1024 так и нет!
Файл xorg теперь выглядит так :
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
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 "Default Device"
Driver "ati"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
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