1Section "ServerLayout"
2	Identifier	"wsfb"
3	Screen	0	"Screen0" 0 0
4	InputDevice	"TouchScreen0" "CorePointer"
5	InputDevice	"Mouse0"
6	InputDevice	"Keyboard0" "CoreKeyboard"
7EndSection
8
9Section "Files"
10#	FontPath	"/usr/pkg/lib/X11/fonts/TTF/"
11EndSection
12
13Section "InputDevice"
14	Identifier	"Keyboard0"
15	Driver		"kbd"
16	Option		"XkbModel" 	  "ws003sh"
17#	Option		"XkbModel" 	  "ws007sh"
18#	Option		"XkbModel" 	  "ws011sh"
19#	Option		"XkbModel" 	  "ws020sh"
20EndSection
21
22Section "InputDevice"
23	Identifier	"TouchScreen0"
24	Driver		"ws"
25
26	Option		"Device"	"/dev/wsmouse0"
27
28	Option		"MinX"		"0"
29	Option		"MaxX"		"479"
30
31
32	Option		"MinY"		"0"
33	Option		"MaxY"		"639"
34#	Option		"MaxY"		"799"
35
36	Option		"Rotate"	"CCW"
37EndSection
38
39Section "InputDevice"
40	Identifier	"Mouse0"
41	Driver		"mouse"
42	Option		"Device"	"/dev/wsmouse"
43	Option		"ZAxisMapping"	"4 5"
44EndSection
45
46Section "Device"
47	Identifier	"Wsdisplay0"
48	Driver		"wsfb"
49
50	Option		"Rotate"	"CCW"
51EndSection
52
53Section "Monitor"
54	Identifier	"Monitor"
55	VendorName	"Sharp"
56	ModelName	"W-ZERO3"
57EndSection
58
59Section "Screen"
60	Identifier	"Screen0"
61	Device		"Wsdisplay0"
62	Monitor		"Monitor"
63
64	SubSection "Display"
65		Viewport	0 0
66		Depth		1
67	EndSubSection
68	SubSection "Display"
69		Viewport	0 0
70		Depth		8
71	EndSubSection
72	SubSection "Display"
73		Viewport	0 0
74		Depth		16
75	EndSubSection
76EndSection
77