]> pere.pagekite.me Git - homepage.git/blob - hp4000c/XF86Config
Generated.
[homepage.git] / hp4000c / XF86Config
1 # File generated by xf86config.
2
3 #
4 # Copyright (c) 1994 by The XFree86 Project, Inc.
5 #
6 # Permission is hereby granted, free of charge, to any person obtaining a
7 # copy of this software and associated documentation files (the "Software"),
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
12 #
13 # The above copyright notice and this permission notice shall be included in
14 # all copies or substantial portions of the Software.
15 #
16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
21 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 # SOFTWARE.
23 #
24 # Except as contained in this notice, the name of the XFree86 Project shall
25 # not be used in advertising or otherwise to promote the sale, use or other
26 # dealings in this Software without prior written authorization from the
27 # XFree86 Project.
28 #
29
30 # **********************************************************************
31 # Refer to the XF86Config(4/5) man page for details about the format of
32 # this file.
33 # **********************************************************************
34
35 # **********************************************************************
36 # Files section. This allows default font and rgb paths to be set
37 # **********************************************************************
38
39 Section "Files"
40
41 # The location of the RGB database. Note, this is the name of the
42 # file minus the extension (like ".txt" or ".db"). There is normally
43 # no need to change the default.
44
45 RgbPath "/usr/X11R6/lib/X11/rgb"
46
47 # Multiple FontPath entries are allowed (which are concatenated together),
48 # as well as specifying multiple comma-separated entries in one FontPath
49 # command (or a combination of both methods)
50 #
51 # If you don't have a floating point coprocessor and emacs, Mosaic or other
52 # programs take long to start up, try moving the Type1 and Speedo directory
53 # to the end of this list (or comment them out).
54 #
55
56 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
57 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
58 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
59 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
60 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
61
62 EndSection
63
64 # **********************************************************************
65 # Server flags section.
66 # **********************************************************************
67
68 Section "ServerFlags"
69
70 # Uncomment this to cause a core dump at the spot where a signal is
71 # received. This may leave the console in an unusable state, but may
72 # provide a better stack trace in the core dump to aid in debugging
73
74 # NoTrapSignals
75
76 # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
77 # This allows clients to receive this key event.
78
79 # DontZap
80
81 # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
82 # sequences. This allows clients to receive these key events.
83
84 # DontZoom
85
86 EndSection
87
88 # **********************************************************************
89 # Input devices
90 # **********************************************************************
91
92 # **********************************************************************
93 # Keyboard section
94 # **********************************************************************
95
96 Section "Keyboard"
97
98 Protocol "Standard"
99
100 # when using XQUEUE, comment out the above line, and uncomment the
101 # following line
102
103 # Protocol "Xqueue"
104
105 AutoRepeat 500 5
106 # Let the server do the NumLock processing. This should only be required
107 # when using pre-R6 clients
108 # ServerNumLock
109
110 # Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1))
111 # Xleds 1 2 3
112
113 # To set the LeftAlt to Meta, RightAlt key to ModeShift,
114 # RightCtl key to Compose, and ScrollLock key to ModeLock:
115
116 LeftAlt Meta
117 # RightAlt ModeShift
118 LeftAlt Meta
119 # RightCtl Compose
120 # ScrollLock ModeLock
121
122 EndSection
123
124
125 # **********************************************************************
126 # Pointer section
127 # **********************************************************************
128
129 Section "Pointer"
130 Protocol "PS/2"
131 Device "/dev/mouse"
132 # eller Device "/dev/psmouse"
133
134 # When using XQUEUE, comment out the above two lines, and uncomment
135 # the following line.
136
137 # Protocol "Xqueue"
138
139 # Baudrate and SampleRate are only for some Logitech mice
140
141 # BaudRate 9600
142 # SampleRate 150
143
144 # Emulate3Buttons is an option for 2-button Microsoft mice
145 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
146
147 Emulate3Buttons
148 Emulate3Timeout 50
149
150 # ChordMiddle is an option for some 3-button Logitech mice
151
152 # ChordMiddle
153
154 EndSection
155
156
157 # **********************************************************************
158 # Monitor section
159 # **********************************************************************
160
161 # Any number of monitor sections may be present
162
163 Section "Monitor"
164
165 Identifier "My Monitor"
166 VendorName "HP"
167 ModelName "OmniBook 4000C"
168
169 # HorizSync is in kHz unless units are specified.
170 # HorizSync may be a comma separated list of discrete values, or a
171 # comma separated list of ranges of values.
172 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
173 # USER MANUAL FOR THE CORRECT NUMBERS.
174
175 # HorizSync 31.47
176 HorizSync 30-64
177 # HorizSync 30-64 # multisync
178 # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
179 # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
180
181 # VertRefresh is in Hz unless units are specified.
182 # VertRefresh may be a comma separated list of discrete values, or a
183 # comma separated list of ranges of values.
184 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
185 # USER MANUAL FOR THE CORRECT NUMBERS.
186
187 # VertRefresh 59.94
188 VertRefresh 50-100
189
190 # Modes can be specified in two formats. A compact one-line format, or
191 # a multi-line format.
192
193 # These two are equivalent
194
195 # ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace
196
197 # Mode "1024x768i"
198 # DotClock 45
199 # HTimings 1024 1048 1208 1264
200 # VTimings 768 776 784 817
201 # Flags "Interlace"
202 # EndMode
203
204 # This is a set of standard mode timings. Modes that are out of monitor spec
205 # are automatically deleted by the server (provided the HorizSync and
206 # VertRefresh lines are correct), so there's no immediate need to
207 # delete mode timings (unless particular mode timings don't work on your
208 # monitor). With these modes, the best standard mode that your monitor
209 # and video card can support for a given resolution is automatically
210 # used.
211
212 # 640x480 @ 60 Hz, 31.5 kHz hsync
213 Mode "640x480"
214 DotClock 25.175
215 HTimings 640 664 760 800
216 VTimings 480 491 493 525
217 EndMode
218
219 # 640x400 @ 70 Hz, 31.5 kHz hsync
220 Modeline "640x400" 25.175 640 664 760 800 400 409 411 450
221
222 # 640x480, 31.5 hsync
223 Modeline "640x480" 28.32 640 680 720 864 480 488 491 521
224
225 # 800x600 @ 56 Hz, 35.15 kHz hsync
226 Modeline "800x600.36" 36 800 824 896 1024 600 601 603 625
227
228 # 800x600 @ 72Hz Non interlace mode
229 Mode "800x600.50"
230 DotClock 50
231 HTimings 800 856 896 1040
232 VTimings 600 637 643 666
233 Flags "+HSync" "+VSync"
234 EndMode
235
236 # 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync
237 Modeline "1024x768" 44.9 1024 1048 1208 1264 768 776 784 817 Interlace
238
239 # 640x480 @ 72 Hz, 36.5 kHz hsync
240 Modeline "640x480" 31.5 640 680 720 864 480 488 491 521
241 # 800x600 @ 60 Hz, 37.8 kHz hsync
242 Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync
243 +vsync
244
245 # 800x600 @ 72 Hz, 48.0 kHz hsync
246 Modeline "800x600" 50 800 856 976 1040 600 637 643 666 +hsync
247 +vsync
248 # 1024x768 @ 60 Hz, 48.4 kHz hsync
249 Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync
250 -vsync
251
252 # 1024x768 @ 70 Hz, 56.5 kHz hsync
253 Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync
254 -vsync
255 # 1280x1024 @ 87 Hz interlaced, 51 kHz hsync
256 Modeline "1280x1024" 80 1280 1296 1512 1568 1024 1025 1037 1165 Interlace
257
258 # 1024x768 @ 76 Hz, 62.5 kHz hsync
259 Modeline "1024x768" 85 1024 1032 1152 1360 768 784 787 823
260 # 1280x1024 @ 61 Hz, 64.2 kHz hsync
261 Modeline "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054
262
263 # 1280x1024 @ 74 Hz, 78.85 kHz hsync
264 Modeline "1280x1024" 135 1280 1312 1456 1712 1024 1027 1030 1064
265
266 # 1280x1024 @ 76 Hz, 81.13 kHz hsync
267 Modeline "1280x1024" 135 1280 1312 1416 1664 1024 1027 1030 1064
268
269 # Low-res Doublescan modes
270 # If your chipset does not support doublescan, you get a 'squashed'
271 # resolution like 320x400.
272
273 # 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio
274 Modeline "320x200" 12.588 320 336 384 400 200 204 205 225
275 Doublescan
276 # 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio
277 Modeline "320x240" 12.588 320 336 384 400 240 245 246 262
278 Doublescan
279 # 320x240 @ 72 Hz, 36.5 kHz hsync
280 Modeline "320x240" 15.750 320 336 384 400 240 244 246 262
281 Doublescan
282 # 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio
283 ModeLine "400x300" 18 400 416 448 512 300 301 602 312
284 Doublescan
285 # 400x300 @ 60 Hz, 37.8 kHz hsync
286 Modeline "400x300" 20 400 416 480 528 300 301 303 314
287 Doublescan
288 # 400x300 @ 72 Hz, 48.0 kHz hsync
289 Modeline "400x300" 25 400 424 488 520 300 319 322 333
290 Doublescan
291 # 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio
292 ModeLine "480x300" 21.656 480 496 536 616 300 301 302 312
293 Doublescan
294 # 480x300 @ 60 Hz, 37.8 kHz hsync
295 Modeline "480x300" 23.890 480 496 576 632 300 301 303 314
296 Doublescan
297 # 480x300 @ 63 Hz, 39.6 kHz hsync
298 Modeline "480x300" 25 480 496 576 632 300 301 303 314
299 Doublescan
300 # 480x300 @ 72 Hz, 48.0 kHz hsync
301 Modeline "480x300" 29.952 480 504 584 624 300 319 322 333
302 Doublescan
303
304 EndSection
305
306
307 # **********************************************************************
308 # Graphics device section
309 # **********************************************************************
310
311 # Any number of graphics device sections may be present
312
313 # Standard VGA Device:
314
315 Section "Device"
316 Identifier "Generic VGA"
317 VendorName "Unknown"
318 BoardName "Unknown"
319 Chipset "generic"
320
321 VideoRam 256
322
323 Clocks 25.2 28.3
324
325 EndSection
326
327 # Sample Device for accelerated server:
328
329 # Section "Device"
330 # Identifier "Actix GE32+ 2MB"
331 # VendorName "Actix"
332 # BoardName "GE32+"
333 # Ramdac "ATT20C490"
334 # Dacspeed 110
335 # Option "dac_8_bit"
336 # Clocks 25.0 28.0 40.0 0.0 50.0 77.0 36.0 45.0
337 # Clocks 130.0 120.0 80.0 31.0 110.0 65.0 75.0 94.0
338 # EndSection
339
340 # Device configured by xf86config:
341
342 Section "Device"
343 Identifier "WD 90C24A or 90C24A2 (laptop)"
344 VendorName "Western Digital"
345 BoardName "RocketChip"
346 # VideoRam 512
347 # Chipset "wd90c24"
348 Option "med_dram" # Set Mclk to 49.219
349
350 Clocks 25.175 28.322 65 36 # These are not programmable
351 Clocks 29.979 77.408 62.195 59.957 # These are programmable
352 Clocks 31.5 35.501 75.166 50.114 # These are not programmable
353 Clocks 39.822 72.038 44.744 65.1 # These are programmable
354 Clocks 49.219 # Must match Mclk
355 # Insert Clocks lines here if appropriate
356 EndSection
357
358
359 # **********************************************************************
360 # Screen sections
361 # **********************************************************************
362
363 # The Colour SVGA server
364
365 Section "Screen"
366 Driver "svga"
367 Device "WD 90C24A or 90C24A2 (laptop)"
368 Monitor "My Monitor"
369 Subsection "Display"
370 Depth 8
371 #Modes "640x480" "800x600.36" "1024x768i"
372 Modes "640x480"
373 ViewPort 0 0
374 #Virtual 800 600
375 Virtual 0 0
376 EndSubsection
377 EndSection
378
379 # The 16-color VGA server
380
381 Section "Screen"
382 Driver "vga16"
383 Device "Generic VGA"
384 Monitor "My Monitor"
385 Subsection "Display"
386 Modes "640x480" "800x600"
387 ViewPort 0 0
388 Virtual 800 600
389 EndSubsection
390 EndSection
391
392 # The Mono server
393
394 Section "Screen"
395 Driver "vga2"
396 Device "Generic VGA"
397 Monitor "My Monitor"
398 Subsection "Display"
399 Modes "640x480" "800x600"
400 ViewPort 0 0
401 Virtual 800 600
402 EndSubsection
403 EndSection