Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "TwinLayout"
  3. Screen 0 "metaScreen" 0 0
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "Monitor0"
  8. Option "Enable" "true"
  9. Option "Primary" "true"
  10. Option "Position" "1680 0"
  11. Option "PreferredMode" "1920x1080"
  12. Option "TargetRefresh" "60"
  13. EndSection
  14.  
  15. Section "Monitor"
  16. Identifier "Monitor1"
  17. Option "Enable" "true"
  18. Option "Primary" "false"
  19. Option "Position" "0 0"
  20. Option "PreferredMode" "1680x1050"
  21. Option "TargetRefresh" "60"
  22. EndSection
  23.  
  24. Section "Device"
  25. Identifier "Card0"
  26. Driver "nvidia"
  27. VendorName "NVIDIA Corporation"
  28.  
  29. #refer to the link below for more information on each of the following options.
  30. Option "MetaModes" "1920x1080, 1680x1050"
  31. Option "ConnectedMonitor" "DFP-3, CRT-0"
  32. Option "MetaModeOrientation" "DFP-3 RightOf CRT-0"
  33. EndSection
  34.  
  35. Section "Screen"
  36. Identifier "metaScreen"
  37. Device "Card0"
  38. Monitor "Monitor0"
  39. DefaultDepth 24
  40. Option "TwinView" "True"
  41. SubSection "Display"
  42. Modes "1920x1080"
  43. EndSubSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement