Guest User

Untitled

a guest
Jan 26th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 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 "Acer"
  46. ModelName "AL1717"
  47. HorizSync 30-81
  48. VertRefresh 56-76
  49. Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
  50. Option "UseEDID" "True"
  51. Option "CustomEDID" "HDMI-A-0:/etc/X11/AL1717_edid.bin"
  52. EndSection
  53. Section "Device"
  54. ### Available Driver options are:-
  55. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  57. ### <percent>: "<f>%"
  58. ### [arg]: arg optional
  59. #Option "Accel" # [<bool>]
  60. #Option "SWcursor" # [<bool>]
  61. #Option "EnablePageFlip" # [<bool>]
  62. #Option "SubPixelOrder" # [<str>]
  63. #Option "ZaphodHeads" # <str>
  64. #Option "AccelMethod" # <str>
  65. #Option "DRI3" # [<bool>]
  66. #Option "DRI" # <i>
  67. #Option "ShadowPrimary" # [<bool>]
  68. #Option "TearFree" # [<bool>]
  69. #Option "DeleteUnusedDP12Displays" # [<bool>]
  70. #Option "VariableRefresh" # [<bool>]
  71. Identifier "Card0"
  72. Driver "amdgpu"
  73. BusID "PCI:5:0:0"
  74. EndSection
  75.  
  76. Section "Device"
  77. ### Available Driver options are:-
  78. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  79. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  80. ### <percent>: "<f>%"
  81. ### [arg]: arg optional
  82. #Option "Accel" # [<bool>]
  83. #Option "SWcursor" # [<bool>]
  84. #Option "EnablePageFlip" # [<bool>]
  85. #Option "SubPixelOrder" # [<str>]
  86. #Option "ZaphodHeads" # <str>
  87. #Option "AccelMethod" # <str>
  88. #Option "DRI3" # [<bool>]
  89. #Option "DRI" # <i>
  90. #Option "ShadowPrimary" # [<bool>]
  91. #Option "TearFree" # [<bool>]
  92. #Option "DeleteUnusedDP12Displays" # [<bool>]
  93. #Option "VariableRefresh" # [<bool>]
  94. Identifier "Card1"
  95. Driver "amdgpu"
  96. BusID "PCI:5:0:1"
  97. EndSection
  98.  
  99. Section "Screen"
  100. Identifier "Screen0"
  101. Device "Card0"
  102. Monitor "Monitor0"
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 1
  106. EndSubSection
  107. SubSection "Display"
  108. Viewport 0 0
  109. Depth 4
  110. EndSubSection
  111. SubSection "Display"
  112. Viewport 0 0
  113. Depth 8
  114. EndSubSection
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 15
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 16
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 24
  126. EndSubSection
  127. EndSection
  128.  
  129. Section "Screen"
  130. Identifier "Screen1"
  131. Device "Card0"
  132. Monitor "Monitor1"
  133.  
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 1
  137. Modes "1280x1024_60.00"
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 4
  142. Modes "1280x1024_60.00"
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 8
  147. Modes "1280x1024_60.00"
  148. EndSubSection
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 15
  152. Modes "1280x1024_60.00"
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 16
  157. Modes "1280x1024_60.00"
  158. EndSubSection
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 24
  162. Modes "1280x1024_60.00"
  163. EndSubSection
  164. EndSection
  165.  
  166.  
Advertisement
Add Comment
Please, Sign In to add comment