Advertisement
Guest User

Untitled

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