Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc104"
	Option      "XkbLayout" "de"
	Option      "XkbVariant" "nodeadkeys"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "IVM"
	ModelName    "1901"
	HorizSync    30.0 - 110.0
	VertRefresh  50.0 - 160.0
         Modeline  "1152x864"  120.00 1152 1196 1324 1536 864 866 885 914 
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G100 AGP"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
		Modes	  "1152x864"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes	  "1152x864"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes	  "1152x864"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes	  "1152x864"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes	  "1152x864"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes	  "1152x864"
		ViewPort  0 0
	EndSubSection
EndSection

