Advertisement
Guest User

Untitled

a guest
Jun 15th, 2009
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. # **********************************************************************
  2. # Module section -- this section is used to specify
  3. # which dynamically loadable modules to load.
  4. # **********************************************************************
  5. #
  6. Section "Module"
  7.  
  8. # This loads the DBE extension module.
  9.  
  10. Load "dbe" # Double buffer extension
  11.  
  12. # This loads the miscellaneous extensions module, and disables
  13. # initialisation of the XFree86-DGA extension within that module.
  14. SubSection "extmod"
  15. Option "omit xfree86-dga" # don't initialise the DGA extension
  16. EndSubSection
  17.  
  18. # This loads the font modules
  19. # Load "type1"
  20. Load "freetype"
  21. # Load "xtt"
  22.  
  23. # This loads the GLX module
  24. Load "glx"
  25. # This loads the DRI module
  26. Load "dri"
  27. Load "drm"
  28. # Load "GLcore"
  29.  
  30. EndSection
  31.  
  32.  
  33. # **********************************************************************
  34. # Files section. This allows default font and rgb paths to be set
  35. # **********************************************************************
  36.  
  37. Section "Files"
  38.  
  39. # Multiple FontPath entries are allowed (which are concatenated together),
  40. # as well as specifying multiple comma-separated entries in one FontPath
  41. # command (or a combination of both methods)
  42. #
  43.  
  44. FontPath "/usr/share/fonts/misc"
  45. FontPath "/usr/share/fonts/100dpi:unscaled"
  46. FontPath "/usr/share/fonts/75dpi:unscaled"
  47. FontPath "/usr/share/fonts/TTF"
  48. FontPath "/usr/share/fonts/Type1"
  49. # FontPath "/usr/lib/X11/fonts/local/"
  50. # FontPath "/usr/lib/X11/fonts/misc/"
  51. # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
  52. # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
  53. # FontPath "/usr/lib/X11/fonts/Type1/"
  54. # FontPath "/usr/lib/X11/fonts/TrueType/"
  55. # FontPath "/usr/lib/X11/fonts/freefont/"
  56. # FontPath "/usr/lib/X11/fonts/75dpi/"
  57. # FontPath "/usr/lib/X11/fonts/100dpi/"
  58.  
  59. # The module search path. The default path is shown here.
  60.  
  61. # ModulePath "/usr/lib/modules"
  62.  
  63. EndSection
  64.  
  65. # **********************************************************************
  66. # Server flags section.
  67. # **********************************************************************
  68.  
  69. Section "ServerFlags"
  70.  
  71. Option "AIGLX" "true"
  72.  
  73. EndSection
  74.  
  75. # **********************************************************************
  76. # Input devices
  77. # **********************************************************************
  78.  
  79. # **********************************************************************
  80. # Core keyboard's InputDevice section
  81. # **********************************************************************
  82.  
  83. Section "InputDevice"
  84.  
  85. Identifier "Keyboard1"
  86. Driver "keyboard"
  87.  
  88. Option "AutoRepeat" "500 30"
  89.  
  90.  
  91. # Option "LeftAlt" "Meta"
  92. # Option "RightAlt" "ModeShift"
  93.  
  94. Option "XkbRules" "xorg"
  95. Option "XkbModel" "pc105"
  96. Option "XkbLayout" "pl"
  97. Option "XkbVariant" ""
  98. Option "XkbOptions" ""
  99.  
  100. EndSection
  101.  
  102.  
  103. # **********************************************************************
  104. # Core Pointer's InputDevice section
  105. # **********************************************************************
  106.  
  107. Section "InputDevice"
  108.  
  109. # Identifier and driver
  110.  
  111. Identifier "Mouse1"
  112. Driver "mouse"
  113. Option "Protocol" "Auto" # Auto detect
  114. Option "Device" "/dev/psaux"
  115.  
  116. Option "ZAxisMapping" "4 5"
  117. Option "Emulate3Buttons"
  118.  
  119. EndSection
  120.  
  121.  
  122. # **********************************************************************
  123. # Monitor section
  124. # **********************************************************************
  125.  
  126. # Any number of monitor sections may be present
  127.  
  128. Section "Monitor"
  129.  
  130. Identifier "Compaq P700"
  131.  
  132. # HorizSync is in kHz unless units are specified.
  133. # HorizSync may be a comma separated list of discrete values, or a
  134. # comma separated list of ranges of values.
  135. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
  136. # USER MANUAL FOR THE CORRECT NUMBERS.
  137.  
  138. # HorizSync 30-92
  139.  
  140. HorizSync 30-92 # multisync
  141. # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
  142. # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
  143.  
  144. # VertRefresh is in Hz unless units are specified.
  145. # VertRefresh may be a comma separated list of discrete values, or a
  146. # comma separated list of ranges of values.
  147. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
  148. # USER MANUAL FOR THE CORRECT NUMBERS.
  149.  
  150. VertRefresh 50-120
  151.  
  152. # ModeLine "1024x768" 112.04 1024 1096 1208 1392 768 769 772 813 -HSync +Vsync
  153. # Modeline "1024x768@100" 126.64 1024 1056 1536 1568 768 781 794 807 -HSync +Vsync
  154. Modeline "1024x768" 117.76 1024 1056 1144 1280 768 770 774 808 # 118 MHz, 92.0 kHz, 113.9 Hz
  155. Modeline "1280x1024" 147.20 1280 1320 1408 1600 1024 1026 1032 1078 # 147 MHz, 92.0 kHz, 85.3 Hz
  156.  
  157.  
  158. EndSection
  159.  
  160.  
  161. # **********************************************************************
  162. # Graphics device section
  163. # **********************************************************************
  164.  
  165. # Any number of graphics device sections may be present
  166.  
  167. # Device configured by xorgconfig:
  168.  
  169. Section "Device"
  170. Identifier "ATI Radeon HD2600"
  171. Driver "ati"
  172. VideoRam 262144
  173. Option "AccelMethod" "EXA"
  174. Option "RenderAccel" "on"
  175. Option "EnablePageFlip" "on"
  176. Option "DRI" "on"
  177. Option "IgnoreEDID" "on"
  178. Option "NoDDC" "on"
  179. Option "ColorTiling" "on"
  180. Option "DefaultConnectorTable" "on"
  181. # Option "EXAVSync" "on"
  182. # Option "VideoOverlay" "on"
  183. # Option "OpenGLOverlay" "off"
  184. Option "XAANoOffscreenPixmaps" "true"
  185.  
  186. # Insert Clocks lines here if appropriate
  187. EndSection
  188.  
  189.  
  190. # **********************************************************************
  191. # Screen sections
  192. # **********************************************************************
  193.  
  194. # Any number of screen sections may be present. Each describes
  195. # the configuration of a single screen. A single specific screen section
  196. # may be specified from the X server command line with the "-screen"
  197. # option.
  198. Section "Screen"
  199. Identifier "Screen 1"
  200. Device "ATI Radeon HD2600"
  201. Monitor "Compaq P700"
  202. DefaultDepth 24
  203.  
  204. Subsection "Display"
  205. Depth 24
  206. Modes "1024x768" "1280x1024"
  207. ViewPort 0 0
  208. EndSubsection
  209. EndSection
  210.  
  211. # **********************************************************************
  212. # ServerLayout sections.
  213. # **********************************************************************
  214.  
  215. # Any number of ServerLayout sections may be present. Each describes
  216. # the way multiple screens are organised. A specific ServerLayout
  217. # section may be specified from the X server command line with the
  218. # "-layout" option. In the absence of this, the first section is used.
  219. # When now ServerLayout section is present, the first Screen section
  220. # is used alone.
  221.  
  222. Section "ServerLayout"
  223.  
  224. # The Identifier line must be present
  225. Identifier "Simple Layout"
  226.  
  227. # Each Screen line specifies a Screen section name, and optionally
  228. # the relative position of other screens. The four names after
  229. # primary screen name are the screens to the top, bottom, left and right
  230. # of the primary screen. In this example, screen 2 is located to the
  231. # right of screen 1.
  232.  
  233. Screen "Screen 1"
  234.  
  235. # Each InputDevice line specifies an InputDevice section name and
  236. # optionally some options to specify the way the device is to be
  237. # used. Those options include "CorePointer", "CoreKeyboard" and
  238. # "SendCoreEvents".
  239.  
  240. InputDevice "Mouse1" "CorePointer"
  241. InputDevice "Keyboard1" "CoreKeyboard"
  242.  
  243. Option "AIGLX" "true"
  244. EndSection
  245.  
  246. Section "Extensions"
  247. Option "Composite" "Enable"
  248. EndSection
  249.  
  250. Section "DRI"
  251. Group "video"
  252. Mode 0666
  253. EndSection
  254.  
  255.  
  256.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement