Advertisement
Guest User

Untitled

a guest
Sep 5th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Section "Device"
  2. Identifier "r9-270"
  3. Driver "fglrx"
  4. BusID "PCI:1:0:0"
  5. EndSection
  6.  
  7. #Section "Device"
  8. # Identifier "hd2500"
  9. # Driver "intel"
  10. # BusID "PCI:0:2:0"
  11. #EndSection
  12.  
  13. Section "Monitor"
  14. Identifier "left monitor"
  15. HorizSync 30-94
  16. VertRefresh 48-85
  17. EndSection
  18.  
  19. Section "Monitor"
  20. Identifier "mid monitor"
  21. HorizSync 30-94
  22. VertRefresh 48-85
  23. EndSection
  24.  
  25. #Section "Monitor"
  26. # Identifier "right monitor"
  27. # HorizSync 30-94
  28. # VertRefresh 48-85
  29. #EndSection
  30.  
  31. Section "Screen"
  32. Identifier "left screen"
  33. Device "r9-270"
  34. Monitor "left monitor"
  35. DefaultDepth 24
  36. SubSection "Display"
  37. Depth 24
  38. Modes "1440x900"
  39. EndSubSection
  40. EndSection
  41.  
  42. Section "Screen"
  43. Identifier "mid screen"
  44. Device "r9-270"
  45. Monitor "mid monitor"
  46. DefaultDepth 24
  47. SubSection "Display"
  48. Depth 24
  49. Modes "1920x1080"
  50. EndSubSection
  51. EndSection
  52.  
  53. #Section "Screen"
  54. # Identifier "right screen"
  55. # Device "hd2500"
  56. # Monitor "right monitor"
  57. # DefaultDepth 24
  58. # SubSection "Display"
  59. # Depth 24
  60. # Modes "1440x900"
  61. # EndSubSection
  62. #EndSection
  63.  
  64. Section "ServerLayout"
  65. Identifier "Default Layout"
  66. Screen 0 "left screen"
  67. Screen 1 "mid screen" RightOf "left screen"
  68. # Screen 2 "right screen" RightOf "mid screen"
  69. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement