From 68ea3be20ac43f6ed6ad82c7ed4affaf23cde23d Mon Sep 17 00:00:00 2001 From: "nomad@wund" Date: Fri, 29 Jul 2022 07:09:22 +0200 Subject: [PATCH] add touch scrolling --- xubuntu-XPS-13-7390-2-in-1--.md | 46 +++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/xubuntu-XPS-13-7390-2-in-1--.md b/xubuntu-XPS-13-7390-2-in-1--.md index f212005..6995378 100644 --- a/xubuntu-XPS-13-7390-2-in-1--.md +++ b/xubuntu-XPS-13-7390-2-in-1--.md @@ -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.