Advertisement
Emulatorman

xorg.conf.vesa

Feb 27th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. Section "Files"
  2. FontPath "/usr/share/fonts/100dpi"
  3. FontPath "/usr/share/fonts/75dpi"
  4. FontPath "/usr/share/fonts/OTF"
  5. FontPath "/usr/share/fonts/Speedo"
  6. FontPath "/usr/share/fonts/TTF"
  7. FontPath "/usr/share/fonts/Type1"
  8. FontPath "/usr/share/fonts/corefonts"
  9. FontPath "/usr/share/fonts/cyrillic"
  10. FontPath "/usr/share/fonts/dejavu"
  11. FontPath "/usr/share/fonts/liberation-fonts"
  12. FontPath "/usr/share/fonts/misc"
  13. FontPath "/usr/share/fonts/urw-fonts"
  14. ModulePath "/usr/lib/xorg/modules"
  15. XkbDir "/usr/share/X11/xkb"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dri"
  20. Load "dri2"
  21. Load "dbe"
  22. Load "glx"
  23. Load "extmod"
  24. Load "record"
  25. EndSection
  26.  
  27. Section "InputClass"
  28. Identifier "evdev keyboard catchall"
  29. Driver "evdev"
  30. MatchDevicePath "/dev/input/event*"
  31. MatchIsKeyboard "on"
  32. Option "XkbLayout" "es"
  33. # Option "XkbLayout" "es,la-latin1,br,us"
  34. Option "XkbModel" "pc105"
  35. Option "XkbRules" "evdev"
  36. Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp,lv3:ralt_switch,numpad:pc"
  37. # Option "XkbVariant" ",qwerty"
  38. EndSection
  39.  
  40. Section "InputClass"
  41. Identifier "evdev pointer catchall"
  42. Driver "evdev"
  43. MatchDevicePath "/dev/input/event*"
  44. MatchIsPointer "on"
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "nVidia0Card0"
  49. Driver "vesa"
  50. Screen 0
  51. VendorName "nVidia Corporation"
  52. EndSection
  53.  
  54. Section "Device"
  55. Identifier "nVidia1Card0"
  56. Driver "vesa"
  57. Screen 1
  58. VendorName "nVidia Corporation"
  59. EndSection
  60.  
  61. Section "Device"
  62. Identifier "nVidia2Card0"
  63. Driver "vesa"
  64. Screen 2
  65. VendorName "nVidia Corporation"
  66. EndSection
  67.  
  68. Section "Device"
  69. Identifier "Onboard0"
  70. Driver "vesa"
  71. Screen 0
  72. VendorName "nVidia Corporation"
  73. EndSection
  74.  
  75. Section "Monitor"
  76. Identifier "Monitor0"
  77. Gamma 1.0 1.0 1.0
  78. Option "DPMS" "yes"
  79. EndSection
  80.  
  81. Section "Monitor"
  82. Identifier "Monitor1"
  83. Option "DPMS" "yes"
  84. EndSection
  85.  
  86. Section "Monitor"
  87. Identifier "Monitor2"
  88. Option "DPMS" "yes"
  89. EndSection
  90.  
  91. Section "Monitor"
  92. Identifier "OnboardMonitor0"
  93. Option "DPMS" "yes"
  94. EndSection
  95.  
  96. Section "Screen"
  97. Identifier "Screen0"
  98. Device "nVidia0Card0"
  99. Monitor "Monitor0"
  100. DefaultDepth 24
  101. Option "Rotate" "normal"
  102. SubSection "Display"
  103. Depth 1
  104. Viewport 0 0
  105. EndSubSection
  106. SubSection "Display"
  107. Depth 4
  108. Viewport 0 0
  109. EndSubSection
  110. SubSection "Display"
  111. Depth 8
  112. Viewport 0 0
  113. EndSubSection
  114. SubSection "Display"
  115. Depth 15
  116. Viewport 0 0
  117. EndSubSection
  118. SubSection "Display"
  119. Depth 16
  120. Viewport 0 0
  121. EndSubSection
  122. SubSection "Display"
  123. Depth 24
  124. Viewport 0 0
  125. EndSubSection
  126. EndSection
  127.  
  128. Section "Screen"
  129. Identifier "Screen1"
  130. Device "nVidia1Card0"
  131. Monitor "Monitor1"
  132. DefaultDepth 24
  133. Option "Rotate" "normal"
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 1
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 4
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 8
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 15
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 16
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 24
  157. EndSubSection
  158. EndSection
  159.  
  160. Section "Screen"
  161. Identifier "Screen2"
  162. Device "nVidia2Card0"
  163. Monitor "Monitor2"
  164. DefaultDepth 24
  165. Option "Rotate" "normal"
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 1
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Depth 4
  173. EndSubSection
  174. SubSection "Display"
  175. Viewport 0 0
  176. Depth 8
  177. EndSubSection
  178. SubSection "Display"
  179. Viewport 0 0
  180. Depth 15
  181. EndSubSection
  182. SubSection "Display"
  183. Viewport 0 0
  184. Depth 16
  185. EndSubSection
  186. SubSection "Display"
  187. Viewport 0 0
  188. Depth 24
  189. EndSubSection
  190. EndSection
  191.  
  192. Section "Screen"
  193. Identifier "OnboardScreen0"
  194. Device "Onboard0"
  195. Monitor "OnboardMonitor0"
  196. DefaultDepth 24
  197. Option "Rotate" "normal"
  198. SubSection "Display"
  199. Viewport 0 0
  200. Depth 1
  201. EndSubSection
  202. SubSection "Display"
  203. Viewport 0 0
  204. Depth 4
  205. EndSubSection
  206. SubSection "Display"
  207. Viewport 0 0
  208. Depth 8
  209. EndSubSection
  210. SubSection "Display"
  211. Viewport 0 0
  212. Depth 15
  213. EndSubSection
  214. SubSection "Display"
  215. Viewport 0 0
  216. Depth 16
  217. EndSubSection
  218. SubSection "Display"
  219. Viewport 0 0
  220. Depth 24
  221. EndSubSection
  222. EndSection
  223.  
  224. Section "ServerLayout"
  225. Identifier "Layout0"
  226. Screen 0 "Screen0" 0 0
  227. Option "DRI2" "no"
  228. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement