* updated tzdata (2024a -> 2024b)
[t2sde.git] / package / xorg / xorg-server / xorg.conf.example
bloba8cc2ca643c618d9d4248bc1001ee72cdd14534c
1 # File generated by xf86config.
2 # and additional hand edited by Rene Rebe - T2 Project
4 # YOU MUST ONLY MODIFY THE CARD SECTION AND SOME MONITOR SETTINGS
5 # TO GET A WORKING X CONFIGURATION.
8 # **********************************************************************
9 # Refer to the XF86Config(4/5) man page for details about the format of
10 # this file.
11 # **********************************************************************
13 # **********************************************************************
14 # Module section -- this  section  is used to specify
15 # which dynamically loadable modules to load.
16 # **********************************************************************
18 Section "Module"
19     Load        "dbe"   # DBE (double buffer extension)
20     Load        "ddc"   # Display Data Channel extension
22 # This loads the miscellaneous extensions module
23     SubSection  "extmod"
24       # Option    "omit xfree86-dga" # don't initialise the DGA extension
25       # Option    "omit XFree86-VidModeExtension" # disable mode-switching-supoprt
26     EndSubSection
28 # This loads the Type1 and FreeType font modules
29     Load        "type1"
30     Load        "freetype"
32 #    Load       "glx"  # GLX extension (OpenGL visuals)
33 #    Load       "dri"  # Direct Rendering Interface extension (OpenGL)
35 #    Load       "v4l"  # Video 4 Linux extension (provides a xv adapter)
36 EndSection
38 # **********************************************************************
39 # Extensions section -- this  section  is used to specify
40 # which extensions to enable.
41 # **********************************************************************
43 Section "Extensions"
44 #    Option  "XEVIE"         "Disable"
45     Option  "Composite"     "Enable"
46 EndSection
49 # this enabled normal users to use DRI - the Direct Rendering Extension.
50 # it is also possible to use a group to control access.
52 Section "DRI"
53     Mode 0666
54 EndSection
56 # **********************************************************************
57 # Files section.  This allows default font and rgb paths to be set
58 # **********************************************************************
60 Section "Files"
61 # Multiple FontPath entries are allowed (which are concatenated together),
62 # as well as specifying multiple comma-separated entries in one FontPath
63 # command (or a combination of both methods)
64
65 # If you don't have a floating point coprocessor and emacs, Mosaic or other
66 # programs take long to start up, try moving the Type1 and Speedo directory
67 # to the end of this list (or comment them out).
68
70     FontPath   "/usr/X11/lib/X11/fonts/75dpi/:unscaled"
71     FontPath   "/usr/X11/lib/X11/fonts/100dpi/:unscaled"
72     FontPath   "/usr/X11/lib/X11/fonts/CID/"
73     FontPath   "/usr/X11/lib/X11/fonts/PEX/"
74     FontPath   "/usr/X11/lib/X11/fonts/Speedo/"
75     FontPath   "/usr/X11/lib/X11/fonts/Type1/"
76     FontPath   "/usr/X11/lib/X11/fonts/cyrillic/"
77     FontPath   "/usr/X11/lib/X11/fonts/encodings/"
78     FontPath   "/usr/X11/lib/X11/fonts/freefont/"
79     FontPath   "/usr/X11/lib/X11/fonts/latin2/"
80     FontPath   "/usr/X11/lib/X11/fonts/local/"
81     FontPath   "/usr/X11/lib/X11/fonts/misc/"
82     FontPath   "/usr/X11/lib/X11/fonts/sharefont/"
83     FontPath   "/usr/X11/lib/X11/fonts/TTF/"
85 # The module search path.  The default path is shown here.
86 #    ModulePath "/usr/X11/lib/modules"
87 EndSection
89 # **********************************************************************
90 # Server flags section.
91 # **********************************************************************
93 Section "ServerFlags"
94 # Disable new-style hotplug, which disables classic drivers. disables classic drivers.
95 #    Option "AutoAddDevices" "false"
97 # Uncomment this to cause a core dump at the spot where a signal is
98 # received.  This may leave the console in an unusable state, but may
99 # provide a better stack trace in the core dump to aid in debugging
101 #    Option "NoTrapSignals"
103 # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
104 # This allows clients to receive this key event.
106 #    Option "DontZap"
108 # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
109 # sequences.  This allows clients to receive these key events.
111 #    Option "Dont Zoom"
113 # Uncomment this to disable tuning with the xvidtune client. With
114 # it the client can still run and fetch card and monitor attributes,
115 # but it will not be allowed to change them. If it tries it will
116 # receive a protocol error.
118 #    Option "DisableVidModeExtension"
120 # Uncomment this to enable the use of a non-local xvidtune client.
122 #    Option "AllowNonLocalXvidtune"
124 # Uncomment this to disable dynamically modifying the input device
125 # (mouse and keyboard) settings.
127 #    Option "DisableModInDev"
129 # Uncomment this to enable the use of a non-local client to
130 # change the keyboard or mouse settings (currently only xset).
132 #    Option "AllowNonLocalModInDev"
134 # Uncomment this to enable multi-head Xinerama support
136 #    Option "Xinerama" "true"
137 EndSection
139 # **********************************************************************
140 # Input devices
141 # **********************************************************************
143 # **********************************************************************
144 # Core keyboard's InputDevice section
145 # **********************************************************************
147 Section "InputDevice"
148     Identifier  "Keyboard1"
149     Driver      "kbd"
151 # For most OSs the protocol can be omitted (it defaults to "Standard").
152 # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
153 # uncomment the following line.
155 #    Option     "Protocol"      "Xqueue"
157     Option "AutoRepeat" "250 30"
159 # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
160 #    Option "Xleds" "1 2 3"
162 #    Option "LeftAlt"     "Meta"
163 #    Option "RightAlt"    "ModeShift"
165 # To customise the XKB settings to suit your keyboard, modify the
166 # lines below (which are the defaults).  For example, for a non-U.S.
167 # keyboard, you will probably want to use:
168 #    Option "XkbModel"    "pc102"
169 # If you have a US Microsoft Natural keyboard, you can use:
170 #    Option "XkbModel"    "microsoft"
172 # Then to change the language, change the Layout setting.
173 # For example, a german layout can be obtained with:
174 #    Option "XkbLayout"   "de"
175 # or:
176 #    Option "XkbLayout"   "de"
177 #    Option "XkbVariant"  "nodeadkeys"
179 # If you'd like to switch the positions of your capslock and
180 # control keys, use:
181 #    Option "XkbOptions"  "ctrl:swapcaps"
183 # These are the default XKB settings
184 #    Option "XkbRules"    "xorg"
185 #    Option "XkbModel"    "pc101"
186 #    Option "XkbLayout"   "us"
187 #    Option "XkbVariant"  ""
188 #    Option "XkbOptions"  ""
190 #    Option "XkbDisable"
192 #    Option "XkbRules"  "xorg"
193 #    Option "XkbModel"  "pc105"
194 #    Option "XkbLayout" "de"  # german keyboard layout
195 #    Option "XkbVariant" "nodeadkeys"  # or for e.g. ch: de, fr, ...
196 EndSection
199 # **********************************************************************
200 # Core Pointer's InputDevice section
201 # **********************************************************************
203 # normal wheel mouse ...
205 Section "InputDevice"
206     Identifier  "Mouse1"
207     Driver      "mouse"
209     Option "Protocol"    "IMPS/2"
210     Option "Device"      "/dev/input/mice"
212 #    Option "Protocol"    "Auto"
213 #    Option "Protocol"    "Microsoft"
214 #    Option "Protocol"    "PS/2"
215 #    Option "Device"      "/dev/tts/0"
216 #    Option "Device"      "/dev/misc/psaux"
218     Option "Buttons"     "5"
219     Option "ZaxisMapping" "4 5"
220 EndSection
223 # **********************************************************************
224 # Other input device sections
225 # this is optional and is required only if you
226 # are using extended input devices.  This is for example only.  Refer
227 # to the XF86Config man page for a description of the options.
228 # **********************************************************************
230 # Section "InputDevice"
231 #    Identifier  "Mouse2"
232 #    Driver      "mouse"
233 #    Option      "Protocol"      "MouseMan"
234 #    Option      "Device"        "/dev/mouse2"
235 # EndSection
237 # Section "InputDevice"
238 #    Identifier "Spaceball"
239 #    Driver     "magellan"
240 #    Option     "Device"        "/dev/cua0"
241 # EndSection
243 # Section "InputDevice"
244 #    Identifier "Spaceball2"
245 #    Driver     "spaceorb"
246 #    Option     "Device"        "/dev/cua0"
247 # EndSection
249 # Section "InputDevice"
250 #    Identifier         "Synaptics1"
251 #    Driver     "synaptics"
252 #    Option     "ZaxisMapping"  "4 5 6 7"
253 #    Option     "Device"        "/dev/input/mouse0"
254 #    Option     "Protocol"      "auto-dev"
255 #  #  Option    "LeftEdge"      "1700"
256 #  #  Option    "RightEdge"     "5300"
257 #  #  Option    "TopEdge"       "1700"
258 #  #  Option    "BottomEdge"    "4200"
259 #    Option     "FingerLow"     "25"
260 #    Option     "FingerHigh"    "30"
261 #    Option     "MaxTapTime"    "180"
262 #    Option     "MaxTapMove"    "220"
263 #    Option     "TapButton2"    "3"
264 #    Option     "TapButton3"    "2"
265 #    Option     "VertTwoFingerScroll"   "true"
266 #    Option     "HorizTwoFingerScroll"  "true"
267 #    Option     "VertScrollDelta" "5"
268 #    Option     "HorizScrollDelta" "5"
269 #    Option     "MinSpeed"      "0.40"
270 #    Option     "MaxSpeed"      "1.00"
271 #    Option     "AccelFactor"   "0.05"
272 #    Option     "SHMConfig"     "on"
273 # EndSection
275 # Section "InputDevice"
276 #    Identifier "Touchscreen0"
277 #    Driver     "microtouch"
278 #    Option     "Device"        "/dev/ttyS0"
279 #    Option     "MinX"          "1412"
280 #    Option     "MaxX"          "15184"
281 #    Option     "MinY"          "15372"
282 #    Option     "MaxY"          "1230"
283 #    Option     "ScreenNumber"  "0"
284 #    Option     "ReportingMode" "Scaled"
285 #    Option     "ButtonNumber"  "1"
286 #    Option     "SendCoreEvents"
287 # EndSection
289 # Section "InputDevice"
290 #    Identifier "Touchscreen1"
291 #    Driver     "elo2300"
292 #    Option     "Device"        "/dev/ttyS0"
293 #    Option     "MinX"          "231"
294 #    Option     "MaxX"          "3868"
295 #    Option     "MinY"          "3858"
296 #    Option     "MaxY"          "272"
297 #    Option     "ScreenNumber"  "0"
298 #    Option     "ReportingMode" "Scaled"
299 #    Option     "ButtonThreshold"       "17"
300 #    Option     "ButtonNumber"  "1"
301 #    Option     "SendCoreEvents"
302 # EndSection
304 # Section "InputDevice"
305 #   Identifier "Tablet1"
306 #   Driver     "summa"
307 #   Option     "Device"        "/dev/ttyS0"
308 #   Option     "MinX"          "231"
309 #   Option     "MaxX"          "3868"
310 #   Option     "MinY"          "3858"
311 #   Option     "MaxY"          "272"
312 #   Option     "ScreenNumber"  "0"
313 #   Option     "ReportingMode" "Scaled"
314 #   Option     "ButtonThreshold"       "17"
315 #   Option     "ButtonNumber"  "1"
316 #   Option     "SendCoreEvents"
317 #   Option      "BaudRate"    "19200"
318 #   Option      "DataBits"    "8"
319 #   Option      "StopBits"    "1"
320 #   Option      "Parity"      "Odd"
321 #   Option      "FlowControl" "Xoff"
322 #   Option      "VTime"       "10"
323 #   Option      "VMin"        "1"
324 # EndSection
327 # **********************************************************************
328 # Monitor section
329 # **********************************************************************
331 # Any number of monitor sections may be present
333 Section "Monitor"
334     Identifier  "Monitor1"
336 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
337 # USER MANUAL FOR THE CORRECT NUMBERS !!
339 # normally uncomment this lines
340 #    HorizSync   24.0 - 80.0
341 #    VertRefresh 50-100
343 # overwrite the screen dimensions (in mm) e.g. to get another virtual dpi
344 # value
345 #    DisplaySize 345 260
347 # HorizSync is in kHz unless units are specified.
348 # HorizSync may be a comma separated list of discrete values, or a
349 # comma separated list of ranges of values.
350 #    HorizSync  30-64         # multisync
351 #    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
352 #    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies
354 # VertRefresh is in Hz unless units are specified.
355 # VertRefresh may be a comma separated list of discrete values, or a
356 # comma separated list of ranges of values.
357 #    VertRefresh 50-100
359 # some mode examples 1,2 selfmade - 3 from fbset
360 # (only needed for low-level tricks, exotic Laptops or other LCD's)
362 #    Mode "1152x900"
363 #        DotClock        120
364 #        HTimings        1152 1200 1312 1528
365 #        VTimings        900  910  946  985
366 #    EndMode
367 #    Mode "1152x900-2"
368 #        DotClock        100
369 #        HTimings        1152 1200 1312 1528
370 #        VTimings        900  910  946  985
371 #    EndMode
372 #    Mode "1152x864"
373 #       DotClock 105.810
374 #       HTimings 1152 1184 1312 1504
375 #       VTimings 864 868 872 902
376 #       Flags    "-HSync" "-VSync"
377 #    EndMode
379 # for framebuffer devices you might want to simply add
380 # the 'fbset -x' output here.
381 EndSection
384 # **********************************************************************
385 # Graphics device section
386 # **********************************************************************
388 # Any number of graphics device sections may be present
390 Section "Device"
391     Identifier  "Card1"
393     # Use this for framebuffer devices - should work on most systems.
394     Driver       "fbdev"
395     Option       "fbdev" "/dev/fb0"
397 #    Driver     "vga" # mga, ati, nv, sis, vesa ...
398 #    # Option     "BackingStore"
400 #    # Some driver accept an UseFBDev option (e.g. radeon) to switch the
401 #    # mode via the Linux framebuffer layer. Needed e.g. as workaround for
402 #    # iBooks.
403 #    # Option   "UseFBDev"
405 #    # The BuID is only required for multi-monitor configs or some fbdev drivers
406 #    # BusID    "PCI:1:5:0"
407 #    # Screen   0 # Screen of a dual-head mga card
409 #    # Option   "NoHal" # do not use the binary-only Matrox HAL library
410 #    # Option   "AGPMode2x"
412 #    # Option   "MergedFB" "true" # lightweight multi-head
413 #    # Option   "CRT2Position" "RightOf"
414 EndSection
416 # Matrox Millenium 4xx, Ati or NVidia second-head
417 #Section "Device"
418 #    Identifier "Card2"
419 #    Driver     "mga" # or other dual-able cards like ati, nv
420 #    # Option   "BackingStore"
422 #    BusID      "PCI:1:5:0"
423 #    Screen     1
425 #    # Option   "NoHal" # do not use the binary-only Matrox HAL library
426 #    # Option   "AGPMode2x"
428 #    # Option   "Tv" "yes"
429 #    # Option   "TVStandard" "PAL"
430 #    # Option   "CableType" "SCART_COMPOSITE"
431 #EndSection
433 # **********************************************************************
434 # Screen sections
435 # **********************************************************************
437 # Any number of screen sections may be present.  Each describes
438 # the configuration of a single screen.  A single specific screen section
439 # may be specified from the X server command line with the "-screen"
440 # option.
441 Section "Screen"
442     Identifier  "Screen1"
443     Device      "Card1"
444     Monitor     "Monitor1"
445     DefaultDepth 24
447     Subsection "Display"
448         Modes       "1024x768" "800x600" "640x480"
449     EndSubsection
450 EndSection
452 #Section "Screen"
453 #    Identifier  "Screen2"
454 #    Device      "Card2"
455 #    Monitor     "Monitor1"
456 #    DefaultDepth 16
458 #    Subsection "Display"
459 #        Modes       "1024x768" "800x600" "640x480"
460 #    EndSubsection
461 #EndSection
463 #Section "Screen"
464 #    Identifier  "ScreenTV"
465 #    Device      "CardTV"
466 #    Monitor     "Monitor1"
467 #    DefaultDepth 16
469 #    Subsection "Display"
470 #        Depth       16
471 #        Modes       "640x480"
472 #        ViewPort    0 0
473 #    EndSubsection
474 #EndSection
477 # **********************************************************************
478 # ServerLayout sections.
479 # **********************************************************************
481 # Any number of ServerLayout sections may be present.  Each describes
482 # the way multiple screens are organised.  A specific ServerLayout
483 # section may be specified from the X server command line with the
484 # "-layout" option.  In the absence of this, the first section is used.
485 # When now ServerLayout section is present, the first Screen section
486 # is used alone.
488 Section "ServerLayout"
489 # The Identifier line must be present
490     Identifier  "Simple Layout"
492 # Each Screen line specifies a Screen section name, and optionally
493 # the relative position of other screens.  The four names after
494 # primary screen name are the screens to the top, bottom, left and right
495 # of the primary screen.  In this example, screen 2 is located to the
496 # right of screen 1.
498     Screen "Screen1"  # LeftOf "Screen2"
499     # Screen "Screen2"
500     # Screen "ScreenTV"
502 # Each InputDevice line specifies an InputDevice section name and
503 # optionally some options to specify the way the device is to be
504 # used.  Those options include "CorePointer", "CoreKeyboard" and
505 # "SendCoreEvents".
507     InputDevice "Mouse1" "CorePointer"
508     InputDevice "Keyboard1" "CoreKeyboard"
510 # It is possible to specify secondary input devices which might not
511 # be pressend on X startup. Nice for laptops with temporary external
512 # mices ;-)!
514 #    InputDevice "Mouse2" "SendCoreEvents"
515 #    InputDevice "Tablet1"
516 EndSection