Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / etc / etc.hpcarm / xorg.conf.ws003sh
blob63ce193e0ef1f38e2a5fab4449d6c7614dfa193a
1 # $NetBSD: xorg.conf.ws003sh,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     "TouchScreen0" "CorePointer"
7         InputDevice     "Mouse0"
8         InputDevice     "Keyboard0" "CoreKeyboard"
9 EndSection
10         
11 Section "Files"
12 #       FontPath        "/usr/pkg/share/fonts/X11/TTF/"
13 EndSection
15 Section "InputDevice"
16         Identifier      "Keyboard0"
17         Driver          "kbd"
18         Option          "XkbModel"        "ws003sh"
19 #       Option          "XkbModel"        "ws007sh"
20 #       Option          "XkbModel"        "ws011sh"
21 #       Option          "XkbModel"        "ws020sh"
22 EndSection
24 Section "InputDevice"
25         Identifier      "TouchScreen0"
26         Driver          "ws"
28         Option          "Device"        "/dev/wsmouse0"
30         Option          "MinX"          "0"
31         Option          "MaxX"          "479"
34         Option          "MinY"          "0"
35         Option          "MaxY"          "639"
36 #       Option          "MaxY"          "799"
38         Option          "Rotate"        "CCW"
39 EndSection
41 Section "InputDevice"
42         Identifier      "Mouse0"
43         Driver          "mouse"
44         Option          "Device"        "/dev/wsmouse"
45         Option          "ZAxisMapping"  "4 5"
46 EndSection
48 Section "Device"
49         Identifier      "Wsdisplay0"
50         Driver          "wsfb"
52         Option          "Rotate"        "CCW"
53 EndSection
55 Section "Monitor"
56         Identifier      "Monitor"
57         VendorName      "Sharp"
58         ModelName       "W-ZERO3"
59 EndSection
61 Section "Screen"
62         Identifier      "Screen0"
63         Device          "Wsdisplay0"
64         Monitor         "Monitor"
66         SubSection "Display"
67                 Viewport        0 0
68                 Depth           1
69         EndSubSection
70         SubSection "Display"
71                 Viewport        0 0
72                 Depth           8
73         EndSubSection
74         SubSection "Display"
75                 Viewport        0 0
76                 Depth           16
77         EndSubSection
78 EndSection