После того как разобрался с проблемой, указанной тут http://www.opennet.me/openforum/vsluhforumID15/1491.html
Появилась другая. Иксы не хотят грузиться под драйвером fglrx, черный экран появляется, а в меню монитора стоит разрешение 1280х1024 85гц.
Грузится, когда я ставлю дравйвер vesa.
В чем проблема может быть?
Прилагаю Конфиг xorg.confSection "ServerLayout"
Identifier "layout1"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Modes"
Identifier "Modes0"
Modeline "1280x1024_76.00" 141.82 1280 1376 1512 1744 1024 1025 1028 1070 -HSync +VSync
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +HSync
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
UseModes "Modes0"
HorizSync 30-96
VertRefresh 50-160
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
BusID "4:0:0"
Driver "vesa"
#"fglrx"
Screen 0
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
# Viewport 0 0
Modes "1024x768_85"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite"
EndSection