Advertisement
Guest User

ArsenShnurkov

a guest
Sep 26th, 2009
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.21 KB | None | 0 0
  1. Section "ServerLayout"
  2.     Identifier     "aticonfig Layout"
  3.  
  4. # it is central monitor
  5.     Screen        "aticonfig-Screen[1]-0"
  6. # it is left monitor
  7.     Screen        "aticonfig-Screen[1]-1" LeftOf "aticonfig-Screen[1]-0"
  8.     Screen        "aticonfig-Screen[0]-0" RightOf "aticonfig-Screen[1]-0"
  9. #   Screen        "aticonfig-Screen[0]-1" 200 200
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "Module"
  16. #    Load "v4l"
  17. EndSection
  18.  
  19. Section "ServerFlags"
  20.     Option      "Xinerama" "on"
  21.         Option      "Clone" "off"
  22.         Option      "AllowMouseOpenFail" "true"
  23. #        Option "AutoAddDevices" "true"
  24. #   Option "AutoEnableDevices" "true"
  25. #   Option "AllowEmptyInput" "true"
  26. EndSection
  27.  
  28. Section "Device"
  29.     Identifier  "aticonfig-Device[0]-0"
  30.     Driver      "radeon"
  31.     BusID       "PCI:3:0:0"
  32.         Screen      0
  33. EndSection
  34.  
  35. Section "Device"
  36.     Identifier  "aticonfig-Device[0]-1"
  37.     Driver      "radeon"
  38.     BusID       "PCI:3:0:0"
  39.         Option "DRI" "on"
  40.     Screen      1
  41. EndSection
  42.  
  43. Section "Device"
  44.     Identifier  "aticonfig-Device[1]-0"
  45.     Driver      "radeon"
  46.     BusID       "PCI:4:0:0"
  47.         Option "DRI" "on"
  48.         Screen      0
  49. EndSection
  50.  
  51. Section "Device"
  52.     Identifier  "aticonfig-Device[1]-1"
  53.     Driver      "radeon"
  54.     BusID       "PCI:4:0:0"
  55.         Option "DRI" "on"
  56.         Screen      1
  57. EndSection
  58.  
  59.  
  60. Section "Monitor"
  61.     Identifier   "aticonfig-Monitor[0]-0"
  62.     Option      "VendorName" "ATI Proprietary Driver"
  63.     Option      "ModelName" "Generic Autodetecting Monitor"
  64.     Option      "DPMS" "true"
  65. EndSection
  66.  
  67. Section "Monitor"
  68.     Identifier   "aticonfig-Monitor[0]-1"
  69.     Option      "VendorName" "ATI Proprietary Driver"
  70.     Option      "ModelName" "Generic Autodetecting Monitor"
  71.     Option      "DPMS" "true"
  72. EndSection
  73.  
  74. Section "Monitor"
  75.     Identifier   "aticonfig-Monitor[1]-0"
  76.     Option      "VendorName" "ATI Proprietary Driver"
  77.     Option      "ModelName" "Generic Autodetecting Monitor"
  78.     Option      "DPMS" "true"
  79. EndSection
  80.  
  81. Section "Monitor"
  82.     Identifier   "aticonfig-Monitor[1]-1"
  83.     Option      "VendorName" "ATI Proprietary Driver"
  84.     Option      "ModelName" "Generic Autodetecting Monitor"
  85.     Option      "DPMS" "true"
  86. EndSection
  87.  
  88. Section "Screen"
  89.     Identifier "aticonfig-Screen[0]-0"
  90.     Device     "aticonfig-Device[0]-0"
  91.     Monitor    "aticonfig-Monitor[0]-0"
  92.     DefaultDepth     24
  93.     SubSection "Display"
  94.         Viewport   0 0
  95.         Depth     24
  96.                 Modes "1920x1200@60"
  97.     EndSubSection
  98. EndSection
  99.  
  100. Section "Screen"
  101.     Identifier "aticonfig-Screen[0]-1"
  102.     Device     "aticonfig-Device[0]-1"
  103.     Monitor    "aticonfig-Monitor[0]-1"
  104.     DefaultDepth     24
  105.     SubSection "Display"
  106.         Viewport   0 0
  107.         Depth     24
  108.                 Modes "1920x1200@60"
  109.     EndSubSection
  110. EndSection
  111.  
  112. Section "Screen"
  113.     Identifier "aticonfig-Screen[1]-0"
  114.     Device     "aticonfig-Device[1]-0"
  115.     Monitor    "aticonfig-Monitor[1]-0"
  116.     DefaultDepth     24
  117.     SubSection "Display"
  118.         Viewport   0 0
  119.         Depth     24
  120.                 Modes "1920x1200@60"
  121.     EndSubSection
  122. EndSection
  123.  
  124. Section "Screen"
  125.     Identifier "aticonfig-Screen[1]-1"
  126.     Device     "aticonfig-Device[1]-1"
  127.     Monitor    "aticonfig-Monitor[1]-1"
  128.     DefaultDepth     24
  129.     SubSection "Display"
  130.         Viewport   0 0
  131.         Depth     24
  132.                 Modes "1920x1200@60"
  133.     EndSubSection
  134. EndSection
  135.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement