Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 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 "NoAccel" # [<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 "EXAVSync" # [<bool>]
  63. #Option "EXAPixmaps" # [<bool>]
  64. #Option "ZaphodHeads" # <str>
  65. #Option "EnablePageFlip" # [<bool>]
  66. #Option "SwapbuffersWait" # [<bool>]
  67. Identifier "Card0"
  68. Driver "radeon"
  69. BusID "PCI:0:1:0"
  70. EndSection
  71.  
  72. Section "Device"
  73. ### Available Driver options are:-
  74. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  75. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  76. ### <percent>: "<f>%"
  77. ### [arg]: arg optional
  78. #Option "NoAccel" # [<bool>]
  79. #Option "SWcursor" # [<bool>]
  80. #Option "EnablePageFlip" # [<bool>]
  81. #Option "ColorTiling" # [<bool>]
  82. #Option "ColorTiling2D" # [<bool>]
  83. #Option "RenderAccel" # [<bool>]
  84. #Option "SubPixelOrder" # [<str>]
  85. #Option "AccelMethod" # <str>
  86. #Option "EXAVSync" # [<bool>]
  87. #Option "EXAPixmaps" # [<bool>]
  88. #Option "ZaphodHeads" # <str>
  89. #Option "EnablePageFlip" # [<bool>]
  90. #Option "SwapbuffersWait" # [<bool>]
  91. Identifier "Card1"
  92. Driver "radeon"
  93. BusID "PCI:1:0:0"
  94. EndSection
  95.  
  96. Section "Screen"
  97. Identifier "Screen0"
  98. Device "Card0"
  99. Monitor "Monitor0"
  100. SubSection "Display"
  101. Viewport 0 0
  102. Depth 1
  103. EndSubSection
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 4
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 8
  111. EndSubSection
  112. SubSection "Display"
  113. Viewport 0 0
  114. Depth 15
  115. EndSubSection
  116. SubSection "Display"
  117. Viewport 0 0
  118. Depth 16
  119. EndSubSection
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 24
  123. EndSubSection
  124. EndSection
  125.  
  126. Section "Screen"
  127. Identifier "Screen1"
  128. Device "Card1"
  129. Monitor "Monitor1"
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 1
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 4
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 8
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 15
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 16
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 24
  153. EndSubSection
  154. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement