techmik

new try

Jul 1st, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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" 0 0
  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. Option "Monitor-DVI-0" LeftOf "Monitor-HDMI-0"
  22. EndSection
  23.  
  24. # Section "Monitor"
  25. # Identifier "Center screen"
  26. # Option "RightOf" "Left screen"
  27. # EndSection
  28.  
  29. Section "Monitor"
  30. Identifier "Right 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