Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Option "Protocol" "auto"
  2. Option "Device" "/dev/psaux"
  3. Option "Emulate3Buttons" "no"
  4. Option "ZAxisMapping" "4 5"
  5. EndSection
  6.  
  7. Section "InputDevice"
  8.  
  9. # generated from default
  10. Identifier "Keyboard0"
  11. Driver "kbd"
  12. EndSection
  13.  
  14. Section "Monitor"
  15. Identifier "Monitor0"
  16. VendorName "Unknown"
  17. ModelName "LG M2080D"
  18. HorizSync 30.0 - 65.0
  19. VertRefresh 56.0 - 75.0
  20. Option "DPMS"
  21. EndSection
  22.  
  23. Section "Device"
  24. Identifier "Device0"
  25. Driver "nvidia"
  26. VendorName "NVIDIA Corporation"
  27. BoardName "GeForce GT 330M"
  28. EndSection
  29.  
  30. Section "Screen"
  31.  
  32. # Removed Option "metamodes" "CRT: nvidia-auto-select +1366+0, DFP-0: nvidia-auto-select +0+0, DFP-1: NULL"
  33. Identifier "Screen0"
  34. Device "Device0"
  35. Monitor "Monitor0"
  36. DefaultDepth 24
  37. Option "TwinView" "1"
  38. Option "TwinViewXineramaInfoOrder" "DFP-0"
  39. Option "metamodes" "CRT: nvidia-auto-select +3286+0, DFP-0: nvidia-auto-select +1920+0, DFP-1: nvidia-auto-select +0+0"
  40. SubSection "Display"
  41. Depth 24
  42. EndSubSection
  43. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement