Hello,
I’ll try to be brief because I don’t want to waste too much of your time and I’m usually quite verbose by nature.
This is my first post, so… Hi there, pleased to meet you all!
I have limited experience in using Linux (Debian-based and a touch of RHEL) but basically none in managing system files/settings/configs and most importantly I’ve started using EndeavourOS about 16h ago and it’s my first experience with Arch.
I just bought a new 2-in-1 convertible laptop - Lenovo Ideapad Flex 5i 14" - and this PC is gonna be my main driver.
My plan from the start was to fully dedicate myself to Linux (after taking a quick look at Win11, the OS this PC shipped with, but it took me about 30 minutes of disgust to decide to make the jump).
I chose Arch because of the challenge, but chose EndeavourOS for the reduced initial complexity and to ease my learning curve. I chose GNOME just because I got the impression it was the most suitable for a Touchscreen/Tablet-like experience and for the supposed Stylus pen integration.
Looks like I was wrong, or at least some tweaking is gonna be necessary.
I’m posting this questions on the /desktop-environments/gnome section because:
- When booting from the Live USB I did some (admittedly) hasty testing and kind-of I found everything working as intended: almost all the FN keys were working like in Windows (even the “screen going completely off when setting brightness to the minimum”), the stylus was working, the screen was rotating and the keyboard and touchpad where being correctly deactivated and reactivated when I folded the display… If that was only Xfce, I couldn’t wait for GNOME!
- Most importantly, I suppose the required adjustments do pertain the DE directly.
As I said I’m here for the challenge and for learning opportunity, and my PC is otherwise serviceable, so I’m mostly looking for someone to point me to the right path rather than a plug-and-play solution (but I wouldn’t complain).
Here’s what issues I’m struggling with - from most to least impacting:
-
Touchscreen - Single
Left-Click
behaviour only
I can’t “long-touch-for-right-click” and can’t even scroll pages. The multi-touch is technically working but only for the three-finger-workspace-shift gesture (like on the touchpad) and nothing else (pinch-to-zoom or such). -
Touchpad - Deactivates but doesn’t Re-Activate
When I fold the screen to go to into “Tablet mode” both the keyboard and the touchpad get correctly deactivated. An overlay icon quickly appears on the lower-center of the screen to signal the touchpad has been deactivated. When I fold the screen to go back into “Laptop mode” a similar (but opposite) overlay appears, signaling that the touchpad has been reactivated. In reality only the keyboard is active and the touchpad remains deactivated from the system settings (GUI). -
Screen - Doesn’t rotate
In “Tablet mode”, I’m supposed to be able to rotate the screen around and have it adapt to any of the four positions. It doesn’t even do the 180° flip when I fold the screen. -
Stylus - Nothing more than a precise finger
The stylus does kind-of work, but it’s nothing more than a precise finger and lacks integration for the function-buttons. Somehow I think that the palm-rejection is working, at least. -
Keyboard - Applying a custom keymap
The PC came with an italian keyboard layout, which has a way too handy but useless§
symbol and an uncomfortable-to-reach/
. I was attempting to swap the placement of the two. I edited the existing keymap and made my own, but I’m struggling to apply it.
I tried the command:
localectl set-keymap --no-convert <full/path/to/keymap.map[.gz]>
but I get:
Failed to set keymap: Failed to check keymap <full/path/to/keymap.map[.gz]>: Invalid argument
and I don’t find meaningful answers on the internet.
The currentlocalectl status
is:
System Locale: LANG=en_US.UTF-8
LC_NUMERIC=it_IT.UTF-8
LC_TIME=it_IT.UTF-8
LC_MONETARY=it_IT.UTF-8
LC_PAPER=it_IT.UTF-8
LC_NAME=it_IT.UTF-8
LC_ADDRESS=it_IT.UTF-8
LC_TELEPHONE=it_IT.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_IDENTIFICATION=it_IT.UTF-8
VC Keymap: it2
X11 Layout: it
X11 Variant: winkeys
I’m not even sure why it’s using both ‘it’ and ‘it2’ but the actual behaviour is kind of a mix of both.
For all of these issue (except #5) I suppose it’s all a matter to either install or activate/enable the correct kernel module, but even if I know how to do that I wouldn’t even begin to know how to find out which one is right. For #5 it’s actually of minor importance but would be a nice-to-have.
I don’t know what else to add, except “thanks in advance to anyone who can point me in the right direction- or at least try”
[PS: For troubleshooting purposes I tried a live of the latest Fedora (with GNOME). #1 and #3 work are not present, while #2 is a shared issue. Forgot to test #2, while I skipped testing #4 voluntarily]