Even gamers nexus’ Steve today said that they’re about to start doing Linux games performance testing soon. It’s happening, y’all, the year of the Linux desktop is upon us. ᕕ(ᐛ)ᕗ
Edit: just wanted to clarify that Steve from GN didn’t precisely say they’re starting to test soon, he said they will start WHEN the steam OS releases and is adopted. Sorry about that.
To paraphrase the gay chant from the 90’s: 4% is not enough RECRUIT RECRUIT RECRUIT!
To anyone reading this thinking “once SteamOS comes out, I’ll switch”, you should know:
Gaming on Linux is already here. Pick a distro and game. You can take advantage of Proton right now. You don’t need to wait for one specific distro.
I’ve personally been gaming on Linux exclusively for about 3 years. Windows games, not Linux games.
Edit: based on other commenters’ suggestions, I’ll give you some.
I have gamed for those three years on PopOS. It is a distro based on Debian, ultimately, which means it’s also related to Ubuntu and Mint. Realistically, you can pick any of those 4 and you should have a nice experience.
Arch is popular with the übergeeks, and I do use it on my laptop, BTW, but you shouldn’t use it as a first distro.
The concept of “distro” doesn’t really exist for Windows, because you pretty much get one monolithic product. But basically, it is a specific mix of software that works together and relies on the Linux kernel. Imagine it as a “version” of Windows with specific goals, some of which are overlapping (e.g. Mint and Ubuntu tend to cater to the same audience).
If you get far enough into it, the freedom that Linux allows means that you can turn any distro into any other distro.
It’s actually surprising how easy it is to use.
My wife was playing Baldur’s Gate 3 on her windows laptop (GOG version, DRM free) and I just wanted to see if I can run it on my Linux laptop.
Just copied the game folder from her laptop to my external SSD, plugged it into my laptop, ran through proton. Everything works without any issues. Simple as that.
I was pleasantly surprised. We could even join via LAN and had some co-op fun. After trying it out I think I’m buying the game.
Exactly this. Many people have a lot of apprehension until they actually try it.
I haven’t used Windows for more than a decade, and I am genuinely surprised reading your post that the game works in this manner even if with proton/wine layer.
I can’t help but think that this is an exception, and would attribute this behaviour to how the game is made. I wonder what other software function this way.
I don’t even check ProtonDB anymore before buying a game. It just works the vast majority of the time, even without additional configuration.
In my experience pretty much everything works this easily. Steam games are a click away, Linux support or not. For things outside of steam you can either copy the install folder from a Windows install or just run the installer through Proton.
ran through proton
See, this is after where most gaming folks hop off.
In all fairness, if you just run Lutris (pre-installed on Bazzite), log into GOG from there and install and run the game through their wizard, it also “just works”.
That might be easier for most.What you just said is so much more difficult than running games through proton isn’t it??
For me, yes. But this is all using hands-holding Windows-like UIs, please realise that the recent-ish influx of Linux gamers understand this much, much better than terminals.
Although, I’m not sure how to install Proton as a CLI package on Mint, for instance.
apt
doesn’t list it, but Steam and Lutris do install it internally…You just go to steam settings > compat > enable for all games and then it just works for all games on steam
I’m not sure if you’re reading my messages but I’m saying I’m not sure how to do Proton outside of Lutris and Steam. And that CLI outside of a launcher sounds more convenient, but gave Lutris instructions for someone running a game not from Steam.
okay, that is different, sorry.
for that
step 1. install wine-tkg
step 2. right click a .exe > properties, set wine-tkg as the default
left click on .exe’s to open
done
Probably true, it depends. There are Steam folks and then there are GOG folks.
I prefer GOG tbh because it’s DRM free, but for some games I still need Steam, unfortunately.
Tbh the vast majority of people who say “ill switch to (insert Linux distro here) when (insert accomplishment here)” will most likley never switch
Fair enough. I tend to agree, but I like to give people the benefit of the doubt, because, you know, FOSS and freedom.
Sons is mostly playing Valorant right now on Windows 11. I’m an old dude familiar with FreeBSD, and Debian. No clue about running games and stuff though. Would he be able to switch?
edit: thanks for the insight. Sounds like a no-go for now until anti-cheat stuff is supported outside windows.
Yes, anti-cheat specifically is a problem. That’s you fighting against the corpos, to be clear. Not really an issue with gaming on Linux itself.
Edit: not only against the corpos, but more generally against the idea of “kernel-level anti-cheat”. If you’re giving any corporation kernel-level access to your machine, you basically no longer control your machine. That’s true of Windows too.
It’s a big issue and the lack of support on Linux is a bit of a feature, not really a bug.
Some Competitive Multiplayer games that generally “just work” and perform well under Linux/Proton: Insurgency Sandstorm, Hunt Showdown, Hell Let Loose, Dead by Daylight, Battlebit
To be 100% honest, probably not, and you may need to confirm with someone who knows Valorant. The big issue is anti-cheat, the detectors in use for major multiplayer games tend to lose their minds when they see Linux as they’re typically only built for Windows. Other than anti-cheat, it wouldn’t surprise me if it played better on Linux. Some of the low level magic has improved a lot in recent years, but official support is mandatory for multiplayer.
No riot game works on linux
Given their rivalry with Valve (I’m sure Riot see it as a rivalry at least, Valve probably don’t) I wouldn’t put it past Riot to want to avoid SteamOS and Linux by extension until significant market share is available.
It’s the only category of games that doesn’t work, they use kernel windows modules for anti-cheat and they don’t have any plans to support
“Pick a distro” is why they’re waiting for steamos, presumably.
I think that is perfectly valid and I’ll happily recommend steamos to newcomers. I’m only a little worried about it being locked to flatpaks by default though. Hopefully that will change, but for most users it will be a good start.
locked to flatpaks by default makes sense long-term, I think.
Might be a little difficult in the beginning though.
Locked to flatpaks? aren’t they worried about the disk space?
The marginal extra disk spaces used by flatpak really isn’t a concern for most users, much less valve. If you do everything in flatpak and your apps only use current runtime versions, the additional space used by flatpak is in the megabytes, since libraries like libc are going to be on your host no matter what.
One flatpak uses a lot of extra disk space, but for each additional flatpak you add to a system the disk space difference is much smaller because they share dependencies. When it’s system-wide for all user-installed packages, the difference is quite small.
I was under the impression the didn’t shared dependencies thus eating space.
They don’t share dependencies with the base system, but they do share dependencies with each other, so long as those dependencies are at the same version, which most of them are because flatpaks generally stay quite up to date.
I wouldn’t say SteamOS for new folks, tbh. Flatpaks are very different from the typical Linux flow.
The typical linux flow is not important to learn for most and flatpak is easier for the vast majority of people to understand and deal with
furthermore flatpak is rapidly becoming the typical linux flow
This is fair. I should have given my own suggestions.
Mint is probably the choice at the moment for new folks. Also, this will be controversial, but feel free with Ubuntu. It will get you started, and that’s great.
Edit: I added some (open-ended) suggestions to my original comment.
I actually think mint is a terrible choice for beginners because it’s not kde, which is by far the best for windows people, and it isn’t immutable, which is a gamechanger for not having to maintain your system
I see the point about KDE, though I don’t think the learning curve on Cinnamon is hefty. I also think that KDE being so configurable can seem overwhelming to new folks.
As someone who gives kde to new folks all the time, most of them never configure anything and this isn’t a real problem any of them face. I mostly give this to the elderly and tech illiterate.
For all the not super technically inclined people out there, I would recommend Linux mint with cinnamon, you’ll feel right at home and won’t face any real issues so long as you don’t want to play LoL, a few other big multiplayer games have anti cheat systems that don’t like Linux.
I’ll switch when 10 finally dies, they state Oct 2025 but if even less people go to 11 they won’t really have a choice but to keep 10 up and running. Make 10 the last Windows OS ever. Never go to 11.
But… Why not now? I can’t think of a single reason.
Personally, my last holdout on my desktop is VR, and I’d rather not dual boot.
My laptop has been running Linux for years now, although I’ve been having some issues with it lately, possibly due to repeated in-place upgrades, so I’ve been thinking of switching away from mint to a rolling release distro. Although, I have to say, NixOS’s philosophy is really compelling.
I have a friend that regularly games in VR in Linux. Admittedly, he’s always faffing around with it to make it work. But he’s also a bit of a chaotic person that runs Arch, so that could just be him and not a failing of the current level of support.
Out of sheer curiosity is he using a fancy Steam VR kit like an HTC Vive or something?
I’ve fully switched over to OpenSUSE Tumbleweed at this point but I’m so bummed out my Samsung Odyssey is relying on heroic support from Monaco dev(s?) to even have a hope of it running.
But Windows is killing WMR too and they don’t care, so OS really isn’t an issue here. I’m keeping my Win10 partition there getting dusty though, because it still has WMR on it. =\
Samsung Odyssey w/ GTX 2060.
He’s using Monando built with Envision without the steamvr-monado Plugin because “it slows everything down”.
Whaaat that’s crazy interesting! Thanks for replying!
I know there’s been a lot of progress made with Monado on these units but the controllers are still no-go from my understanding. Is he using the controllers or just the HMD? :O
I might just have to spend a weekend figuring out how to build Monado hahaha.
Time & effort. Everything that you do means something else doesn’t get done. Whether that be gaming with friends or an item off your project/chore list.
We know that gaming centric distros are great for getting up & running, but it’s still a time sink, and will require effort. Not everybody has a backup drive with their games and will have to re-download everything too. There’s also a risk their favorite game isn’t compatible with Linux
Windows 10 also works just fine. I still have it on 2 of my 4 computers (2/5 if you count my Deck), and haven’t switched those over yet because I’m being lazy on one and the other is a perfect candidate for the SteamOS UX experience since it’s a HTPC. However, I have done some looking around at other HTPC experiences and just haven’t pulled the trigger. Which will be awesome, since Windows did away with their HTPC UX years ago.
Some game developers (AGS) won’t turn on EAC for their games (Lost Ark).
Hell yeah.
Make sure your hardware is compatible. Otherwise you have to deal with kernel upgrades to get latest drivers, which is advanced linux stuff. My gpu (B580) is compatible with 6.12 and newer kernel. And I wasn’t able to install newer kernel on linux Mint 22. Ended up installing Windows. And… It’s not that bad. I haven’t seen it for a while. Everything works better in my case. And you can uninstall all you don’t need including edge. But I will go back when kernel I need will be shipped with distro.
This is generally true, but I’d also caution that the B580 is a brand new card with (somewhat lacking) Linux support.
In general, if you aren’t using bleeding edge hardware, you won’t have such issues. This is especially true of AMD hardware, which tends to be extremely Linux friendly.
I’m hoping that steamos will make Linux much more popular so that devs take notice. Whilst wine/proton are amazing anticheat still exists. If enough people move to steamos they will have to make sure they’re not excluded
This is the fifth person I see misinterpreting what Steve said about doing Linux performance testing, they aren’t going to start doing this soon, they will only start doing it WHEN SteamOS is released for desktops! It was very clear on the video FFS
I’m also really fucking excited for that tho, I recently switched to mint and helldivers 2 actually feels smoother than on windows, it has been such a good experience!! I cannot imagine how much better things will get with more people jumping to Linux and thus game makers actually pay attention to us
My apologies. Fixed it in the main post with an edit
Thanks you! And sorry if I was too aggressive, reading it again it sounded way more aggressive than I expected, I just wanted to sound energetic instead, my bad
Of course, and no worries. We are all good :)
I’m excited, but I wish gpu manufacturers would jump on board with physically compatible cards with ffs or smaller form factor business machines. HP, Dell, et al like to limit space for traditional GPUs in those machines. If there was a half height mid/low grade gpu with components on the reverse side that would be a great couch gaming machine.
If I recall Intel’s GPUs are a little slimmer right? But I’ve heard middling results with compatibility and such.
I have the sparkle brand intel low profile single slot in an hp sff PC and it barely fits and leaves about 3/8" space between the power supply. It has all the room in the world in the backside. One slot over is a 1x pcie slot if only hp had switched the two or the video card had straight through and out of the case cooling.
I’ve been daily driving Linux since 2017, I started with Ubuntu and it’s been great. I recently got a Lenovo T14 Gen 1 and put Linux Mint 22 on it, and I’ve been playing some games on it and it’s been pretty nice for such a portable laptop.
I just build a new gaming/creative pc, decided to make the jump to linux mint while i was setting up something new. And I honestly expected more hickups than i got, nothing which a quick search didn’t fix except for one. My xbox controller won’t connect over Bluetooth, it works when connected through a cable though. But I also noticed some stick drift, so I’m tossing it and order an 8bitdo which has those magentic sticks (forgot the name) and linux compatibility.
I have an 8bitdo controller. It’s ace:
- no issues with connection because it’s dongle (but does support BT)
- turns itself off with PC (always flakey on Xbox controller)
- hall effect joysticks so stick drift shouldn’t be an issue
- it’s detected as an Xbox controller so it works with most games
I have an 8bitdo controller, and it’s given me nothing but trouble. It’s a dongle-only version (non-bluetooth, but cheaper), and it has some weird bug where the controller is recognized as both an xinput device and a keyboard. I’ve tried updating the firmware to no avail.
I’ve heard other people sing praises about the Bluetooth version, so I think people should avoid being a cheapskate on this one.
Oh that’s a shame. This is the one I’ve got and it’s been perfect: https://shop.8bitdo.com/products/8bitdo-ultimate-2-4g-controller-with-charging-dock-hall-effect-joysticks
Looks similar to what I have. Maybe I got a bum one or they’ve updated it. 🤷
Seconding the other person asking which model you’ve got. I don’t see Linux compatibility listed on the web pages for the few models I just looked at. I also didnt see them list an included dongle, but thats something I’d be very interested in. Also do they all detect as Xbox controllers, or only the Xbox style ones?
I run Fedora, No issues with dongle. All are detected as Xbox controller (atleast by Steam). This is the I got: https://shop.8bitdo.com/products/8bitdo-ultimate-2-4g-controller-with-charging-dock-hall-effect-joysticks
I’m hoping for a Christmas sale the next few days. But I cant wait too long. Besides the point stick drift is infuriating while gaming, I also have a cat. Anything that wiggles is fair play for those claws, and that cord be wiggling.
That sounds great, are there different models? What are you using?
Not the person you asked, but don’t get the dongle-only version. Upgrade to the version with Bluetooth. The former is cheaper, but it gives me trouble on Linux, and I’ve never seen people complain about the Bluetooth version (I think it’s called the 8bitdo Ultimate?).
This one? It says Bluetooth is only for Apple devices.
Nope, this one:
It should be compatible with everything.
Thanks! How does that “ultimate software” for PC work, is it necessary?
My brief time using it, it’s how you set up profiles (for sharing a controller or using specific layouts for different games), it’s how you tell the controller what buttons the back paddles map to, and it’s how you update the firmware.
It’s not really necessary, in my experience, unless you want to use the back paddles. Steam Input just sees the controller as a standard xinput device, so the back paddles are otherwise ignored.
There are. Some work with xbox’s, some have docks. This is the one I got: https://shop.8bitdo.com/products/8bitdo-ultimate-2-4g-controller-with-charging-dock-hall-effect-joysticks
The Steam controller 2 will be releasing soon if you want trackpads and extra buttons. I also think Valve is licencing to third parties. IIRC 8bitdo will make a Steam Controller
The Steam controller 2 will be releasing soon
I think I’ve just been avoiding news in general for a while. This is GREAT to hear! I still love my OG Steam Controller. Great little piece of hardware.
To fix your Xbox controller issue, you’ll need to do a firmware update on the controller itself. And that can only be done on windows unfortunately (unless you can figure out how to do it in a VM). Then when the firmware is updated, you install Xpadneo and you should be golden. How do I know? This is exactly what I had to do thanks to a random redditor who chimed in to help when I had this same issue. My controller now works on Bluetooth with zero issues.
I guess your the kind random
redditorlemmytor(?) now. That did the trick.Yay. So happy I was able to pass on the kindness. I love Linux
This is so great to see, and the timing is perfect.
My son already calls the PC Steam, as in “we played game A on Xbox and game B on Steam,” so maybe by the time he has a PC in his room Steam really will run the whole platform.
Hell yeah, brother.
Plz gaben I want steamOS official so bad ;-;
Don’t hold your breath, the plan is (or was) to initially just release it for other handhelds rather than an iso you can install anywhere
I don’t understand this tbh. It’s here already. SteamOS will likely be just like the deck - immutable arch running the existing steam package.
You can totally do this today and it works great. Don’t want to mess with arch and that confusing command line? Use something easier like mint and install the flatpak - then you don’t even have to futz with nvidia drivers. Or use bazzite?
What does steamOS offer that we don’t already have? (Serious question)
I think it’s mostly a matter of having it preinstalled.
The perception is that if it’s pre installed, then it is designed for the device.
A few things:
- It gives manufacturers a blueprint for their devices. You will see a lot of handhelds running SteamOS from different manufacturers. You will also see a lot of small “gaming boxes” with SteamOS to plug in your TV. That’s great!
- Game Developers will have one distribution to test their games on. One of the bigger problems linux had before SteamOS was the big clusterfuck of different distros. Great for users, but a big headache if you’re developing for it. Now you can say “it runs on SteamOS”, test on SteamOS and you don’t have to deal with bug reports from people running RedStarOS
- It’s Valve. It’s a company. They are the biggest store selling games and they are building their moat to protect themselves against Microsoft, Apple, Epic & Co. That not exactly great for users, but also explains why Valve is doing this linux push. To prevent Microsoft from abusing their Windows monopoly to crush them
I don’t agree with number 2. Ubuntu had always been the ““default”” when Linux was the target. They must be scrambling at Canonical right now.
these people need permission from a massive corporation calling it something other than Linux so they can dodge the cognitive dissonance of hating Linux
Or rather, there’s someone who isn’t going away anytime soon and someone who you can go to if their shit screws up, someone with an actual address and support number, and it’s not just a Github issue tracker page that hasn’t been seen by the owner in months.
Some people want that peace of mind. Some people aren’t built to scour the internet for hours to maybe find solutions to their problems.
I’m confused, do you think Canonical, RedHat or SUSE are going away in the near future? Or that they don’t have support?
Or that they don’t have support?
Not specifically the whole Linux/Proton/Game stack. That’s Valve’s bread and butter, not Canonical or Redhat.
Go ahead, call Redhat and tell them you can’t get Skyrim to run, see how far that gets you.
Are you trying to imply having an “official SteamOS” means you will be able to call Valve to have them troubleshoot your game? Because you can’t do that with the current official SteamOS on the Steam Deck. I don’t think you thought this through.
https://help.steampowered.com/en/wizard/HelpWithSteamDeck. There is a live agent option too for customized help.
I wouldn’t buy a $500 device where the manufacturer guarantees certain games to work but then doesn’t help me get them working if I need them.
Welp, good thing I didn’t have dinner because I have to eat my words now.
…do people really do that with Microsoft, or do they just throw the errant device in a closet and get a new one at best buy?
They do, yes. /srs
You’re thinking of Mac users. /j
Really nice. Been waiting for this. I’ve used linux for two decades but kept gaming pc separate last years as I’ve became lazy. Now I’ll likely decommision that one and just rdp into my work windows machine if needed.
Thanks gaben
People might not realize this, but your comment is a huge deal. People like you who keep a separate PC are normally very hard to convince that gaming on Linux is a viable alternative. So the fact that you’re saying that, is a big deal. Right on.
This could lead to some sort of controlling mechanism that will check if your OS is actually SteamOS, otherwise some kind of DRM would prevent you from playing online for example. I’m wary.
Also people are forgetting that gaming isn’t the only thing people use their computers for. They are convenience devices. They want to game on the PC they also use for other things. They will not switch for gaming only. Companies who sell software will see this and start piling on their controlling mechanisms, tracking, … More proprietary things will come, I mean games already are, and they are not in the spirit of Linux.
I’m bad at expressing my thoughts, but I hope you understand what I’m trying to say.
Not really. The “control mechanism” is already in place for games that rely on Steam’s infrastructure for their online functionality.
Yes, but that’s not what i mean, i mean other non steam software. Software developers will follow wherever users will go. And they will bring their mechanisms to protect their proprietary software.
You meant “wary”. Weary means tired. Wary means suspicious.
It didn’t feel right when I wrote it, but English isn’t my first language. Thanks!
No problem; it’s a common English mistake, even for native speakers.
I tried their iso on a mini PC yesterday and uhh… not so good.
Installed mint and had steam running in 15 minutes after the disappointment tho.
Where did you find a SteamOS 3.0 ISO?
That is SteamOS 2.0 which is nearly a decade old.
There’s no ISO.
Wrong
https://store.steampowered.com/steamos/buildyourown
Ok, it’s an img file, whatever. Same same.
Oh man that’s the old SteamOS 2.0 from 2015.
Valve completely rebased and revamped it in 2022 for the steamdeck. Steam OS 3.6 is the current version and only available for the steamdeck.
…then I wonder why on earth Valve keeps the link up. Dunno their thinking.
This is the version based on Debian, which is ~10 years old.
The new one is based on Arch.
How nice of them to just leave it up there.
I only know this because I was able to download a distrobox image of SteamOS on my Bazzite installation (it was in the drop-down menu), and it’s actually Arch instead of Debian. Not sure if it’s legit or what…
It should be arch, I also checked HoloISO and they removed all of their releases.
Let me preface by saying I love everything Valve has done for Linux gaming and I’m fully aware that Linux wouldn’t be where it is now without Steam. With that said… I really don’t get the hype for SteamOS on other devices. I mean, it’s serviceable if all you do is gaming but it’s honestly one of the worst desktop experiences I’ve ever had (and I’ve
used gnomehad many): You need to go into desktop mode to do pretty much anything a regular computer should be able to do and, when you get back into Steam, it closes everything you opened while in desktop mode. This means you have to rely on hacky software to do things you would just be able to do if Steam was better integrated with the desktop. For example, why do I need to install a plug-in to import all of my games from different stores into Steam when I should just be able to alt-tab into whatever launcher I want? No, I will not import other launchers into Steam’s launcher and then launch the launcher from the Steam launcher to launch the game — I’m not a crazy person. It feels as if Steam is doing everything in its power to keep me from leaving it and punishes me for daring to try, which honestly reminds me of a certain fruit company. Now, Valve obviously designed SteamOS to be used with a controller and only for games bought from Steam (which is delusional but I digress), so let’s assume you are that person: you have your entire game library on Steam and you use a controller as your main input device so you don’t see the need to ever leave Valve’s walled garden. Then you’d still be better off with any one of the other 37 thousand distros that come with Steam preinstalled because then you at least have access to the desktop Steam UI.tl; dr: SteamOS kinda sucks, just use a normal distro. Yes, even if you exclusively buy games from Steam.
I mean, it’s serviceable if all you do is gaming
You answered your own question. For some devices, gaming is all they need to do.
It feels as if Steam is doing everything in its power to keep me from leaving it and punishes me for daring to try
Does it? EmuDeck, Heroic and Lutris integrate directly into Steam. With a single click you can add a shortcut in your Steam library. Same goes for adding any desktop shortcut with a right click.
I’m not sure how they can make it any easier unless somebody like GOG bothers to do some work themselves.
For some devices, gaming is all they need to do.
Serviceable isn’t good, even if gaming is all you do, you’re better off with a regular distro — this was brought up already in the comment you’re replying to.
EmuDeck, Heroic and Lutris integrate directly into Steam. With a single click you can add a shortcut in your Steam library
Adding a secondary launcher to a launcher is bad design. Again, this is something that I brought up in the comment you’re replying to, along with having to use hacky software that only exists to remedy SteamOS usability problems, of which emudeck is one.
I’m not sure how they can make it any easier
They don’t have to. The problems I mentioned only exist because of SteamOS dumb decision to completely segregate the “desktop” and “gaming” experiences. They’re fixed by just letting me use my computer. Imagine if Steam logged you out every time you exited Big Picture mode, because this is pretty much how SteamOS currently works. I think you guys are cutting a LOT of slack to SteamOS because of what Valve did for Linux gaming but there’s really not a single reason to use it over something like Bazzite (not the Steam Deck version, obviously).
the biggest wall imo is still getting companies with anticheat games on board.
i have faith this will be resolved eventually/they will have to admit kernel anticheat isn’t even meaningfully more effective and give up on it. anyway loads of people don’t play multiplayer AAA so it’s a no brainer already for them. as the mass of people migrating continues to grow devs/publishers hopefully will have to catch up. 2% of the steam hardware survey is linux now, it could be 5% within the decade. that’s my optimistic outlook, i know i shouldn’t underestimate how out of touch the epic games suits etc. are though
IMO, no one should be playing games with kernel level anticheat. There is no way I would let any big gaming company have that level of control over my PC. It’s a security nightmare.
I wonder if Valve will eventually offer their own system of checks similar to Google Play Integrity? I don’t think I’d care for it since it’s an invasion of personal choice on a device that you own, but for people who want to play competitive games with cheating problems, running a partition with integrity checking seems a fair trade.
Yeah you can do most of that server side but they don’t want to pay for it. Why pay when your players let you coop their machine for free or even better yet pay you for the privilege. Also player run dedicated servers would fix all of this. Don’t like the cheaters movement servers. Own the server ban them. We had this working just fine in the 90s.
I would imagine it wasn’t that large scale back then. I wasn’t in the 90s so I wouldn’t know. But some games with player servers are filled with extremely triggering names and env, if you know what I mean. I’d rather prefer the current matchmaking.
The tick was to find your sever. With Quake 2 and Team Fortress Classic. You would find a server that meshed with the community that fit you and you would go to that server. You got to know the players that would come back over and over. It was a micro community in the larger community of the game. You became a regular sometimes were even giving mod rights very much like a lemmy community. Yeah there were asshats just like there is on here but you just don’t engage with them.
Hell back when quake 2 was in heat.net we would just hang out and chat in the lobby. When playing mechwarrior 2 they had clan websites and we would battle other clans in brackets. I started in that clan by just random showing up in that lobby and someone was nice and taught me how to account for lag when targeting other mechs.
It takes a little more work to find or create your community but once you do it’s so much better than the company directed dull experience. Stuff like surf servers in counterstrike or bombing run basketball servers in unreal tournament would not exist without player controlled dedicated servers.
Also scale didn’t mater since it was decentralized like lemmy is. The company didn’t have that much control of what players did with their severs. That’s what this is what this is all about control. They want to make sure you see what they want you to see to buy that cosmetic to feel fomo. To play how they want you to play. So emergent gameplay almost never happens anymore.
If it’s an immutable system, it should be easier to ensure system integrity IMO.
If gamers were buying in their best interest nintendo would be bankrupt, there is what gamers should do and there is the real world. The sad reality is that only the low end gamers care about vanguard and they aren’t paying the bills in riot
I wouldn’t say it has anything to do with the financial affluence of the gamer, but I agree with you that the vast vast majority of gamers simply do not care. Like with a lot of things, that same majority would be better off if they did.
sadly theres a line between shouldn’t and how the market responds to it. Regardless of the fact, it is a hurdle, and the reason why not all of the top games on the concurrent player list on steam is playable on SteamOS, whether one likes it or not.
After that huge “Salt Typhoon” hack against major telecoms, you’d think people would take “security nightmare” a little more seriously!
Truth is though, your average Valorant/League/Whatever player probably isn’t even aware of it running when they smash through ok -> ok -> agree -> yep -> accept -> accept -> ok -> play.
Any kernel-level anything connected to major corporate servers should be scary and taboo, but except for the alarm-raisers who know what they’re talking about, most people don’t even understand the implications.
I’m glad Steam is at least marking a big “This game requires kernel level anti cheat” on store pages now. It looks ugly, possibly scary, so maybe that’ll raise some awareness and make developers not want to go with it.
Or getting players & friends to stop playing those types of games when there are so many compatible games to choose from.
That will be more likely as more people start using SteamOS.
If SteamOS can get enough users, then not supporting it will start to hurt the game developers profits.It will be the opposite. Even Microsoft hates kernel-level anti-cheat.
Let’s be honest here, they only care because when someone inevitably fucks up, people will think the fault is with windows.
I wonder why they dont like people fucking around with the kernel
I’m sure it starts with C and ends with “Strike”.
Oohh, counter strike.
Uhhhh, sure, I guess.
“Cant have those TenCent CCP botnets sniffing the same customers WE’RE sniffing! Get outta here!”
–M$, prolly lol
It does often feel like as soon as a significant hurdle is overcome, the industry just makes another one.
Hopefully SteamOS/Steam on Linux gets enough traction to force publishers to reconsider.
And with every step it’s getting better. 10 years ago almost no games were natively supported and you needed to fuck around a lot to start anything with wine and most didn’t work anyway. Nowadays everything just works, and the only category of games that doesn’t is that slop with kernel level anticheat.
The improvement was monumental.
I’d rather kick them off the boat.
It’s true that a big slice of gamers play games with anti-cheat solutions that don’t work on linux. That said most of those aren’t even on steam, which is the biggest pc game marketplace, so I’m not sure it’s that big of a dealbreaker for that many people.
you don’t have to onsider off platform titles on its own. just take proton DBs list and sort by playercount and youll have your handful of misses on some of the top currently played titles. that already filters the non steam games already, and it still has its small handful of titles not on board yet.
They’ll come around when the userbase increases. We live in a capitalist world, and these fuckers will always follow the money. They have zero principles, they just want the money.
The reason why I can’t try Marvel Rivals with friends.
Fuck kernel-level software from commercial companies, though!
? rivals works fine on my machine on Nobara. it has a Linux compatible anti-cheat.
Hm? It wasn’t very click-and-play on Bazzite before, and areweanticheatyet.com listed it as broken.
I see it’s updated to Running (though not Supported)
I’ll have to try this weekend, it seemed fun!
protonDB is my go-to and most people on there seem to be having a pretty smooth experience with it! it is fun!
A Linux distro with a great OOTB experience for gamers would go a long way.
- Steam pre-installed
- trustworthy Flatpak packages for popular gamer apps like Discord (not uploaded by some nameless rando)
- TeamSpeak for curmudgeons like me and my friends
- desktop environment tailored to Windows users
- auto-install and configure graphics drivers for AMD and Nvidia
- configurable automatic updates and system backup
- choice between Chromium, Firefox, etc. for default browser during setup
- included in Steam Deck compatibility testing
Luckily for you this already exists, and it’s effectively SteamOS:
You can even put this on a Steam Deck as a drop-in replacement.
Bazzite is fantastic and it’s what I’m running on my gaming laptop, but I’ve always wondered why you would want to put it on a Steam Deck? Is it for the people who use it as a laptop replacement?
Bazzite has more features when compared to SteamOS. Some examples
- Waydroid - support for android games
- Easy install of lots and lots of applications and tools (DeckyLoader/EmuDeck)
- More recent kernels
- Easy system config scripts using ujust
This is just the tip of the iceberg.
Some of them are targeted to new users but most of them are for gaming enthusiasts. If you are a newbie, stick to SteamOS which is still great. This would be my recommendation.
People who want to run a lot of different emulators, for example. You can play all your Steam Deck games and all your other console’s games, from a single device with a great Big Picture mode.
Bazzite also includes Waydroid, which means you can use all your Android apps.
I know that it’s possible to do some (perhaps all?) of that on a stock deck by doing all the setup yourself, but Bazzite handles it OOTB.
Beca*se I’m tired of using an ancient version of KDE Plasma?
Bazzite
I’d also add automatic configuration for multiple monitors, perhaps as much as 3 or as much as tmmy laptop’s GPU allows for.
I’ve been doing some research and it seems like arandr has the best GUI for doing this.
You’re just shy from describing Bazzite
It’s got:
- Steam pre-installed
- trustworthy (?) Flatpak packages for just about everything, even encourages it
- desktop environment tailored to Windows users (KDE, really)
- auto-install and configure graphics drivers for AMD (Mesa) and Nvidia
configurableautomatic updates and system backup (although I think you still have to click the notification for flatpak updates)- choice between anything for default anything during setup
- included in Steam Deck compatibility testing (actually in not sure but they do offer Steam Deck builds)
Don’t forget real, well-tested HDR and VR support on all GPUs out of the box.
We are slightly behind on the HDR issue. I hope to see it resolved by end of 2025.
As I understand it, there have been issues with distributing Nvidia drivers in a Linux distro. Some do do it, but it’s kind of a legal grey area due to potential conflicts with the license of the Linux kernel.
I don’t really understand it fully, but it’s been an issue for a while. Apparently it’s less of an issue now because Nvidia partially open sourced its drivers. AMD’s GPU drivers apparently don’t have these issues.
Wonder what the situation with intel’s new GPUs and its drivers is.
Nvidia is working on opensousing and openlicensing their drivers, it’s going to be good, but nobody knows when
I’ve been using Nobara and its been awesome. I wanted a fairly standard desktop with a gaming focus and it fit the bill. It even managed to automatically get the power saving sorted for my laptop which has a nvidia GPU. Great distro.
take a look at bazzite perhaps?
I was so impressed with Garuda that I adopted it for my primary workstation OS even though I’m using the “gaming edition”.
When SteamOS releases on all devices people will say “I’ll switch when every peice of Windows software is compatible” or some other unreasonable and impossible accomplishment. Even if every peice of Windows software was compatible people would say “ill switch to Linux when it looks and functions identically to Windows”.
It helps to think about this as a spectrum, as more features become available more people will make the switch to Linux. Not everyone will be able to swich to Linux at the same time, and some people will never switch.
Gaming was major bottleneck, even I, a person using Linux full time for the past 20 years, I used to maintain a Windows disk to play games. Only in the past couple of years I was able to sunset my windows setup, hopefully to never touch windows ever again. I had to drop a couple of games but it got to the point where rebooting to a OS wasn’t worth it, as most of my games worked flawlessly without any tweaking.
There are many major pros to the Linux desktop environment, but we still need major software applications to become portable. The workflow of an average office worker is still not Linux compatible. Of course there are office alternatives, but they are not as easy to use. Though, IMO the oss world is hurting by trying to copy ms when their products are so horrible… Hopefully, the EU will drop some major cash at the issue with all these talks about digital sovereignty.
These guys should not wait for Linux but support reactOS, lol
Absolutely this, Linux is not a Windows replacement but ReactOS is (granted its not ready yet)
With bottles, boxes, and all the other small environment virtualization solutions available right now, switching to Linux with a few ‘almost native’ Windows application is easier than ever. The mileage will vary from distro to distro. I’ve managed to get bottles to run some annoyingly old statistics software I need for work. It works great. Sometimes it can be a bit of a headache to figure out where the software saves files but playing detective for a file somewhere in the system is better than enduring all that Windows imposes on the user.
Didn’t know about Bottles, Cool find, may have to test it out.
For all my disc games or other just standalone .EXE stuff, Bottles has been nothing short of mind-blowing.
I’d say the Flatpak might be your best bet if you’re on a rolling distro.
My only other tip is to make sure you set your Bottles directory to wherever your storage partition is, as it’d probably fill up your /home by default pretty quick!
Yep. I recently started using bluesky and it’s filled with linux hate posts farming likes. People just complaining about random things that don’t even make sense.
I believe fomo is a real thing. Even if one doesnt play fortnite or valorant or kernel level shit, they still are afraid of missing out. So unless and until Microsoft goes bankrupt, I doubt Linux will replace it.
Man that’s sad, because I was considering it just because it had a stronger “Network Effect” than Mastodon.
That FOMO is pretty real though. These multiplayer service games are a flash in the pan sometimes, where once their heyday is over, they become “Hey remember that old game?” and there might be some reverse-engineered private servers running from like, Lithuania, with 4 people online after that lol.
I feel this pretty hard with Helldivers 2. I had a BLAST with the first game! Loved it! And apparently this one is good too!
But Sony is determined to be Sony, and it’s got kernel-level requirements, so nope, I’m missing out. It does suck, because before all the drama I really looked forward to it. It genuinely looks fun. I see my friends playing it. Oh well.
Watching Arcane made me almost wanna fire up League of Legends again, but once they announced their anti-cheat, I quit forever. (Probably for the best, let’s be honest lol.)
So yeah with an OS, I think people feel like some killer app will come out and if they’re not running a system it was tailor-made for, they’ll miss out on it entirely.
Yep. I thought it was filled with left but it’s mostly liberals. They get very easily offended when any of their capitalist hobbies or tools are endangered in a conversation.
About the arcane part agree. For me its esports. Watching it makes me want to play but I know none of the things I enjoy watching will be in ranked lol(teamwork). Linux not supporting kernel level anti shit is a feature for me lol. I would jump right back to my valo addiction otherwise.
I recently switched to fedora and I didn’t think it would be difficult, but it was even easier than I expected. Every game I’ve tried to play has worked perfectly.
Fedora was my first distro. But i hat issues with Hardware in my framework laptop, which should have good Linux support. But what was even more annyoing was that Video and audio codec die not work right away because it does not support proprietary which made life horrible difficult for a noob. What are your thoghts on that?
Different person here but I’ve been using Fedora for many, many years. This discussion comes up all the time and though RPMFusion is a checkbox in the software store GUI people obviously would like to have Nvidia proprietary drivers and proprietary codecs as an easy install like from a button click on install.
The problem is that Fedora has had a FOSS only core value since the beginning and I’m sure a big part of that is to keep Redhat out of legal troubles but it also resonates with a lot of the actual Fedora volunteers (those folks on the SIGs that do all the work).
I don’t think it’ll change anytime soon. Normally the response to this is “then new users will go elsewhere” or “If Linux wants to (something number of users or something market share)”. The thing is the Fedora project doesn’t ‘care’ about that and why should they?
I get that and I would obviously prefer an completely open source linux. But on the other hand I want stuff to work. I like that for example linux mint and ububtu ask during the installation if you would like to install prorietary stuff as well, which i always click. And who would not?
I’m curious, do you recall what hardware issue you had? I’ve been using Fedora-based Aurora on my 13 and 16.
I think there was something with the screen, trackpad and fingerprint reader? But its long ago, so idk