Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 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 "dbe"
  25. Load "record"
  26. Load "dri2"
  27. Load "glx"
  28. Load "extmod"
  29. Load "dri"
  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 "FallbackDebug" # [<bool>]
  74. #Option "Tiling" # [<bool>]
  75. #Option "Shadow" # [<bool>]
  76. #Option "SwapbuffersWait" # [<bool>]
  77. #Option "XvMC" # [<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. Identifier "Card0"
  85. Driver "intel"
  86. BusID "PCI:0:2:0"
  87. EndSection
  88.  
  89. Section "Device"
  90. ### Available Driver options are:-
  91. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  92. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  93. ### <percent>: "<f>%"
  94. ### [arg]: arg optional
  95. #Option "ShadowFB" # [<bool>]
  96. #Option "Rotate" # <str>
  97. #Option "fbdev" # <str>
  98. #Option "debug" # [<bool>]
  99. Identifier "Card1"
  100. Driver "fbdev"
  101. BusID "PCI:0:2:0"
  102. EndSection
  103.  
  104. Section "Device"
  105. ### Available Driver options are:-
  106. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  107. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  108. ### <percent>: "<f>%"
  109. ### [arg]: arg optional
  110. #Option "ShadowFB" # [<bool>]
  111. #Option "DefaultRefresh" # [<bool>]
  112. #Option "ModeSetClearScreen" # [<bool>]
  113. Identifier "Card2"
  114. Driver "vesa"
  115. BusID "PCI:0:2:0"
  116. EndSection
  117.  
  118. Section "Screen"
  119. Identifier "Screen0"
  120. Device "Card0"
  121. Monitor "Monitor0"
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 1
  125. EndSubSection
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 4
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 8
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 15
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 16
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 24
  145. EndSubSection
  146. EndSection
  147.  
  148. Section "Screen"
  149. Identifier "Screen1"
  150. Device "Card1"
  151. Monitor "Monitor1"
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 1
  155. EndSubSection
  156. SubSection "Display"
  157. Viewport 0 0
  158. Depth 4
  159. EndSubSection
  160. SubSection "Display"
  161. Viewport 0 0
  162. Depth 8
  163. EndSubSection
  164. SubSection "Display"
  165. Viewport 0 0
  166. Depth 15
  167. EndSubSection
  168. SubSection "Display"
  169. Viewport 0 0
  170. Depth 16
  171. EndSubSection
  172. SubSection "Display"
  173. Viewport 0 0
  174. Depth 24
  175. EndSubSection
  176. EndSection
  177.  
  178. Section "Screen"
  179. Identifier "Screen2"
  180. Device "Card2"
  181. Monitor "Monitor2"
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement