Guest User

Untitled

a guest
Dec 12th, 2011
144
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[4]-0" 0 0
  4. EndSection
  5.  
  6. Section "Monitor"
  7.     Identifier   "0-DFP2"
  8.     Option      "VendorName" "ATI Proprietary Driver"
  9.     Option      "ModelName" "Generic Autodetecting Monitor"
  10.     Option      "DPMS" "true"
  11.     Option      "PreferredMode" "1920x1080"
  12.     Option      "TargetRefresh" "60"
  13.     Option      "Position" "1280 0"
  14.     Option      "Rotate" "normal"
  15.     Option      "Disable" "false"
  16. EndSection
  17.  
  18. Section "Monitor"
  19.     Identifier   "0-CRT2"
  20.     Option      "VendorName" "ATI Proprietary Driver"
  21.     Option      "ModelName" "Generic Autodetecting Monitor"
  22.     Option      "DPMS" "true"
  23.     Option      "PreferredMode" "1280x1024"
  24.     Option      "TargetRefresh" "60"
  25.     Option      "Position" "0 0"
  26.     Option      "Rotate" "normal"
  27.     Option      "Disable" "false"
  28. EndSection
  29.  
  30. Section "Device"
  31.     Identifier  "amdcccle-Device[4]-0"
  32.     Driver      "fglrx"
  33.     Option      "Monitor-DFP2" "0-DFP2"
  34.     Option      "Monitor-CRT2" "0-CRT2"
  35.     BusID       "PCI:4:0:0"
  36. EndSection
  37.  
  38. Section "Screen"
  39.     Identifier "amdcccle-Screen[4]-0"
  40.     Device     "amdcccle-Device[4]-0"
  41.     DefaultDepth     24
  42.     SubSection "Display"
  43.         Viewport   0 0
  44.         Virtual   3200 3200
  45.         Depth     24
  46.     EndSubSection
  47. EndSection
  48.  
  49.  
  50.  
Advertisement
Add Comment
Please, Sign In to add comment