source: npl/X/xorg_conf/confs/Intel_i810_eventtouch_1280x1024.conf

Last change on this file 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.4 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#Het runscript van de kiosk grepped op deze tekst en zorgt dan dat de module geswapped word:
57#SWAP_XY
58#Het runscript van de kiosk start het onscreen touchscreen keyboard met deze optie:
59#TOUCHKEYS
60#Zet er een dubbel hekje voor als ze niet van toepassing zijn
61
62Section "InputDevice"
63     Identifier "touchscreen"
64     Driver "evtouch"
65     Option "Device" "/dev/input/event3"
66     Option "DeviceName" "touchscreen"
67     Option "ReportingMode" "Raw"
68     Option "Emulate3Buttons" "false"
69#     Option "Emulate3Timeout" "50"
70     Option "SendCoreEvents" "On"
71#     Option "TapTimer" "1"
72#     Option "LongTouchTimer" "100000"
73#     Option "MoveLimit"        "2000"
74        Option        "SwapY"       "1"
75        Option        "MinX"        "278"
76        Option        "MinY"        "477"
77        Option        "MaxX"        "1783"
78        Option        "MaxY"        "1822"
79EndSection
80
81#Section "InputDevice"
82#       Identifier      "Serial Mouse"
83#       Driver  "mouse"
84#       Option  "Protocol" "Microsoft"
85#       Option  "Device" "/dev/ttyS0"
86#       Option  "Emulate3Buttons" "true"
87#       Option  "Emulate3Timeout" "70"
88#       Option  "SendCoreEvents"  "true"
89#EndSection
90
91#Section "InputDevice"
92#       Identifier      "PS/2 Mouse"
93#       Driver  "mouse"
94#       Option  "Protocol" "IMPS/2"
95#       Option  "Device" "/dev/misc/psaux"
96#       Option  "Emulate3Buttons" "true"
97#       Option  "Emulate3Timeout" "70"
98#       Option  "SendCoreEvents"  "true"
99#       Option  "ZAxisMapping" "4 5"
100#EndSection
101
102Section "InputDevice"
103        Identifier      "USB Mouse"
104        Driver  "mouse"
105        Option  "Device" "/dev/input/mouse0"
106        Option  "SendCoreEvents" "true"
107        Option  "Protocol" "IMPS/2"
108        Option  "ZAxisMapping" "4 5"
109        Option  "Buttons" "5"
110EndSection
111
112#Section "InputDevice"
113#       Identifier      "Synaptics"
114#       Driver  "synaptics"
115#       Option  "Protocol" "event"
116#       Option  "Device" ""
117#       Option  "LeftEdge" "1900"
118#       Option  "RightEdge" "5400"
119#       Option  "TopEdge" "1900"
120#       Option  "BottomEdge" "4000"
121#       Option  "FingerLow" "25"
122#       Option  "FingerHigh" "30"
123#       Option  "MaxTapTime" "180"
124#       Option  "MaxTapMove" "220"
125#       Option  "VertScrollDelta" "100"
126#       Option  "MinSpeed" "0.02"
127#       Option  "MaxSpeed" "0.10"
128#       Option  "AccelFactor" "0.0010"
129#       Option  "SHMConfig" "on"
130#EndSection
131
132# Auto-generated by mkxf86config
133
134Section "Monitor"
135        Identifier   "Monitor0"#
136        HorizSync    30.00-63.00
137        VertRefresh  56.00-75.00
138EndSection
139
140Section "Device"
141        ### Available Driver options are:-
142        # sw_cursor is needed for some ati and radeon cards
143        #Option     "sw_cursor"
144        #Option     "hw_cursor"
145        #Option     "NoAccel"
146        #Option     "ShowCache"
147        #Option     "ShadowFB" "1"
148        #Option     "UseFBDev"
149        #Option     "Rotate"
150        Identifier  "Card0"
151        # The following line is auto-generated by x11-misc/mkxf86config
152        Driver      "i810"
153        #Option "XvMCSurfaces"
154#       Option "Rotate" "CW"
155        Option "DDC" "1"
156        VendorName  "All"
157        BoardName   "All"
158#       BusID       "PCI:1:0:0"
159EndSection
160
161Section "Screen"
162        Identifier      "Screen0"
163        Device  "Card0"
164        Monitor "Monitor0"
165        DefaultDepth 24
166        SubSection "Display"
167                Depth   24
168                Modes "1280x1024"
169        EndSubSection
170EndSection
171
172Section "DRI"
173        Mode 0666
174EndSection
Note: See TracBrowser for help on using the repository browser.