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		"XkbLayout"       "us"
17	Option		"XkbLayout"       "jp"
18#	Option		"XkbModel" 	  "foo"
19EndSection
20
21Section "InputDevice"
22	Identifier	"TouchScreen0"
23	Driver		"ws"
24
25	Option		"Device"	"/dev/wsmouse0"
26
27	Option		"MinX"		"0"
28#	Option		"MaxX"		"639"
29	Option		"MaxX"		"799"
30
31	Option		"MinY"		"0"
32#	Option		"MaxY"		"239"
33#	Option		"MaxY"		"479"
34	Option		"MaxY"		"599"
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	"hpc"
56#	ModelName	"lcd"
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