The number continues to grow, but growth seems to be slowing.

cross-posted from: https://lemmy.nz/post/29912814

spirinolas
link
fedilink
English
106M

There are still lots of reasons that stop people from jumping 100% into Linux. Gaming is less and less one of them.

@[email protected]
link
fedilink
English
116M

True, but network effects are important to that.

There were huge numbers of people that wouldn’t move to Linux because it didn’t support all of their games. Now it does, and lots of people are moving.

There are lots of people that won’t move to Linux because they have a random bit of hardware that’s not supported, or a highly-specific bit of software they need to do their job that only runs on Windows. The manufacturers wouldn’t support Linux because not enough people used it. Ah, but now we have all the gamers, so there are quite a lot of people using it.

Each domino that falls encourages the rest. Steam Linux users are more than 3x Steam macOS users, and we’re not that far from overtaking it for general desktop usage. In some regions, that’s already the case, and while the Windows 10 exodus can move to Linux easily, they’d need to buy new hardware fo use the Mac operating system. Not many companies would question providing Apple support; once Linux has a comparable share, it would be foolish to leave that out of consideration as well.

@[email protected]
link
fedilink
English
16M

The problem is that he biggest networked games, I.e. those with the most players online, won’t work on linux. Until fortnite or apex legends or LoL allow linux machines, people will be stuck on windows so they can still play with their friends. The same thing happens with most of the sports games except those players are almost entirely on console, and they are locked in there.

FlashMobOfOne
link
fedilink
English
66M

I love to hear it, but only about 70% of mine work on Linux, so I’m stuck with a dual boot. 99% Linux is better than no Linux, at least.

@[email protected]
link
fedilink
English
1
edit-2
6M

but only about 70% of mine work on Linux

Have you tried wine bottles? I had real problems getting anything to work right till I found that app.

FlashMobOfOne
link
fedilink
English
16M

Yeah, I’ve tried all of the compatibility programs.

Some will run using those, but in a very, very sluggish way.

@[email protected]
link
fedilink
English
26M

Does anyone know if it’s possible to run VR games on Linux? I’d love t ditch Windows for the gaming pc…

@[email protected]
link
fedilink
English
46M

It’s great that the number of games playable on Linux is rising. But the lack of mods is stopping me from switching. I tried to play Civilization 6 and it’s hard to play it without many quality of life improvement mods.

@[email protected]
link
fedilink
English
76M

You can mod games on Linux though, some just need a bit of fiddling, just look it up. Never tried Civ 6 but people say it’s possible.

@[email protected]
link
fedilink
English
26M

It’s definitely doable but I won’t pretend it’s a pleasant process compared to what people are used to with Windows modding, and Wine overhead can mean a large unoptimised mess of Stardew Valley/Rimworld/Skyrim mods are going to perform worse.

@[email protected]
link
fedilink
English
16M

Let’s see some benchmarks.

Bunbury
link
fedilink
English
26M

Can confirm the viable gaming. Some need fairly annoying workarounds that require some regular fiddling to adjust (looking at you EA/Origin with your silly launcher), but in the end it’s definitely playable.

Dr. Moose
link
fedilink
English
11
edit-2
6M

I’ve converted all my gaming to linux including vr and couldn’t be happier! Even hardware works flawlessly these days with the exception of VR at times. I’m still struggling to get No Man’s Sky to work on my quest 3 and linux VR and thats really the only thing I’m missing but it seems close to working just needs more fiddling.

Highly recommend Bazzite for people looking for a linux gaming distribution. It’s immutable which can complicate some things but it’s mostly plug and play and impossible to ruin due to immutable nature.

@[email protected]
link
fedilink
English
16M

Cachy does everything bazzite does but better less complicated and more friendly to new users coming from windows.

Immutable distros just add endless headache for new users and are a pain in the ass to look things up for if you don’t explicitly understand what your os is.

@[email protected]
link
fedilink
English
46M

I use cachy on my laptop but I wouldn’t call friendly an arch based distro that during setup asks the user “which of those 19 desktop environment do you want? Choose wisely only one”

It doesn’t even have a gui to install new software (at least, I am not an expert, I chose hyprland and it didn’t install that, and when I manually installed KDE Discover and the GNOME software manager, they only show and install flatpak apps - but because I’m not an expert I might have messed something up)

Dr. Moose
link
fedilink
English
26M

Immutable distros just add endless headache for new users

I disagree here. Sure it makes copy/paste computing a bit harder but it also prevents newbies from working themselves into a dysfunctional operating system which happens way more often than you’d think. People open a port or set some system variable for one thing and never set it back breaking everything else. With immutable system new users are forced into sustainable, reversible and transparent solutions.

The issue is that immutable linux is still pretty new so some mutable solutions aren’t adapted in immutable ways yet but if you’re just gaming you should never be on that side of the bleeding edge anyway.

@[email protected]
link
fedilink
English
26M

It is a perfect baseline OS. It gets people connected to Steam faster and easier to Windows, which is the main access to most games.

Biggest obstacles to venturing out in Linux is the documentation for everything is not built or assuming normie users. The default assumption of competancy does not exist in Windows manuals.

But even so using Homebrew in Bazzite is no more complex than in Windows.

Dr. Moose
link
fedilink
English
26M

Been a while since I used windows but afaik docs are much worse on that side of things. At least on Linux you find some command or smt that could fix your issue, many windows problems are unsolvable and completely undocumented. There isn’t even a centralized log system like journalctl on windows so every error is just an alert pop up that says nothing or just complete silence.

dragon-donkey3374
link
fedilink
English
46M

I’ve installed Bazzite myself. What do you mean by immutable? I ran into an issue trying to install VPN the other night. Something about the fs being read only. I’m still yet to look into it.

AmbiguousProps
link
fedilink
English
36M

That’s what immutable means in this case. You can’t modify outside of your user directory, at least not directly, on immutable distros. The files outside of your ~ home path are read-only. You can override that a few different ways, however. If your VPN has a flatpak, that’s the easiest way to get it up and running. If you don’t care about more space (minimal, if you only do it for your VPN) being used, you may be able to follow your VPN’s fedora instructions, replacing dnf with rpm-ostree. That will likely allow you to install as you can in other distros.

Feel free to ask any questions if you have any, I’m happy to help.

dragon-donkey3374
link
fedilink
English
1
edit-2
6M

Thanks mate. I’m very new to Linux and still have the 101’s to learn. I’m going to see if I can find a CLI cheat sheet somewhere to memorise 😜 Oh and it was a run file that I downloaded for the VPN.

AmbiguousProps
link
fedilink
English
26M

Ah, yeah, if your VPN only provides a run script you may need to try it in distrobox and see if it works there. It’s probably trying to put libraries in immutable portions of the install. Good work figuring Linux out, I know it can be a bit daunting at first but you’ll get the hang of it!

dragon-donkey3374
link
fedilink
English
1
edit-2
6M

I spent 2 hours trying to work it out last night lol Eventually tried the method of downloading PIA config file and adding new VPN connection in settings and even that didn’t work. It was stuck on need authorisation when connecting. I got tired and gave up, I’ll go back to it again haha

AmbiguousProps
link
fedilink
English
16M

Hmm, strange that the config file didn’t work - that’s actually how I do it (but with Mullvad and wireguard). No installation necessary if you can figure out why it’s not working.

dragon-donkey3374
link
fedilink
English
26M

Yeah I don’t think I’m going to worry about the app installation now. I’ll look into why the config file didn’t work. All I changed was my VPN login credentials.

@[email protected]
link
fedilink
English
28
edit-2
6M

Meanwhile nearly 60% of Windows Games now run on Windows.

@[email protected]
link
fedilink
English
26M

I can’t wait to be banned for playing online from linux

@[email protected]
link
fedilink
English
26M

nice

@[email protected]
link
fedilink
English
416M

trying to force AI into windows 11 isnt helping MS.

@[email protected]
link
fedilink
English
146M

I can not understand why they made that decision.

Diplomjodler
link
fedilink
English
106M

The end user is seen as nothing but an exploitable resource. If a few thousand nerds don’t like it, they don’t give a shit. Until the general public wakes up to the shitfuckery, nothing will change. Just ask your mom, what she thinks about Microsoft’s data collection.

AmbiguousProps
link
fedilink
English
206M

They think line won’t go up if they don’t shove it down every user’s throat. They’ve put most of their eggs in that basket.

@[email protected]
link
fedilink
English
5
edit-2
6M

To be fair it’s not just Microsoft doing that. I was looking at gym equipment the other day and some idiots were trying to sell a fucking home gym with AI. Everyone wants to sell it, nobody wants to buy it.

@[email protected]
link
fedilink
English
106M

Because it allows them to collect and process more data, which can be used or sold, increasing their profits.

@[email protected]
link
fedilink
English
126M

–> $ <–

@[email protected]
link
fedilink
English
36M

🫱( ‿ $ ‿ )🫲

@[email protected]
link
fedilink
English
16M

( ͡° ͜ʖ ͡°)

@[email protected]
link
fedilink
English
436M

In my personal experience, the only games that don’t work are those that explicitly choose not to :

  • Fortnite
  • PUBG
  • Roblox
  • Valorant

I’m not much into competitive games myself, so the only one that’s inconvenient in this list to me is Roblox. There are a few really fun games on their platform that I wish I could play on Steam Deck, as used to be possible.

@[email protected]
link
fedilink
English
46M

Not too surprisingly, you can add League of Legends (another Riot games title) to the list. While I’m not a fan of kernel level anticheat, I do love most of these games, and it’s really frustrating how I don’t see any change in the future. After more than a year of struggling, I finally managed to get my Mint working (turns out my old mobo was faulty), but it looks like I will still have to keep Windows for basically all multiplayer titles I play.

@[email protected]
link
fedilink
English
26M

really sucks that League doesn’t work . . . I know some people who play and the fact that it used to work just sours the pain.

I guess, at least Dota 2 works? I know they are very different, but I’d say similar enough and worth a shot so long as one isn’t too tied to LoL.

@[email protected]
link
fedilink
English
16M

Thanks for the tip, I should give it a try. I’m not sure I still have the energy to invest months until I start to understand stuff while sucking and losing all the time, but I will get there eventually.

@[email protected]
link
fedilink
English
06M

The distro really matters as far as Roblox goes. I tried Arch, Manjaro, Garuda and couldn’t get it working. Ended up back at Ubuntu and it works fine now

@[email protected]
link
fedilink
English
36M

For Roblox you have to use Sober

@[email protected]
link
fedilink
English
46M

Rocket League as well; it’s the only reason I haven’t gone full Linux for gaming.

…you’d think after 8+ years of playing I’d be bored, but it’s just fun.

@[email protected]
link
fedilink
English
16M

I would have thought that, as I have played closer to 8 hours, and I am bored with it 😂 glad it’s still fun for you though 😊

@[email protected]
link
fedilink
English
76M

I played Rocket League yesterday on Bazzite through Steam without issues

@[email protected]
link
fedilink
English
36M

Whaaaaaat

Bazzite here I come

@[email protected]
link
fedilink
English
56M

Heroic Launcher (frontend for Epic Games Launcher) also worked for me on arch linux

@[email protected]
link
fedilink
English
9
edit-2
6M

Rocket League works on linux? Unless something changed recently, because I used to play it on my Steam Deck all the time.

https://www.protondb.com/app/252950

@[email protected]
link
fedilink
English
66M

Rocket league is inside fortnight now.

Basically they want fortnite to be a complete (malware) gaming package with every game inside it sp youre tied to epic.

@[email protected]
link
fedilink
English
46M

Fortunately it’s still up on Steam for us (few) legacy players

@[email protected]
link
fedilink
English
36M

Had to install it twice because it first installed the linux native, Proton version runs fine might need to give it an input to get past the welcome screen which was blacked out for me.

@[email protected]
link
fedilink
English
26M

Try wine bottles, Im using that for games on Linux Mint, havent found any issues yet. You may also need flat seal to make it accessible outside the flatpak environment.

@[email protected]
link
fedilink
English
24
edit-2
6M

You can play Roblox through Sober. It runs the Android version directly so it’s pretty similar to what an official port would be, in terms of performance

@[email protected]
link
fedilink
English
116M

Sober is awesome, and I can actually have Roblox LAN parties with my son thanks to it.

@[email protected]
link
fedilink
English
46M

I believe Destiny 2 also doesn’t work. I just don’t play it anymore lol

@[email protected]
link
fedilink
English
66M

I play a lot of Space Engineers, and it randomly crashes… No idea what’s causing it.

And Space Engineers 2 just doesn’t launch for me.

There’s likely a config option that could fix things, but I don’t know it.

Every other game I play is fine.

@[email protected]
link
fedilink
English
36M

Have you changed which version of proton it uses? It’s in the compatibility options for the game, sometimes going to an older version solves some issues.

