xref: /netbsd-src/external/mit/xorg/etc/etc.dreamcast/xorg.conf.uskbd (revision 9aa0541bdf64142d9a27c2cf274394d60182818f)
1# $NetBSD: xorg.conf.uskbd,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
2
3Section "ServerLayout"
4	Identifier	"wsfb"
5	Screen	0	"Screen0" 0 0
6	InputDevice	"Mouse0" "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		"Protocol"	"wskbd"
18	Option		"Device"	"/dev/wskbd0"
19	Option		"XkbLayout"	"us"
20#	Option		"XkbLayout"	"jp(106)"
21#	Option		"XkbOptions"	"ctrl:swapcaps"
22EndSection
23
24Section "InputDevice"
25	Identifier	"Mouse0"
26	Driver		"mouse"
27	Option		"Protocol"	"wsmouse"
28	Option		"ButtonMapping"	"1 2 3 2"
29EndSection
30
31Section "Device"
32	Identifier	"Wsdisplay0"
33	Driver		"wsfb"
34EndSection
35
36Section "Monitor"
37	Identifier	"Monitor"
38EndSection
39
40Section "Screen"
41	Identifier	"Screen0"
42	Device		"Wsdisplay0"
43	Monitor		"Monitor"
44
45	SubSection "Display"
46		Viewport	0 0
47		Depth		16
48	EndSubSection
49EndSection
50