Advertisement
techmik

40-monitor

Jul 2nd, 2011
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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. # Option "Left screen" "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. SubSection "Display"
  39. Depth 24
  40. EndSubSection
  41. EndSection
  42.  
  43. Section "Screen"
  44. Identifier "Screen 1"
  45. Device "PCI nVidia"
  46. Monitor "Left screen"
  47. DefaultDepth 24
  48. Option "TwinView" "1"
  49. Option "metamodes" "DFP: 1600x900_60 +0+0, CRT: 1680x1050_60 +1600+0"
  50. SubSection "Display"
  51. Depth 24
  52. EndSubSection
  53. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement