Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / etc / etc.dreamcast / xorg.conf.uskbd
blobc4c5cfc3a6bcd7929921a5e528d24c6f183ec701
1 # $NetBSD: xorg.conf.uskbd,v 1.3 2014/06/20 08:08:58 wiz Exp $
3 Section "ServerLayout"
4         Identifier      "wsfb"
5         Screen  0       "Screen0" 0 0
6         InputDevice     "Mouse0" "CorePointer"
7         InputDevice     "Keyboard0" "CoreKeyboard"
8 EndSection
9         
10 Section "Files"
11         FontPath        "/usr/pkg/share/fonts/X11/TTF/"
12 EndSection
14 Section "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"
22 EndSection
24 Section "InputDevice"
25         Identifier      "Mouse0"
26         Driver          "mouse"
27         Option          "Protocol"      "wsmouse"
28         Option          "ButtonMapping" "1 2 3 2"
29 EndSection
31 Section "Device"
32         Identifier      "Wsdisplay0"
33         Driver          "wsfb"
34 EndSection
36 Section "Monitor"
37         Identifier      "Monitor"
38 EndSection
40 Section "Screen"
41         Identifier      "Screen0"
42         Device          "Wsdisplay0"
43         Monitor         "Monitor"
45         SubSection "Display"
46                 Viewport        0 0
47                 Depth           16
48         EndSubSection
49 EndSection