Advertisement
Guest User

Untitled

a guest
Jun 7th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier  "aticonfig"
  3.         Option      "Clone" "off"
  4.     Screen      0  "Screen0" 0 0
  5.     Screen      1  "Screen1" RightOf "Screen0"
  6. EndSection
  7.  
  8. Section "Module"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12.     Option      "Xinerama" "on"
  13.     Option      "Clone"    "off"
  14. EndSection
  15.  
  16. Section "Monitor"
  17.     Identifier   "aticonfig-Monitor[0]-0"
  18.     VertRefresh  30.0 - 60.0
  19.     Option      "VendorName" "ATI Proprietary Driver"
  20.     Option      "ModelName" "Generic Autodetecting Monitor"
  21.     Option      "DPMS" "true"
  22. EndSection
  23.  
  24. Section "Monitor"
  25.     Identifier   "aticonfig-Monitor[0]-1"
  26.     VertRefresh  30.0 - 60.0
  27.     Option      "VendorName" "ATI Proprietary Driver"
  28.     Option      "ModelName" "Generic Autodetecting Monitor"
  29.     Option      "DPMS" "true"
  30. EndSection
  31.  
  32. Section "Device"
  33.     Identifier  "aticonfig-Device[0]-0"
  34.     Driver      "fglrx"
  35.     BusID       "PCI:1:0:0"
  36.     Screen      0
  37. EndSection
  38.  
  39. Section "Device"
  40.     Identifier  "aticonfig-Device[0]-1"
  41.     Driver      "fglrx"
  42.     BusID       "PCI:1:0:0"
  43.         Screen      1
  44. EndSection
  45.  
  46. Section "Screen"
  47.     Identifier "Screen0"
  48.     Device     "aticonfig-Device[0]-0"
  49.     Monitor    "aticonfig-Monitor[0]-0"
  50.     DefaultDepth     24
  51.     SubSection "Display"
  52.         Viewport   0 0
  53.         Depth     24
  54.         Modes    "1920x1080"
  55.     EndSubSection
  56. EndSection
  57.  
  58. Section "Screen"
  59.     Identifier "Screen1"
  60.     Device     "aticonfig-Device[0]-1"
  61.     Monitor    "aticonfig-Monitor[0]-1"
  62.     DefaultDepth     24
  63.     SubSection "Display"
  64.         Viewport   0 0
  65.         Depth     24
  66.         Modes    "1680x1024"
  67.     EndSubSection
  68. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement