techmik

40-monitors.conf

Jul 8th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Onboard Radeon"
  3. Driver "radeon"
  4. BusID "PCI:1:5:0"
  5. Option "Monitor-HDMI-0" "Right screen"
  6. EndSection
  7.  
  8. Section "Monitor"
  9. Identifier "Right screen"
  10. EndSection
  11.  
  12. Section "Screen"
  13. Identifier "Screen 2"
  14. Device "Onboard Radeon"
  15. Monitor "Right screen"
  16. DefaultDepth 24
  17. SubSection "Display"
  18. Depth 24
  19. Modes "1680x1050"
  20. EndSubSection
  21. EndSection
  22.  
  23. Section "Device"
  24. Identifier "PCI nVidia"
  25. Driver "nouveau"
  26. BusID "PCI:2:0:0"
  27. Option "Monitor-DVI-1" "Left screen"
  28. Option "Monitor-DVI-2" "Center screen"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Left screen"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Center screen"
  37. EndSection
  38.  
  39. Section "Screen"
  40. Identifier "Screen 0"
  41. Device "PCI nVidia"
  42. Monitor "Left screen"
  43. DefaultDepth 24
  44. SubSection "Display"
  45. Depth 24
  46. Modes "1600x900"
  47. EndSubSection
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen 1"
  52. Device "PCI nVidia"
  53. Monitor "Center screen"
  54. DefaultDepth 24
  55. SubSection "Display"
  56. Depth 24
  57. Modes "1680x1050"
  58. EndSubSection
  59. EndSection
Advertisement
Add Comment
Please, Sign In to add comment