Guest User

Untitled

a guest
Mar 31st, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "my Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" Relative "aticonfig-Screen[1]-0" 1050 450
  4. Screen 1 "aticonfig-Screen[1]-0" 0 0
  5. EndSection
  6.  
  7. Section "Module"
  8. EndSection
  9.  
  10. Section "ServerFlags"
  11. Option "Xinerama" "off"
  12. EndSection
  13.  
  14. Section "Monitor"
  15. Identifier "0-DFP10"
  16. Option "VendorName" "Dell"
  17. Option "ModelName" "Center 2407WFPb"
  18. Option "DPMS" "true"
  19. Option "Primary" "true"
  20. Option "PreferredMode" "1920x1200"
  21. Option "TargetRefresh" "60"
  22. Option "Position" "0 0"
  23. Option "Rotate" "normal"
  24. Option "Disable" "false"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "0-DFP11"
  29. Option "VendorName" "Dell"
  30. Option "ModelName" "Right 2407WFPb"
  31. Option "DPMS" "true"
  32. Option "PreferredMode" "1920x1200"
  33. Option "TargetRefresh" "60"
  34. Option "Position" "1920 0"
  35. Option "Rotate" "normal"
  36. Option "Disable" "false"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "1-DFP10"
  41. Option "VendorName" "Dell"
  42. Option "ModelName" "Left 2007WFP"
  43. Option "DPMS" "true"
  44. Option "PreferredMode" "1680x1050"
  45. Option "TargetRefresh" "60"
  46. Option "Position" "0 0"
  47. Option "Rotate" "left"
  48. Option "Disable" "false"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "aticonfig-Device[0]-0"
  53. Driver "fglrx"
  54. Option "Monitor-DFP11" "0-DFP11"
  55. Option "Monitor-DFP10" "0-DFP10"
  56. BusID "PCI:1:0:0"
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "aticonfig-Device[1]-0"
  61. Driver "fglrx"
  62. Option "Monitor-DFP10" "1-DFP10"
  63. BusID "PCI:2:0:0"
  64. EndSection
  65.  
  66. Section "Screen"
  67. Identifier "aticonfig-Screen[0]-0"
  68. Device "aticonfig-Device[0]-0"
  69. Monitor "0-DFP11
  70. DefaultDepth 24
  71. SubSection "Display"
  72. Viewport 0 0
  73. Virtual 3840 1920
  74. Depth 24
  75. EndSubSection
  76. EndSection
  77.  
  78. Section "Screen"
  79. Identifier "aticonfig-Screen[1]-0"
  80. Device "aticonfig-Device[1]-0"
  81. DefaultDepth 24
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 24
  85. EndSubSection
  86. EndSection
Advertisement
Add Comment
Please, Sign In to add comment