A few years ago my wife and I built a computer out of old parts for her friend’s then 10 years old son. Last month we were visiting them, and I heard the wife’s friend say something funny that I thought I’d share with you.

They live on the other side of the city, this was the kid’s first computer, and his mom doesn’t have much computer experience either, so our goal was to build something that was easy to use and hard to break from the beginning. Originally I choose ElementaryOS since it seemed to fit the bill, but after a year or two it turned out that it couldn’t be upgraded to a new major version without a full reinstall so it got stuck with an older version. We didn’t visit that often, and the kid’s games still worked so it wasn’t a major issue until Factorio broke due to glibc incompatibility.

When his birthday was coming up last month we bought him a SSD to make the computer a little bit zippier without a major upgrade, and I thought I’d give him a brand new Linux experience too, so I asked for advice here and in the end chose Bazzite. While I was helping the kid with the installation, I overheard his mom saying in the other room:

This Linux thing… We’ve never had any problems with it, he just clicks something to install it and it works. Unlike normal computers, where you always have to do things and fix them.

Perhaps not the most eloquent, but I consider it a very good review.

  • Chingzilla@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    18 hours ago

    Hey, long-time Dvorak user here, almost as long as a Linux user.

    When I start playing a new game, I usally just go with defaults. Some games (like all Valve games) do a good job of using keyscan codes for bindings and mapping them to the layout. If that’s not the case the game is likely to be incorretly using the keyscan codes, or just using the OS’s key events. If that’s the case, I will just force qwerty with setxkbmap us and restart the game. After a few hours, I try to rebind keys for dvorak. Persoally, I like to change keyboardings to use Tribe’s ESDF layout instead of WASD anyway.

    If you are using wayland for your display, setxkbmap is great since most games run in Xwayland mode, so native apps will still be in Dvorak.

    I don’t really need to type much in games anyway now, so I don’t mind keeping with qwerty bindings. I play Starcraft 2 this way.

    The worst experience I can recall is Natural Selection 2, which its game engine refused to bind non-alphanumeric keys like ‘,’ 😵‍💫… But that was playing with Windows, would probably work with Linux if the game was still alive.

    • Buddahriffic@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      15 hours ago

      Is that method different from using the hot keys to swap layouts? Like can I tell it to always use that mapping for that game or do I need to remember to run it each time I play the game and then set it back after I’m done (or automate that)?