@[email protected]
link
fedilink
English
26M

For SE2, it’s likely a version issue. But that game is under active development, so I’m waiting on it.

For SE1, well that one is a bit of a mystery… It probably isn’t. I have a few mods.

@[email protected]
link
fedilink
English
76M

You know about protondb already? Gives a good list of potential fixes if you come across issues, it’s been a godsend on the rare occasions something doesn’t work first try

@[email protected]
link
fedilink
English
36M

I know. Tried a few things from that site, but no luck on SE, and SE2 is under active development so I’m waiting on it for a bit.

@[email protected]
link
fedilink
English
16M

Fair, good luck with it. Just had to figure out that a drive from a windows install was causing huge permissions issues and any game installed on it wasn’t executing. Sometimes the problems can be really obtuse.

yessikg
link
fedilink
26M

Check the Lutris website, there may be a custom install script there

Wildmimic
link
fedilink
English
16M

That’s because of the awful spaghetti code that is the basis of Space Engineers. I gave up on that game years ago, because those devs were vibe coding before it was cool, and it shows.

@[email protected]
link
fedilink
English
16M

I will say, the game is remarkably stable compared to what it was a few years ago. Especially pistons and rotors.

But yes, it still crashes randomly. About once or twice an hour.

And I got SE2 running. No crashes there, but I don’t like creative mode, so play SE2 much less.

I am excited for the upcoming SE2 survival mode

@[email protected]
link
fedilink
English
-26M

dfsdfsdfsdf

heyWhatsay
link
fedilink
English
66M

Rip Microsoft

@[email protected]
link
fedilink
English
16M

Has support for DP 2.1 or HDR in Wayland made any improvements yet? I tried Pop_OS and had lots of issues with this

https://github.com/NVIDIA/open-gpu-kernel-modules/issues/816

I’ve been following this GitHub issue waiting for this change to make it into the next nvidia driver release but still suspect this won’t address HDR. Obviously first world problems for high end hardware but it’s one of the last pieces holding me back from trying Linux on my desktop

Domi
link
fedilink
English
56M

HDR

HDR works on KDE and GNOME desktop environments. KDE is currently the better choice if HDR support is important.

As for software:

  • Not included in official Proton builds yet but can be enabled in Proton-GE with 2 environment variables
  • mpv works fine
  • Kodi gets support in the next major version
  • Firefox and Chromium have experimental support

Can’t speak for DP 2.1 since I have an AMD GPU and no hardware that uses DP 2.1 (yet).

@[email protected]
link
fedilink
English
26M

Appreciate the info! I had been trying out the new Cosmic DE that ships with pop os and I’m guessing that’s still lacking HDR but did feel very performant. I’ll have to see if switching is worth the trade off once they nvidia driver update gets released

Riskable
link
fedilink
English
2246M

FYI: That’s more Windows games than run in Windows!

WTF? Why? Because a lot of older games don’t run in newer versions of Windows than when they were made! They still run great in Linux though 👍

@[email protected]
link
fedilink
English
676M

There is like a good chunk of an entire decade’s worth of games that can’t be played on PC legitimately due to either expired licenses for music (e.g. EA Trax) or lack of support for older, disc-based DRM (SecuROM etc.).

That’s before factoring older titles that no longer work due to arbitrary changes to DirectX and the Windows kernel, which break backwards compatibility.

@[email protected]
link
fedilink
English
126M

Huh wonder whether shadows of destiny pc port works on proton.

Truscape
link
fedilink
English
196M

Might be worth checking ProtonDB, or WineDB if it’s not on steam.

@[email protected]
link
fedilink
English
66M

It wasn’t on proton but there’s a very old entry on wine. Looks like my boy Jeff’s last entry was quite recent in 2023, he rated it a silver. There’s a known bug from some graphical glitch during certain events like the protagonist meeting himself back in time and others which may prevent completion. I wonder how it works now, tempted to test it out.

Create a post

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

This community is mostly for discussion and news. Remember to search for the thing you’re submitting before posting to see if it’s already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don’t share it here, there are other places to find it. Discussion of piracy is fine.

We don’t want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform
By type
By games
Language specific
  • 1 user online
  • 126 users / day
  • 649 users / week
  • 2.11K users / month
  • 6.07K users / 6 months
  • 1 subscriber
  • 8.97K Posts
  • 189K Comments
  • Modlog