Advertisement
Guest User

xorg

a guest
Mar 10th, 2017
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 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/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 "ColorTiling" # [<bool>]
  58. #Option "ColorTiling2D" # [<bool>]
  59. #Option "RenderAccel" # [<bool>]
  60. #Option "SubPixelOrder" # [<str>]
  61. #Option "AccelMethod" # <str>
  62. #Option "ShadowPrimary" # [<bool>]
  63. #Option "EXAVSync" # [<bool>]
  64. #Option "EXAPixmaps" # [<bool>]
  65. #Option "ZaphodHeads" # <str>
  66. #Option "SwapbuffersWait" # [<bool>]
  67. #Option "DeleteUnusedDP12Displays" # [<bool>]
  68. #Option "DRI3" # [<bool>]
  69. #Option "DRI" # <i>
  70. #Option "TearFree" # [<bool>]
  71. Identifier "Card0"
  72. Driver "radeon"
  73. BusID "PCI:0:1: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 "ColorTiling" # [<bool>]
  86. #Option "ColorTiling2D" # [<bool>]
  87. #Option "RenderAccel" # [<bool>]
  88. #Option "SubPixelOrder" # [<str>]
  89. #Option "AccelMethod" # <str>
  90. #Option "ShadowPrimary" # [<bool>]
  91. #Option "EXAVSync" # [<bool>]
  92. #Option "EXAPixmaps" # [<bool>]
  93. #Option "ZaphodHeads" # <str>
  94. #Option "SwapbuffersWait" # [<bool>]
  95. #Option "DeleteUnusedDP12Displays" # [<bool>]
  96. #Option "DRI3" # [<bool>]
  97. #Option "DRI" # <i>
  98. #Option "TearFree" # [<bool>]
  99. Identifier "Card1"
  100. Driver "radeon"
  101. BusID "PCI:1:0:0"
  102. EndSection
  103.  
  104. Section "Screen"
  105. Identifier "Screen0"
  106. Device "Card0"
  107. Monitor "Monitor0"
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 1
  111. EndSubSection
  112. SubSection "Display"
  113. Viewport 0 0
  114. Depth 4
  115. EndSubSection
  116. SubSection "Display"
  117. Viewport 0 0
  118. Depth 8
  119. EndSubSection
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 15
  123. EndSubSection
  124. SubSection "Display"
  125. Viewport 0 0
  126. Depth 16
  127. EndSubSection
  128. SubSection "Display"
  129. Viewport 0 0
  130. Depth 24
  131. EndSubSection
  132. EndSection
  133.  
  134. Section "Screen"
  135. Identifier "Screen1"
  136. Device "Card1"
  137. Monitor "Monitor1"
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 1
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 4
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 8
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 15
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 16
  157. EndSubSection
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 24
  161. EndSubSection
  162. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement