etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / etc / etc.zaurus / xorg.conf.C3x00
blob18c6c420e3e321680033beb012c159acd4e97764
1 # $NetBSD: xorg.conf.C3x00,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"          "479"
29         Option          "MinY"          "0"
30         Option          "MaxY"          "639"
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