Advertisement
Guest User

Untitled

a guest
May 3rd, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Device"
  2. Identifier      "dl1"
  3. driver          "displaylink"
  4. Option  "fbdev" "/dev/fb0"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier      "nvidia"
  9. driver          "nvidia"
  10. EndSection
  11.  
  12.  
  13. Section "Monitor"
  14. Identifier "monitor0"
  15. EndSection
  16.  
  17. Section "Monitor"
  18. Identifier "monitor1"
  19. EndSection
  20.  
  21. Section "Screen"
  22. Identifier "screen0"
  23. Device "dl1"
  24. Monitor "monitor0"
  25. DefaultDepth 16
  26. EndSection
  27.  
  28. Section "Screen"
  29. Identifier "screen1"
  30. Device "nvidia"
  31. Monitor "monitor1"
  32. DefaultDepth 16
  33. EndSection
  34.  
  35. Section "ServerLayout"
  36. Identifier     "multihead"
  37. Screen      0  "screen0" 1280 0
  38. Screen      1  "screen1" LeftOf "screen0"
  39. #Option    "Xinerama" "on"
  40. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement