Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / etc / etc.zaurus / xorg.conf.C7x0
blob60c8f4a360e0404c3c72ba5bd65ba510ad4092df
1 # $NetBSD: xorg.conf.C7x0,v 1.2 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     "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          "XkbModel"        "sl-c3x00"
18 EndSection
20 Section "InputDevice"
21         Identifier      "TouchScreen0"
22         Driver          "ws"
24         Option          "device"        "/dev/wsmouse"
25         Option          "ZAxisMapping"  "4 5"
27         Option          "MinX"          "0"
28         Option          "MaxX"          "639"
29         Option          "MinY"          "0"
30         Option          "MaxY"          "479"
32 #       Option          "Rotate"        "CW"
33 EndSection
35 Section "Device"
36         Identifier      "Wsdisplay0"
37         Driver          "wsfb"
39 #       Option          "Rotate"        "CW"
40 EndSection
42 Section "Monitor"
43         Identifier      "Monitor"
44         VendorName      "Sharp"
45         ModelName       "Zaurus"
46 EndSection
48 Section "Screen"
49         Identifier      "Screen0"
50         Device          "Wsdisplay0"
51         Monitor         "Monitor"
52         DefaultDepth    16
54         SubSection "Display"
55                 Depth   16
56         EndSubSection
57 EndSection