techmik

working 40-monitor.conf

Jul 3rd, 2011
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1.  
  2. # cat /etc/X11/xorg.conf.d/40-monitor.conf
  3.  
  4. Section "Device"
  5. Identifier "PCI nVidia"
  6. Driver "nouveau"
  7. BusID "PCI:2:0:0"
  8. Option "Monitor-DVI-0" "Left screen"
  9. Option "Monitor-DVI-1" "Center screen"
  10. EndSection
  11.  
  12. Section "Device"
  13. Identifier "Onboard Radeon"
  14. Driver "radeon"
  15. BusID "PCI:1:5:0"
  16. Option "Monitor-HDMI-0" "Right screen"
  17. EndSection
  18.  
  19. Section "Monitor"
  20. Identifier "Left screen"
  21. EndSection
  22.  
  23. Section "Monitor"
  24. Identifier "Center screen"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "Right screen"
  29. EndSection
  30.  
  31. Section "Screen"
  32. Identifier "Screen 0"
  33. Device "PCI nVidia"
  34. Monitor "Left screen"
  35. DefaultDepth 24
  36. SubSection "Display"
  37. Depth 24
  38. EndSubSection
  39. EndSection
  40.  
  41. Section "Screen"
  42. Identifier "Screen 1"
  43. Device "Onboard Radeon"
  44. Monitor "Right screen"
  45. DefaultDepth 24
  46. SubSection "Display"
  47. Depth 24
  48. EndSubSection
  49. EndSection
Advertisement
Add Comment
Please, Sign In to add comment