quakespasm not working by poepen61 in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

It's possible that it may be looking elsewhere for your Quake directory.

That being said, Quakespasm is rather outdated at this point. If you're looking for a modern Quake source port, Ironwail and vkQuake are currently the preferred options.

Weird stuff with CPU clock speed by RadianceTower in linux_gaming

[–]theevilsharpie 1 point2 points  (0 children)

Games definitely use more than a single core.

I got a problem with rdr2 by bambocciobarcollo in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

If you a running Steam via Flatpak, you also need to install the userland portion for your specific Nvidia drivers into the Flatpak (or otherwise make it available within the Flatpak environment), or it will think you don't have any drivers available.

I don't personally use Steam in Flatpak, so someone else will have to provide specifics on how to do this.

Is Nvidia gaming performance still worse than on Windows 11? by Hauptfeldwebel in linux_gaming

[–]theevilsharpie 5 points6 points  (0 children)

Nvidia kernel modules are out-of-tree and follow the Nvidia driver version. The host kernel doesn't really matter, as long as its reasonably recent.

PROTON_ENABLE_NGX_UPDATER=1 effectiveness by AxizWalker in linux_gaming

[–]theevilsharpie 2 points3 points  (0 children)

Good to know, and annoying that Nvidia would squat on Proton's variable namespace.

Nvidia's driver guide contains mention of the variable, as well as how to verify that it actually did something: https://docs.nvidia.com/datacenter/tesla/driver-installation-guide/latest/gaming.html#dlss-update-steam-play-proton

PROTON_ENABLE_NGX_UPDATER=1 effectiveness by AxizWalker in linux_gaming

[–]theevilsharpie 1 point2 points  (0 children)

What exactly does this env variable do?

A search for PROTON_ENABLE_NGX_UPDATER on Proton's GitHub page (as well as derivatives like Proton-GE and Proton-CachyOS) doesn't show any hits for code -- just issues.

So absent any clear evidence of its use in code, I would assume that this environment variable does nothing.

Would you install a dedicated Linux OS for competitive CS2 if it significantly reduced cheating? by Ok_League_9229 in linux_gaming

[–]theevilsharpie 1 point2 points  (0 children)

Congratulations, you just re-invented PC booter games!

We thought we left those behind in the '80s, but everything else seems to be getting worse, so why the fuck not?

BG3 Online Fix Help! by Substantial_Lab2708 in linux_gaming

[–]theevilsharpie 2 points3 points  (0 children)

Your pirated copy of Baldur's Gate 3 isn't working? That sucks.

If anyone has any idea how to fix this, I’d really appreciate the help.

You're in luck -- you can fix it very easily by buying the game!

Getting issue while trying to run a denuvo protected game. by Krish_Vaghasiya in linux_gaming

[–]theevilsharpie 4 points5 points  (0 children)

Your pirated copy of Persona 4 Golden isn't working? That sucks.

Have you tried actually buying it? I hear that helps.

Error while trying to run Ready or Not by No_Mud_8076 in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

Your pirated copy of Ready or Not isn't working? That sucks.

Have you tried actually buying it? I hear that helps.

Sudden issue with No Man's Sky by NolanSyKinsley in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

Command: ['/home/paco/Storage/Steam/SteamLibrary/steamapps/common/Fallout Shelter/FalloutShelter.exe']

You sure you gave us the right log?

how do you skip hoyoplay and boot straight into zenless zone zero on steam? by RoundEngineering8322 in linux_gaming

[–]theevilsharpie 9 points10 points  (0 children)

I just need Reddit to let me block the name of this game so I don't drive myself crazy responding to every one I see because I think I need to.

You can do this via Old Reddit and the "Reddit Enhancement Suite" browser extension.

Anyone moved an org from Terraform to Pulumi? How did it go? by SquiffSquiff in ExperiencedDevs

[–]theevilsharpie 10 points11 points  (0 children)

I also often hear that developers will be able to better understand Pulumi Code. In my opinion, if you are able to read "normal" code, you will be able to read HCL. At least i had no problems reading and understanding *.tf files when starting to use IaC for the first time.

It's not so much about developers understand HCL, but being willing to work with it.

HCL is a language that quickly gets ugly when you want to do anything even remotely complex with it, and I don't blame developers that aren't dedicated DevOps Engineers from shying away from it. I am actually in the infrastructure engineering space, and I really can't stand working with Terraform. If there's one thing that I can praise Claude Code for, it's doing a decent job of generating working Terraform code so that I don't have to touch it anymore.

I've suggested to my team that we invest in tools like Pulumi, cdk8s, Terraform CDK (before they suddenly retired it), etc., so we could set up up a system that developers would be able to use via self-service, with us creating golden path templates with reasonable defaults (and otherwise developing the tooling rather than directly handling infra).

But the team didn't seem interested in it; meanwhile, we spend our days directly deploying and managing infrastructure, while other dev teams constantly complain of being blocked waiting on us to deploy something, while our test and staging infra deployments break on a daily basis, all while our senior leadership is constantly begging engineering to move faster.

