libgpg-error: fix riscv64
[openadk.git] / package / xorg-server / files / xorg.conf.sharp-zaurus
blob9f3022a22579138c811ed59369badc76e5777b4f
1 Section "Device"
2         Identifier      "Generic Video Card"
3         Driver          "fbdev"
4         Option          "UseFBDev"              "true"
5         Option          "Rotate"                "CW"
6 EndSection
8 Section "InputDevice"
9        Identifier      "Touchscreen"
10        Driver          "evdev"
11        Option          "CorePointer"
12        Option          "Device"        "/dev/input/event2"
13 EndSection
15 Section "InputClass"
16         Identifier      "calibration"
17         MatchProduct    "Touchscreen"
18         Option  "Calibration"   "210 3599 311 3796"
19 EndSection
21 Section "Monitor"
22         Identifier      "Generic Monitor"
23         Option          "DPMS"
24         HorizSync       28-32
25         VertRefresh     43-60
26 EndSection
28 Section "Screen"
29         Identifier      "Default Screen"
30         Device          "Generic Video Card"
31         Monitor         "Generic Monitor"
32         DefaultDepth    16
33         SubSection "Display"
34                 Depth           1
35                 Modes           "640x480"
36         EndSubSection
37         SubSection "Display"
38                 Depth           4
39                 Modes           "640x480"
40         EndSubSection
41         SubSection "Display"
42                 Depth           8
43                 Modes           "640x480"
44         EndSubSection
45         SubSection "Display"
46                 Depth           15
47                 Modes           "640x480"
48         EndSubSection
49         SubSection "Display"
50                 Depth           16
51                 Modes           "640x480"
52         EndSubSection
53         SubSection "Display"
54                 Depth           24
55                 Modes           "640x480"
56         EndSubSection
57 EndSection
59 Section "ServerLayout"
60         Identifier      "Default Layout"
61         Screen          "Default Screen"
62 EndSection