document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16. Section "InputDevice"
  17. Identifier "Generic Keyboard"
  18. Driver "kbd"
  19. Option "XkbRules" "xorg"
  20. Option "XkbModel" "pc105"
  21. Option "XkbLayout" "us"
  22. EndSection
  23. Section "InputDevice"
  24. Identifier "Configured Mouse"
  25. Driver "vmmouse"
  26. EndSection
  27. Section "InputDevice"
  28. Identifier "Synaptics Touchpad"
  29. Driver "synaptics"
  30. Option "SendCoreEvents" "true"
  31. Option "Device" "/dev/psaux"
  32. Option "Protocol" "auto-dev"
  33. Option "HorizEdgeScroll" "0"
  34. EndSection
  35. Section "Device"
  36. Identifier "Configured Video Device"
  37. EndSection
  38. Section "Monitor"
  39. Identifier "Configured Monitor"
  40. Option "AccelMethod" "EXA"
  41. EndSection
  42. Section "Screen"
  43. Identifier "Default Screen"
  44. Monitor "Configured Monitor"
  45. Device "Configured Video Device"
  46. EndSection
  47. Section "ServerLayout"
  48. Identifier "Default Layout"
  49. Screen "Default Screen"
  50. InputDevice "Synaptics Touchpad"
  51. EndSection
');