Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "amdcccle Layout"
  3.     Screen      0  "amdcccle-Screen[1]-0" 0 0
  4.     Screen         "amdcccle-Screen[1]-1" 0 1080
  5. EndSection
  6.  
  7. Section "Files"
  8. EndSection
  9.  
  10. Section "Module"
  11.     Load  "glx"
  12. EndSection
  13.  
  14. Section "ServerFlags"
  15.     Option      "Xinerama" "off"
  16. EndSection
  17.  
  18. Section "Monitor"
  19.     Identifier   "0-DFP4"
  20.     Option      "VendorName" "ATI Proprietary Driver"
  21.     Option      "ModelName" "Generic Autodetecting Monitor"
  22.     Option      "DPMS" "true"
  23.     Option      "PreferredMode" "1920x1200"
  24.     Option      "TargetRefresh" "60"
  25.     Option      "Position" "0 0"
  26.     Option      "Rotate" "normal"
  27.     Option      "Disable" "false"
  28. EndSection
  29.  
  30. Section "Monitor"
  31.     Identifier   "0-DFP2"
  32.     Option      "VendorName" "ATI Proprietary Driver"
  33.     Option      "ModelName" "Generic Autodetecting Monitor"
  34.     Option      "DPMS" "true"
  35.     Option      "TargetRefresh" "60"
  36.     Option      "Position" "0 0"
  37.     Option      "Rotate" "normal"
  38.     Option      "Disable" "false"
  39.     Option      "PreferredMode" "1920x1080"
  40. EndSection
  41.  
  42. Section "Device"
  43.     Identifier  "Default Device"
  44.     Driver      "fglrx"
  45. EndSection
  46.  
  47. Section "Device"
  48.     Identifier  "amdcccle-Device[1]-0"
  49.     Driver      "fglrx"
  50.     Option      "Monitor-DFP2" "0-DFP2"
  51.     BusID       "PCI:1:0:0"
  52. EndSection
  53.  
  54. Section "Device"
  55.     Identifier  "amdcccle-Device[1]-1"
  56.     Driver      "fglrx"
  57.     Option      "Monitor-DFP4" "0-DFP4"
  58.     BusID       "PCI:1:0:0"
  59.     Screen      1
  60. EndSection
  61.  
  62. Section "Screen"
  63.     Identifier "Default Screen"
  64.     DefaultDepth     24
  65. EndSection
  66.  
  67. Section "Screen"
  68.     Identifier "amdcccle-Screen[1]-0"
  69.     Device     "amdcccle-Device[1]-0"
  70.     DefaultDepth     24
  71.     SubSection "Display"
  72.         Viewport   0 0
  73.         Virtual   3840 3840
  74.         Depth     24
  75.     EndSubSection
  76. EndSection
  77.  
  78. Section "Screen"
  79.     Identifier "amdcccle-Screen[1]-1"
  80.     Device     "amdcccle-Device[1]-1"
  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
Advertisement