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

Section "Files"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/corefonts"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/arphicfonts"
	FontPath     "/usr/share/fonts/baekmuk-fonts"
	FontPath     "/usr/share/fonts/default/ghostscript"
EndSection

Section "Extensions"
	Option "Composite" "Enable"
EndSection

Section "Module"
	Load  "ddc"
	Load  "vbe"
#	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "bitmap"
	Load  "type1"
	Load  "freetype"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "abnt2"
	Option	"XkbLayout" "br"
	Option	"XkbVariant" "abnt2"
	Option	"XkbOptions" "abnt2,winkeys"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/misc/psaux"
	Option	    "SendCoreEvents" "true"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	Option	    "DPMS" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device	"Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes "1024x768"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection


Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "All"
	BoardName   "All"
	Option      "AGPMode" "8"
	#Option      "AGPFastWrite" "yes"
	Option      "EnablePageFlip" "on"
	Option      "RenderAccel" "on"
	Option      "ColorTiling" "on"
	Option      "DynamicClocks" "on"
	Option      "MergedFB" "off"
	BusID       "PCI:3:0:0"
EndSection