Advertisement
Guest User

xorg_stock

a guest
Dec 23rd, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 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 "built-ins"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "glx"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Mouse0"
  33. Driver "mouse"
  34. Option "Protocol" "auto"
  35. Option "Device" "/dev/input/mice"
  36. Option "ZAxisMapping" "4 5 6 7"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "Monitor0"
  41. VendorName "Monitor Vendor"
  42. ModelName "Monitor Model"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. Identifier "Monitor1"
  47. VendorName "Monitor Vendor"
  48. ModelName "Monitor Model"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor2"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Device"
  58. ### Available Driver options are:-
  59. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  60. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  61. ### <percent>: "<f>%"
  62. ### [arg]: arg optional
  63. #Option "Accel" # [<bool>]
  64. #Option "SWcursor" # [<bool>]
  65. #Option "EnablePageFlip" # [<bool>]
  66. #Option "SubPixelOrder" # [<str>]
  67. #Option "ZaphodHeads" # <str>
  68. #Option "AccelMethod" # <str>
  69. #Option "DRI3" # [<bool>]
  70. #Option "DRI" # <i>
  71. #Option "ShadowPrimary" # [<bool>]
  72. #Option "TearFree" # [<bool>]
  73. #Option "DeleteUnusedDP12Displays" # [<bool>]
  74. #Option "VariableRefresh" # [<bool>]
  75. Identifier "Card0"
  76. Driver "amdgpu"
  77. BusID "PCI:6:0:0"
  78. EndSection
  79.  
  80. Section "Device"
  81. ### Available Driver options are:-
  82. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  83. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  84. ### <percent>: "<f>%"
  85. ### [arg]: arg optional
  86. #Option "Accel" # [<bool>]
  87. #Option "SWcursor" # [<bool>]
  88. #Option "EnablePageFlip" # [<bool>]
  89. #Option "SubPixelOrder" # [<str>]
  90. #Option "ZaphodHeads" # <str>
  91. #Option "AccelMethod" # <str>
  92. #Option "DRI3" # [<bool>]
  93. #Option "DRI" # <i>
  94. #Option "ShadowPrimary" # [<bool>]
  95. #Option "TearFree" # [<bool>]
  96. #Option "DeleteUnusedDP12Displays" # [<bool>]
  97. #Option "VariableRefresh" # [<bool>]
  98. Identifier "Card1"
  99. Driver "amdgpu"
  100. BusID "PCI:6:0:1"
  101. EndSection
  102.  
  103. Section "Device"
  104. ### Available Driver options are:-
  105. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  106. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  107. ### <percent>: "<f>%"
  108. ### [arg]: arg optional
  109. #Option "SWcursor" # [<bool>]
  110. #Option "HWcursor" # [<bool>]
  111. #Option "NoAccel" # [<bool>]
  112. #Option "ShadowFB" # [<bool>]
  113. #Option "VideoKey" # <i>
  114. #Option "WrappedFB" # [<bool>]
  115. #Option "GLXVBlank" # [<bool>]
  116. #Option "ZaphodHeads" # <str>
  117. #Option "PageFlip" # [<bool>]
  118. #Option "SwapLimit" # <i>
  119. #Option "AsyncUTSDFS" # [<bool>]
  120. #Option "AccelMethod" # <str>
  121. #Option "DRI" # <i>
  122. Identifier "Card2"
  123. Driver "nouveau"
  124. BusID "PCI:5:0:0"
  125. EndSection
  126.  
  127. Section "Screen"
  128. Identifier "Screen0"
  129. Device "Card0"
  130. Monitor "Monitor0"
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 1
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 4
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 8
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 15
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 16
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 24
  154. EndSubSection
  155. EndSection
  156.  
  157. Section "Screen"
  158. Identifier "Screen1"
  159. Device "Card1"
  160. Monitor "Monitor1"
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 1
  164. EndSubSection
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 4
  168. EndSubSection
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 8
  172. EndSubSection
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 15
  176. EndSubSection
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 16
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 24
  184. EndSubSection
  185. EndSection
  186.  
  187. Section "Screen"
  188. Identifier "Screen2"
  189. Device "Card2"
  190. Monitor "Monitor2"
  191. SubSection "Display"
  192. Viewport 0 0
  193. Depth 1
  194. EndSubSection
  195. SubSection "Display"
  196. Viewport 0 0
  197. Depth 4
  198. EndSubSection
  199. SubSection "Display"
  200. Viewport 0 0
  201. Depth 8
  202. EndSubSection
  203. SubSection "Display"
  204. Viewport 0 0
  205. Depth 15
  206. EndSubSection
  207. SubSection "Display"
  208. Viewport 0 0
  209. Depth 16
  210. EndSubSection
  211. SubSection "Display"
  212. Viewport 0 0
  213. Depth 24
  214. EndSubSection
  215. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement