initial commit: 1.5.0
[systemrescuecd.git] / overlay-squashfs-x86 / etc / X11 / xorg.conf.in
1 #xorg.conf.in template for mkxf86config
2
3 Section "ServerLayout"
4         Identifier      "X.Org Configured"
5         Screen  0       "Screen0" 0 0
6         InputDevice     "Keyboard0" "CoreKeyboard"
7         InputDevice     "Mouse0" "CorePointer"
8         InputDevice     "Synaptics" "CorePointer"
9 #       InputDevice     "PS/2 Mouse" "AlwaysCore"
10 #       InputDevice     "Serial Mouse" "AlwaysCore"
11 #       InputDevice     "USB Mouse" "AlwaysCore"
12 EndSection
13
14 Section "ServerFlags"
15         Option  "AllowMouseOpenFail" "true"
16         Option  "DontVTSwitch" "false"
17         @@NOPM@@
18 EndSection
19
20 Section "Files"
21         FontPath        "/usr/share/fonts/util"
22         FontPath        "/usr/share/fonts/encodings"
23         FontPath        "/usr/share/fonts/misc"
24         FontPath        "/usr/share/fonts/local"
25         FontPath        "/usr/share/fonts/terminus"
26         FontPath        "/usr/share/fonts/corefonts"
27         FontPath        "/usr/local/share/fonts"
28         FontPath        "/usr/share/fonts/default"
29         FontPath        "/usr/share/fonts/TTF"
30         FontPath        "/usr/share/fonts/type1"
31         FontPath        "/usr/share/fonts/100dpi"
32         FontPath        "/usr/share/fonts/75dpi"
33         FontPath        "/usr/share/fonts/arphicfonts"
34         FontPath        "/usr/share/fonts/jisx0213"
35         FontPath        "/usr/share/fonts/shinonome"
36         FontPath        "/usr/share/fonts/baekmuk-fonts"
37         FontPath        "/usr/share/fonts/kacst-fonts"
38         FontPath        "/usr/share/fonts/sgi-fonts"
39         FontPath        "/usr/share/fonts/unfonts"
40         FontPath        "/usr/share/fonts/default/ghostscript"
41 EndSection
42
43 Section "Module"
44         Load    "ddc"
45         Load    "vbe"
46         Load    "bitmap"
47         Load    "type1"
48         Load    "freetype"
49 EndSection
50
51 Section "InputDevice"
52         Identifier  "Keyboard0"
53         Driver      "keyboard"
54         Option      "CoreKeyboard"
55         Option      "XkbRules"  "xorg"
56         Option      "XkbModel"  "pc105"
57         Option      "XkbLayout" "us"
58 EndSection
59
60 Section "InputDevice"
61         Identifier  "Mouse0"
62         Driver      "mouse"
63         Option      "Protocol" "auto"
64         Option      "Device" "/dev/input/mice"
65         Option      "ZAxisMapping" "4 5 6 7"
66 EndSection
67
68 Section "InputDevice"
69         Identifier      "Serial Mouse"
70         Driver  "mouse"
71         Option  "Protocol" "Microsoft"
72         Option  "Device" "/dev/ttyS0"
73         Option  "Emulate3Buttons" "true"
74         Option  "Emulate3Timeout" "70"
75         Option  "SendCoreEvents"  "true"
76 EndSection
77
78 Section "InputDevice"
79         Identifier      "PS/2 Mouse"
80         Driver  "mouse"
81         Option  "Protocol" "IMPS/2"
82         Option  "Device" "/dev/misc/psaux"
83         Option  "Emulate3Buttons" "true"
84         Option  "Emulate3Timeout" "70"
85         Option  "SendCoreEvents"  "true"
86         Option  "ZAxisMapping" "4 5"
87 EndSection
88
89 Section "InputDevice"
90         Identifier      "USB Mouse"
91         Driver  "mouse"
92         Option  "Device" "/dev/input/mice"
93         Option  "SendCoreEvents" "true"
94         Option  "Protocol" "IMPS/2"
95         Option  "ZAxisMapping" "4 5"
96         Option  "Buttons" "5"
97 EndSection
98
99 Section "InputDevice"
100         Identifier      "Synaptics"
101         Driver  "synaptics"
102         Option  "Protocol" "event"
103         Option  "Device" "@@SYNDEV@@"
104         Option  "LeftEdge" "1900"
105         Option  "RightEdge" "5400"
106         Option  "TopEdge" "1900"
107         Option  "BottomEdge" "4000"
108         Option  "FingerLow" "25"
109         Option  "FingerHigh" "30"
110         Option  "MaxTapTime" "180"
111         Option  "MaxTapMove" "220"
112         Option  "VertScrollDelta" "100"
113         Option  "MinSpeed" "0.02"
114         Option  "MaxSpeed" "0.10"
115         Option  "AccelFactor" "0.0010"
116         Option  "SHMConfig" "on"
117 EndSection
118
119 # Auto-generated by mkxf86config
120 @@MONITOR@@
121
122 Section "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"
130         #Option     "UseFBDev"
131         #Option     "Rotate"
132         Identifier  "Card0"
133         # The following line is auto-generated by x11-misc/mkxf86config
134         Driver      "@@XMODULE@@"
135         VendorName  "All"
136         BoardName   "All"
137 #       BusID       "PCI:1:0:0"
138 EndSection
139
140 Section "Screen"
141         Identifier      "Screen0"
142         Device  "Card0"
143         Monitor "Monitor0"
144         DefaultColorDepth 16
145         SubSection "Display"
146                 Depth   1
147                 @@MODES@@
148         EndSubSection
149         SubSection "Display"
150                 Depth   4
151                 @@MODES@@
152         EndSubSection
153         SubSection "Display"
154                 Depth   8
155                 @@MODES@@
156         EndSubSection
157         SubSection "Display"
158                 Depth   15
159                 @@MODES@@
160         EndSubSection
161         SubSection "Display"
162                 Depth   16
163                 @@MODES@@
164         EndSubSection
165         SubSection "Display"
166                 Depth   24
167                 @@MODES@@
168         EndSubSection
169         SubSection "Display"
170                 Depth   32
171                 @@MODES@@
172         EndSubSection
173 EndSection
174
175 Section "DRI"
176         Mode 0666
177 EndSection