1# $NetBSD: xorg.conf.C7x0,v 1.1 2012/02/10 11:25:43 tsutsui Exp $
2
3Section "ServerLayout"
4	Identifier	"wsfb"
5	Screen	0	"Screen0" 0 0
6	InputDevice	"TouchScreen0" "CorePointer"
7	InputDevice	"Keyboard0" "CoreKeyboard"
8EndSection
9
10Section "Files"
11#	FontPath	"/usr/pkg/lib/X11/fonts/TTF/"
12EndSection
13
14Section "InputDevice"
15	Identifier	"Keyboard0"
16	Driver		"kbd"
17	Option		"XkbModel" 	  "sl-c3x00"
18EndSection
19
20Section "InputDevice"
21	Identifier	"TouchScreen0"
22	Driver		"ws"
23
24	Option		"device"	"/dev/wsmouse"
25	Option		"ZAxisMapping"	"4 5"
26
27	Option		"MinX"		"0"
28	Option		"MaxX"		"639"
29	Option		"MinY"		"0"
30	Option		"MaxY"		"479"
31
32#	Option		"Rotate"	"CW"
33EndSection
34
35Section "Device"
36	Identifier	"Wsdisplay0"
37	Driver		"wsfb"
38
39#	Option		"Rotate"	"CW"
40EndSection
41
42Section "Monitor"
43	Identifier	"Monitor"
44	VendorName	"Sharp"
45	ModelName	"Zaurus"
46EndSection
47
48Section "Screen"
49	Identifier	"Screen0"
50	Device		"Wsdisplay0"
51	Monitor		"Monitor"
52	DefaultDepth	16
53
54	SubSection "Display"
55		Depth	16
56	EndSubSection
57EndSection
58