#Section "ServerLayout"
#	Identifier	"Simple Layout"
#	Screen		"Screen 1"
#	InputDevice	"Mouse1" "CorePointer"
#	InputDevice	"Keyboard1" "CoreKeyboard"
#EndSection

Section "Module"
	Load	"GLcore"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
	Load	"xie"
	Load	"v41"
EndSection

Section "Files"
	RgbPath		"/usr/X11R6/lib/X11/rgb"
#	FontPath	"/usr/X11R6/lib/X11/fonts/local/"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
	ModulePath	"/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
	Identifier	"Keyboard1"
	Driver		"Keyboard"
	Option		"AutoRepeat" "500 30"
	Option		"XkbRules" "xfree86"
	Option		"XkbModel" "pc101"
	Option		"XkbLayout" "ca"
EndSection

Section "InputDevice"
	Identifier	"Mouse1"
	Driver		"mouse"
	Option		"Protocol" "PS/2"
	Option		"Device" "/dev/psaux"
	Option		"Emulate3Buttons"
EndSection

Section "Monitor"
	Identifier	"Dell E551"
	HorizSync	31-54
	VertRefresh 50-120
EndSection

Section "Device"
	Identifier	"Standard VGA"
	VendorName	"Unknown"
	BoardName	"Unknown"
	Driver		"vga"
EndSection

Section "Device"
	Identifier	"i810"
	Driver		"i810"
	VideoRam	4096
EndSection


Section "Screen"
	Identifier	"Screen 1"
	Device		"i810"
	Monitor		"Dell E551"
	DefaultDepth	24

	Subsection "Display"
		Depth		8
		Modes		"800x600" "1024x768"
		ViewPort	0 0
	EndSubsection
	Subsection "Display"
		Depth		16
		Modes		"800x600" "1024x768"
		ViewPort	0 0
	EndSubsection
	Subsection "Display"
		Depth		24
		Modes		"800x600" "1024x768"
		ViewPort	0 0
	EndSubsection
EndSection

Section "ServerLayout"
	Identifier	"Simple Layout"
	Screen		"Screen 1"
	InputDevice	"Mouse1" "CorePointer"
	InputDevice	"Keyboard1" "CoreKeyboard"
EndSection

