Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "aticonfig Layout"
  3.         Screen      0  "Screen 0" 0 0
  4.         Screen      1  "Screen 1" 1280 0
  5.         Screen      2  "Screen 2" 2560 0
  6. EndSection
  7.  
  8. Section "Module"
  9. EndSection
  10.  
  11. Section "Monitor"
  12.         Identifier   "0-CRT1"
  13.         Option      "VendorName" "ATI Proprietary Driver"
  14.         Option      "ModelName" "Generic Autodetecting Monitor"
  15.         Option      "DPMS"
  16.         Option      "PreferredMode" "1280x1024"
  17.         Option      "TargetRefresh" "60"
  18. #       Option      "Position" "0 0"
  19.         Option      "Rotate" "normal"
  20. #       Option      "Disable" "false"
  21. EndSection
  22.  
  23. Section "Monitor"
  24.         Identifier   "0-CRT2"
  25.         Option      "VendorName" "ATI Proprietary Driver"
  26.         Option      "ModelName" "Generic Autodetecting Monitor"
  27.         Option      "DPMS"
  28.         Option      "PreferredMode" "1280x1024"
  29.         Option      "TargetRefresh" "60"
  30. #       Option      "Position" "1280 0"
  31.         Option      "Rotate" "normal"
  32. #       Option      "Disable" "false"
  33. EndSection
  34.  
  35. Section "Device"
  36.         Identifier  "aticonfig-Device[0]-0"
  37.         Driver      "fglrx"
  38.         BusID       "PCI:2:0:0"
  39.         Screen      0
  40. EndSection
  41.  
  42. Section "Device"
  43.         Identifier  "amdcccle-Device[2]-1"
  44.         Driver      "fglrx"
  45.         BusID       "PCI:2:0:0"
  46.         Screen      1
  47. EndSection
  48.  
  49. Section "Screen"
  50.         Identifier "Screen0"
  51.         Device     "aticonfig-Device[0]-0"
  52.         Monitor    "0-CRT1"
  53.         DefaultDepth     24
  54.         SubSection "Display"
  55.                 Depth     24
  56.         EndSubSection
  57. EndSection
  58.  
  59. Section "Screen"
  60.         Identifier "Screen1"
  61.         Device     "amdcccle-Device[2]-1"
  62.         Monitor    "0-CRT2"
  63.         DefaultDepth     24
  64.         SubSection "Display"
  65.                 Depth     24
  66.         EndSubSection
  67. EndSection
  68.  
  69. #3-й монитор (PCI)
  70.  
  71. Section "Monitor"
  72.         Identifier      "Monitor2"
  73.         Option          "DPMS"
  74.         HorizSync       30-65
  75.         VertRefresh     50-120
  76. EndSection
  77.  
  78. Section "Device"
  79.         Identifier      "Card3"
  80.         Driver          "fglrx"
  81.         BusID           "PCI:1:9:0"
  82.         Screen          2
  83. EndSection
  84.  
  85. Section "Screen"
  86.         Identifier "Screen2"
  87.         Device     "Card3"
  88.         Monitor    "Monitor2"
  89.         DefaultDepth     24
  90.         SubSection "Display"
  91.                 Depth     24
  92.         EndSubSection
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement