techmik

try #2 =)

Jul 1st, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. cat /etc/X11/xorg.conf.d/40-monitor.conf
  3.  
  4. Section "Device"
  5. Identifier "Onboard Radeon"
  6. Driver "radeon"
  7. BusID "PCI:1:5:0"
  8. Option "Monitor-HDMI-0" "Right screen"
  9. EndSection
  10.  
  11. Section "Device"
  12. Identifier "PCI nVidia"
  13. Driver "nvidia"
  14. BusID 'PCI:2:0:0"
  15. Option "Monitor-DVI-0" "Left screen"
  16. Option "Monitor-DVI-1" "Center 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 "Onboard Radeon"
  36. Monitor "Right screen"
  37. DefaultDepth 24
  38. EndSection
  39.  
  40. Section "Screen"
  41. Identifier "Screen 1"
  42. Device "PCI nVidia"
  43. Monitor "Left screen"
  44. DefaultDepth 24
  45. Option "TwinView" "1"
  46. Option "metamodes" "DFP: 1600x900_60 +0+0, CRT: 1680x1050_60 +1600+0"
  47. SubSection "Display"
  48. Depth 24
  49. EndSubSection
  50. EndSection
Advertisement
Add Comment
Please, Sign In to add comment