source: npl/X/xorg_conf/confs/POS_PT5500.conf @ b4abfab

perl-5.22
Last change on this file since b4abfab was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 4.3 KB
Line 
1Section "ServerLayout"
2        Identifier      "X.Org Configured"
3        Screen  0       "Screen0" 0 0
4        InputDevice     "Keyboard0" "CoreKeyboard"
5#        InputDevice     "PS/2 Mouse" "AlwaysCore"
6#        InputDevice     "Serial Mouse" "AlwaysCore"
7        InputDevice     "USB Mouse" "AlwaysCore"
8#        InputDevice     "Synaptics" "AlwaysCore"
9        InputDevice     "touchscreen" "CorePointer"
10EndSection
11
12Section "ServerFlags"
13        Option  "AllowMouseOpenFail" "true"
14        Option "DontVTSwitch"  "true"
15        Option "DontZoom"  "true"
16        Option "BlankTime"  "0"
17        Option "NoPM"  "true"
18        Option "StandbyTime"  "0"
19        Option "SuspendTime"  "0"
20        Option "OffTime"  "0"
21EndSection
22
23Section "Files"
24       FontPath "/usr/X11R6/lib/X11/fonts/local/"
25       FontPath "/usr/X11R6/lib/X11/fonts/misc/"
26       FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
27       FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
28       FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
29       FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
30       FontPath "/usr/X11R6/lib/X11/fonts/CID/"
31       FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
32       FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
33       FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
34EndSection
35
36Section "Module"
37        Load    "ddc"
38        #Load   "vbe"
39        Load    "GLcore"
40        Load    "dbe"
41        Load    "dri"
42        Load    "extmod"
43        Load    "glx"
44        Load    "bitmap"
45        Load    "type1"
46        Load    "freetype"
47        Load    "record"
48EndSection
49
50Section "InputDevice"
51        Identifier      "Keyboard0"
52        Driver  "kbd"
53        Option  "CoreKeyboard"
54EndSection
55
56#Section "InputDevice"
57#       Identifier      "Serial Mouse"
58#       Driver  "mouse"
59#       Option  "Protocol" "Microsoft"
60#       Option  "Device" "/dev/ttyS0"
61#       Option  "Emulate3Buttons" "true"
62#       Option  "Emulate3Timeout" "70"
63#       Option  "SendCoreEvents"  "true"
64#EndSection
65
66#Section "InputDevice"
67#       Identifier      "PS/2 Mouse"
68#       Driver  "mouse"
69#       Option  "Protocol" "IMPS/2"
70#       Option  "Device" "/dev/misc/psaux"
71#       Option  "Emulate3Buttons" "true"
72#       Option  "Emulate3Timeout" "70"
73#       Option  "SendCoreEvents"  "true"
74#       Option  "ZAxisMapping" "4 5"
75#EndSection
76
77Section "InputDevice"
78        Identifier      "USB Mouse"
79        Driver  "mouse"
80        Option  "Device" "/dev/input/mice"
81        Option  "SendCoreEvents" "true"
82        Option  "Protocol" "IMPS/2"
83        Option  "ZAxisMapping" "4 5"
84        Option  "Buttons" "5"
85EndSection
86
87#Section "InputDevice"
88#       Identifier      "Synaptics"
89#       Driver  "synaptics"
90#       Option  "Protocol" "event"
91#       Option  "Device" ""
92#       Option  "LeftEdge" "1900"
93#       Option  "RightEdge" "5400"
94#       Option  "TopEdge" "1900"
95#       Option  "BottomEdge" "4000"
96#       Option  "FingerLow" "25"
97#       Option  "FingerHigh" "30"
98#       Option  "MaxTapTime" "180"
99#       Option  "MaxTapMove" "220"
100#       Option  "VertScrollDelta" "100"
101#       Option  "MinSpeed" "0.02"
102#       Option  "MaxSpeed" "0.10"
103#       Option  "AccelFactor" "0.0010"
104#       Option  "SHMConfig" "on"
105#EndSection
106
107# Auto-generated by mkxf86config
108
109Section "Monitor"
110        Identifier   "Monitor0"
111        HorizSync    30.00-63.00
112        VertRefresh  56.00-75.00
113EndSection
114
115Section "Device"
116        ### Available Driver options are:-
117        # sw_cursor is needed for some ati and radeon cards
118#       Option     "sw_cursor"
119#       Option     "hw_cursor"
120#       Option     "NoAccel"
121        #Option     "ShowCache"
122        #Option     "ShadowFB" "1"
123        #Option     "UseFBDev"
124        #Option     "Rotate"
125        Identifier  "Card0"
126        # The following line is auto-generated by x11-misc/mkxf86config
127        Driver      "via"
128        #Option "XvMCSurfaces"
129        #Option "Rotate" "CW"
130        Option "EnableAGPDMA" "1"
131        Option "VBEModes" "1"
132        VendorName  "All"
133        BoardName   "All"
134#       BusID       "PCI:1:0:0"
135EndSection
136
137Section "Screen"
138        Identifier      "Screen0"
139        Device  "Card0"
140        Monitor "Monitor0"
141        DefaultDepth 24
142        SubSection "Display"
143                Depth   24
144        EndSubSection
145EndSection
146
147Section "InputDevice"
148     Identifier "touchscreen"
149     Driver "evtouch"
150     Option "Device" "/dev/input/event4"
151     Option "DeviceName" "touchscreen"
152     Option "ReportingMode" "Raw"
153     Option "Emulate3Buttons" "false"
154     Option "SendCoreEvents" "On"
155     Option        "SwapY"       "1"
156     Option "DragTimer" "200"
157     Option "MoveLimit" "600"
158     Option "ReportingMode" "Raw"
159     Option "SendDragEvents" "False"
160
161     #################################################
162     # GEBRUIK calibrator OM HET SCHERM TE CALIBREREN:
163     # DISPLAY=:0 calibrator /dev/input/event4
164     # Je moet eerst de touchscreen uit de ServerLayout halen anders werkt het niet.
165        Option "MinX" "177"
166        Option "MinY" "247"
167        Option "MaxX" "1628"
168        Option "MaxY" "1629"
169EndSection
170
171
172Section "DRI"
173        Mode 0666
174EndSection
Note: See TracBrowser for help on using the repository browser.