Guest User

modified arch xorg.conf

a guest
Nov 12th, 2011
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. Screen 2 "Screen2" RightOf "Screen1"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/misc/"
  13. FontPath "/usr/share/fonts/TTF/"
  14. FontPath "/usr/share/fonts/OTF/"
  15. FontPath "/usr/share/fonts/Type1/"
  16. FontPath "/usr/share/fonts/100dpi/"
  17. FontPath "/usr/share/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "dri2"
  22. Load "dri"
  23. Load "extmod"
  24. Load "record"
  25. Load "glx"
  26. Load "dbe"
  27. EndSection
  28.  
  29. Section "ServerFlags"
  30. Option "AIGLX" "on"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. Identifier "Mouse0"
  40. Driver "mouse"
  41. Option "Protocol" "auto"
  42. Option "Device" "/dev/input/mice"
  43. Option "ZAxisMapping" "4 5 6 7"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. Identifier "Monitor0"
  48. VendorName "Monitor Vendor"
  49. ModelName "Monitor Model"
  50. EndSection
  51.  
  52. Section "Monitor"
  53. Identifier "Monitor1"
  54. VendorName "Monitor Vendor"
  55. ModelName "Monitor Model"
  56. EndSection
  57.  
  58. Section "Monitor"
  59. Identifier "Monitor2"
  60. VendorName "Monitor Vendor"
  61. ModelName "Monitor Model"
  62. EndSection
  63.  
  64. Section "Device"
  65. ### Available Driver options are:-
  66. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  67. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  68. ### <percent>: "<f>%"
  69. ### [arg]: arg optional
  70. #Option "DRI" # [<bool>]
  71. #Option "ColorKey" # <i>
  72. #Option "VideoKey" # <i>
  73. #Option "FallbackDebug" # [<bool>]
  74. #Option "Tiling" # [<bool>]
  75. #Option "LinearFramebuffer" # [<bool>]
  76. #Option "Shadow" # [<bool>]
  77. #Option "SwapbuffersWait" # [<bool>]
  78. #Option "TripleBuffer" # [<bool>]
  79. #Option "XvMC" # [<bool>]
  80. #Option "XvPreferOverlay" # [<bool>]
  81. #Option "DebugFlushBatches" # [<bool>]
  82. #Option "DebugFlushCaches" # [<bool>]
  83. #Option "DebugWait" # [<bool>]
  84. #Option "HotPlug" # [<bool>]
  85. #Option "RelaxedFencing" # [<bool>]
  86. Identifier "Card0"
  87. Driver "intel"
  88. BusID "PCI:0:2:0"
  89. EndSection
  90.  
  91. Section "Device"
  92.  
  93. ### Available Driver options are:-
  94. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  95. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  96. ### <percent>: "<f>%"
  97. ### [arg]: arg optional
  98. #Option "ShadowFB" # [<bool>]
  99. #Option "Rotate" # <str>
  100. #Option "fbdev" # <str>
  101. #Option "debug" # [<bool>]
  102. Identifier "Card1"
  103. Driver "fbdev"
  104. BusID "PCI:0:2:0"
  105. EndSection
  106.  
  107. Section "Device"
  108.  
  109. ### Available Driver options are:-
  110. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  111. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  112. ### <percent>: "<f>%"
  113. ### [arg]: arg optional
  114. #Option "ShadowFB" # [<bool>]
  115. #Option "DefaultRefresh" # [<bool>]
  116. #Option "ModeSetClearScreen" # [<bool>]
  117. Identifier "Card2"
  118. Driver "vesa"
  119. BusID "PCI:0:2:0"
  120. EndSection
  121.  
  122. Section "Screen"
  123. Identifier "Screen0"
  124. Device "Card0"
  125. Monitor "Monitor0"
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 1
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 4
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 8
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 15
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 16
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 24
  149. EndSubSection
  150. EndSection
  151.  
  152. Section "Screen"
  153. Identifier "Screen1"
  154. Device "Card1"
  155. Monitor "Monitor1"
  156. SubSection "Display"
  157. Viewport 0 0
  158. Depth 1
  159. EndSubSection
  160. SubSection "Display"
  161. Viewport 0 0
  162. Depth 4
  163. EndSubSection
  164. SubSection "Display"
  165. Viewport 0 0
  166. Depth 8
  167. EndSubSection
  168. SubSection "Display"
  169. Viewport 0 0
  170. Depth 15
  171. EndSubSection
  172. SubSection "Display"
  173. Viewport 0 0
  174. Depth 16
  175. EndSubSection
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 24
  179. EndSubSection
  180. EndSection
  181.  
  182. Section "Screen"
  183. Identifier "Screen2"
  184. Device "Card2"
  185. Monitor "Monitor2"
  186. SubSection "Display"
  187. Viewport 0 0
  188. Depth 1
  189. EndSubSection
  190. SubSection "Display"
  191. Viewport 0 0
  192. Depth 4
  193. EndSubSection
  194. SubSection "Display"
  195. Viewport 0 0
  196. Depth 8
  197. EndSubSection
  198. SubSection "Display"
  199. Viewport 0 0
  200. Depth 15
  201. EndSubSection
  202. SubSection "Display"
  203. Viewport 0 0
  204. Depth 16
  205. EndSubSection
  206. SubSection "Display"
  207. Viewport 0 0
  208. Depth 24
  209. EndSubSection
  210. EndSection
  211.  
  212. Section "Extensions"
  213. Option "Composite" "Enable"
  214. EndSection
  215.  
Advertisement
Add Comment
Please, Sign In to add comment