techmik

40-monitor.conf

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