Advertisement
Guest User

xorg.conf for lenovo e540 with nvidia

a guest
Mar 15th, 2014
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 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. Screen 3 "Screen3" RightOf "Screen2"
  7. Screen 4 "Screen4" RightOf "Screen3"
  8. InputDevice "Mouse0" "CorePointer"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. EndSection
  11.  
  12. Section "Files"
  13. ModulePath "/usr/lib/xorg/modules"
  14. FontPath "/usr/share/fonts/X11/misc"
  15. FontPath "/usr/share/fonts/X11/cyrillic"
  16. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  17. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  18. FontPath "/usr/share/fonts/X11/Type1"
  19. FontPath "/usr/share/fonts/X11/100dpi"
  20. FontPath "/usr/share/fonts/X11/75dpi"
  21. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  22. FontPath "built-ins"
  23. EndSection
  24.  
  25. Section "Module"
  26. Load "glx"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "auto"
  38. Option "Device" "/dev/input/mice"
  39. Option "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Monitor Vendor"
  45. ModelName "Monitor Model"
  46. EndSection
  47.  
  48. Section "Monitor"
  49. Identifier "Monitor1"
  50. VendorName "Monitor Vendor"
  51. ModelName "Monitor Model"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "Monitor2"
  56. VendorName "Monitor Vendor"
  57. ModelName "Monitor Model"
  58. EndSection
  59.  
  60. Section "Monitor"
  61. Identifier "Monitor3"
  62. VendorName "Monitor Vendor"
  63. ModelName "Monitor Model"
  64. EndSection
  65.  
  66. Section "Monitor"
  67. Identifier "Monitor4"
  68. VendorName "Monitor Vendor"
  69. ModelName "Monitor Model"
  70. EndSection
  71.  
  72. Section "Device"
  73. ### Available Driver options are:-
  74. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  75. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  76. ### <percent>: "<f>%"
  77. ### [arg]: arg optional
  78. #Option "NoAccel" # [<bool>]
  79. #Option "AccelMethod" # <str>
  80. #Option "Backlight" # <str>
  81. #Option "DRI" # <str>
  82. #Option "ColorKey" # <i>
  83. #Option "VideoKey" # <i>
  84. #Option "Tiling" # [<bool>]
  85. #Option "LinearFramebuffer" # [<bool>]
  86. #Option "SwapbuffersWait" # [<bool>]
  87. #Option "TripleBuffer" # [<bool>]
  88. #Option "XvPreferOverlay" # [<bool>]
  89. #Option "HotPlug" # [<bool>]
  90. #Option "RelaxedFencing" # [<bool>]
  91. #Option "XvMC" # [<bool>]
  92. #Option "ZaphodHeads" # <str>
  93. #Option "TearFree" # [<bool>]
  94. #Option "PerCrtcPixmaps" # [<bool>]
  95. #Option "FallbackDebug" # [<bool>]
  96. #Option "DebugFlushBatches" # [<bool>]
  97. #Option "DebugFlushCaches" # [<bool>]
  98. #Option "DebugWait" # [<bool>]
  99. #Option "BufferCache" # [<bool>]
  100. Identifier "Card0"
  101. Driver "intel"
  102. BusID "PCI:0:2:0"
  103. EndSection
  104.  
  105. Section "Device"
  106. ### Available Driver options are:-
  107. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  108. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  109. ### <percent>: "<f>%"
  110. ### [arg]: arg optional
  111. #Option "SWcursor" # [<bool>]
  112. #Option "kmsdev" # <str>
  113. #Option "ShadowFB" # [<bool>]
  114. Identifier "Card1"
  115. Driver "modesetting"
  116. BusID "PCI:0:2:0"
  117. EndSection
  118.  
  119. Section "Device"
  120. ### Available Driver options are:-
  121. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  122. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  123. ### <percent>: "<f>%"
  124. ### [arg]: arg optional
  125. #Option "SWcursor" # [<bool>]
  126. #Option "kmsdev" # <str>
  127. #Option "ShadowFB" # [<bool>]
  128. Identifier "Card2"
  129. Driver "nvidia"
  130. BusID "PCI:1:0:0"
  131. EndSection
  132.  
  133. Section "Device"
  134. ### Available Driver options are:-
  135. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  136. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  137. ### <percent>: "<f>%"
  138. ### [arg]: arg optional
  139. #Option "ShadowFB" # [<bool>]
  140. #Option "Rotate" # <str>
  141. #Option "fbdev" # <str>
  142. #Option "debug" # [<bool>]
  143. Identifier "Card3"
  144. Driver "fbdev"
  145. BusID "PCI:0:2:0"
  146. EndSection
  147.  
  148. Section "Device"
  149. ### Available Driver options are:-
  150. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  151. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  152. ### <percent>: "<f>%"
  153. ### [arg]: arg optional
  154. #Option "ShadowFB" # [<bool>]
  155. #Option "DefaultRefresh" # [<bool>]
  156. #Option "ModeSetClearScreen" # [<bool>]
  157. Identifier "Card4"
  158. Driver "vesa"
  159. BusID "PCI:0:2:0"
  160. EndSection
  161.  
  162. Section "Screen"
  163. Identifier "Screen0"
  164. Device "Card0"
  165. Monitor "Monitor0"
  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 "Screen1"
  194. Device "Card1"
  195. Monitor "Monitor1"
  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 "Screen"
  223. Identifier "Screen2"
  224. Device "Card2"
  225. Monitor "Monitor2"
  226. SubSection "Display"
  227. Viewport 0 0
  228. Depth 1
  229. EndSubSection
  230. SubSection "Display"
  231. Viewport 0 0
  232. Depth 4
  233. EndSubSection
  234. SubSection "Display"
  235. Viewport 0 0
  236. Depth 8
  237. EndSubSection
  238. SubSection "Display"
  239. Viewport 0 0
  240. Depth 15
  241. EndSubSection
  242. SubSection "Display"
  243. Viewport 0 0
  244. Depth 16
  245. EndSubSection
  246. SubSection "Display"
  247. Viewport 0 0
  248. Depth 24
  249. EndSubSection
  250. EndSection
  251.  
  252. Section "Screen"
  253. Identifier "Screen3"
  254. Device "Card3"
  255. Monitor "Monitor3"
  256. SubSection "Display"
  257. Viewport 0 0
  258. Depth 1
  259. EndSubSection
  260. SubSection "Display"
  261. Viewport 0 0
  262. Depth 4
  263. EndSubSection
  264. SubSection "Display"
  265. Viewport 0 0
  266. Depth 8
  267. EndSubSection
  268. SubSection "Display"
  269. Viewport 0 0
  270. Depth 15
  271. EndSubSection
  272. SubSection "Display"
  273. Viewport 0 0
  274. Depth 16
  275. EndSubSection
  276. SubSection "Display"
  277. Viewport 0 0
  278. Depth 24
  279. EndSubSection
  280. EndSection
  281.  
  282. Section "Screen"
  283. Identifier "Screen4"
  284. Device "Card4"
  285. Monitor "Monitor4"
  286. SubSection "Display"
  287. Viewport 0 0
  288. Depth 1
  289. EndSubSection
  290. SubSection "Display"
  291. Viewport 0 0
  292. Depth 4
  293. EndSubSection
  294. SubSection "Display"
  295. Viewport 0 0
  296. Depth 8
  297. EndSubSection
  298. SubSection "Display"
  299. Viewport 0 0
  300. Depth 15
  301. EndSubSection
  302. SubSection "Display"
  303. Viewport 0 0
  304. Depth 16
  305. EndSubSection
  306. SubSection "Display"
  307. Viewport 0 0
  308. Depth 24
  309. EndSubSection
  310. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement