Advertisement
Guest User

Untitled

a guest
Jun 13th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 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 "record"
  22. Load "dbe"
  23. Load "glx"
  24. Load "dri2"
  25. Load "extmod"
  26. Load "dri"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "auto"
  38. Option "Device" "/dev/input/mice"
  39. Option "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Monitor Vendor"
  45. ModelName "Monitor Model"
  46. EndSection
  47.  
  48. Section "Monitor"
  49. Identifier "Monitor1"
  50. VendorName "Monitor Vendor"
  51. ModelName "Monitor Model"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "Monitor2"
  56. VendorName "Monitor Vendor"
  57. ModelName "Monitor Model"
  58. EndSection
  59.  
  60. Section "Device"
  61. ### Available Driver options are:-
  62. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  63. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  64. ### <percent>: "<f>%"
  65. ### [arg]: arg optional
  66. #Option "NoAccel" # [<bool>]
  67. #Option "SWcursor" # [<bool>]
  68. #Option "Dac6Bit" # [<bool>]
  69. #Option "Dac8Bit" # [<bool>]
  70. #Option "BusType" # [<str>]
  71. #Option "CPPIOMode" # [<bool>]
  72. #Option "CPusecTimeout" # <i>
  73. #Option "AGPMode" # <i>
  74. #Option "AGPFastWrite" # [<bool>]
  75. #Option "AGPSize" # <i>
  76. #Option "GARTSize" # <i>
  77. #Option "RingSize" # <i>
  78. #Option "BufferSize" # <i>
  79. #Option "EnableDepthMoves" # [<bool>]
  80. #Option "EnablePageFlip" # [<bool>]
  81. #Option "NoBackBuffer" # [<bool>]
  82. #Option "DMAForXv" # [<bool>]
  83. #Option "FBTexPercent" # <i>
  84. #Option "DepthBits" # <i>
  85. #Option "PCIAPERSize" # <i>
  86. #Option "AccelDFS" # [<bool>]
  87. #Option "IgnoreEDID" # [<bool>]
  88. #Option "CustomEDID" # [<str>]
  89. #Option "DisplayPriority" # [<str>]
  90. #Option "PanelSize" # [<str>]
  91. #Option "ForceMinDotClock" # <freq>
  92. #Option "ColorTiling" # [<bool>]
  93. #Option "VideoKey" # <i>
  94. #Option "RageTheatreCrystal" # <i>
  95. #Option "RageTheatreTunerPort" # <i>
  96. #Option "RageTheatreCompositePort" # <i>
  97. #Option "RageTheatreSVideoPort" # <i>
  98. #Option "TunerType" # <i>
  99. #Option "RageTheatreMicrocPath" # <str>
  100. #Option "RageTheatreMicrocType" # <str>
  101. #Option "ScalerWidth" # <i>
  102. #Option "RenderAccel" # [<bool>]
  103. #Option "SubPixelOrder" # [<str>]
  104. #Option "ClockGating" # [<bool>]
  105. #Option "VGAAccess" # [<bool>]
  106. #Option "ReverseDDC" # [<bool>]
  107. #Option "LVDSProbePLL" # [<bool>]
  108. #Option "AccelMethod" # <str>
  109. #Option "DRI" # [<bool>]
  110. #Option "ConnectorTable" # <str>
  111. #Option "DefaultConnectorTable" # [<bool>]
  112. #Option "DefaultTMDSPLL" # [<bool>]
  113. #Option "TVDACLoadDetect" # [<bool>]
  114. #Option "ForceTVOut" # [<bool>]
  115. #Option "TVStandard" # <str>
  116. #Option "IgnoreLidStatus" # [<bool>]
  117. #Option "DefaultTVDACAdj" # [<bool>]
  118. #Option "Int10" # [<bool>]
  119. #Option "EXAVSync" # [<bool>]
  120. #Option "ATOMTVOut" # [<bool>]
  121. #Option "R4xxATOM" # [<bool>]
  122. #Option "ForceLowPowerMode" # [<bool>]
  123. #Option "DynamicPM" # [<bool>]
  124. #Option "NewPLL" # [<bool>]
  125. #Option "ZaphodHeads" # <str>
  126. Identifier "Card0"
  127. Driver "radeon"
  128. BusID "PCI:1:0:0"
  129. EndSection
  130.  
  131. Section "Device"
  132. ### Available Driver options are:-
  133. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  134. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  135. ### <percent>: "<f>%"
  136. ### [arg]: arg optional
  137. #Option "ShadowFB" # [<bool>]
  138. #Option "DefaultRefresh" # [<bool>]
  139. #Option "ModeSetClearScreen" # [<bool>]
  140. Identifier "Card1"
  141. Driver "vesa"
  142. BusID "PCI:0:2:0"
  143. EndSection
  144.  
  145. Section "Device"
  146. ### Available Driver options are:-
  147. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  148. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  149. ### <percent>: "<f>%"
  150. ### [arg]: arg optional
  151. #Option "ShadowFB" # [<bool>]
  152. #Option "DefaultRefresh" # [<bool>]
  153. #Option "ModeSetClearScreen" # [<bool>]
  154. Identifier "Card2"
  155. Driver "vesa"
  156. BusID "PCI:1:0:0"
  157. EndSection
  158.  
  159. Section "Screen"
  160. Identifier "Screen0"
  161. Device "Card0"
  162. Monitor "Monitor0"
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 1
  166. EndSubSection
  167. SubSection "Display"
  168. Viewport 0 0
  169. Depth 4
  170. EndSubSection
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 8
  174. EndSubSection
  175. SubSection "Display"
  176. Viewport 0 0
  177. Depth 15
  178. EndSubSection
  179. SubSection "Display"
  180. Viewport 0 0
  181. Depth 16
  182. EndSubSection
  183. SubSection "Display"
  184. Viewport 0 0
  185. Depth 24
  186. EndSubSection
  187. EndSection
  188.  
  189. Section "Screen"
  190. Identifier "Screen1"
  191. Device "Card1"
  192. Monitor "Monitor1"
  193. SubSection "Display"
  194. Viewport 0 0
  195. Depth 1
  196. EndSubSection
  197. SubSection "Display"
  198. Viewport 0 0
  199. Depth 4
  200. EndSubSection
  201. SubSection "Display"
  202. Viewport 0 0
  203. Depth 8
  204. EndSubSection
  205. SubSection "Display"
  206. Viewport 0 0
  207. Depth 15
  208. EndSubSection
  209. SubSection "Display"
  210. Viewport 0 0
  211. Depth 16
  212. EndSubSection
  213. SubSection "Display"
  214. Viewport 0 0
  215. Depth 24
  216. EndSubSection
  217. EndSection
  218.  
  219. Section "Screen"
  220. Identifier "Screen2"
  221. Device "Card2"
  222. Monitor "Monitor2"
  223. SubSection "Display"
  224. Viewport 0 0
  225. Depth 1
  226. EndSubSection
  227. SubSection "Display"
  228. Viewport 0 0
  229. Depth 4
  230. EndSubSection
  231. SubSection "Display"
  232. Viewport 0 0
  233. Depth 8
  234. EndSubSection
  235. SubSection "Display"
  236. Viewport 0 0
  237. Depth 15
  238. EndSubSection
  239. SubSection "Display"
  240. Viewport 0 0
  241. Depth 16
  242. EndSubSection
  243. SubSection "Display"
  244. Viewport 0 0
  245. Depth 24
  246. EndSubSection
  247. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement