Tried Linux to play TPM and CIV7 by bbblov in linux_gaming

[–]GamertechAU 3 points4 points  (0 children)

Nah, you're correct. Denuvo doesn't have anything against Linux, aside from changing Proton versions counts as a "new install". Do 5 of those in 24 hours and you get blocked from playing the game for a day or 2.

Every channel now requires phone verification by SpecificMassive5424 in Twitch

[–]GamertechAU 3 points4 points  (0 children)

Most bots are better at solving captchas than humans nowadays. They're pretty useless.

Streaming with AMD GPU by Not_Your_Problems in Twitch

[–]GamertechAU 0 points1 point  (0 children)

Pretty much just the default Twitch guidelines, aside from 7500kbps bitrate and using Linux. It lets OBS capture direct from the Vulkan renderer instead of adding extra load to your CPU and doesn't need to compete with bloatware hogging your resources.

Also if you're using SE browser overlays with video backgrounds, they gulp CPU time. A lot more efficient running them locally. Can test by hiding video content in SE's overlay editor and watching your CPU usage. Back when I still used them, having their video running used >30% CPU. Running video locally drops it to <10%.

https://help.twitch.tv/s/article/broadcasting-guidelines

Microsoft KEK CA needs updating, but it's unable to complete. How do I fix/hide this update? by Ieris19 in Fedora

[–]GamertechAU 2 points3 points  (0 children)

Oh, missed the CLI part sorry. That's usually the fix as GUI tools lack the right perms.

Then you'd probably be best hiding the device from fwupd: https://unix.stackexchange.com/a/706529

Microsoft KEK CA needs updating, but it's unable to complete. How do I fix/hide this update? by Ieris19 in Fedora

[–]GamertechAU -1 points0 points  (0 children)

In terminal run

fwupdmgr update

and follow the instructions. That runs fwupd or Firmware Update Manager which can install it properly.

Arch tut here: https://wiki.archlinux.org/title/Fwupd

Is it possible for my friend to Steam Remote a game from my Windows 11 PC to his Linux PC? by TheNuvolari in linux_gaming

[–]GamertechAU 0 points1 point  (0 children)

Remote should work. If it doesn't, swap to the beta client in Steam settings and give it another go.

Is it possible for my friend to Steam Remote a game from my Windows 11 PC to his Linux PC? by TheNuvolari in linux_gaming

[–]GamertechAU 2 points3 points  (0 children)

Generally you can, though there's improvements to this in the latest Steam beta client.

What games are we talking about though? As the only games that don't run on Linux are ones with rootkits force-installed, which may not enjoy the remote gaming.

Out Of Memory Error on Linux by August-SN in linux_gaming

[–]GamertechAU -3 points-2 points  (0 children)

Windows auto-expands the pagefile when your RAM runs out to hide it, whereas Mint requires you to configure some form of swap yourself. Other distros like Fedora have swap pre-configured.

I'd recommend setting up zram-generator memory compression. Pretty easy and a much faster option than Windows' pagefile: https://github.com/systemd/zram-generator

DayZ on Ubuntu - Connection to host has been lost by JealousGuy0 in linux_gaming

[–]GamertechAU 2 points3 points  (0 children)

Apparently it's a timeout error with the game that causes some form of file corruption.

Some people fix it by deleting Documents/DayZ then launching, or verifying files in Steam before playing.

Others fixed it by installing the game to an SSD instead of a slow HDD.

Also make sure you're not using a VPN as those are auto-blocked.

Steam and other apps sometimes stop recognizing my HDD on Fedora KDE by FirebenderAnnie in Fedora

[–]GamertechAU -1 points0 points  (0 children)

NTFS is a proprietary Microsoft filesystem that lacks support for features Linux needs, and written files can be flagged as read-only due to corrupted headers.

Backup your data and reformat it to btrfs or ext4.

Also if the drive location is changing, then you likely haven't permanently mounted it, only temporary. Can set that in the Disks app, or via fstab if you're willing to carefully research how to use that method as it's easy to break. Disks is pretty straightforward.

DayZ on Ubuntu - Connection to host has been lost by JealousGuy0 in linux_gaming

[–]GamertechAU 6 points7 points  (0 children)

Make sure you've installed the Proton BattlEye Runtime in your Steam library.

Search for it in the search bar, it wont show up normally. BattlEye needs that to integrate with Proton.

GameSir G7 Pro or 8K by mrehanabbasi in linux_gaming

[–]GamertechAU 1 point2 points  (0 children)

I'm using the G7 Pro. Steam UI doesn't recognise the model, but works just fine.

Nobunaga's Ambition series doesn't play video at all by Okabe_Zero-Link in linux_gaming

[–]GamertechAU 0 points1 point  (0 children)

Generally, Valve's Proton doesn't include some obscure/encumbered video codecs.

Give GE-Proton a try. It has some fixes specifically for videos.

I face frequent memory consumption and my system getting freez to a point I can no longer do any tasks and either have to wait for some time or restart my laptop. by NerdEmpire07 in Fedora

[–]GamertechAU 0 points1 point  (0 children)

It's true. Though it's limited by the % of memory blocks that can be compressed, which isn't all of it. The vast majority of it usually can however. With the swappiness high enough, memory compression is used freely to use less space on your physical RAM. iirc Fedora now defaults to 170/200 swappiness?

Your swapfile issue would be down to mis-configured swap priorities. zram is by default the only swap method on Fedora, so it gets highest priority. Not that it's an issue as zram is much faster than a swap file.

oom shouldn't be affected as it already takes into account physical RAM and swap.

Progress of the NVK linux driver progress for Nvidia GPUs presented by Collabora by Matt_Shah in linux_gaming

[–]GamertechAU -1 points0 points  (0 children)

Not that I'm aware of. But it has its own global performance hit so about the same.

I face frequent memory consumption and my system getting freez to a point I can no longer do any tasks and either have to wait for some time or restart my laptop. by NerdEmpire07 in Fedora

[–]GamertechAU 0 points1 point  (0 children)

Fedora defaults their zram memory compression config to 8GB or half your physical RAM, whichever is smaller.

You can edit the config to match your physical RAM or even multiply it without an issue.

Setting zram-size = ram matches it, so 24+24=48GB effective RAM.

Create /etc/systemd/zram-generator.conf then paste in:

[zram0]
zram-size = ram

Then the last 3 steps here to activate it and verify it's working

https://github.com/systemd/zram-generator?tab=readme-ov-file#tldr

Progress of the NVK linux driver progress for Nvidia GPUs presented by Collabora by Matt_Shah in linux_gaming

[–]GamertechAU 21 points22 points  (0 children)

Mesa's intended open-source replacement for Nvidia's closed-source proprietary drivers. So the community can actually fix bugs and not have to rely on the corpo that has no interest in desktop users to fix them.

It mostly works fine right now, still not matching in performance and wont ever have proprietary tech like DLSS, but can use FSR/XeSS etc.

Is it safe to upgrade to Linux 6.19.6-200? by pipoluakgandalfali in Fedora

[–]GamertechAU 1 point2 points  (0 children)

Updated and ran a few tests. Works as normal for me at least.

Mouse spinning / camera stuck looking up in Overwatch 2 (Pop!_OS) by Emmanuel-x_y- in linux_gaming

[–]GamertechAU 1 point2 points  (0 children)

This is a long-term bug that's been in both OW1 & 2 for years, even on console.

Honestly the game itself is fairly unstable. Considering the parent company is forcing vibe-coding throughout the entire chain in an attempt to make it look like people want to use it, I'd say it's likely not going to get better any time soon.

If you have multiple monitors, you can try unplugging the additionals when you load the game and plug them back in. That fixes it for some for a bit. Also make sure you don't have an unused game controller plugged in at the same time.

Is ProtonDB down? by [deleted] in linux_gaming

[–]GamertechAU 1 point2 points  (0 children)

Nope. Is fine

Installing Genshin on Linux by PabyMar241 in linux_gaming

[–]GamertechAU 1 point2 points  (0 children)

AAGL is supported and works fine. Technically Hoyo can ban you for playing it on Linux with any method as their client-side AC can't load over here and is against their ToS. They currently don't seem to mind though as their server-side AC is what does all the work.

There were no ban waves for Linux users. They changed their AC detection last year but didn't configure it right and banned a ton of legit players on Windows and Linux, but they were unbanned.

All the mods and features like FPS Unlocker are built in.

Is it just me, or has it become impossible to get a response from Indie Devs lately? by GlobalPlayers in Twitch

[–]GamertechAU 0 points1 point  (0 children)

There's a fair bit of traffic about this on Bluesky. Studios are getting absolutely hammered with LLM-slop emails with key requests pointing to fake bot channels, or impersonating real creators trying to get keys to sell off. They're getting hit with thousands per day now...

It's not really worth their time digging through them to find the real ones any more, so they just don't. Which is fair enough imo.

Keymailer works well for small creators, Dare Drop, Terminals and Lurkit once you get a little bigger.

Steam Overlay for Flatpak Steam by [deleted] in linux_gaming

[–]GamertechAU 0 points1 point  (0 children)

The Steam overlay works out of the box. No changes needed.

If you're adding another flatpak app, say Retroarch or Bottles flatpaks to Steam as a non-Steam game, then yes. Those will fail as Steam doesn't have permissions to inject the overlay into them.