Every article tag can be clicked to get a list of all articles in that category. Every article tag also has an RSS feed! You can customize an RSS feed too!
We do often include affiliate links to earn us some pennies. See more here.

Two bits of major news to cover for the Steam Play Proton compatibility layer, with some exciting major changes coming in with updates. Don't know what Steam Play Proton is? Go take a look at our dedicated page.

Firstly, if you have an AMD GPU and you don't mind grabbing the latest development code for the Mesa graphics drivers - Cyberpunk 2077 should actually work on Linux with the new Proton 5.13-4 release. Valve developer Pierre-Loup Griffais mentioned that CD PROJEKT RED allowed them some early testing time to get the work done for both vkd3d (the Direct3D 12 to Vulkan layer) and radv (the AMD Mesa Vulkan driver). As an NVIDIA GPU owner, this makes me quite jealous as it seems my only other current choice on Linux is Stadia or GeForce NOW (unofficially - until later in 2021).

Additionally, there's now also a new Proton Experimental branch available which has the start of major architectural changes to Wine. This brings with it a plan to reduce CPU overhead and improve performance in scenarios related to input and windowing. Seems Proton Experimental is an additional version of Proton, so you would install it along side the other versions currently available for this compatibility tool.

You can find the Proton changelog here.

Need help and / or tech support? Be sure to check out our dedicated Forum.

Article taken from GamingOnLinux.com.
56 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
256 comments
Page: «24/26»
  Go to:

Shmerl Dec 13, 2020
Quoting: LinuxwarperNIHs? Is that some short for proprietary tech or something?

It means "not invented here". It usually refers to when the someone is making their proprietary tech that messes things up for everyone, instead of getting behind a standard that promotes collaboration for the industry.

I.e. DX12 is Microsoft's NIH, Metal is Apple's. Vulkan is the standard.
ikiruto Dec 14, 2020


QuotePULSE_LATENCY_MSEC=60 gamemoderun %command% --launcher-skip

Settings in the screenshots. https://ibb.co/bJ0Z315 https://ibb.co/M75Ndt4 https://ibb.co/p3mMvqw

Cyberpunk 2077\bin\x64
1.Rename Cyberpunk2077.exe to Cyberpunk2077.exe.bak
2. Use a hex editor on the Cyberpunk2077.exe.
3. Replace "75 30 33 C9 B8 01 00 00 00 0F A2 8B C8 C1 F9 08" with "EB 30 33 C9 B8 01 00 00 00 0F A2 8B C8 C1 F9 08".
4. Replace "55 48 81 ec a0 00 00 00 0f 29 70 e8" with "c3 48 81 ec a0 00 00 00 0f 29 70 e8".
This turns the bad AVX call into a return and increase perfomance for AMD processors.
DISCLAIMER: May be breaking things under the hood, but seems stable.


Last edited by ikiruto on 14 December 2020 at 8:11 am UTC
scaine Dec 14, 2020
View PC info
  • Contributing Editor
  • Mega Supporter
Quoting: ikiruto

QuotePULSE_LATENCY_MSEC=60 gamemoderun %command% --launcher-skip

Settings in the screenshots. https://ibb.co/bJ0Z315 https://ibb.co/M75Ndt4 https://ibb.co/p3mMvqw

Cyberpunk 2077\bin\x64
1.Rename Cyberpunk2077.exe to Cyberpunk2077.exe.bak
2. Use a hex editor on the Cyberpunk2077.exe.
3. Replace "75 30 33 C9 B8 01 00 00 00 0F A2 8B C8 C1 F9 08" with "EB 30 33 C9 B8 01 00 00 00 0F A2 8B C8 C1 F9 08".
4. Replace "55 48 81 ec a0 00 00 00 0f 29 70 e8" with "c3 48 81 ec a0 00 00 00 0f 29 70 e8".
This turns the bad AVX call into a return and increase perfomance for AMD processors.
DISCLAIMER: May be breaking things under the hood, but seems stable.

Just to be clear - item #3 in that list is to enable hyperthreading in AMD processors. CDPR appears to have used an intel-biased compiler which forces AMD chips to only use a single thread of each core. It can remove your CPU bottleneck pretty significantly.

But since you're patching the primary executable, it'll be undone by any minor changes that CDPR make via Steam updates or GOG Galaxy. Pretty temporary upgrade! But by all accounts worth - reports between 15% and 30% increase in framerate on CPU-bound AMD systems which have beefy GPUs.
Shmerl Dec 14, 2020
I tested that patch - no change, likely because it's already GPU bottlenecked. Also, I don't have any trouble with audio.


Last edited by Shmerl on 14 December 2020 at 9:02 am UTC
fearnflavio Dec 14, 2020
View PC info
  • Supporter Plus
Quoting: ShmerlI tested that patch - no change, likely because it's already GPU bottlenecked. Also, I don't have any trouble with audio.

The common NPCs have voice? Not the history NPCs that you can interact and make questions, those are working for me, but the ones you find on the street and clubs, those are without voice for me.
Shmerl Dec 14, 2020
A lot of them don't have voice. I assume it's because there are so many NPCs that they didn't have enough voice actors.
fearnflavio Dec 14, 2020
View PC info
  • Supporter Plus
Quoting: ShmerlA lot of them don't have a voice. I assume it's because there are so many NPCs that they didn't have enough voice actors.

Hmm, I was able to test on windows and also saw a few gameplays and I could not find an NPC without a voice. Also, do you hear gunshots? what about music on radios and on clubs? for me I can hear some audio but not the music itself, is hard to explain, to be honest.
Shmerl Dec 14, 2020
I didn't really test it extensively yet to notice that.
ikiruto Dec 14, 2020
Quoting: ShmerlI tested that patch - no change, likely because it's already GPU bottlenecked. Also, I don't have any trouble with audio.
Not surprising. You have 3900x.
https://www.tomshardware.com/news/cyberpunk-2077-amd-ryzen-performance-bug-fix-testing
https://www.techspot.com/news/87947-reddit-patch-cyberpunk-2077-yields-double-digit-performance.html


Last edited by ikiruto on 14 December 2020 at 11:49 am UTC
Koopacabras Dec 14, 2020
there's a nexusmod and also someone made a patcher on github.com

https://github.com/RedDot-3ND7355/Cyberpunk2077_Patcher
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.