We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc3f51 commit d53dc09Copy full SHA for d53dc09
package/root/etc/X11/xorg.conf.d/50-pine64-pinebook-touchpad.conf
@@ -0,0 +1,11 @@
1
+# Taken from https://github.com/longsleep/build-pine64-image/blob/master/simpleimage/platform-scripts/install_mate_desktop.sh#L67
2
+
3
+Section "InputClass"
4
+ Identifier "HAILUCK CO.,LTD USB KEYBOARD"
5
+ MatchIsPointer "1"
6
+ MatchDevicePath "/dev/input/event*"
7
+ Option "AccelerationProfile" "2"
8
+ Option "AdaptiveDeceleration" "1"
9
+ Option "ConstantDeceleration" "2.4" # Pinebook 14"
10
+ #Option "ConstantDeceleration" "1.2" # Pinebook 11"
11
+EndSection
0 commit comments