Advertisement
Emulatorman

my xorg.conf

Feb 27th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 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 "XkbModel" "pc105"
  34. Option "XkbRules" "evdev"
  35. Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp,lv3:ralt_switch,numpad:pc"
  36. EndSection
  37.  
  38. Section "InputClass"
  39. Identifier "evdev pointer catchall"
  40. Driver "evdev"
  41. MatchDevicePath "/dev/input/event*"
  42. MatchIsPointer "on"
  43. EndSection
  44.  
  45. Section "Device"
  46. Identifier "nVidia0Card0"
  47. Driver "nouveau"
  48. Screen 0
  49. VendorName "nVidia Corporation"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "nVidia1Card0"
  54. Driver "nouveau"
  55. Screen 1
  56. VendorName "nVidia Corporation"
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "nVidia2Card0"
  61. Driver "nouveau"
  62. Screen 2
  63. VendorName "nVidia Corporation"
  64. EndSection
  65.  
  66. Section "Device"
  67. Identifier "Onboard0"
  68. Driver "nouveau"
  69. Screen 0
  70. VendorName "nVidia Corporation"
  71. EndSection
  72.  
  73. Section "Monitor"
  74. Identifier "Monitor0"
  75. Gamma 1.0 1.0 1.0
  76. Option "DPMS" "yes"
  77. EndSection
  78.  
  79. Section "Monitor"
  80. Identifier "Monitor1"
  81. Option "DPMS" "yes"
  82. EndSection
  83.  
  84. Section "Monitor"
  85. Identifier "Monitor2"
  86. Option "DPMS" "yes"
  87. EndSection
  88.  
  89. Section "Monitor"
  90. Identifier "OnboardMonitor0"
  91. Option "DPMS" "yes"
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "Screen0"
  96. Device "nVidia0Card0"
  97. Monitor "Monitor0"
  98. DefaultDepth 24
  99. Option "Rotate" "normal"
  100. SubSection "Display"
  101. Depth 1
  102. Viewport 0 0
  103. EndSubSection
  104. SubSection "Display"
  105. Depth 4
  106. Viewport 0 0
  107. EndSubSection
  108. SubSection "Display"
  109. Depth 8
  110. Viewport 0 0
  111. EndSubSection
  112. SubSection "Display"
  113. Depth 15
  114. Viewport 0 0
  115. EndSubSection
  116. SubSection "Display"
  117. Depth 16
  118. Viewport 0 0
  119. EndSubSection
  120. SubSection "Display"
  121. Depth 24
  122. Viewport 0 0
  123. EndSubSection
  124. EndSection
  125.  
  126. Section "Screen"
  127. Identifier "Screen1"
  128. Device "nVidia1Card0"
  129. Monitor "Monitor1"
  130. DefaultDepth 24
  131. Option "Rotate" "normal"
  132. SubSection "Display"
  133. Viewport 0 0
  134. Depth 1
  135. EndSubSection
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 4
  139. EndSubSection
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 8
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 15
  147. EndSubSection
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 16
  151. EndSubSection
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 24
  155. EndSubSection
  156. EndSection
  157.  
  158. Section "Screen"
  159. Identifier "Screen2"
  160. Device "nVidia2Card0"
  161. Monitor "Monitor2"
  162. DefaultDepth 24
  163. Option "Rotate" "normal"
  164. SubSection "Display"
  165. Viewport 0 0
  166. Depth 1
  167. EndSubSection
  168. SubSection "Display"
  169. Viewport 0 0
  170. Depth 4
  171. EndSubSection
  172. SubSection "Display"
  173. Viewport 0 0
  174. Depth 8
  175. EndSubSection
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 15
  179. EndSubSection
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 16
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 24
  187. EndSubSection
  188. EndSection
  189.  
  190. Section "Screen"
  191. Identifier "OnboardScreen0"
  192. Device "Onboard0"
  193. Monitor "OnboardMonitor0"
  194. DefaultDepth 24
  195. Option "Rotate" "normal"
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 1
  199. EndSubSection
  200. SubSection "Display"
  201. Viewport 0 0
  202. Depth 4
  203. EndSubSection
  204. SubSection "Display"
  205. Viewport 0 0
  206. Depth 8
  207. EndSubSection
  208. SubSection "Display"
  209. Viewport 0 0
  210. Depth 15
  211. EndSubSection
  212. SubSection "Display"
  213. Viewport 0 0
  214. Depth 16
  215. EndSubSection
  216. SubSection "Display"
  217. Viewport 0 0
  218. Depth 24
  219. EndSubSection
  220. EndSection
  221.  
  222. Section "ServerLayout"
  223. Identifier "Layout0"
  224. Screen 0 "Screen0" 0 0
  225. Option "DRI2" "no"
  226. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement