Advertisement
rokytnji

Vesa /etc/X11/xorg.confbk 23" Monitor AntiX 13

Apr 8th, 2014
1,728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 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. Screen 2 "Screen2" RightOf "Screen1"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/X11/misc"
  13. FontPath "/usr/share/fonts/X11/cyrillic"
  14. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  16. FontPath "/usr/share/fonts/X11/Type1"
  17. FontPath "/usr/share/fonts/X11/100dpi"
  18. FontPath "/usr/share/fonts/X11/75dpi"
  19. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  20. FontPath "built-ins"
  21. EndSection
  22.  
  23. Section "Module"
  24. Load "glx"
  25. Load "record"
  26. Load "dri2"
  27. Load "dri"
  28. Load "extmod"
  29. Load "dbe"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/input/mice"
  42. Option "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. Identifier "Monitor0"
  47. VendorName "Monitor Vendor"
  48. ModelName "Monitor Model"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Monitor"
  58. Identifier "Monitor2"
  59. VendorName "Monitor Vendor"
  60. ModelName "Monitor Model"
  61. EndSection
  62.  
  63. Section "Device"
  64. ### Available Driver options are:-
  65. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  66. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  67. ### <percent>: "<f>%"
  68. ### [arg]: arg optional
  69. #Option "SWcursor" # [<bool>]
  70. #Option "HWcursor" # [<bool>]
  71. #Option "NoAccel" # [<bool>]
  72. #Option "ShadowFB" # [<bool>]
  73. #Option "VideoKey" # <i>
  74. #Option "WrappedFB" # [<bool>]
  75. #Option "GLXVBlank" # [<bool>]
  76. #Option "ZaphodHeads" # <str>
  77. #Option "PageFlip" # [<bool>]
  78. #Option "SwapLimit" # <i>
  79. #Option "AsyncUTSDFS" # [<bool>]
  80. Identifier "Card0"
  81. Driver "vesa"
  82. BusID "PCI:0:13:0"
  83. EndSection
  84.  
  85. Section "Device"
  86. ### Available Driver options are:-
  87. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  88. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  89. ### <percent>: "<f>%"
  90. ### [arg]: arg optional
  91. #Option "ShadowFB" # [<bool>]
  92. #Option "Rotate" # <str>
  93. #Option "fbdev" # <str>
  94. #Option "debug" # [<bool>]
  95. Identifier "Card1"
  96. Driver "vesa"
  97. BusID "PCI:0:13:0"
  98. EndSection
  99.  
  100. Section "Device"
  101. ### Available Driver options are:-
  102. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  103. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  104. ### <percent>: "<f>%"
  105. ### [arg]: arg optional
  106. #Option "ShadowFB" # [<bool>]
  107. #Option "DefaultRefresh" # [<bool>]
  108. #Option "ModeSetClearScreen" # [<bool>]
  109. Identifier "Card2"
  110. Driver "vesa"
  111. BusID "PCI:0:13:0"
  112. EndSection
  113.  
  114. Section "Screen"
  115. Identifier "Screen0"
  116. Device "Card0"
  117. Monitor "Monitor0"
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 1
  121. EndSubSection
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 4
  125. EndSubSection
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 8
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 15
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 16
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 24
  141. EndSubSection
  142. EndSection
  143.  
  144. Section "Screen"
  145. Identifier "Screen1"
  146. Device "Card1"
  147. Monitor "Monitor1"
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 1
  151. EndSubSection
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 4
  155. EndSubSection
  156. SubSection "Display"
  157. Viewport 0 0
  158. Depth 8
  159. EndSubSection
  160. SubSection "Display"
  161. Viewport 0 0
  162. Depth 15
  163. EndSubSection
  164. SubSection "Display"
  165. Viewport 0 0
  166. Depth 16
  167. EndSubSection
  168. SubSection "Display"
  169. Viewport 0 0
  170. Depth 24
  171. EndSubSection
  172. EndSection
  173.  
  174. Section "Screen"
  175. Identifier "Screen2"
  176. Device "Card2"
  177. Monitor "Monitor2"
  178. SubSection "Display"
  179. Viewport 0 0
  180. Depth 1
  181. EndSubSection
  182. SubSection "Display"
  183. Viewport 0 0
  184. Depth 4
  185. EndSubSection
  186. SubSection "Display"
  187. Viewport 0 0
  188. Depth 8
  189. EndSubSection
  190. SubSection "Display"
  191. Viewport 0 0
  192. Depth 15
  193. EndSubSection
  194. SubSection "Display"
  195. Viewport 0 0
  196. Depth 16
  197. EndSubSection
  198. SubSection "Display"
  199. Viewport 0 0
  200. Depth 24
  201. EndSubSection
  202. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement