##
###
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "freetype"
Load "record"
Load "v4l"
Load "GLcore"
Load "vbe"
Load "int10"
EndSection
Section "ServerFlags"
Option "Xinerama" "off"
EndSection
Section "InputDevice"
#Option "CoreKeyboard"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "tr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "SAMSUNG SyncMaster 226CW"
DisplaySize 444 277
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
DisplaySize 444 277 # 96 DPI @ 1680x1050
EndSection
Section "Device"
Identifier "ATI RADEON HD4850"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "Textured2D" "on"
Option "TexturedVideo" "on"
Option "BackingStore" "on"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
#DisplaySize 444 277 # 96 DPI @ 1680x1050
Identifier "Default Screen"
Device "ATI RADEON HD4850"
Monitor "SAMSUNG SyncMaster 226CW"
DefaultDepth 24
SubSection "Display"
Modes "1680x1050" "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "On"
Option "XVideo" "On"
#Option "DAMAGE" "On"
Option "RENDER" "On"
EndSection