techmik

40-monitor.conf

Jul 2nd, 2011
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 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. Section "Device"
  29. Identifier "PCI nVidia"
  30. Driver "nvidia"
  31. BusID "PCI:2:0:0"
  32. Option "Monitor-DVI-0" "Left screen"
  33. Option "Monitor-DVI-1" "Center screen"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Left screen"
  38. # Option "Left screen" "LeftOf" "Monitor-HDMI-0"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Right screen"
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "Screen 0"
  47. Device "Onboard Radeon"
  48. Monitor "Right screen"
  49. DefaultDepth 24
  50. SubSection "Display"
  51. Depth 24
  52. EndSubSection
  53. EndSection
  54.  
  55. Section "Screen"
  56. Identifier "Screen 1"
  57. Device "PCI nVidia"
  58. Monitor "Left screen"
  59. DefaultDepth 24
  60. Option "TwinView" "1"
  61. Option "metamodes" "DFP: 1600x900_60 +0+0, CRT: 1680x1050_60 +1600+0"
  62. SubSection "Display"
  63. Depth 24
  64. EndSubSection
  65. EndSection
Advertisement
Add Comment
Please, Sign In to add comment