Advertisement
Guest User

Untitled

a guest
Nov 30th, 2011
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  19. FontPath "built-ins"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "record"
  24. Load "dri"
  25. Load "glx"
  26. Load "extmod"
  27. Load "dri2"
  28. Load "dbe"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Mouse0"
  38. Driver "mouse"
  39. Option "Protocol" "auto"
  40. Option "Device" "/dev/input/mice"
  41. Option "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor1"
  52. VendorName "Monitor Vendor"
  53. ModelName "Monitor Model"
  54. EndSection
  55.  
  56. Section "Device"
  57. ### Available Driver options are:-
  58. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  59. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  60. ### [arg]: arg optional
  61. #Option "AccelMethod" # [<str>]
  62. #Option "DRI" # [<bool>]
  63. #Option "ColorKey" # <i>
  64. #Option "VideoKey" # <i>
  65. #Option "FallbackDebug" # [<bool>]
  66. #Option "Tiling" # [<bool>]
  67. #Option "Shadow" # [<bool>]
  68. #Option "SwapbuffersWait" # [<bool>]
  69. #Option "XvMC" # [<bool>]
  70. #Option "XvPreferOverlay" # [<bool>]
  71. #Option "DebugFlushBatches" # [<bool>]
  72. #Option "DebugFlushCaches" # [<bool>]
  73. #Option "DebugWait" # [<bool>]
  74. Identifier "Card0"
  75. Driver "intel"
  76. VendorName "Intel Corporation"
  77. BoardName "Sandy Bridge Integrated Graphics Controller"
  78. BusID "PCI:0:2:0"
  79. EndSection
  80.  
  81. Section "Device"
  82. ### Available Driver options are:-
  83. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  84. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  85. ### [arg]: arg optional
  86. #Option "ShadowFB" # [<bool>]
  87. #Option "DefaultRefresh" # [<bool>]
  88. #Option "ModeSetClearScreen" # [<bool>]
  89. Identifier "Card1"
  90. Driver "vesa"
  91. VendorName "ATI Technologies Inc"
  92. BoardName "NI Seymour [AMD Radeon HD 6470M]"
  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
  155.  
  156.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement