Advertisement
Guest User

Untitled

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