Sammlung von Newsfeeds

Clean up the world in Kingdoms of the Dump a SNES styled JRPG coming in November

Gaming on Linux - 19. August 2025 - 11:39
After a successful Kickstarter back in 2019, Roach Games have confirmed that Kingdoms of the Dump is set for release in November.

.

Read the full article on GamingOnLinux.

GeForce NOW gets Blackwell GPUs, install to play games, a Steam Deck upgrade and Discord integration

Gaming on Linux - 19. August 2025 - 11:28
NVIDIA GeForce NOW is set for some huge upgrades with GeForce RTX 5080-powered servers, a new way to play games and the Steam Deck gets a boost too.

.

Read the full article on GamingOnLinux.

Nintendo 64 emulator gopher64 recently added save state slots and netplay cloud servers

Gaming on Linux - 19. August 2025 - 11:12
If Nintendo 64 is your thing, keep an eye on the gopher64 emulator which is steadily adding in more features and has Linux support.

.

Read the full article on GamingOnLinux.

I made FOSS a tool to turn your machine into a Linux Cloud Gaming rig

Reddit Linux_Gaming - 19. August 2025 - 10:45

Hey everyone, I've been working on this project to turn your machine or server into a Linux Cloud Gaming instance: Cloudy Pad 🎮.

It started as a way to deploy Cloud instances on AWS and such, it's now possible to deploy on any machine or server ! It comes with: - Steam - Epic - GOG - Heroic - Lutris - ProtonGE enabled by default - More coming, like Ubisoft Connect

You can connect via Moonlight to Sunshine or Wolf streaming server.

Ubuntu 22 and 24 are supported for now, I aim to provide support for more distros (like Debian and such). The boilerplate is actually containers so it should be easy to broaden support - we welcome contributions, by the way ! (and the usual Discord server is open)

On the tech side: Cloudy Pad configures your machine via Ansible (SSH) to install all requirements (NVIDIA drivers, system packages, etc.), deploy streaming servers and pair with Moonlight.

I'd love to hear your feedback !

submitted by /u/pbeucher
[link] [comments]

Steam hides in a tray / Whats the recommended way to play Doom Dark Ages?

Reddit Linux_Gaming - 19. August 2025 - 10:23

Hella new to linux and on Kununtu. Trying to play DA but can only get through the logos then it stalls on a black screen and closes. Migrating from Windows 10 and having used a distro since Manjaro arpund 2020.

I have an amd card if it helps. Ive tried swapping the protons via Steam and didn't get anything different.

Second issue is Steam opens from the installer but goes to the system tray and has no ui unless opened from the Konsole. A friend said to close it but I have nc if she meant just exiting it or something else.

I appreciate any and all help. & hope I used the right tag.

submitted by /u/The_Monado_Satyr
[link] [comments]

What games run better on Linux than Windows?

Reddit Linux_Gaming - 19. August 2025 - 10:06

Was pretty surprised when I first booted up Rimworld on my new Linux install and had noticeably better FPS! What other games work better on Linux?

submitted by /u/Halospite
[link] [comments]

How do I troubleshoot the reason why my game keeps freezing?

Reddit Linux_Gaming - 19. August 2025 - 09:08

I know running programs from the terminal can give information. Should I launch a steam game from the terminal and watch the output when it freezes?

Or is there some sort of log that gets created? Not sure if a game freezing creates a form of crash log or not.

submitted by /u/Suspicious_Fly_2942
[link] [comments]

best gaming os?

Reddit Linux_Gaming - 19. August 2025 - 08:26

what's the best for Intel pentium gold?

submitted by /u/GrungeRockLover
[link] [comments]

How beneficial is gamemode nowadays?

Reddit Linux_Gaming - 19. August 2025 - 06:46

I've read on some posts that gamemode isn't as good as it used to be, especially on newer hardware. Is this true? I've still been having issues with Marvel Rivals crashing and I'm not sure if gamemode would help or if something like gamescope would be better. I know I cannot use the two (together at least) so I wanted to get some opinions on the matter.

submitted by /u/Jodisx
[link] [comments]

Why are my games so laggy on hyprland but run really well on kde?

Reddit Linux_Gaming - 19. August 2025 - 06:09

I was running Ultrakill (using lutris) on hyprland and it was unplayable, but on KDE it ran performed better than native even though I didn't change any of the wine settings. How do i fix this? cause I really love hyprland :(

submitted by /u/flan_angel_
[link] [comments]

new to linux and can't get battle.net to install for wow through Lutris

Reddit Linux_Gaming - 19. August 2025 - 06:08

as the title states, i can't get wow/bnet to install through Lutris, every guide i see says to just install it through lutris but when i do i get this (edited out any important details, i hope), system specs and error below, also os is on m.2 drive and trying to install game onto sata ssd! both aren't full

https://preview.redd.it/r4w376ywhwjf1.png?width=1075&format=png&auto=webp&s=d32c006271ba8bcdb32218f0f4f0ec3ab4f70ee2

https://preview.redd.it/c3vx3hdrhwjf1.png?width=845&format=png&auto=webp&s=73349697f9a2ca88e34ec22cb5a893604fb3486a

"Details from error"

Invalid Wine prefix path /home/ /Games/battlenet, make sure to create the prefix before saving to a registry

Traceback (most recent call last):

File "/usr/lib/python3.13/site-packages/lutris/util/jobs.py", line 30, in target

result = self.function(*a, **kw)

File "/usr/lib/python3.13/site-packages/lutris/installer/commands.py", line 426, in task

command = task(**data)

File "/usr/lib/python3.13/site-packages/lutris/runners/commands/wine.py", line 54, in set_regedit

set_regedit_file(reg_path, wine_path=wine_path, prefix=prefix, arch=arch)

~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.13/site-packages/lutris/runners/commands/wine.py", line 69, in set_regedit_file

wineexec(

~~~~~~~~^

"regedit",

^^^^^^^^^^

...<5 lines>...

proton_verb=proton_verb,

^^^^^^^^^^^^^^^^^^^^^^^^

)

^

File "/usr/lib/python3.13/site-packages/lutris/runners/commands/wine.py", line 366, in wineexec

runner.prelaunch()

~~~~~~~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/lutris/runners/wine.py", line 1049, in prelaunch

self.set_regedit_keys()

~~~~~~~~~~~~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/lutris/runners/wine.py", line 993, in set_regedit_keys

prefix_manager.clear_registry_subkeys(path, key)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^

File "/usr/lib/python3.13/site-packages/lutris/util/wine/prefix.py", line 129, in clear_registry_subkeys

registry.save()

~~~~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/lutris/util/wine/registry.py", line 156, in save

raise OSError(

...<2 lines>...

)

OSError: Invalid Wine prefix path /home/ /Games/battlenet, make sure to create the prefix before saving to a registry

Lutris log:

[INFO:2025-08-19 13:45:05,161:application]: Starting Lutris 0.5.19

[INFO:2025-08-19 13:45:05,202:startup]: "card0" is AMD Radeon RX 6600 XT (1002:73ff 148c:2412 amdgpu) Driver 25.2.0

[WARNING:2025-08-19 13:47:16,363:system]: Non existent path: /home/ /.local/share/lutris/runners/proton/ge-proton

[INFO:2025-08-19 13:50:44,716:file_box]: Download completed

[INFO:2025-08-19 13:50:44,716:files_box]: All files available

[INFO:2025-08-19 13:50:44,716:installerwindow]: All files are available, continuing install

[INFO:2025-08-19 13:50:44,716:installerwindow]: Launching installer commands

[INFO:2025-08-19 13:50:44,725:wine]: Creating a win64 prefix in /run/media/system/ /battlenet

