techmik

40 monitor nouveau

Jul 2nd, 2011
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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. Option "RightOf" "Left screen"
  26. EndSection
  27.  
  28. Section "Monitor"
  29. Identifier "Right screen"
  30. Option "RightOf" "Center screen"
  31. EndSection
  32.  
  33. Section "Screen"
  34. Identifier "Screen 0"
  35. Device "PCI nVidia"
  36. Monitor "Left screen"
  37. # Modes "1600x900"
  38. DefaultDepth 24
  39. SubSection "Display"
  40. Depth 24
  41. EndSubSection
  42. EndSection
  43.  
  44. Section "Screen"
  45. Identifier "Screen 1"
  46. Device "Onboard Radeon"
  47. Monitor "Right screen"
  48. # Modes "1680x1050"
  49. DefaultDepth 24
  50. SubSection "Display"
  51. Depth 24
  52. EndSubSection
  53. EndSection
Advertisement
Add Comment
Please, Sign In to add comment