techmik

1st monitor.conf

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