xorg Config

Hier mal meine XOrg.cfg:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ButtonNumber" "5"
# Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"

EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Iiyama"
ModelName "Vision Master Pro 510"
HorizSync 30-130
VertRefresh 60-160
Option "DPMS"

# 75 Hz
#ModeLine "1856x1392" 288.00 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
# 75 Hz
#ModeLine "1792x1344" 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
# 85 Hz
#ModeLine "1792x1344" 295.80 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
# 85 Hz
ModeLine "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection

Section "Device"

### Available Driver options are:-
### Values: : integer, : float, : “True”/”False”,
### : “String”, : “ Hz/kHz/MHz”
### [arg]: arg optional
# 75 Hz
#ModeLine “1792×1344″ 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
# 85 Hz
#ModeLine “1792×1344″ 295.80 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
# 85 Hz
ModeLine “1600×1200″ 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection

Section “Device”

### Available Driver options are:-
### Values: : integer, : float, : “True”/”False”,
### : “String”, : “ Hz/kHz/MHz”
### [arg]: arg optional
#Option “SWcursor” # []
#Option “HWcursor” # [
]
#Option “PciRetry” # [
]
#Option “SyncOnGreen” # [
]
#Option “NoAccel” # [
]
#Option “ShowCache” # [
]
#Option “Overlay” # []
#Option “MGASDRAM” # []
#Option “ShadowFB” # [
]
#Option “UseFBDev” # [
]
#Option “ColorKey” #
#Option “SetMclk” #
#Option “OverclockMem” # []
#Option “VideoKey” #
#Option “Rotate” # []
#Option “TexturedVideo” # []
#Option “Crtc2Half” # [
]
#Option “Crtc2Ram” #
#Option “Int10″ # []
#Option “AGPMode” #
#Option “AGPSize” #

#Option “DigitalScreen1″ # []
#Option “DigitalScreen2″ # [
]
#Option “TV” # [
]
#Option “TVStandard” # []
#Option “CableType” # [
]
#Option “NoHal” # []
#Option “SwappedHead” # [
]
#Option “DRI” # [
]
#Option “MergedFB” # [
]
#Option “Monitor2HSync” # []
#Option “Monitor2VRefresh” # [
]
#Option “Monitor2Position” # [
]
#Option “MetaModes” # [
]
Identifier “Card0″
Driver “mga”
VendorName “Matrox Graphics, Inc.”
BoardName “MGA G550 AGP”
BusID “PCI:1:0:0″
EndSection

Section “Screen”
Identifier “Screen0″
Device “Card0″
Monitor “Monitor0″
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Modes “1600×1200″
Depth 24
EndSubSection
EndSection

Section “DRI”
Group 0
EndSection

hoffe es hilft weiter.