Skip to content

Commit

Permalink
Add Pinebook touchpad deceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed May 1, 2017
1 parent bdc3f51 commit d53dc09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package/root/etc/X11/xorg.conf.d/50-pine64-pinebook-touchpad.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Taken from https://github.com/longsleep/build-pine64-image/blob/master/simpleimage/platform-scripts/install_mate_desktop.sh#L67

Section "InputClass"
Identifier "HAILUCK CO.,LTD USB KEYBOARD"
MatchIsPointer "1"
MatchDevicePath "/dev/input/event*"
Option "AccelerationProfile" "2"
Option "AdaptiveDeceleration" "1"
Option "ConstantDeceleration" "2.4" # Pinebook 14"
#Option "ConstantDeceleration" "1.2" # Pinebook 11"
EndSection

0 comments on commit d53dc09

Please sign in to comment.