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

Section "Files"
	ModulePath	"/usr/lib64/xorg/modules"
	FontPath	"/usr/share/fonts/misc/"
	FontPath	"/usr/share/fonts/TTF/"
	FontPath	"/usr/share/fonts/OTF"
	FontPath	"/usr/share/fonts/Type1/"
	FontPath	"/usr/share/fonts/100dpi/"
	FontPath	"/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load	"dbe"
	Load	"extmod"
	Load	"GLcore"
	Load	"dri"
	Load	"glx"
	Load	"freetype"
EndSection

Section "DRI"
	Mode	0666
EndSection

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

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
	Option		"AutoRepeat"	"500 30"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol"	"auto"
	Option		"Device"	"/dev/input/mice"
	Option		"ZAxisMapping"	"4 5 6 7"
EndSection

Section "InputDevice"
	Driver		"synaptics"
	Identifier	"Touchpad"
	Option		"SendCoreEvents"
	Option		"Protocol" 		"auto-dev"
	Option		"SHMConfig" 		"on"
	Option		"TapButton1"		"1"
	Option		"RBCornerButton"	"3"
	Option		"RTCornerButton"	"2"
	Option		"RightEdge"		"5300"
	Option		"BottomEdge"		"4300"
	Option		"TopEdge"		"1600"
EndSection

Section "Device"
	Identifier	"Card0"
	Driver		"intel"
	VendorName	"Intel Corporation"
	BoardName	"Mobile GM965/GL960 Integrated Graphics Controller"
	BusID		"PCI:0:2:0"

	Option		"monitor-LVDS"	"LVDS"
	Option		"monitor-VGA"	"VGA"
	Option		"monitor-TV"	"TV"

#	Option		"Accel"				"false"

#	Option		"FramebufferCompression"	"false"
EndSection

Section "Monitor"
	#DisplaySize	330	210	# mm
	Identifier	"LVDS"
	VendorName	"SEC"
	ModelName	"3633"
	Option		"DPMS"

# może być native, legacy, combo, kernel
#	Option		"BACKLIGHT-CONTROL"	"legacy"
EndSection

Section "Monitor"
	Identifier	"VGA"
	Option 		"Ignore"	"true"
EndSection

Section "Monitor"
	Identifier	"TV"
	Option		"Ignore"	"true"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Card0"
	Monitor		"LVDS"
	DefaultDepth	24

	SubSection "Display"
		Viewport 0 0
		Depth	24
	EndSubSection
EndSection