this post was submitted on 02 Nov 2025
45 points (97.9% liked)

Linux Gaming

22166 readers
531 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Howdy,

I've been trying to get sunshine setup on my arch (btw) install and things aren't going the smoothest. My PC has a 4080 and is hardwired to my wifi 7 router and the device I'm streaming to is an AYN Thor. All of those should be relatively beefy devices so there shouldn't be any bottlenecks there. When I begin streaming a game however, my Thor displays my incoming framerate from the network as, at most, ~30ish FPS. This is despite the fact I can see the game running on my PC at 120+ FPS. Doing some googling it looks like the most likely culprit is just Wayland's compositor, I guess? It was suggested to try in x11, but Jesus I would hate having to log out of my Wayland instance and into x11 just to stream games.

Anyone stream games on their Linux install? Can anyone think of anything else I can try to increase the framerate? Would really like for this just to work and not need to have a whole process to stream something basic like Xcom or something. Thanks for your guys' insight!

EDIT: Following in this guy's footsteps, uninstalling the AUR's sunshine and instead using the latest build from GitHub seems to have fixed the issue.

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 3 points 2 weeks ago (2 children)

I believe this is an issue with Nvidia's more recent drivers and sourcing various libraries. See this issue here to get a sense of whether this is your problem or not, and try to get some log output to confirm and helps debug. That issue is not going to solve your problem, just help in debugging.

It would also be good to get a comparison from a different streaming kit to rule out networking issues. If you have Steam, try running a few games through Remote Play and see what happens there, or try Apollo and see if there is any difference.

[–] xvertigox@lemmy.world 1 points 2 weeks ago (1 children)

Have you tried both Apollo and Sunshine? If so, do you prefer Apollo more?

[–] just_another_person@lemmy.world 2 points 2 weeks ago (1 children)

It just has some QoL automations centered around resolution config creation and Virtual Displays/Desktops. The internal bits and pieces are the same otherwise.

[–] xvertigox@lemmy.world 1 points 2 weeks ago

Ah, sweet, thanks for the info. Having to unplug my ultrawide so it uses my secondary monitors 16:9 aspect ratio would be a nice issue to avoid, I'll try out Apollo.

[–] YellaLeber@sh.itjust.works 1 points 2 weeks ago (1 children)

Yeah it might be the same issue but not sure if it'll be applicable. The OP mentions he's running windows 11 so idk if the issue is the same. Unfortunately as far as I can tell remote play was just broken last time I tried it on arch hence when I'm trying sunshine. And Apollo doesn't support Linux yet which is a bummer because I guess it's better than sunshine?

[–] just_another_person@lemmy.world 1 points 2 weeks ago (1 children)
[–] YellaLeber@sh.itjust.works 1 points 2 weeks ago (1 children)

Isn't that just the sunshine documentation? On the Apollo GitHub page you linked it says Linux version is in the works

[–] just_another_person@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

It is a fork...of Sunshine.

Build and run it the same way you would run Sunshine.

But that's not the whole point of my post. Run ANYTHING else and get a comparison or some logging output. Right now you're just assuming it's a problem with Linux or your system as a whole, and you have no comparison to prove that. More info gets you better steps to solving your problem.

[–] YellaLeber@sh.itjust.works 1 points 2 weeks ago (1 children)

Ah I see. This is my first Linux install so wasn't aware I could just build it and run it. When googling people were just saying it wasn't available on the AUR so I thought it was just a no go. I'll try seeing if I can get something else to run

[–] just_another_person@lemmy.world 0 points 2 weeks ago (1 children)

Try Parsec. If it works as expected, then you have something wrong with your Sunshine config, or your available libraries. Post logs from Sunshine if Parsec works fine.

[–] YellaLeber@sh.itjust.works 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Well, I got steam remote play working and was able to get it working flawlessly. Ran Avalon Tainted Grail (relatively demanding game) at 120ish on both the local machine and streamed to my remote device. So it should just be something with Sunshine. Do you think I should just uninstall Sunshine and make a build of Apollo and see how that goes? I dug through Sunshine's settings again and not seeing anything screaming out to me saying it's wrong. Unfortunately I'm away from my PC right now so can't get logs but I can post those later once I'm home.

[–] just_another_person@lemmy.world 2 points 2 weeks ago (1 children)

It may not be config related, by libraries missing or in the wrong location, hence, why I've been asking for logs from Sunshine.

[–] YellaLeber@sh.itjust.works 1 points 2 weeks ago (1 children)

So I think maybe that was it. I found this reddit thread and that nvenc cuda message seemed to mirror my logs. I uninstalled the AUR sunshine and just ran that guy's wget/pacman commands and streaming just worked, 1080p 120FPS. Thanks for your help!