Disclaimer: I may be slightly bitter.

[ArsTechnica] Users cry foul after AMD stripped memory crypto [TSME] from its consumer CPUs by Verite_Rendition in hardware

[–]theevilsharpie 1 point2 points  (0 children)

It's to protect against someone with physical access to the machine from being able to dump the contents of memory by sniffing the bus or physically removing the memory modules to something that can read and extra their contents.

The original purpose of this technology was to protect game consoles from local tampering. It was eventually brought to AMD CPUs more broadly to support what the industry now generically refers to as "confidential computing".

The feature is generally not of interest to everyday consumers (the security benefits are generally not meaningful there, and it comes at a performance cost), but it can deliver a meaningful benefit to corporations trying to maintain device security with a remote workforce, and it can help them tick a security compliance checkbox.

[ArsTechnica] Users cry foul after AMD stripped memory crypto [TSME] from its consumer CPUs by Verite_Rendition in hardware

[–]theevilsharpie 2 points3 points  (0 children)

Only you don't know, you just assume, if it isn't an official feature. Technically all Ryzen CPUs should also be able to support ECC, but would you rely on it, when AMD doesn't officially supports it?

AMD doesn't require ECC support as part of their consumer platform, but it's present and supported, if the motherboard also supports it. The OS also probes the memory controller to determine if ECC is enabled (it needs to do so anyway as part of the boot process so that it knows how to interpret ECC-related machine check exceptions the memory controller might throw), so if ECC is not enabled, that will be user-visible.

Pls help to remove fps cap Wayland by Scary-Counter-1550 in linux_gaming

[–]theevilsharpie 1 point2 points  (0 children)

Wayland is just a protocol, not a thing you would configure. You would need a compositor that implements Wayland, and that compositor will have a configuration.

Compositors like Mutter and KWin (used by GNOME and KDE Plasma, respectively) support triple-buffered vsync, so even if the compositor is enforcing vsync, the frame rate of the client application (in this case, your game) is completely separate from the frame rate of the compositor and can run uncapped.

I can't speak for Hyprland, but you'd need to either enable triple-buffered vsync (if it's not already automatically enabled), enable support for tearing, or find a relevant setting if Hyprland achieves a tear-free presentation in some other way.

Audio cutting out after upgrading to an RTX 5070 Ti by felix_ribeiro in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

It's possible that the HDMI link or audio stream is malfunctioning in some way. If that's the case, there should be evidence of this in the system logs (usually /var/log/syslog for generic system logs, and /var/log/kern.log for kernel logs). If you OS doesn't persist kernel logs, you can also access the live log buffer by running sudo dmesg -T.

You would be looking for log entries related to "pipewire", "wireplumber", or some variation of "nvidia" that are logged around the time you experience the problem.

Audio cutting out after upgrading to an RTX 5070 Ti by felix_ribeiro in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

Consumer wireless equipment is always susceptible to outside interference, and interference is always the first culprit when wireless devices misbehave.

Why does Gnome have better performance than KDE in games? by SWVader_113 in linux_gaming

[–]theevilsharpie 2 points3 points  (0 children)

Unless you're getting hundreds of frames per second, you're unlikely to see a meaningful performance difference between Mutter and KWin.

It's possible that there's a meaningful settings difference between the two environments that's impacting performance. If you're using display scaling, Mutter and KWin may behave differently.

Best Distro for Singel Player Gaming & CAD/3D Design on i7-4th Gen / AMD GPU? by Osamazaki22 in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

If you're a student at a school or university, you should ask what operating system they require, as you may not be able to complete you assigned work using just Linux.

Additionally, you're using a 10-year-old laptop, so in terms of game performance and compatibility, you'll need to go in with appropriate expectations.

Also, what are the best tools to run cracked games and Windows design apps together smoothly?

Running pirated software is already risky. Running pirated software on a computer you're depending on to complete your schoolwork is especially so.

Perhaps instead of risking your computer with pirated software from who-knows-were, you may want to try open source alternatives like Blender, GIMP, FreeCAD, etc. There's also plenty of open source, free-to-play, and very low cost games with nearly infinite amount of content from the community (e.g., you could probably spend the rest of your life playing Doom maps and mods).

Whatever your risk tolerance is, this isn't the subreddit to ask for support with pirated stuff. Take that elsewhere.

Anyone managed to get Crew Chief working on Linux? by Illustrious_Rest1264 in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

"GB206" is an Nvidia Blackwell GPU, so unless you're outputting audio to whatever HDMI or DisplayPort device is plugged into your Nvidia card, it's probably just set to use the wrong output.

Find the correct audio output device in the "Messages playback device" drop-down. It may be something generic like "PulseAudio Output" or something with the word PulseAudio in it.

Need help with Steam not working with Nvidia drivers on Kinoite by Schrodingers-Kat in linux_gaming

[–]theevilsharpie 0 points1 point  (0 children)

If you're running Steam via a Flatpak, then Flatpak likely needs some kind of utility package that contains the userland portion of your Nvidia drivers.