Advertisement
Guest User

Untitled

a guest
Jan 16th, 2014
180
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.     Screen   0  "Screen0"
  6.     Screen   1  "Screen1"  LeftOf "Screen0"
  7. EndSection
  8.  
  9. Section "Device"
  10.     Identifier  "Device0"
  11.     Driver      "nouveau"
  12.     BusID       "PCI:7:0:0"
  13.     Option      "ZaphodHeads" "DVI-I-1"
  14.     Screen      0
  15. EndSection
  16. Section "Device"
  17.     Identifier  "Device1"
  18.     Driver      "nouveau"
  19.     BusID       "PCI:7:0:0"
  20.     Option      "ZaphodHeads" "DVI-I-2"
  21.     Screen      1
  22. EndSection
  23.  
  24. Section "Monitor"
  25.   Identifier "Monitor0"
  26.   Option     "DPMS" "on"
  27.   VendorName "SAM"
  28.   ModelName  "593"
  29.   Option     "PreferredMode" "1920x1080"
  30. EndSection
  31. Section "Monitor"
  32.   Identifier "Monitor1"
  33.   Option     "DPMS" "on"
  34.   VendorName "SAM"
  35.   ModelName  "1e1"
  36.   Option     "PreferredMode" "1280x1024"
  37. EndSection
  38.  
  39. Section "Screen"
  40.     Identifier  "Screen0"
  41.     Device      "Device0"
  42.     Monitor     "Monitor0"
  43. EndSection
  44. Section "Screen"
  45.     Identifier  "Screen1"
  46.     Device      "Device1"
  47.     Monitor     "Monitor1"
  48. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement