Advertisement
Draenin

xorg.conf.new

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