Advertisement
Guest User

xorg

a guest
May 3rd, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 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 "glxserver_nvidia"
  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 "Device"
  52. ### Available Driver options are:-
  53. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  54. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  55. ### <percent>: "<f>%"
  56. ### [arg]: arg optional
  57. #Option "Accel" # [<bool>]
  58. #Option "SWcursor" # [<bool>]
  59. #Option "EnablePageFlip" # [<bool>]
  60. #Option "SubPixelOrder" # [<str>]
  61. #Option "ZaphodHeads" # <str>
  62. #Option "AccelMethod" # <str>
  63. #Option "DRI3" # [<bool>]
  64. #Option "DRI" # <i>
  65. #Option "ShadowPrimary" # [<bool>]
  66. #Option "TearFree" # [<bool>]
  67. #Option "DeleteUnusedDP12Displays" # [<bool>]
  68. Identifier "Card0"
  69. Driver "amdgpu"
  70. BusID "PCI:6:0:0"
  71. EndSection
  72.  
  73. Section "Device"
  74. ### Available Driver options are:-
  75. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  76. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  77. ### <percent>: "<f>%"
  78. ### [arg]: arg optional
  79. #Option "SWcursor" # [<bool>]
  80. #Option "HWcursor" # [<bool>]
  81. #Option "NoAccel" # [<bool>]
  82. #Option "ShadowFB" # [<bool>]
  83. #Option "VideoKey" # <i>
  84. #Option "WrappedFB" # [<bool>]
  85. #Option "GLXVBlank" # [<bool>]
  86. #Option "ZaphodHeads" # <str>
  87. #Option "PageFlip" # [<bool>]
  88. #Option "SwapLimit" # <i>
  89. #Option "AsyncUTSDFS" # [<bool>]
  90. #Option "AccelMethod" # <str>
  91. #Option "DRI" # <i>
  92. Identifier "Card1"
  93. Driver "nouveau"
  94. BusID "PCI:5:0:0"
  95. EndSection
  96.  
  97. Section "Screen"
  98. Identifier "Screen0"
  99. Device "Card0"
  100. Monitor "Monitor0"
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 1
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 4
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 8
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 15
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 16
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 24
  124. EndSubSection
  125. EndSection
  126.  
  127. Section "Screen"
  128. Identifier "Screen1"
  129. Device "Card1"
  130. Monitor "Monitor1"
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement