Section "Files"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"pex5.so"
	Load	"xie.so"
EndSection

Section "Keyboard"
	Protocol	"Standard"
	XkbRules	"xfree86"
	XkbModel	"pc104"
	XkbLayout	"de"
EndSection

Section "Pointer"
	Device		"/dev/gpmdata"
	Protocol	"MouseSystems"
	Emulate3Buttons
	ZAxisMapping	4 5
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	VendorName	"Generic"
	ModelName	"Monitor"
	HorizSync	31.50
	VertRefresh	60
	ModeLine 	"640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	VendorName	"Generic"
	BoardName	"Video Card"
	VideoRam	256
	Clocks		25.2
EndSection

Section "Screen"
	Driver			"VGA16"
	Device                  "Generic Video Card"
	Monitor			"Generic Monitor"
	SubSection "Display"
		Depth		4
		Modes		"640x480"
		Virtual		800 655
	EndSubSection
EndSection
