techmik

40 monitor.conf

Jul 8th, 2011
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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 0"
  14. Device "Onboard Radeon"
  15. Monitor "Right screen"
  16. DefaultDepth 24
  17. SubSection "Display"
  18. Depth 24
  19. EndSubSection
  20. EndSection
  21.  
  22. Section "Device"
  23. Identifier "PCI nVidia"
  24. Driver "nouveau"
  25. BusID "PCI:2:0:0"
  26. Option "Monitor-DVI-0" "Left screen"
  27. Option "Monitor-DVI-1" "Center screen"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "Left screen"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Center screen"
  36. EndSection
  37.  
  38. Section "Screen"
  39. Identifier "Screen 1"
  40. Device "PCI nVidia"
  41. Monitor "Left screen"
  42. DefaultDepth 24
  43. SubSection "Display"
  44. Depth 24
  45. EndSubSection
  46. EndSection
Advertisement
Add Comment
Please, Sign In to add comment