source: npl/X/xorg_conf/confs/NCR_Realpos21_7443.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: 3.7 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
56Section "InputDevice"
57     Identifier "touchscreen"
58     Driver "xfdrvtouch"
59     Option "Device" "/dev/ttyS4"
60     Option "DeviceName" "touchscreen"
61EndSection
62
63#Section "InputDevice"
64#       Identifier      "Serial Mouse"
65#       Driver  "mouse"
66#       Option  "Protocol" "Microsoft"
67#       Option  "Device" "/dev/ttyS0"
68#       Option  "Emulate3Buttons" "true"
69#       Option  "Emulate3Timeout" "70"
70#       Option  "SendCoreEvents"  "true"
71#EndSection
72
73#Section "InputDevice"
74#       Identifier      "PS/2 Mouse"
75#       Driver  "mouse"
76#       Option  "Protocol" "IMPS/2"
77#       Option  "Device" "/dev/misc/psaux"
78#       Option  "Emulate3Buttons" "true"
79#       Option  "Emulate3Timeout" "70"
80#       Option  "SendCoreEvents"  "true"
81#       Option  "ZAxisMapping" "4 5"
82#EndSection
83
84Section "InputDevice"
85        Identifier      "USB Mouse"
86        Driver  "mouse"
87        Option  "Device" "/dev/input/mice"
88        Option  "SendCoreEvents" "true"
89        Option  "Protocol" "IMPS/2"
90        Option  "ZAxisMapping" "4 5"
91        Option  "Buttons" "5"
92EndSection
93
94#Section "InputDevice"
95#       Identifier      "Synaptics"
96#       Driver  "synaptics"
97#       Option  "Protocol" "event"
98#       Option  "Device" ""
99#       Option  "LeftEdge" "1900"
100#       Option  "RightEdge" "5400"
101#       Option  "TopEdge" "1900"
102#       Option  "BottomEdge" "4000"
103#       Option  "FingerLow" "25"
104#       Option  "FingerHigh" "30"
105#       Option  "MaxTapTime" "180"
106#       Option  "MaxTapMove" "220"
107#       Option  "VertScrollDelta" "100"
108#       Option  "MinSpeed" "0.02"
109#       Option  "MaxSpeed" "0.10"
110#       Option  "AccelFactor" "0.0010"
111#       Option  "SHMConfig" "on"
112#EndSection
113
114# Auto-generated by mkxf86config
115
116Section "Monitor"
117        Identifier   "Monitor0"
118#       HorizSync    30.00-63.00
119#       VertRefresh  56.00-75.00
120EndSection
121
122Section "Device"
123        ### Available Driver options are:-
124        # sw_cursor is needed for some ati and radeon cards
125        #Option     "sw_cursor"
126        #Option     "hw_cursor"
127        #Option     "NoAccel"
128        #Option     "ShowCache"
129        #Option     "ShadowFB" "1"
130        #Option     "UseFBDev"
131        #Option     "Rotate"
132        Identifier  "Card0"
133        # The following line is auto-generated by x11-misc/mkxf86config
134        Driver      "i810"
135        #Option "XvMCSurfaces"
136#       Option "Rotate" "CW"
137        Option "DDC" "1"
138        VendorName  "All"
139        BoardName   "All"
140#       BusID       "PCI:1:0:0"
141EndSection
142
143Section "Screen"
144        Identifier      "Screen0"
145        Device  "Card0"
146        Monitor "Monitor0"
147        DefaultDepth 24
148        SubSection "Display"
149                Depth   24
150                Modes "1024x768"
151        EndSubSection
152EndSection
153
154Section "DRI"
155        Mode 0666
156EndSection
Note: See TracBrowser for help on using the repository browser.