this post was submitted on 13 Aug 2025
46 points (82.9% liked)
Linux Gaming
19774 readers
1 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd say that I'm pretty proficient. I haven't done LFS yet but haven't really spent more than a few mins with windows except for a handful of times for about 15 years. The one time that I did so recently was to try to get a PSVR2 to work. That experience was so awful (driver disks for OS install, ADS FUCKING EVERYWHERE THAT CANNOT BE DISABLED, etc) that I quickly gave up and ended up killing the VM. I'd dinner become a hermit in a cave than abide by OS-level ads that can only be partially disabled by mucking around in the registry.
Sorry. A bit off-topic. I just really hate ads. Erm... I've done some basic tutorials on writing drivers for the kernel and have been working on reverse engineering a driver for some AR glasses, though I've not made it too far.
My initial learning was because I lost my XP serial in college and decided to give Linux a try. From there, a lot of my learning has been through work, which I got due to my teaching myself how to use Linux.
It's both. I'd say that it really is going to vary based upon the sub-community. Unfortunately, there's a lot of toxicity in the gaming community at large, which, in my experience, is reflected in segments of Linux gaming communities. On the other hand, I just last night saw a bunch of people on Lemmy trying to help someone figure out how to get their new GPU to work, which was very much the opposite of toxic.
im with you man, FUCK ads, it was a major motivator moving from windows, as well as DRM and system level 0 anti-cheat.
you answered my second question but not in the way I intended, I meant to ask for more of a methodology like, do you just read the man pages? do you refer to AI? are you just full trial and error? does your work provide resources? Im asking because I generally want to see why its such an issue for people to find info, personally I use a mix of selfhosted AI and various forums and wikis. I wouldn't be supprised if some users are learning 100% through chatgpt or a single youtube channel.
Im experiencing much the same with the community it seems to be a 60-40 whether im going to find actual help or have someone just tell me to RTFM and the people who do care are absolutely kind and absurdly helpful. Your observation about the gaming focused linux community being slightly more on the toxic side is probably an apt assessment. and probably skews the initial proportion of 60-40 to the more to the toxic side where as it would otherwise be something like 80-20 helpful and toxic respectively.
My recommendation would vary depending on use case.
If just gaming, yeah. Your approach sounds sane.
If wanting to tinker, develop, or, honestly, even do stuff like deploying local LLMs and the like, I would strongly encourage gaining familiarity with manpages. For anytime where precision and accuracy are necessary, like low level tinkering, I don't believe that should trust LLMs. Learning how to find relevant info in manpages and dev reference materials will save a huge amount of time and heartache.
Very helpful, I do find it hard to strike a balance with the efficiency of LLMs and the lack of accurate data. While I may reach an answer, I may end up spending an equal amount of time trying to create a concise prompt versus just doing the hard research and reading documentation. I wish there was a way to know how in depth of a question im asking is. Aswell as what type of surrounding knowlege might be useful in accomplishing my goals.
Good example: I had was attempting to set up a fancy custom hyprland setup. I may have spent much less time had I not refered to AI, not to mention I gave up and went back to gnome due to frustration with the innacurate or useless data given to me by my LLM. Had i known the scale of what i was getting into Id never have refered to AI.