• 2 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle







  • mellejwz@lemmy.worldtolinuxmemes@lemmy.worldIt's OK if you cry
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    10 months ago

    I didn’t say I couldn’t fix the issues, but the fact that some of those issues exist even since XP is pretty bad. Just search around online and you’ll find many posts about these driver issues. And then there’s all of the ui inconsistencies and issues. Most of those are small, but still annoying once you see them. Especially when using Windows on a tablet, even Microsoft’s own Surface line.

    For HP ZBooks for example there was an issue that completely prevented you from installing some updates like Windows 10 20H2 without any warning as to why it wouldn’t install. It just failed at 61%. It turned out to be audio drivers for the audio chip in the dock. The only way to get it updated was to connect the dock, finding the audio device in device management and removing it. Then disconnect before Windows reinstalls the driver again.

    This has happened for multiple versions.











  • It’s a great distro to learn a lot about Linux. I challenged myself to install it on my Surface Go 2, and make it usable as a tablet, as well as make it boot with secure boot and more. Now it’s happily running Arch with KDE, using the linux-surface kernel signed with my own secure boot key and a pacman hook that signs that kernel after every update. I learned all of this acompanied by a lot of fuckups and reinstalls, until I was able to fix things after breaking them instead of starting from scratch.



  • I’m the same, I love using the cli for many things, but it’s just no go on my Surface Go 2 if I want to use it as a tablet. I’m using KDE Plasma on Arch Linux, and it’s pretty awesome in terms of touchscreen support. I also tried Gnome, but it has a nasty backspace issue in the on screen keyboard. When you use backspace it’s like you press the left arrow key and then backspace, leaving half of the characters. Otherwise it’s great.

    It takes some time to get everything working right though. I didn’t know how to get the on screen keyboard to work (Maliit), which is pretty important if you plan to use it on a tablet.

    Another important thing is to use Wayland, as that greatly improves touchscreen support over Xorg.

    So personally I’d suggest KDE, but Gnome is also really good if you don’t mind the backspace issue. Or am I missing something that would fix that?