[INFO:2025-08-19 13:50:44,725:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:50:44,725:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[INFO:2025-08-19 13:50:44,753:wine]: Creating a win64 prefix in /run/media/system/ /battlenet

[INFO:2025-08-19 13:50:44,753:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:50:44,753:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[WARNING:2025-08-19 13:50:44,760:wine]: No valid prefix detected in /run/media/system/ /battlenet, creating one...

[INFO:2025-08-19 13:50:44,761:wine]: Creating a win64 prefix in /run/media/system/ /battlenet

[INFO:2025-08-19 13:50:44,761:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:50:44,761:wine]: No wineboot executable found in /home/xantosh/Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[WARNING:2025-08-19 13:50:44,761:runner]: Accessing game config while runner wasn't given one.

[ERROR:2025-08-19 13:50:44,761:registry]: No registry file at /run/media/system/ /battlenet/user.reg

[ERROR:2025-08-19 13:50:44,761:jobs]: Error while completing task <bound method CommandsMixin.task of <interpreter.ScriptInterpreter object at 0x7f553b6e2500 (lutris+installer+interpreter+ScriptInterpreter at 0x5579ede3d800)>>: <class 'OSError'> Invalid Wine prefix path /run/media/system/ /battlenet, make sure to create the prefix before saving to a registry

[ERROR:2025-08-19 13:50:44,763:interpreter]: Last install command failed, show error

[INFO:2025-08-19 13:51:38,804:interpreter]: Cancelling installation of Battle.net

[ERROR:2025-08-19 13:51:38,813:system]: No executable found in ['/home/ /Downloads/wineserver', '-k']

[INFO:2025-08-19 13:52:44,207:files_box]: All files available

[INFO:2025-08-19 13:52:44,207:installerwindow]: All files are available, continuing install

[INFO:2025-08-19 13:52:44,207:installerwindow]: Launching installer commands

[INFO:2025-08-19 13:52:44,216:wine]: Creating a win64 prefix in /home/ /Games/battlenet

[INFO:2025-08-19 13:52:44,217:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:52:44,217:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[INFO:2025-08-19 13:52:44,231:wine]: Creating a win64 prefix in /home/ /Games/battlenet

[INFO:2025-08-19 13:52:44,231:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:52:44,232:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[WARNING:2025-08-19 13:52:44,238:wine]: No valid prefix detected in /home/ /Games/battlenet, creating one...

[INFO:2025-08-19 13:52:44,238:wine]: Creating a win64 prefix in /home/ /Games/battlenet

[INFO:2025-08-19 13:52:44,238:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:52:44,238:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[WARNING:2025-08-19 13:52:44,238:runner]: Accessing game config while runner wasn't given one.

[ERROR:2025-08-19 13:52:44,238:registry]: No registry file at /home/ /Games/battlenet/user.reg

[ERROR:2025-08-19 13:52:44,238:jobs]: Error while completing task <bound method CommandsMixin.task of <interpreter.ScriptInterpreter object at 0x7f553b588180 (lutris+installer+interpreter+ScriptInterpreter at 0x5579ee571cb0)>>: <class 'OSError'> Invalid Wine prefix path /home/ /Games/battlenet, make sure to create the prefix before saving to a registry

[ERROR:2025-08-19 13:52:44,239:interpreter]: Last install command failed, show error

[INFO:2025-08-19 13:53:57,180:interpreter]: Cancelling installation of Battle.net

[ERROR:2025-08-19 13:53:57,189:system]: No executable found in ['/home/ /Downloads/wineserver', '-k']

[INFO:2025-08-19 13:54:42,183:file_box]: Download completed

[INFO:2025-08-19 13:54:42,183:files_box]: All files available

[INFO:2025-08-19 13:54:42,183:installerwindow]: All files are available, continuing install

[INFO:2025-08-19 13:54:42,183:installerwindow]: Launching installer commands

[INFO:2025-08-19 13:54:42,192:wine]: Creating a win64 prefix in /home/ /Games/battlenet

[INFO:2025-08-19 13:54:42,192:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:54:42,193:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[INFO:2025-08-19 13:54:42,214:wine]: Creating a win64 prefix in /home/ /Games/battlenet

[INFO:2025-08-19 13:54:42,214:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:54:42,214:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[WARNING:2025-08-19 13:54:42,220:wine]: No valid prefix detected in /home/ /Games/battlenet, creating one...

[INFO:2025-08-19 13:54:42,220:wine]: Creating a win64 prefix in /home/ /Games/battlenet

[INFO:2025-08-19 13:54:42,220:wine]: Winepath: /home/ /Downloads/wine-8.7-x86.tar.xz

[ERROR:2025-08-19 13:54:42,220:wine]: No wineboot executable found in /home/ /Downloads/wine-8.7-x86.tar.xz, your wine installation is most likely broken

[WARNING:2025-08-19 13:54:42,220:runner]: Accessing game config while runner wasn't given one.

[ERROR:2025-08-19 13:54:42,221:registry]: No registry file at /home/ /Games/battlenet/user.reg

[ERROR:2025-08-19 13:54:42,221:jobs]: Error while completing task <bound method CommandsMixin.task of <interpreter.ScriptInterpreter object at 0x7f553ba38b40 (lutris+installer+interpreter+ScriptInterpreter at 0x5579ee938c50)>>: <class 'OSError'> Invalid Wine prefix path /home/ /Games/battlenet, make sure to create the prefix before saving to a registry

[ERROR:2025-08-19 13:54:42,222:interpreter]: Last install command failed, show error

submitted by /u/Xantosh82
[link] [comments]

what's the cheapest way to buy more storage online?

Reddit Linux_Gaming - 19. August 2025 - 02:21

Where can i find more hardrives or ssd drives for some of my devices? is there a cheap way to do so online? How can i set everything up for external use. I kinda want to make a nas but for games and other media.

What would you suggest?

submitted by /u/No_Strawberry_8719
[link] [comments]

Does Nobara use vjoy equivalents? Trying to play dragons dogma 1 but ran into a controller glitch.

Reddit Linux_Gaming - 19. August 2025 - 01:37

Camera constantly pans up, the cause seems to be vjoy for windows users but does Nobara even have that?

submitted by /u/Harbinger889
[link] [comments]

Horrible ping on minecraft

Reddit Linux_Gaming - 19. August 2025 - 01:29

I've just switched to Linux Mint and I am having extreme ping problems on minecraft. I use Prism launcher for minecraft and I am using Java 17.0.6. When I was on Windows 10 before I played on the same server and my ping was fine and low and I could play the game just fine, but ever since I have switched to Linux Mint Cinnamon edition 22.1 my ping has been awful.

submitted by /u/Valkonical
[link] [comments]

Why not pure wine for something like Battle.net?

Reddit Linux_Gaming - 19. August 2025 - 01:18

So, I have seen several posts talking about getting battle.net working on Linux, and I noticed that it is recommended to use smth like Lutris or as a non-steam game. Personally, I have been using Battle.net on my machine with pure wine and playing games with it no problem. Is there a particular reason why that wouldn't be desired? My guess is that dependencies can be mixed up in a single wineprefix, but it's just my guess. That's why I want to know what you all think.

P.s. what flair for these types of discussions?

submitted by /u/Piterodakteul
[link] [comments]

Help!

Reddit Linux_Gaming - 19. August 2025 - 00:54

Can anyone help me with this error? Whenever I press start, I get an error when making the flash drive bootable. I've already tried rufus, balena, ventoy, they're all giving errors! I've already checked the ISO and it's not corrupted and my pendrive is new! I don't know what else to do

submitted by /u/Pauloopm
[link] [comments]

Nvidia performance on Ubuntu or Linux in general

Reddit Linux_Gaming - 19. August 2025 - 00:44

I switched to Ubuntu 25.04 yesterday from Windows 11 just for the lolz, it runs... but everything runs at like 15 fps less than on Windows, don't even get me started on CS2, in Windows it ran at about 120 fps and now I barely get 60fps.

I don't care that much about CS2, but that's the game where I noticed the biggest difference so far.

Some details that might matter:
- I have a desktop PC with an intel i5-9400F and a GTX 1650 GDDR5
- Steam was installed using the .deb package from the Steam website
- I'm using Proton Experimental for every game
- My Nvidia driver is the version 575.64.03, or as it is called in the Software and Updates app, NVIDIA driver (open kernel) nvidia-driver-575-open (propietary, tested)

I know that Linux performs better with AMD, but for now I'm stuck with what I have, so I'd rather fix it, and I wouldn't want to go back to Windows and I would also prefer to avoid distro hopping that much, but if it is the only way to get better performance... I'll do it!

Anyway, in case anyone had the same issue and solved it, I would like to know how you did it, thanks.

submitted by /u/Shot_Programmer_9898
[link] [comments]

Seiten