Advertisement
Guest User

Untitled

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