Advertisement
Guest User

ati

a guest
Dec 13th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. ection "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 "dri"
  22. Load "extmod"
  23. Load "dri2"
  24. Load "glx"
  25. Load "dbe"
  26. Load "record"
  27. EndSection
  28.  
  29. Section "DRI"
  30. Mode 0666
  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 "NoAccel" # [<bool>]
  71. #Option "SWcursor" # [<bool>]
  72. #Option "Dac6Bit" # [<bool>]
  73. #Option "Dac8Bit" # [<bool>]
  74. #Option "BusType" # [<str>]
  75. #Option "CPPIOMode" # [<bool>]
  76. #Option "CPusecTimeout" # <i>
  77. #Option "AGPMode" # <i>
  78. #Option "AGPFastWrite" # [<bool>]
  79. #Option "AGPSize" # <i>
  80. #Option "GARTSize" # <i>
  81. #Option "RingSize" # <i>
  82. #Option "BufferSize" # <i>
  83. #Option "EnableDepthMoves" # [<bool>]
  84. #Option "EnablePageFlip" # [<bool>]
  85. #Option "NoBackBuffer" # [<bool>]
  86. #Option "DMAForXv" # [<bool>]
  87. #Option "FBTexPercent" # <i>
  88. #Option "DepthBits" # <i>
  89. #Option "PCIAPERSize" # <i>
  90. #Option "AccelDFS" # [<bool>]
  91. #Option "IgnoreEDID" # [<bool>]
  92. #Option "CustomEDID" # [<str>]
  93. #Option "DisplayPriority" # [<str>]
  94. #Option "PanelSize" # [<str>]
  95. #Option "ForceMinDotClock" # <freq>
  96. #Option "ColorTiling" # [<bool>]
  97. #Option "VideoKey" # <i>
  98. #Option "RageTheatreCrystal" # <i>
  99. #Option "RageTheatreTunerPort" # <i>
  100. #Option "RageTheatreCompositePort" # <i>
  101. #Option "RageTheatreSVideoPort" # <i>
  102. #Option "TunerType" # <i>
  103. #Option "RageTheatreMicrocPath" # <str>
  104. #Option "RageTheatreMicrocType" # <str>
  105. #Option "ScalerWidth" # <i>
  106. #Option "RenderAccel" # [<bool>]
  107. #Option "SubPixelOrder" # [<str>]
  108. #Option "ClockGating" # [<bool>]
  109. #Option "VGAAccess" # [<bool>]
  110. #Option "ReverseDDC" # [<bool>]
  111. #Option "LVDSProbePLL" # [<bool>]
  112. #Option "AccelMethod" # <str>
  113. #Option "DRI" # [<bool>]
  114. #Option "ConnectorTable" # <str>
  115. #Option "DefaultConnectorTable" # [<bool>]
  116. #Option "DefaultTMDSPLL" # [<bool>]
  117. #Option "TVDACLoadDetect" # [<bool>]
  118. #Option "ForceTVOut" # [<bool>]
  119. #Option "TVStandard" # <str>
  120. #Option "IgnoreLidStatus" # [<bool>]
  121. #Option "DefaultTVDACAdj" # [<bool>]
  122. #Option "Int10" # [<bool>]
  123. #Option "EXAVSync" # [<bool>]
  124. #Option "ATOMTVOut" # [<bool>]
  125. #Option "R4xxATOM" # [<bool>]
  126. #Option "ForceLowPowerMode" # [<bool>]
  127. #Option "DynamicPM" # [<bool>]
  128. #Option "NewPLL" # [<bool>]
  129. #Option "ZaphodHeads" # <str>
  130. Identifier "Card0"
  131. Driver "fglrx"
  132. BusID "PCI:1:5:0"
  133. Option "OpenGLOverlay" "0"
  134. Option "XAANoOffscreenPixmaps" "false"
  135. EndSection
  136.  
  137. Section "Device"
  138. ### Available Driver options are:-
  139. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  140. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  141. ### <percent>: "<f>%"
  142. ### [arg]: arg optional
  143. #Option "ShadowFB" # [<bool>]
  144. #Option "Rotate" # <str>
  145. #Option "fbdev" # <str>
  146. #Option "debug" # [<bool>]
  147. Identifier "Card1"
  148. Driver "fbdev"
  149. BusID "PCI:1:5:0"
  150. EndSection
  151.  
  152. Section "Device"
  153. ### Available Driver options are:-
  154. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  155. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  156. ### <percent>: "<f>%"
  157. ### [arg]: arg optional
  158. #Option "ShadowFB" # [<bool>]
  159. #Option "DefaultRefresh" # [<bool>]
  160. #Option "ModeSetClearScreen" # [<bool>]
  161. Identifier "Card2"
  162. Driver "vesa"
  163. BusID "PCI:1:5:0"
  164. EndSection
  165.  
  166. Section "Screen"
  167. Identifier "Screen0"
  168. Device "Card0"
  169. Monitor "Monitor0"
  170. DefaultDepth 24
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 24
  174. Modes "1366x768" "1366x768"
  175. EndSubSection
  176. EndSection
  177.  
  178. Section "Screen"
  179. Identifier "Screen1"
  180. Device "Card1"
  181. Monitor "Monitor1"
  182. SubSection "Display"
  183. Viewport 0 0
  184. Depth 1
  185. EndSubSection
  186. SubSection "Display"
  187. Viewport 0 0
  188. Depth 4
  189. EndSubSection
  190. SubSection "Display"
  191. Viewport 0 0
  192. Depth 8
  193. EndSubSection
  194. SubSection "Display"
  195. Viewport 0 0
  196. Depth 15
  197. EndSubSection
  198. SubSection "Display"
  199. Viewport 0 0
  200. Depth 16
  201. EndSubSection
  202. SubSection "Display"
  203. Viewport 0 0
  204. Depth 24
  205. EndSubSection
  206. EndSection
  207.  
  208. Section "Screen"
  209. Identifier "Screen2"
  210. Device "Card2"
  211. Monitor "Monitor2"
  212. SubSection "Display"
  213. Viewport 0 0
  214. Depth 1
  215. EndSubSection
  216. SubSection "Display"
  217. Viewport 0 0
  218. Depth 4
  219. EndSubSection
  220. SubSection "Display"
  221. Viewport 0 0
  222. Depth 8
  223. EndSubSection
  224. SubSection "Display"
  225. Viewport 0 0
  226. Depth 15
  227. EndSubSection
  228. SubSection "Display"
  229. Viewport 0 0
  230. Depth 16
  231. EndSubSection
  232. SubSection "Display"
  233. Viewport 0 0
  234. Depth 24
  235. EndSubSection
  236. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement