Advertisement
Guest User

Untitled

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