Guest User

zorg.conf

a guest
Jan 22nd, 2011
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. # File generated by xf86config.
  2. #
  3. # Copyright (c) 1999 by The XFree86 Project, Inc.
  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 XFREE86 PROJECT 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 XFree86 Project 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 the
  26. # XFree86 Project.
  27. #
  28. # **********************************************************************
  29. # Refer to the XF86Config(4/5) man page for details about the format of
  30. # this file.
  31. # **********************************************************************
  32. # NOTE: This is a NEW IMPROVED version of XF86Config-fbdev that uses the vesa
  33. # driver instead of the fbdev driver. Thanks to Kenneth Fanyo who pointed
  34. # this out to me. :)
  35. # This XF86Config file is designed for use with the VESA framebuffer.
  36. # This generic interface should work with nearly all video cards
  37. # (although not every card will support every resolution).
  38. # With the new driver, it should no longer be required to have frame buffer
  39. # support in the kernel, or to run it on the console.
  40. #
  41. # Enjoy! :)
  42. #
  43. # **********************************************************************
  44. # Module section -- this section is used to specify
  45. # which dynamically loadable modules to load.
  46. # **********************************************************************
  47. #
  48. # **********************************************************************
  49. # Files section. This allows default font and rgb paths to be set
  50. # **********************************************************************
  51. # **********************************************************************
  52. # Server flags section.
  53. # **********************************************************************
  54. # **********************************************************************
  55. # Input devices
  56. # **********************************************************************
  57. # **********************************************************************
  58. # Core keyboard's InputDevice section
  59. # **********************************************************************
  60. # **********************************************************************
  61. # Core Pointer's InputDevice section
  62. # **********************************************************************
  63. # Some examples of extended input devices
  64. # Section "InputDevice"
  65. # Identifier "spaceball"
  66. # Driver "magellan"
  67. # Option "Device" "/dev/cua0"
  68. # EndSection
  69. #
  70. # Section "InputDevice"
  71. # Identifier "spaceball2"
  72. # Driver "spaceorb"
  73. # Option "Device" "/dev/cua0"
  74. # EndSection
  75. #
  76. # Section "InputDevice"
  77. # Identifier "touchscreen0"
  78. # Driver "microtouch"
  79. # Option "Device" "/dev/ttyS0"
  80. # Option "MinX" "1412"
  81. # Option "MaxX" "15184"
  82. # Option "MinY" "15372"
  83. # Option "MaxY" "1230"
  84. # Option "ScreenNumber" "0"
  85. # Option "ReportingMode" "Scaled"
  86. # Option "ButtonNumber" "1"
  87. # Option "SendCoreEvents"
  88. # EndSection
  89. #
  90. # Section "InputDevice"
  91. # Identifier "touchscreen1"
  92. # Driver "elo2300"
  93. # Option "Device" "/dev/ttyS0"
  94. # Option "MinX" "231"
  95. # Option "MaxX" "3868"
  96. # Option "MinY" "3858"
  97. # Option "MaxY" "272"
  98. # Option "ScreenNumber" "0"
  99. # Option "ReportingMode" "Scaled"
  100. # Option "ButtonThreshold" "17"
  101. # Option "ButtonNumber" "1"
  102. # Option "SendCoreEvents"
  103. # EndSection
  104. # **********************************************************************
  105. # Monitor section
  106. # **********************************************************************
  107. # Any number of monitor sections may be present
  108. # **********************************************************************
  109. # Graphics device section
  110. # **********************************************************************
  111. # Any number of graphics device sections may be present
  112. # **********************************************************************
  113. # Screen sections
  114. # **********************************************************************
  115. # Any number of screen sections may be present. Each describes
  116. # the configuration of a single screen. A single specific screen section
  117. # may be specified from the X server command line with the "-screen"
  118. # option.
  119. # **********************************************************************
  120. # ServerLayout sections.
  121. # **********************************************************************
  122. # Any number of ServerLayout sections may be present. Each describes
  123. # the way multiple screens are organised. A specific ServerLayout
  124. # section may be specified from the X server command line with the
  125. # "-layout" option. In the absence of this, the first section is used.
  126. # When now ServerLayout section is present, the first Screen section
  127. # is used alone.
  128.  
  129. Section "ServerLayout"
  130.  
  131. # The Identifier line must be present
  132. # Each Screen line specifies a Screen section name, and optionally
  133. # the relative position of other screens. The four names after
  134. # primary screen name are the screens to the top, bottom, left and right
  135. # of the primary screen. In this example, screen 2 is located to the
  136. # right of screen 1.
  137. # Each InputDevice line specifies an InputDevice section name and
  138. # optionally some options to specify the way the device is to be
  139. # used. Those options include "CorePointer", "CoreKeyboard" and
  140. # "SendCoreEvents".
  141. Identifier "Simple Layout"
  142. Screen 0 "aticonfig-Screen[0]-0" 0 0
  143. InputDevice "Mouse1" "CorePointer"
  144. InputDevice "Keyboard1" "CoreKeyboard"
  145. EndSection
  146.  
  147. Section "Files"
  148.  
  149. # The location of the RGB database. Note, this is the name of the
  150. # file minus the extension (like ".txt" or ".db"). There is normally
  151. # no need to change the default.
  152. # Multiple FontPath entries are allowed (which are concatenated together),
  153. # as well as specifying multiple comma-separated entries in one FontPath
  154. # command (or a combination of both methods)
  155. #
  156. # If you don't have a floating point coprocessor and emacs, Mosaic or other
  157. # programs take long to start up, try moving the Type1 and Speedo directory
  158. # to the end of this list (or comment them out).
  159. #
  160. # ModulePath can be used to set a search path for the X server modules.
  161. # The default path is shown here.
  162. # ModulePath "/usr/lib/xorg/modules"
  163. RgbPath "/usr/share/X11/rgb"
  164. FontPath "/usr/share/fonts/local/"
  165. FontPath "/usr/share/fonts/misc/"
  166. FontPath "/usr/share/fonts/OTF/"
  167. FontPath "/usr/share/fonts/TTF/"
  168. FontPath "/usr/share/fonts/Type1/"
  169. FontPath "/usr/share/fonts/CID/"
  170. FontPath "/usr/share/fonts/Speedo/"
  171. FontPath "/usr/share/fonts/75dpi/:unscaled"
  172. FontPath "/usr/share/fonts/100dpi/:unscaled"
  173. FontPath "/usr/share/fonts/75dpi/"
  174. FontPath "/usr/share/fonts/100dpi/"
  175. FontPath "/usr/share/fonts/cyrillic/"
  176. EndSection
  177.  
  178. Section "Module"
  179.  
  180. # This loads the DBE extension module.
  181. # This loads the miscellaneous extensions module, and disables
  182. # initialisation of the XFree86-DGA extension within that module.
  183. # This loads the font modules
  184. # This loads the GLX module
  185. Load "dbe" # Double buffer extension
  186. SubSection "extmod"
  187. Option "omit xfree86-dga" # don't initialise the DGA extension
  188. EndSubSection
  189. Load "type1"
  190. Load "freetype"
  191. #Load "speedo"
  192. Load "glx"
  193. EndSection
  194.  
  195. Section "ServerFlags"
  196. Option "Xinerama" "off"
  197. EndSection
  198.  
  199. Section "InputDevice"
  200.  
  201. # For most OSs the protocol can be omitted (it defaults to "Standard").
  202. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  203. # uncomment the following line.
  204. # Option "Protocol" "Xqueue"
  205. # Set the keyboard auto repeat parameters. Not all platforms implement
  206. # this.
  207. # Option "AutoRepeat" "500 5"
  208. # Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).
  209. # Option "Xleds" "1 2 3"
  210. # To disable the XKEYBOARD extension, uncomment XkbDisable.
  211. # Option "XkbDisable"
  212. # To customise the XKB settings to suit your keyboard, modify the
  213. # lines below (which are the defaults). For example, for a European
  214. # keyboard, you will probably want to use one of:
  215. #
  216. # Option "XkbModel" "pc102"
  217. # Option "XkbModel" "pc105"
  218. #
  219. # If you have a Microsoft Natural keyboard, you can use:
  220. #
  221. # Option "XkbModel" "microsoft"
  222. #
  223. # If you have a US "windows" keyboard you will want:
  224. #
  225. # Option "XkbModel" "pc104"
  226. #
  227. # Then to change the language, change the Layout setting.
  228. # For example, a german layout can be obtained with:
  229. #
  230. # Option "XkbLayout" "de"
  231. #
  232. # or:
  233. #
  234. # Option "XkbLayout" "de"
  235. # Option "XkbVariant" "nodeadkeys"
  236. #
  237. # If you'd like to switch the positions of your capslock and
  238. # control keys, use:
  239. #
  240. # Option "XkbOptions" "ctrl:swapcaps"
  241. # These are the default XKB settings for X.Org
  242. #
  243. # Option "XkbRules" "xorg"
  244. # Option "XkbModel" "pc105"
  245. # Option "XkbLayout" "us"
  246. # Option "XkbVariant" ""
  247. # Option "XkbOptions" ""
  248. Identifier "Keyboard1"
  249. Driver "kbd"
  250. EndSection
  251.  
  252. Section "InputDevice"
  253.  
  254. # Identifier and driver
  255. # On platforms where PnP mouse detection is supported the following
  256. # protocol setting can be used when using a newer PnP mouse:
  257. # Option "Protocol" "Auto"
  258. # The available mouse protocols types that you can set below are:
  259. # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
  260. # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
  261. # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
  262. # ThinkingMouse ThinkingMousePS/2 Xqueue
  263. # which is usually a symbolic link to the real device.
  264. # Option "Device" "/dev/ttyS0"
  265. # Option "Device" "/dev/ttyS1"
  266. # When using XQUEUE, comment out the above two lines, and uncomment
  267. # the following line.
  268. # Option "Protocol" "Xqueue"
  269. # Baudrate and SampleRate are only for some Logitech mice. In
  270. # almost every case these lines should be omitted.
  271. # Option "BaudRate" "9600"
  272. # Option "SampleRate" "150"
  273. # Emulate3Buttons is an option for 2-button Microsoft mice
  274. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
  275. # Option "Emulate3Buttons"
  276. # Option "Emulate3Timeout" "50"
  277. # ChordMiddle is an option for some 3-button Logitech mice
  278. # Option "ChordMiddle"
  279. Identifier "Mouse1"
  280. Driver "mouse"
  281. Option "Protocol" "PS/2"
  282. # The mouse device. The device is normally set to /dev/mouse,
  283. Option "Device" "/dev/mouse"
  284. # Option "Device" "/dev/psaux"
  285. EndSection
  286.  
  287. Section "Monitor"
  288. Identifier "aticonfig-Monitor[0]-0"
  289. Option "VendorName" "ATI Proprietary Driver"
  290. Option "ModelName" "Generic Autodetecting Monitor"
  291. Option "DPMS" "true"
  292. EndSection
  293.  
  294. Section "Device"
  295. Identifier "aticonfig-Device[0]-0"
  296. Driver "fglrx"
  297. BusID "PCI:3:0:0"
  298. EndSection
  299.  
  300. Section "Screen"
  301. Identifier "aticonfig-Screen[0]-0"
  302. Device "aticonfig-Device[0]-0"
  303. Monitor "aticonfig-Monitor[0]-0"
  304. DefaultDepth 24
  305. SubSection "Display"
  306. Viewport 0 0
  307. Depth 24
  308. EndSubSection
  309. EndSection
Advertisement
Add Comment
Please, Sign In to add comment