Guest User

Untitled

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