Section "ServerLayout"
	Identifier	"wsfb"
	Screen	0	"Screen0" 0 0
	InputDevice	"TouchScreen0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection
	
Section "Files"
	FontPath	"/usr/X11R7/lib/X11/fonts/misc/"
	FontPath	"/usr/X11R7/lib/X11/fonts/TTF/"
	FontPath	"/usr/X11R7/lib/X11/fonts/Type1/"
	FontPath	"/usr/X11R7/lib/X11/fonts/75dpi/"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
#	Option		"XkbModel" 	  "ws003sh"
#	Option		"XkbModel" 	  "ws007sh"
#	Option		"XkbModel" 	  "ws011sh"
#	Option		"XkbModel" 	  "ws020sh"
EndSection

Section "InputDevice"
	Identifier	"TouchScreen0"
	Driver		"ws"

	Option		"device"	"/dev/wsmouse"
	Option		"ZAxisMapping"	"4 5"

	Option		"MinX"		"0"
	Option		"MaxX"		"479"
	Option		"MinY"		"0"
	Option		"MaxY"		"639"	# for WS003SH/WS004SH/WS007SH
#	Option		"MaxY"		"799"	# for WS011SH/WS020SH

	Option		"Rotate"	"CCW"
EndSection

Section "Device"
	Identifier	"Wsdisplay0"
	Driver		"wsfb"

	Option		"Rotate"	"CCW"
EndSection

Section "Monitor"
	Identifier	"Monitor"
	VendorName	"Sharp"
	ModelName	"W-ZERO3"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Wsdisplay0"
	Monitor		"Monitor"
	DefaultDepth	16

	SubSection "Display"
		Depth	16
	EndSubSection
EndSection
