Advertisement
Guest User

Untitled

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