1 | # generic XFree86 4.x configuration file
|
---|
2 |
|
---|
3 | Section "Files"
|
---|
4 | FontPath "/usr/share/fonts/truetype/"
|
---|
5 | FontPath "/usr/share/fonts/uni/"
|
---|
6 | FontPath "/usr/share/fonts/misc/"
|
---|
7 | InputDevices "/dev/input/mice"
|
---|
8 | EndSection
|
---|
9 |
|
---|
10 | Section "ServerFlags"
|
---|
11 | Option "AllowMouseOpenFail"
|
---|
12 | Option "BlankTime" "0"
|
---|
13 | EndSection
|
---|
14 |
|
---|
15 | Section "Module"
|
---|
16 | Load "dbe"
|
---|
17 | Load "extmod"
|
---|
18 | EndSection
|
---|
19 |
|
---|
20 | Section "InputDevice"
|
---|
21 | Driver "kbd"
|
---|
22 | Identifier "Keyboard[0]"
|
---|
23 | Option "Protocol" "Standard"
|
---|
24 | Option "XkbRules" "xfree86"
|
---|
25 | Option "XkbKeycodes" "xfree86"
|
---|
26 | Option "XkbModel" "pc104"
|
---|
27 | Option "XkbLayout" "us"
|
---|
28 | EndSection
|
---|
29 |
|
---|
30 | Section "InputDevice"
|
---|
31 | Driver "mouse"
|
---|
32 | Identifier "Mouse[1]"
|
---|
33 | Option "Protocol" "explorerps/2"
|
---|
34 | Option "Device" "/dev/input/mice"
|
---|
35 | EndSection
|
---|
36 |
|
---|
37 | # bnc #670465 comment #79
|
---|
38 | Section "InputDevice"
|
---|
39 | Identifier "Mouse[xen_pv_guest]"
|
---|
40 | Driver "evdev"
|
---|
41 | Option "Name" "Xen Virtual Pointer"
|
---|
42 | Option "InputFashion" "Mouse"
|
---|
43 | Option "Pass" "3"
|
---|
44 | Option "Vendor" "0x5853"
|
---|
45 | Option "Product" "0xfffe"
|
---|
46 | EndSection
|
---|
47 |
|
---|
48 | # bnc #723929
|
---|
49 | Section "InputDevice"
|
---|
50 | Identifier "Mouse[hyperv_guest]"
|
---|
51 | Driver "evdev"
|
---|
52 | Option "Name" "Microsoft Vmbus HID-compliant Mouse"
|
---|
53 | Option "InputFashion" "Mouse"
|
---|
54 | Option "Pass" "3"
|
---|
55 | Option "Vendor" "0x45e"
|
---|
56 | Option "Product" "0x621"
|
---|
57 | EndSection
|
---|
58 |
|
---|
59 | Section "Monitor"
|
---|
60 | HorizSync 25-40
|
---|
61 | Identifier "Monitor[0]"
|
---|
62 | ModelName "Initial"
|
---|
63 | VendorName "Initial"
|
---|
64 | VertRefresh 47-75
|
---|
65 | UseModes "Modes[0]"
|
---|
66 | EndSection
|
---|
67 |
|
---|
68 |
|
---|
69 | Section "Modes"
|
---|
70 | Identifier "Modes[0]"
|
---|
71 | Modeline "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
|
---|
72 | Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Try
|
---|
73 | Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Try
|
---|
74 | Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Try
|
---|
75 | Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Try
|
---|
76 | Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Try
|
---|
77 | Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
|
---|
78 | EndSection
|
---|
79 |
|
---|
80 | Section "Monitor"
|
---|
81 | HorizSync 31-48
|
---|
82 | Identifier "Monitor[vmware]"
|
---|
83 | ModelName "Initial"
|
---|
84 | VendorName "Initial"
|
---|
85 | VertRefresh 43-72
|
---|
86 | UseModes "Modes[vmware]"
|
---|
87 | EndSection
|
---|
88 |
|
---|
89 | Section "Modes"
|
---|
90 | Identifier "Modes[vmware]"
|
---|
91 | Modeline "800x600" 29.38 800 816 896 992 600 601 604 617
|
---|
92 | EndSection
|
---|
93 |
|
---|
94 | Section "Monitor"
|
---|
95 | HorizSync 31-48
|
---|
96 | Identifier "Monitor[vesa]"
|
---|
97 | ModelName "VESA"
|
---|
98 | VendorName "VESA"
|
---|
99 | VertRefresh 50-60
|
---|
100 | EndSection
|
---|
101 |
|
---|
102 | # Screen Section for module X support
|
---|
103 | # -------------------------------------
|
---|
104 | Section "Screen"
|
---|
105 | SubSection "Display"
|
---|
106 | Depth 16
|
---|
107 | Modes "800x600"
|
---|
108 | EndSubSection
|
---|
109 | SubSection "Display"
|
---|
110 | Depth 24
|
---|
111 | Modes "800x600"
|
---|
112 | EndSubSection
|
---|
113 | SubSection "Display"
|
---|
114 | Depth 32
|
---|
115 | Modes "800x600"
|
---|
116 | EndSubSection
|
---|
117 | SubSection "Display"
|
---|
118 | Depth 8
|
---|
119 | Modes "800x600"
|
---|
120 | EndSubSection
|
---|
121 | Device "Device[0]"
|
---|
122 | Identifier "Screen[0]"
|
---|
123 | Monitor "Monitor[0]"
|
---|
124 | EndSection
|
---|
125 |
|
---|
126 | # Screen Section for fbdev support
|
---|
127 | # vesafb defaults to 16bit
|
---|
128 | # others default to 8bit, force a higher colordepth
|
---|
129 | # on Apple onboard controllers, remove the default #207338
|
---|
130 | # changes for DefaultDepth have to be made in /usr/lib/YaST2/startup/YaST2.call as well
|
---|
131 | # ----------------------------------
|
---|
132 | Section "Screen"
|
---|
133 | #@DefaultDepth@
|
---|
134 | SubSection "Display"
|
---|
135 | Depth 16
|
---|
136 | Modes "default"
|
---|
137 | EndSubSection
|
---|
138 | SubSection "Display"
|
---|
139 | Depth 15
|
---|
140 | Modes "default"
|
---|
141 | EndSubSection
|
---|
142 | SubSection "Display"
|
---|
143 | Depth 24
|
---|
144 | Modes "default"
|
---|
145 | EndSubSection
|
---|
146 | SubSection "Display"
|
---|
147 | Depth 32
|
---|
148 | Modes "default"
|
---|
149 | EndSubSection
|
---|
150 | SubSection "Display"
|
---|
151 | Depth 8
|
---|
152 | Modes "default"
|
---|
153 | EndSubSection
|
---|
154 | Device "Device[fbdev]"
|
---|
155 | Identifier "Screen[fbdev]"
|
---|
156 | Monitor "Monitor[0]"
|
---|
157 | EndSection
|
---|
158 |
|
---|
159 | # Screen Section for vesa support
|
---|
160 | # ----------------------------------
|
---|
161 | Section "Screen"
|
---|
162 | SubSection "Display"
|
---|
163 | Depth 16
|
---|
164 | Modes "default"
|
---|
165 | EndSubSection
|
---|
166 | SubSection "Display"
|
---|
167 | Depth 8
|
---|
168 | Modes "default"
|
---|
169 | EndSubSection
|
---|
170 | Device "Device[vesa]"
|
---|
171 | Identifier "Screen[vesa]"
|
---|
172 | Monitor "Monitor[vesa]"
|
---|
173 | EndSection
|
---|
174 |
|
---|
175 | # Screen Section for vmware support
|
---|
176 | # ----------------------------------
|
---|
177 | Section "Screen"
|
---|
178 | SubSection "Display"
|
---|
179 | Depth 8
|
---|
180 | Modes "800x600"
|
---|
181 | EndSubSection
|
---|
182 | SubSection "Display"
|
---|
183 | Depth 16
|
---|
184 | Modes "800x600"
|
---|
185 | EndSubSection
|
---|
186 | SubSection "Display"
|
---|
187 | Depth 24
|
---|
188 | Modes "800x600"
|
---|
189 | EndSubSection
|
---|
190 | Device "Device[vmware]"
|
---|
191 | Identifier "Screen[vmware]"
|
---|
192 | Monitor "Monitor[vmware]"
|
---|
193 | EndSection
|
---|
194 |
|
---|
195 | # Device Sections...
|
---|
196 | # -------------------
|
---|
197 | Section "Device"
|
---|
198 | #BusID "1:0:0"
|
---|
199 | Driver "ChangeMe"
|
---|
200 | Identifier "Device[0]"
|
---|
201 | # device_options
|
---|
202 | Option "sw_cursor" "on"
|
---|
203 | EndSection
|
---|
204 |
|
---|
205 | Section "Device"
|
---|
206 | Driver "fbdev"
|
---|
207 | Identifier "Device[fbdev]"
|
---|
208 | # fbdev_options
|
---|
209 | EndSection
|
---|
210 |
|
---|
211 | Section "Device"
|
---|
212 | Driver "vesa"
|
---|
213 | #Option "DefaultRefresh"
|
---|
214 | Option "ModeSetClearScreen" "no"
|
---|
215 | Identifier "Device[vesa]"
|
---|
216 | EndSection
|
---|
217 |
|
---|
218 | Section "Device"
|
---|
219 | Driver "vmware"
|
---|
220 | Identifier "Device[vmware]"
|
---|
221 | EndSection
|
---|
222 |
|
---|
223 | Section "ServerLayout"
|
---|
224 | Identifier "Layout[all]"
|
---|
225 | InputDevice "Keyboard[0]" "CoreKeyboard"
|
---|
226 | InputDevice "Mouse[1]" "CorePointer"
|
---|
227 | InputDevice "Mouse[xen_pv_guest]" "SendCoreEvents"
|
---|
228 | InputDevice "Mouse[hyperv_guest]" "SendCoreEvents"
|
---|
229 | Option "Xinerama" "off"
|
---|
230 | Screen "Screen[vmware]"
|
---|
231 | EndSection
|
---|
232 |
|
---|