uranus.webhop.net

Code: conf/xorg.conf

  1. # File generated by xorgconfig.
  2. #
  3. # Copyright 2004 The X.Org Foundation
  4. #
  5. # Permission is hereby granted, free of charge, to any person obtaining a
  6. # copy of this software and associated documentation files (the "Software"),
  7. # to deal in the Software without restriction, including without limitation
  8. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  9. # and/or sell copies of the Software, and to permit persons to whom the
  10. # Software is furnished to do so, subject to the following conditions:
  11. #
  12. # The above copyright notice and this permission notice shall be included in
  13. # all copies or substantial portions of the Software.
  14. #
  15. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  18. # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  19. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
  20. # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  21. # SOFTWARE.
  22. #
  23. # Except as contained in this notice, the name of The X.Org Foundation shall
  24. # not be used in advertising or otherwise to promote the sale, use or other
  25. # dealings in this Software without prior written authorization from
  26. # The X.Org Foundation.
  27. #
  28. # **********************************************************************
  29. # Refer to the xorg.conf(5x) man page for details about the format of
  30. # this file.
  31. # **********************************************************************
  32. # **********************************************************************
  33. # Module section -- this section is used to specify
  34. # which dynamically loadable modules to load.
  35. # **********************************************************************
  36. #
  37. Section "Module"
  38. # This loads the DBE extension module.
  39. Load "dbe" # Double buffer extension
  40. # This loads the miscellaneous extensions module, and disables
  41. # initialisation of the XFree86-DGA extension within that module.
  42. SubSection "extmod"
  43. Option "omit xfree86-dga" # don't initialise the DGA extension
  44. EndSubSection
  45. # This loads the font modules
  46. Load "type1"
  47. # Load "speedo"
  48. Load "freetype"
  49. # Load "xtt"
  50. # This loads the GLX module
  51. Load "glx"
  52. # This loads the DRI module
  53. Load "dri"
  54. EndSection
  55. # **********************************************************************
  56. # Files section. This allows default font and rgb paths to be set
  57. # **********************************************************************
  58. Section "Files"
  59. # The location of the RGB database. Note, this is the name of the
  60. # file minus the extension (like ".txt" or ".db"). There is normally
  61. # no need to change the default.
  62. RgbPath "/usr/X11R6/lib/X11/rgb"
  63. # Multiple FontPath entries are allowed (which are concatenated together),
  64. # as well as specifying multiple comma-separated entries in one FontPath
  65. # command (or a combination of both methods)
  66. #
  67. #
  68. FontPath "/usr/share/fonts/misc/"
  69. FontPath "/usr/share/fonts/TTF/"
  70. FontPath "/usr/share/fonts/Type1/"
  71. FontPath "/usr/share/fonts/CID/"
  72. FontPath "/usr/share/fonts/75dpi/"
  73. FontPath "/usr/share/fonts/100dpi/"
  74. FontPath "/usr/share/fonts/local/"
  75. FontPath "/usr/share/fonts/Speedo/"
  76. # FontPath "/usr/share/fonts/TrueType/"
  77. # FontPath "/usr/share/fonts/freefont/"
  78. # The module search path. The default path is shown here.
  79. # ModulePath "/usr/X11R6/lib/modules"
  80. EndSection
  81. # **********************************************************************
  82. # Server flags section.
  83. # **********************************************************************
  84. Section "ServerFlags"
  85. # Uncomment this to cause a core dump at the spot where a signal is
  86. # received. This may leave the console in an unusable state, but may
  87. # provide a better stack trace in the core dump to aid in debugging
  88. # Option "NoTrapSignals"
  89. # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
  90. # (where n is 1 through 12). This allows clients to receive these key
  91. # events.
  92. # Option "DontVTSwitch"
  93. # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
  94. # This allows clients to receive this key event.
  95. # Option "DontZap"
  96. # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
  97. # sequences. This allows clients to receive these key events.
  98. # Option "Dont Zoom"
  99. # Uncomment this to disable tuning with the xvidtune client. With
  100. # it the client can still run and fetch card and monitor attributes,
  101. # but it will not be allowed to change them. If it tries it will
  102. # receive a protocol error.
  103. # Option "DisableVidModeExtension"
  104. # Uncomment this to enable the use of a non-local xvidtune client.
  105. # Option "AllowNonLocalXvidtune"
  106. # Uncomment this to disable dynamically modifying the input device
  107. # (mouse and keyboard) settings.
  108. # Option "DisableModInDev"
  109. # Uncomment this to enable the use of a non-local client to
  110. # change the keyboard or mouse settings (currently only xset).
  111. # Option "AllowNonLocalModInDev"
  112. EndSection
  113. # **********************************************************************
  114. # Input devices
  115. # **********************************************************************
  116. # **********************************************************************
  117. # Core keyboard's InputDevice section
  118. # **********************************************************************
  119. Section "InputDevice"
  120. Identifier "Keyboard1"
  121. Driver "kbd"
  122. # For most OSs the protocol can be omitted (it defaults to "Standard").
  123. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  124. # uncomment the following line.
  125. # Option "Protocol" "Xqueue"
  126. Option "AutoRepeat" "500 30"
  127. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  128. # Option "Xleds" "1 2 3"
  129. # Option "LeftAlt" "Meta"
  130. # Option "RightAlt" "ModeShift"
  131. # To customise the XKB settings to suit your keyboard, modify the
  132. # lines below (which are the defaults). For example, for a non-U.S.
  133. # keyboard, you will probably want to use:
  134. # Option "XkbModel" "pc102"
  135. # If you have a US Microsoft Natural keyboard, you can use:
  136. # Option "XkbModel" "microsoft"
  137. #
  138. # Then to change the language, change the Layout setting.
  139. # For example, a german layout can be obtained with:
  140. # Option "XkbLayout" "de"
  141. # or:
  142. # Option "XkbLayout" "de"
  143. # Option "XkbVariant" "nodeadkeys"
  144. #
  145. # If you'd like to switch the positions of your capslock and
  146. # control keys, use:
  147. # Option "XkbOptions" "ctrl:swapcaps"
  148. # These are the default XKB settings for Xorg
  149. # Option "XkbRules" "xorg"
  150. # Option "XkbModel" "pc101"
  151. # Option "XkbLayout" "us"
  152. # Option "XkbVariant" ""
  153. # Option "XkbOptions" ""
  154. # Option "XkbDisable"
  155. Option "XkbRules" "xorg"
  156. Option "XkbModel" "pc101"
  157. Option "XkbLayout" "us"
  158. EndSection
  159. # **********************************************************************
  160. # Core Pointer's InputDevice section
  161. # **********************************************************************
  162. Section "InputDevice"
  163. # Identifier and driver
  164. Identifier "Mouse1"
  165. Driver "mouse"
  166. Option "Protocol" "Auto"
  167. Option "Device" "/dev/psaux"
  168. # Mouse-speed setting for PS/2 mouse.
  169. # Option "Resolution" "256"
  170. # When using XQUEUE, comment out the above two lines, and uncomment
  171. # the following line.
  172. # Option "Protocol" "Xqueue"
  173. # Baudrate and SampleRate are only for some Logitech mice. In
  174. # almost every case these lines should be omitted.
  175. # Option "BaudRate" "9600"
  176. # Option "SampleRate" "150"
  177. # Emulate3Buttons is an option for 2-button Microsoft mice
  178. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
  179. Option "Emulate3Buttons"
  180. # Option "Emulate3Timeout" "50"
  181. # ChordMiddle is an option for some 3-button Logitech mice
  182. # Option "ChordMiddle"
  183. EndSection
  184. # **********************************************************************
  185. # Other input device sections
  186. # this is optional and is required only if you
  187. # are using extended input devices. This is for example only. Refer
  188. # to the xorg.conf man page for a description of the options.
  189. # **********************************************************************
  190. #
  191. # Section "InputDevice"
  192. # Identifier "Mouse2"
  193. # Driver "mouse"
  194. # Option "Protocol" "MouseMan"
  195. # Option "Device" "/dev/mouse2"
  196. # EndSection
  197. #
  198. # Section "InputDevice"
  199. # Identifier "spaceball"
  200. # Driver "magellan"
  201. # Option "Device" "/dev/cua0"
  202. # EndSection
  203. #
  204. # Section "InputDevice"
  205. # Identifier "spaceball2"
  206. # Driver "spaceorb"
  207. # Option "Device" "/dev/cua0"
  208. # EndSection
  209. #
  210. # Section "InputDevice"
  211. # Identifier "touchscreen0"
  212. # Driver "microtouch"
  213. # Option "Device" "/dev/ttyS0"
  214. # Option "MinX" "1412"
  215. # Option "MaxX" "15184"
  216. # Option "MinY" "15372"
  217. # Option "MaxY" "1230"
  218. # Option "ScreenNumber" "0"
  219. # Option "ReportingMode" "Scaled"
  220. # Option "ButtonNumber" "1"
  221. # Option "SendCoreEvents"
  222. # EndSection
  223. #
  224. # Section "InputDevice"
  225. # Identifier "touchscreen1"
  226. # Driver "elo2300"
  227. # Option "Device" "/dev/ttyS0"
  228. # Option "MinX" "231"
  229. # Option "MaxX" "3868"
  230. # Option "MinY" "3858"
  231. # Option "MaxY" "272"
  232. # Option "ScreenNumber" "0"
  233. # Option "ReportingMode" "Scaled"
  234. # Option "ButtonThreshold" "17"
  235. # Option "ButtonNumber" "1"
  236. # Option "SendCoreEvents"
  237. # EndSection
  238. # **********************************************************************
  239. # Monitor section
  240. # **********************************************************************
  241. # Any number of monitor sections may be present
  242. Section "Monitor"
  243. Identifier "LCD"
  244. ModelName "Dell Inspiron 5100"
  245. HorizSync 31.5-48.5
  246. VertRefresh 50-90
  247. DisplaySize 320 240 # Aspect ratio 1.333:1
  248. # Default modes
  249. Modeline "320x240" 19.69 320 344 376 424 240 241 244 258 doublescan # 19.69 MHz, 46.44 kHz, 90.00 Hz
  250. Modeline "400x300" 26.00 400 432 472 536 300 301 304 322 doublescan # 26.00 MHz, 48.50 kHz, 75.31 Hz
  251. Modeline "416x312" 26.77 416 448 488 552 312 313 316 335 doublescan # 26.77 MHz, 48.50 kHz, 72.39 Hz
  252. Modeline "512x384" 32.59 512 544 592 672 384 385 388 411 doublescan # 32.59 MHz, 48.50 kHz, 59.00 Hz
  253. Modeline "576x432" 31.60 576 616 672 760 432 433 436 462 # 31.60 MHz, 41.58 kHz, 90.00 Hz
  254. Modeline "640x480" 39.15 640 688 752 848 480 481 484 513 # 39.15 MHz, 46.17 kHz, 90.00 Hz
  255. Modeline "720x540" 46.17 720 768 840 952 540 541 544 576 # 46.17 MHz, 48.50 kHz, 84.20 Hz
  256. Modeline "768x576" 49.28 768 824 904 1016 576 577 580 615 # 49.28 MHz, 48.50 kHz, 78.86 Hz
  257. Modeline "800x600" 51.22 800 856 936 1056 600 601 604 640 # 51.22 MHz, 48.50 kHz, 75.78 Hz
  258. Modeline "832x624" 53.16 832 888 968 1096 624 625 628 665 # 53.16 MHz, 48.50 kHz, 72.93 Hz
  259. Modeline "896x672" 57.42 896 960 1048 1184 672 673 676 716 # 57.42 MHz, 48.50 kHz, 67.74 Hz
  260. Modeline "928x696" 59.36 928 992 1088 1224 696 697 700 742 # 59.36 MHz, 48.50 kHz, 65.36 Hz
  261. Modeline "960x720" 61.30 960 1024 1120 1264 720 721 724 767 # 61.30 MHz, 48.50 kHz, 63.23 Hz
  262. Modeline "1024x768" 65.00 1024 1096 1200 1352 768 769 772 818 # 65.00 MHz, 48.08 kHz, 58.77 Hz
  263. Modeline "1152x864" 62.93 1152 1232 1344 1520 864 865 868 920 interlace # 62.93 MHz, 41.40 kHz, 90.00 Hz field rate
  264. Modeline "1280x960" 65.00 1280 1368 1496 1688 960 961 964 1022 interlace # 65.00 MHz, 38.51 kHz, 75.36 Hz field rate
  265. Modeline "1360x1020" 65.00 1360 1456 1592 1800 1020 1021 1024 1085 interlace # 65.00 MHz, 36.11 kHz, 66.56 Hz field rate
  266. Modeline "1400x1050" 65.00 1400 1496 1640 1848 1050 1051 1054 1117 interlace # 65.00 MHz, 35.17 kHz, 62.98 Hz field rate
  267. EndSection # LCD
  268. # **********************************************************************
  269. # Graphics device section
  270. # **********************************************************************
  271. # Any number of graphics device sections may be present
  272. # Standard VGA Device:
  273. Section "Device"
  274. Identifier "Standard VGA"
  275. VendorName "Unknown"
  276. BoardName "Unknown"
  277. # The chipset line is optional in most cases. It can be used to override
  278. # the driver's chipset detection, and should not normally be specified.
  279. # Chipset "generic"
  280. # The Driver line must be present. When using run-time loadable driver
  281. # modules, this line instructs the server to load the specified driver
  282. # module. Even when not using loadable driver modules, this line
  283. # indicates which driver should interpret the information in this section.
  284. Driver "vga"
  285. # The BusID line is used to specify which of possibly multiple devices
  286. # this section is intended for. When this line isn't present, a device
  287. # section can only match up with the primary video device. For PCI
  288. # devices a line like the following could be used. This line should not
  289. # normally be included unless there is more than one video device
  290. # intalled.
  291. # BusID "PCI:0:10:0"
  292. # VideoRam 256
  293. # Clocks 25.2 28.3
  294. Option "RenderAccel" "true"
  295. EndSection
  296. # Device configured by xorgconfig:
  297. Section "Device"
  298. Identifier "** ATI Radeon (generic) [radeon]"
  299. Driver "radeon"
  300. #VideoRam 32768
  301. # Insert Clocks lines here if appropriate
  302. Option "backingstore" "true"
  303. EndSection
  304. # **********************************************************************
  305. # Screen sections
  306. # **********************************************************************
  307. # Any number of screen sections may be present. Each describes
  308. # the configuration of a single screen. A single specific screen section
  309. # may be specified from the X server command line with the "-screen"
  310. # option.
  311. Section "Screen"
  312. Identifier "Screen 1"
  313. Device "** ATI Radeon (generic) [radeon]"
  314. Monitor "LCD"
  315. DefaultDepth 24
  316. Subsection "Display"
  317. Depth 8
  318. Modes "1280x1024" "1024x768" "800x600" "640x480"
  319. ViewPort 0 0
  320. EndSubsection
  321. Subsection "Display"
  322. Depth 16
  323. Modes "1280x1024" "1024x768" "800x600" "640x480"
  324. ViewPort 0 0
  325. EndSubsection
  326. Subsection "Display"
  327. Depth 24
  328. Modes "1280x1024" "1024x768" "800x600" "640x480"
  329. ViewPort 0 0
  330. EndSubsection
  331. EndSection
  332. # **********************************************************************
  333. # ServerLayout sections.
  334. # **********************************************************************
  335. # Any number of ServerLayout sections may be present. Each describes
  336. # the way multiple screens are organised. A specific ServerLayout
  337. # section may be specified from the X server command line with the
  338. # "-layout" option. In the absence of this, the first section is used.
  339. # When now ServerLayout section is present, the first Screen section
  340. # is used alone.
  341. Section "Extensions"
  342. Option "Composite" "Enable"
  343. Option "RENDER" "Enable"
  344. EndSection
  345. Section "ServerLayout"
  346. # The Identifier line must be present
  347. Identifier "Simple Layout"
  348. # Each Screen line specifies a Screen section name, and optionally
  349. # the relative position of other screens. The four names after
  350. # primary screen name are the screens to the top, bottom, left and right
  351. # of the primary screen. In this example, screen 2 is located to the
  352. # right of screen 1.
  353. Screen "Screen 1"
  354. # Each InputDevice line specifies an InputDevice section name and
  355. # optionally some options to specify the way the device is to be
  356. # used. Those options include "CorePointer", "CoreKeyboard" and
  357. # "SendCoreEvents".
  358. InputDevice "Mouse1" "CorePointer"
  359. InputDevice "Keyboard1" "CoreKeyboard"
  360. EndSection
  361. Section "DRI"
  362. Mode 0666
  363. EndSection

Valid XHTML 1.0! Valid CSS!
Get Firefox!
.: Page last modified: December 03 2023 23:32:39 - Copyleft 2004 :.