Advertisement
Guest User

xorg_2_card

a guest
Dec 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 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. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11/misc"
  12. FontPath "/usr/share/fonts/X11/cyrillic"
  13. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/Type1"
  16. FontPath "/usr/share/fonts/X11/100dpi"
  17. FontPath "/usr/share/fonts/X11/75dpi"
  18. FontPath "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "glx"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/input/mice"
  35. Option "ZAxisMapping" "4 5 6 7"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Monitor Vendor"
  41. ModelName "Monitor Model"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor1"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Device"
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  54. ### <percent>: "<f>%"
  55. ### [arg]: arg optional
  56. #Option "Accel" # [<bool>]
  57. #Option "SWcursor" # [<bool>]
  58. #Option "EnablePageFlip" # [<bool>]
  59. #Option "SubPixelOrder" # [<str>]
  60. #Option "ZaphodHeads" # <str>
  61. #Option "AccelMethod" # <str>
  62. #Option "DRI3" # [<bool>]
  63. #Option "DRI" # <i>
  64. #Option "ShadowPrimary" # [<bool>]
  65. Option "TearFree" "True" # [<bool>]
  66. #Option "DeleteUnusedDP12Displays" # [<bool>]
  67. #Option "VariableRefresh" # [<bool>]
  68. Identifier "Card0"
  69. Driver "amdgpu"
  70. BusID "PCI:6:0:0"
  71. EndSection
  72.  
  73.  
  74. Section "Device"
  75. ### Available Driver options are:-
  76. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  77. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  78. ### <percent>: "<f>%"
  79. ### [arg]: arg optional
  80. #Option "SWcursor" # [<bool>]
  81. #Option "HWcursor" # [<bool>]
  82. #Option "NoAccel" # [<bool>]
  83. #Option "ShadowFB" # [<bool>]
  84. #Option "VideoKey" # <i>
  85. #Option "WrappedFB" # [<bool>]
  86. #Option "GLXVBlank" # [<bool>]
  87. #Option "ZaphodHeads" # <str>
  88. #Option "PageFlip" # [<bool>]
  89. #Option "SwapLimit" # <i>
  90. #Option "AsyncUTSDFS" # [<bool>]
  91. #Option "AccelMethod" # <str>
  92. #Option "DRI" # <i>
  93. Identifier "Card1"
  94. Driver "nouveau"
  95. BusID "PCI:5:0:0"
  96. EndSection
  97.  
  98. Section "Screen"
  99. Identifier "Screen0"
  100. Device "Card0"
  101. Monitor "Monitor0"
  102. SubSection "Display"
  103. Viewport 0 0
  104. Depth 1
  105. EndSubSection
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 4
  109. EndSubSection
  110. SubSection "Display"
  111. Viewport 0 0
  112. Depth 8
  113. EndSubSection
  114. SubSection "Display"
  115. Viewport 0 0
  116. Depth 15
  117. EndSubSection
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 16
  121. EndSubSection
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 24
  125. EndSubSection
  126. EndSection
  127.  
  128. Section "Screen"
  129. Identifier "Screen1"
  130. Device "Card1"
  131. Monitor "Monitor1"
  132. SubSection "Display"
  133. Viewport 0 0
  134. Depth 1
  135. EndSubSection
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 4
  139. EndSubSection
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 8
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 15
  147. EndSubSection
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 16
  151. EndSubSection
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 24
  155. EndSubSection
  156. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement