Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier  "Layout0"
  3.     Option      "Xinerama" "on"
  4.     Option      "Clone"    "off"
  5.  
  6.     Screen   0  "Screen0"
  7.     Screen   1  "Screen1"  LeftOf "Screen0"
  8.     Screen   2  "Screen2"  RightOf  "Screen0"
  9. EndSection
  10.  
  11. Section "Device"
  12.     Identifier  "Device0"
  13.     Driver      "nvidia"
  14.     BusID       "PCI:1:0:0"
  15.     Option      "ZaphodHeads" "DVI-0"
  16.     Screen      0
  17. EndSection
  18.  
  19. Section "Device"
  20.     Identifier  "Device1"
  21.     Driver      "nvidia"
  22.     BusID       "PCI:1:0:0"
  23.     Option      "ZaphodHeads" "DVI-1"
  24.     Screen      1
  25. EndSection
  26.  
  27. Section "Device"
  28.     Identifier  "Device2"
  29.     Driver      "intel"
  30.     BusID       "PCI:0:2:0"
  31.     Option      "ZaphodHeads" "VGA-1"
  32.     Screen      0
  33. EndSection
  34.  
  35.  
  36. Section "Screen"
  37.     Identifier  "Screen0"
  38.     Monitor "Dell0"
  39.        DefaultDepth 24
  40.     Device      "Device0"
  41. EndSection
  42.  
  43. Section "Screen"
  44.     Identifier  "Screen1"
  45.     Monitor "Dell1"
  46.        DefaultDepth 24
  47.     Device      "Device1"
  48. EndSection
  49.  
  50. Section "Screen"
  51.     Identifier  "Screen2"
  52.     Monitor "Dell2"
  53.      DefaultDepth 24
  54.     Device      "Device2"
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement