All pastes #1907408 Raw Edit

Mine

public text v1 · immutable
#1907408 ·published 2010-07-24 10:42 UTC
rendered paste body
Section "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