pastebin

Paste Search Dynamic
Recent pastes
Section InputDevice
  1. Section "InputDevice"
  2. Identifier "Configured Mouse"
  3. Driver "mouse"
  4. Option "CorePointer"
  5. Option "Device" "/dev/input/mice"
  6. Option "Protocol" "ExplorerPS/2"
  7. Option "ZAxisMapping" "4 5"
  8. Option "Emulate3Buttons" "true"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. Identifier "Synaptics Touchpad"
  13. Driver "synaptics"
  14. Option "SendCoreEvents" "true"
  15. Option "Device" "/dev/psaux"
  16. Option "Protocol" "auto-dev"
  17. Option "HorizScrollDelta" "0"
  18. Option "SHMConfig" "on"
  19. EndSection
  20.  
  21. Section "ServerLayout"
  22. Identifier "Default Layout"
  23. Screen "Default Screen"
  24. InputDevice "Generic Keyboard"
  25. InputDevice "Configured Mouse"
  26. InputDevice "Synaptics Touchpad"
  27.  
  28. EndSection
  29.  
  30. Section "DRI"
  31. Mode 0666
  32. EndSection
Parsed in 0.003 seconds