xref: /netbsd-src/external/mit/xorg/etc/etc.dreamcast/xorg.conf.jpkbd (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1# $NetBSD: xorg.conf.jpkbd,v 1.3 2014/06/20 08:08:58 wiz 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/share/fonts/X11/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