xref: /netbsd-src/external/mit/xorg/etc/etc.zaurus/xorg.conf.C7x0 (revision f2708499b53337b7d6ea8e731c783f70f4237a1f)
1# $NetBSD: xorg.conf.C7x0,v 1.4 2023/08/08 14:38:44 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/share/fonts/X11/TTF/"
12EndSection
13
14Section "ServerFlags"
15	# Explicitly prefer keyboard options defined in xorg.conf
16	Option		"AutoAddDevices" "false"
17EndSection
18
19Section "InputDevice"
20	Identifier	"Keyboard0"
21	Driver		"kbd"
22	Option		"XkbModel" 	  "sl-c3x00"
23EndSection
24
25Section "InputDevice"
26	Identifier	"TouchScreen0"
27	Driver		"ws"
28
29	Option		"device"	"/dev/wsmouse"
30	Option		"ZAxisMapping"	"4 5"
31
32	Option		"MinX"		"0"
33	Option		"MaxX"		"639"
34	Option		"MinY"		"0"
35	Option		"MaxY"		"479"
36
37#	Option		"Rotate"	"CW"
38EndSection
39
40Section "Device"
41	Identifier	"Wsdisplay0"
42	Driver		"wsfb"
43
44#	Option		"Rotate"	"CW"
45EndSection
46
47Section "Monitor"
48	Identifier	"Monitor"
49	VendorName	"Sharp"
50	ModelName	"Zaurus"
51EndSection
52
53Section "Screen"
54	Identifier	"Screen0"
55	Device		"Wsdisplay0"
56	Monitor		"Monitor"
57	DefaultDepth	16
58
59	SubSection "Display"
60		Depth	16
61	EndSubSection
62EndSection
63