Guest User

Untitled

a guest
May 27th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 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/100dpi:unscaled"
  13. FontPath "/usr/share/fonts/75dpi:unscaled"
  14. FontPath "/usr/share/fonts/TTF"
  15. FontPath "/usr/share/fonts/Type1"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dri"
  20. Load "xtrap"
  21. Load "dbe"
  22. Load "extmod"
  23. Load "glx"
  24. Load "freetype"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "auto"
  36. Option "Device" "/dev/input/mice"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "ServerFlags"
  41. Option "AllowEmptyInput" "false"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. #DisplaySize 310 230 # mm
  46. Identifier "Monitor0"
  47. VendorName "SEC"
  48. ModelName "0"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Device"
  58. ### Available Driver options are:-
  59. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  60. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  61. ### [arg]: arg optional
  62. #Option "NoAccel" # [<bool>]
  63. #Option "SWcursor" # [<bool>]
  64. #Option "ColorKey" # <i>
  65. #Option "CacheLines" # <i>
  66. #Option "Dac6Bit" # [<bool>]
  67. #Option "DRI" # [<bool>]
  68. #Option "NoDDC" # [<bool>]
  69. #Option "ShowCache" # [<bool>]
  70. #Option "XvMCSurfaces" # <i>
  71. #Option "PageFlip" # [<bool>]
  72. Identifier "Card0"
  73. #Driver "intel"
  74. Driver "vesa"
  75. VendorName "Intel Corporation"
  76. BoardName "82852/855GM Integrated Graphics Device"
  77. BusID "PCI:0:2:0"
  78. EndSection
  79.  
  80. #Section "Device"
  81. ### Available Driver options are:-
  82. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  83. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  84. ### [arg]: arg optional
  85. #Option "NoAccel" # [<bool>]
  86. #Option "SWcursor" # [<bool>]
  87. #Option "ColorKey" # <i>
  88. #Option "CacheLines" # <i>
  89. #Option "Dac6Bit" # [<bool>]
  90. #Option "DRI" # [<bool>]
  91. #Option "NoDDC" # [<bool>]
  92. #Option "ShowCache" # [<bool>]
  93. #Option "XvMCSurfaces" # <i>
  94. #Option "PageFlip" # [<bool>]
  95. # Identifier "Card1"
  96. # Driver "intel"
  97. # VendorName "Intel Corporation"
  98. # BoardName "82852/855GM Integrated Graphics Device"
  99. # BusID "PCI:0:2:1"
  100. #EndSection
  101.  
  102. Section "Screen"
  103. Identifier "Screen0"
  104. Device "Card0"
  105. Monitor "Monitor0"
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 1
  109. EndSubSection
  110. SubSection "Display"
  111. Viewport 0 0
  112. Depth 4
  113. EndSubSection
  114. SubSection "Display"
  115. Viewport 0 0
  116. Depth 8
  117. EndSubSection
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 15
  121. EndSubSection
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 16
  125. EndSubSection
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 24
  129. EndSubSection
  130. EndSection
  131.  
  132. Section "Screen"
  133. Identifier "Screen1"
  134. Device "Card1"
  135. Monitor "Monitor1"
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 1
  139. EndSubSection
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 4
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 8
  147. EndSubSection
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 15
  151. EndSubSection
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 16
  155. EndSubSection
  156. SubSection "Display"
  157. Viewport 0 0
  158. Depth 24
  159. EndSubSection
  160. EndSection
Add Comment
Please, Sign In to add comment