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.
Actually, there is one thing that is an annoyance that I haven’t been able to resolve. I use dvorak as my main layout.
Sometimes games get the keyboard right and keys are remapped to qwerty layout (and typing still uses dvorak). This case works better than on windows, since playing a game there either required the game itself to recognize keyboard layouts (best case), or remapping the controls (annoying case), or switching to qwerty (frustrating for typing because I’m stronger with dvorak now).
But sometimes instead it does the opposite and remaps the qwerty bindings to dvorak. As in, even if I swap layouts, wasd are all over the keyboard instead of all together. I need to exit the game, swap layouts to qwerty on the desktop, then relaunch for controls to work properly (and then I can sometimes swap back to dvorak in game and they continue to work). Often, the next time I launch the game, I’ll forget to switch it but it will just work this time.
And sometimes it behaves like windows did where I can swap the layout in game and keys change as you’d expect.
I have no idea why it’s inconsistent between these three options or where the “preserve key location despite the layout” feature is even coming from. Anyone have any idea about this?
There are dozens of us! But yeah, same.
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.