Advertisement
Guest User

Untitled

a guest
Aug 12th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 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 "glx"
  25. Load "dri"
  26. Load "extmod"
  27. Load "dbe"
  28. Load "dri2"
  29. Load "record"
  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 "AccelMethod" # <str>
  70. #Option "DRI" # [<bool>]
  71. #Option "ColorKey" # <i>
  72. #Option "VideoKey" # <i>
  73. #Option "Tiling" # [<bool>]
  74. #Option "LinearFramebuffer" # [<bool>]
  75. #Option "Shadow" # [<bool>]
  76. #Option "SwapbuffersWait" # [<bool>]
  77. #Option "TripleBuffer" # [<bool>]
  78. #Option "XvPreferOverlay" # [<bool>]
  79. #Option "DebugFlushBatches" # [<bool>]
  80. #Option "DebugFlushCaches" # [<bool>]
  81. #Option "DebugWait" # [<bool>]
  82. #Option "HotPlug" # [<bool>]
  83. #Option "RelaxedFencing" # [<bool>]
  84. #Option "Throttle" # [<bool>]
  85. #Option "UseVmap" # [<bool>]
  86. #Option "ZaphodHeads" # <str>
  87. #Option "DelayedFlush" # [<bool>]
  88. #Option "FallbackDebug" # [<bool>]
  89. #Option "BufferCache" # [<bool>]
  90. Identifier "Card0"
  91. Driver "intel"
  92. BusID "PCI:0:2: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 "fbdev"
  107. BusID "PCI:0:2:0"
  108. EndSection
  109.  
  110. Section "Device"
  111. ### Available Driver options are:-
  112. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  113. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  114. ### <percent>: "<f>%"
  115. ### [arg]: arg optional
  116. #Option "ShadowFB" # [<bool>]
  117. #Option "DefaultRefresh" # [<bool>]
  118. #Option "ModeSetClearScreen" # [<bool>]
  119. Identifier "Card2"
  120. Driver "vesa"
  121. BusID "PCI:0:2:0"
  122. EndSection
  123.  
  124. Section "Screen"
  125. Identifier "Screen0"
  126. Device "Card0"
  127. Monitor "Monitor0"
  128. SubSection "Display"
  129. Viewport 0 0
  130. Depth 1
  131. EndSubSection
  132. SubSection "Display"
  133. Viewport 0 0
  134. Depth 4
  135. EndSubSection
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 8
  139. EndSubSection
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 15
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 16
  147. EndSubSection
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 24
  151. EndSubSection
  152. EndSection
  153.  
  154. Section "Screen"
  155. Identifier "Screen1"
  156. Device "Card1"
  157. Monitor "Monitor1"
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 1
  161. EndSubSection
  162. SubSection "Display"
  163. Viewport 0 0
  164. Depth 4
  165. EndSubSection
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 8
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Depth 15
  173. EndSubSection
  174. SubSection "Display"
  175. Viewport 0 0
  176. Depth 16
  177. EndSubSection
  178. SubSection "Display"
  179. Viewport 0 0
  180. Depth 24
  181. EndSubSection
  182. EndSection
  183.  
  184. Section "Screen"
  185. Identifier "Screen2"
  186. Device "Card2"
  187. Monitor "Monitor2"
  188. SubSection "Display"
  189. Viewport 0 0
  190. Depth 1
  191. EndSubSection
  192. SubSection "Display"
  193. Viewport 0 0
  194. Depth 4
  195. EndSubSection
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 8
  199. EndSubSection
  200. SubSection "Display"
  201. Viewport 0 0
  202. Depth 15
  203. EndSubSection
  204. SubSection "Display"
  205. Viewport 0 0
  206. Depth 16
  207. EndSubSection
  208. SubSection "Display"
  209. Viewport 0 0
  210. Depth 24
  211. EndSubSection
  212. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement