rendered paste bodySection "Files"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "ServerFlags"
Option "BlankTime" "10" # 10 minutes
Option "StandbyTime" "10" # 10 minutes
Option "SuspendTime" "10" # 10 minutes
Option "OffTime" "10" # 10 minutes
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/psaux"
EndSection
Section "Monitor"
Identifier "Panasonic"
EndSection
Section "Device"
Identifier "Radeon 9200"
Driver "radeon"
Option "DRI" "true"
Option "ColorTiling" "on"
Option "AccelMethod" "XAA"
Option "EnablePageFlip" "on"
Option "XAANoOffScreenPixMaps"
Option "RenderAccel" "true"
EndSection
Section "Screen"
Identifier "ScreenWithPlasma"
Device "Radeon 9200"
Monitor "Panasonic"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "PrimaryLayout"
Screen "ScreenWithPlasma"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection