add touch scrolling
parent
bab2cf7cc4
commit
68ea3be20a
@ -1,17 +1,29 @@
|
||||
# Xubuntu on XPS 13 7390 2 in 1
|
||||
## sources
|
||||
* [Gentoo wiki - Dell XPS 13 2-in-1 (7390)](https://wiki.gentoo.org/wiki/Dell_XPS_13_2-in-1_(7390))
|
||||
* [Ubuntu wiki - Dell XPS 13 2-in-1 (7390)](https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1)
|
||||
* [Arch Linux - Dell XPS 13 2-in-1 (7390)](https://wiki.archlinux.org/index.php/Dell_XPS_13_2-in-1_(7390))
|
||||
|
||||
## Bios setup
|
||||
* have to disable Raid ... Enable AHCI
|
||||
* Disable secure boot in bios to permit Hibernate (if you want to use it)
|
||||
|
||||
## enable screen rotatation
|
||||
|
||||
~~~
|
||||
apt install iio-sensor-proxy
|
||||
~~~
|
||||
|
||||
install : screen rotator : https://github.com/GuLinux/ScreenRotator
|
||||
# Xubuntu on XPS 13 7390 2 in 1
|
||||
## sources
|
||||
* [Gentoo wiki - Dell XPS 13 2-in-1 (7390)](https://wiki.gentoo.org/wiki/Dell_XPS_13_2-in-1_(7390))
|
||||
* [Ubuntu wiki - Dell XPS 13 2-in-1 (7390)](https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1)
|
||||
* [Arch Linux - Dell XPS 13 2-in-1 (7390)](https://wiki.archlinux.org/index.php/Dell_XPS_13_2-in-1_(7390))
|
||||
|
||||
## Bios setup
|
||||
* have to disable Raid ... Enable AHCI
|
||||
* Disable secure boot in bios to permit Hibernate (if you want to use it)
|
||||
|
||||
## enable screen rotatation
|
||||
|
||||
~~~
|
||||
apt install iio-sensor-proxy
|
||||
~~~
|
||||
|
||||
install : screen rotator : https://github.com/GuLinux/ScreenRotator
|
||||
|
||||
## enable-touch-scrolling-in-firefox
|
||||
|
||||
https://superuser.com/questions/1151161/enable-touch-scrolling-in-firefox
|
||||
|
||||
With the latest Firefox 84.0.2 it works for scrolling without the risk of getting zoom while scrolling for both vertical and horizontal movements. Zoom works well on most pages with finger/thumb pinch/expand including Google Maps. Select is now activated, as on a mobile, by touch for a second or so then using the select markers. Touch and hold the selection to get the context menu for copy and cut/paste if text is editable. Better functionality than Chrome where the select markers cannot be adjusted from a single word selection!
|
||||
|
||||
My screen was detected as a "Wacom 5113 finger" under KDE Plasma 5.2 Manjaro/Arch Linux. I set KDE Wacom touch control panel "gestures off" otherwise weird things start happening on scroll.
|
||||
|
||||
Simply edit /etc/security/pam_env.conf and add MOZ_USE_XINPUT2 DEFAULT=1 then reboot.
|
||||
|
||||
The only loss seems to be drag items do not drag with finger input but will still work by mouse/touchpad.
|
||||
|
Loading…
Reference in New Issue
Block a user