Для начала давайте видоизменим его вот так:
Код:
Section "Module"
load "extmod"
load "dri"
load "glx"
load "dbe"
load "bitmap"
load "freetype"
load "type1"
load "xtrap"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/local/"
FontPath "/usr/local/lib/X11/fonts/Speedo/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/freefont/"
ModulePath "/usr/local/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "DoNotZoom"
Option "DisableVidModeExtension"
Option "AllowMouseOpenFail"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "standart"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:alt_shift_toygle"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Button" "5"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/sysmouse"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
Option "DPMS" "true"
Modeline Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc."
BoardName "Mobility Radeon X700"
Option "BusType" "PCI-E"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "Card0"
DefaultDepth 24
SubSection "Display"
Depth 24
Viewport 0 0
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Test"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
и сообщите результат, а там посмотрим остальное.