version 1.102, 2019/09/05 21:00:37
|
version 1.103, 2019/11/24 14:43:29
|
Line 154 Section "InputDevice"
|
Line 154 Section "InputDevice"
|
EndSection |
EndSection |
"""]] |
"""]] |
|
|
|
## Pinebook touchpad |
|
|
|
To fix jittery touch input on the touchpad, you can adjust the input sensitivity by creating the file: |
|
|
|
[[!template id=filecontent name="/etc/X11/xorg.conf.d/00-system-keyboard.conf" text=""" |
|
Section "InputDevice" |
|
Identifier "Pinebook touchpad" |
|
Driver "mouse" |
|
Option "AccelerationProfile" "2" |
|
Option "AdaptiveDeceleration" "1" |
|
Option "ConstantDeceleration" "2.4" # Pinebook 14" |
|
#Option "ConstantDeceleration" "1.2" # Pinebook 11" |
|
EndSection |
|
"""]] |
|
|
## Pinebook screen |
## Pinebook screen |
|
|
X11 currently cannot work out the size of the screen, resulting in a very small DPI on a very small screen. |
X11 currently cannot work out the size of the screen, resulting in a very small DPI on a very small screen. |