Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 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 "glx"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/input/mice"
  35. Option "ZAxisMapping" "4 5 6 7"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Monitor Vendor"
  41. ModelName "Monitor Model"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor1"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Device"
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  54. ### <percent>: "<f>%"
  55. ### [arg]: arg optional
  56. #Option "NoAccel" # [<bool>]
  57. #Option "AccelMethod" # <str>
  58. #Option "Backlight" # <str>
  59. #Option "DRI" # <str>
  60. #Option "ColorKey" # <i>
  61. #Option "VideoKey" # <i>
  62. #Option "Tiling" # [<bool>]
  63. #Option "LinearFramebuffer" # [<bool>]
  64. #Option "SwapbuffersWait" # [<bool>]
  65. #Option "TripleBuffer" # [<bool>]
  66. #Option "XvPreferOverlay" # [<bool>]
  67. #Option "HotPlug" # [<bool>]
  68. #Option "ReprobeOutputs" # [<bool>]
  69. #Option "XvMC" # [<bool>]
  70. #Option "ZaphodHeads" # <str>
  71. #Option "TearFree" # [<bool>]
  72. #Option "PerCrtcPixmaps" # [<bool>]
  73. #Option "FallbackDebug" # [<bool>]
  74. #Option "DebugFlushBatches" # [<bool>]
  75. #Option "DebugFlushCaches" # [<bool>]
  76. #Option "DebugWait" # [<bool>]
  77. #Option "BufferCache" # [<bool>]
  78. Identifier "Card0"
  79. Driver "intel"
  80. BusID "PCI:0:2:0"
  81. EndSection
  82.  
  83. Section "Device"
  84. ### Available Driver options are:-
  85. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  86. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  87. ### <percent>: "<f>%"
  88. ### [arg]: arg optional
  89. #Option "Accel" # [<bool>]
  90. #Option "SWcursor" # [<bool>]
  91. #Option "EnablePageFlip" # [<bool>]
  92. #Option "ColorTiling" # [<bool>]
  93. #Option "ColorTiling2D" # [<bool>]
  94. #Option "RenderAccel" # [<bool>]
  95. #Option "SubPixelOrder" # [<str>]
  96. #Option "AccelMethod" # <str>
  97. #Option "EXAVSync" # [<bool>]
  98. #Option "EXAPixmaps" # [<bool>]
  99. #Option "ZaphodHeads" # <str>
  100. #Option "EnablePageFlip" # [<bool>]
  101. #Option "SwapbuffersWait" # [<bool>]
  102. Identifier "Card1"
  103. Driver "radeon"
  104. BusID "PCI:1:0:0"
  105. EndSection
  106.  
  107. Section "Screen"
  108. Identifier "Screen0"
  109. Device "Card0"
  110. Monitor "Monitor0"
  111. SubSection "Display"
  112. Viewport 0 0
  113. Depth 1
  114. EndSubSection
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 4
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 8
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 15
  126. EndSubSection
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 16
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 24
  134. EndSubSection
  135. EndSection
  136.  
  137. Section "Screen"
  138. Identifier "Screen1"
  139. Device "Card1"
  140. Monitor "Monitor1"
  141. SubSection "Display"
  142. Viewport 0 0
  143. Depth 1
  144. EndSubSection
  145. SubSection "Display"
  146. Viewport 0 0
  147. Depth 4
  148. EndSubSection
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 8
  152. EndSubSection
  153. SubSection "Display"
  154. Viewport 0 0
  155. Depth 15
  156. EndSubSection
  157. SubSection "Display"
  158. Viewport 0 0
  159. Depth 16
  160. EndSubSection
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 24
  164. EndSubSection
  165. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement