Advertisement
Guest User

Untitled

a guest
Oct 29th, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 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. Screen 3 "Screen3" RightOf "Screen2"
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12. ModulePath "/usr/lib/xorg/modules"
  13. FontPath "/usr/share/fonts/X11/misc"
  14. FontPath "/usr/share/fonts/X11/cyrillic"
  15. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  16. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  17. FontPath "/usr/share/fonts/X11/Type1"
  18. FontPath "/usr/share/fonts/X11/100dpi"
  19. FontPath "/usr/share/fonts/X11/75dpi"
  20. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  21. FontPath "built-ins"
  22. EndSection
  23.  
  24. Section "Module"
  25. Load "extmod"
  26. Load "glx"
  27. Load "dbe"
  28. Load "dri2"
  29. Load "record"
  30. Load "dri"
  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 "Monitor"
  65. Identifier "Monitor3"
  66. VendorName "Monitor Vendor"
  67. ModelName "Monitor Model"
  68. EndSection
  69.  
  70. Section "Device"
  71. Identifier "Card0"
  72. Driver "nvidia"
  73. BusID "PCI:2:0:0"
  74. EndSection
  75.  
  76. Section "Device"
  77. ### Available Driver options are:-
  78. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  79. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  80. ### <percent>: "<f>%"
  81. ### [arg]: arg optional
  82. #Option "SWcursor" # [<bool>]
  83. #Option "HWcursor" # [<bool>]
  84. #Option "NoAccel" # [<bool>]
  85. #Option "ShadowFB" # [<bool>]
  86. #Option "VideoKey" # <i>
  87. #Option "WrappedFB" # [<bool>]
  88. #Option "GLXVBlank" # [<bool>]
  89. #Option "ZaphodHeads" # <str>
  90. #Option "PageFlip" # [<bool>]
  91. Identifier "Card1"
  92. Driver "nouveau"
  93. BusID "PCI:2:0:0"
  94. EndSection
  95.  
  96. Section "Device"
  97. ### Available Driver options are:-
  98. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  99. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  100. ### <percent>: "<f>%"
  101. ### [arg]: arg optional
  102. #Option "ShadowFB" # [<bool>]
  103. #Option "Rotate" # <str>
  104. #Option "fbdev" # <str>
  105. #Option "debug" # [<bool>]
  106. Identifier "Card2"
  107. Driver "fbdev"
  108. BusID "PCI:2:0:0"
  109. EndSection
  110.  
  111. Section "Device"
  112. ### Available Driver options are:-
  113. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  114. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  115. ### <percent>: "<f>%"
  116. ### [arg]: arg optional
  117. #Option "ShadowFB" # [<bool>]
  118. #Option "DefaultRefresh" # [<bool>]
  119. #Option "ModeSetClearScreen" # [<bool>]
  120. Identifier "Card3"
  121. Driver "vesa"
  122. BusID "PCI:2:0:0"
  123. EndSection
  124.  
  125. Section "Screen"
  126. Identifier "Screen0"
  127. Device "Card0"
  128. Monitor "Monitor0"
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 1
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 4
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 8
  140. EndSubSection
  141. SubSection "Display"
  142. Viewport 0 0
  143. Depth 15
  144. EndSubSection
  145. SubSection "Display"
  146. Viewport 0 0
  147. Depth 16
  148. EndSubSection
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 24
  152. EndSubSection
  153. EndSection
  154.  
  155. Section "Screen"
  156. Identifier "Screen1"
  157. Device "Card1"
  158. Monitor "Monitor1"
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 1
  162. EndSubSection
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 4
  166. EndSubSection
  167. SubSection "Display"
  168. Viewport 0 0
  169. Depth 8
  170. EndSubSection
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 15
  174. EndSubSection
  175. SubSection "Display"
  176. Viewport 0 0
  177. Depth 16
  178. EndSubSection
  179. SubSection "Display"
  180. Viewport 0 0
  181. Depth 24
  182. EndSubSection
  183. EndSection
  184.  
  185. Section "Screen"
  186. Identifier "Screen2"
  187. Device "Card2"
  188. Monitor "Monitor2"
  189. SubSection "Display"
  190. Viewport 0 0
  191. Depth 1
  192. EndSubSection
  193. SubSection "Display"
  194. Viewport 0 0
  195. Depth 4
  196. EndSubSection
  197. SubSection "Display"
  198. Viewport 0 0
  199. Depth 8
  200. EndSubSection
  201. SubSection "Display"
  202. Viewport 0 0
  203. Depth 15
  204. EndSubSection
  205. SubSection "Display"
  206. Viewport 0 0
  207. Depth 16
  208. EndSubSection
  209. SubSection "Display"
  210. Viewport 0 0
  211. Depth 24
  212. EndSubSection
  213. EndSection
  214.  
  215. Section "Screen"
  216. Identifier "Screen3"
  217. Device "Card3"
  218. Monitor "Monitor3"
  219. SubSection "Display"
  220. Viewport 0 0
  221. Depth 1
  222. EndSubSection
  223. SubSection "Display"
  224. Viewport 0 0
  225. Depth 4
  226. EndSubSection
  227. SubSection "Display"
  228. Viewport 0 0
  229. Depth 8
  230. EndSubSection
  231. SubSection "Display"
  232. Viewport 0 0
  233. Depth 15
  234. EndSubSection
  235. SubSection "Display"
  236. Viewport 0 0
  237. Depth 16
  238. EndSubSection
  239. SubSection "Display"
  240. Viewport 0 0
  241. Depth 24
  242. EndSubSection
  243. EndSection
  244.  
  245.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement