Just to be fair and balanced I'm a hardcore linux user and gamer and I've tried gaming on linux and I've hit many issues. 365 games on steam and while some windows games work I've hit probably just about every possible issue you can hit with other games. Graphical artifacts, freezing, stuttering, and even full OS reboots. Sometimes I read this thread and scratch my head. I get enthusiasm for FOSS, but enthusiasm to t…
Steam survey shows Linux marketshare hitting 1.0%
41–50 of 363 posts
Re: Steam survey shows Linux marketshare hitting 1.0%
#42Just to be fair and balanced I'm a hardcore linux user and gamer and I've tried gaming on linux and I've hit many issues. 365 games on steam and while some windows games work I've hit probably just about every possible issue you can hit with other games. Graphical artifacts, freezing, stuttering, and even full OS reboots. Sometimes I read this thread and scratch my head. I get enthusiasm for FOSS, but enthusiasm to t…
Re: Steam survey shows Linux marketshare hitting 1.0%
#43They have dropped support for Linux pretty hard for anything but Unreal as a build target itself, even with things they acquired. Might have been the wrong gamble.
Re: Steam survey shows Linux marketshare hitting 1.0%
#44Nowadays OS matters pretty little. Personally, on some level, I don't even notice difference working macOS, Linux and Windows. Other than platform specific development work, it doesn't really matter in the big picture. Other than that, only Linux allows me true visibility to its innards. Fast to fix almost any issues, should they happen. And I say this as someone who has for example no problem debugging Windows kerne…
I find there is a lot of OS-specific knowledge for deep-diving. Want to get symbols to debug the kernel? That'll be the microsoft symbol server on windows, or a System.map file in Linux... Want to make something happen with every boot of the system? That'll be a system service on windows (and by the way they have all kinds of gotchas about what kinds of stuff they can access) or a systemd service on linux. Want to ma…
On Windows there's also numerous registry keys, Windows Task Scheduler, etc (ugh). On Linux, it depends. Could be also init.d or n+1 other options, including a single custom binary running as init process.
> Need to script something quickly? Well thats either bash on linux or powershell/batch files on windows.
Or bash on Windows (WSL, cygwin, etc.). PowerShell is also available for Linux. Both come with their footguns, especially when used on a "foreign" platform.
But you could just as well use some suitable scripting language, like Python, JS or whatever.
Sure, there's complexity if you really start (or need) to look for it. I do think it's exaggeration to say double, maybe 20%, at most 50%.
Re: Steam survey shows Linux marketshare hitting 1.0%
#45What is the point of these surveys when we know how many "level farming" operations[1] are going on in China, etc.? Casual CSGO has become unusable these days. Of course, apart from farming operations, cheaters come from across the world. And AFAIK, most cheats software is available only for Windows. Valve's esports-grade games like CSGO, and DOTA2 are free. There is no penalty for getting banned in such a context. I…
The survey has always been opt-in continuous collection. I see no reason why bots would opt-in. > Participation in the survey is optional, and anonymous. First paragraph on https://store.steampowered.com/hwsurvey
Re: Steam survey shows Linux marketshare hitting 1.0%
#46Earlier quoted context omitted.
Windows has no epoll(), but of course that doesn't matter for games.
Windows does have I/O completion ports, which is, frankly, superior. Then again, Linux has io_uring. Again, pointless in the big picture. Most of the time these details are hidden by libraries.
Except for when they're not, or those libraries don't expose the "one little implementation detail", and a platform hack sneaks in, and _thats_ how we end up with "well it works fine on windows and we use asio so shrug". Unfortunately games are really bad for doing this in my experience (and I'm guilty of doing it on occasion too).
Re: Steam survey shows Linux marketshare hitting 1.0%
#47Just to be fair and balanced I'm a hardcore linux user and gamer and I've tried gaming on linux and I've hit many issues. 365 games on steam and while some windows games work I've hit probably just about every possible issue you can hit with other games. Graphical artifacts, freezing, stuttering, and even full OS reboots. Sometimes I read this thread and scratch my head. I get enthusiasm for FOSS, but enthusiasm to t…
> Graphical artifacts, freezing, stuttering, and even full OS reboots. I have seen similar on Windows. For example when Bioshock Remastered Freezes there is no way to exit it, windows still responds, but there is no way to close the game because everything you open is hidden by it. Also the amount of Graphical glitches I encountered in Skyrim is just hilarious. DotA 2 seems to sometimes glitch out when you hit alt ta…
Re: Steam survey shows Linux marketshare hitting 1.0%
#48Definitely the number is gonna increase dramatically next year with the Steam deck. Unless it's going to fail in some major way.
Speaking as someone with a steam link and controller floating around their house.
Re: Steam survey shows Linux marketshare hitting 1.0%
#49Re: Steam survey shows Linux marketshare hitting 1.0%
#50Nowadays OS matters pretty little. Personally, on some level, I don't even notice difference working macOS, Linux and Windows. Other than platform specific development work, it doesn't really matter in the big picture. Other than that, only Linux allows me true visibility to its innards. Fast to fix almost any issues, should they happen. And I say this as someone who has for example no problem debugging Windows kerne…
OS matters a lot. The fragmentation on Linux is astounding; I have experience with maintenance of Linux-based projects. You'll be surprised at how fragmented distributions are, even within the same family (e.g. Ubuntu-based). The nature of Linux is a double-edged sword, and in gaming, this is a very serious downside - at least, when it comes to Linux-native gaming; Proton/Wine is another story.