techmik

Untitled

Jul 1st, 2011
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. cat /etc/X11/xorg.conf.d/40-monitor.conf
  2. Section "Device"
  3. Identifier "Onboard Radeon"
  4. Driver "radeon"
  5. Option "Monitor-HDMI-0" "Right screen"
  6. BusID "PCI:1:5:0"
  7. EndSection
  8. Section "Device"
  9. Identifier "PCI nVidia"
  10. Driver "nvidia"
  11. BusID 'PCI:2:0:0"
  12. Option "Monitor-DVI-0" "Left screen"
  13. Option "Monitor-DVI-1" "Center screen"
  14. EndSection
  15. Section "Monitor"
  16. Identifier "Left screen"
  17. EndSection
  18. Section "Monitor"
  19. Identifier "Center screen"
  20. Option "RightOf" "Left screen"
  21. EndSection
  22. Section "Monitor"
  23. Identifier "Right screen"
  24. Option "RightOf" "Center screen"
  25. EndSection
Advertisement
Add Comment
Please, Sign In to add comment