Confused on Steam Play and Proton? Be sure to check out our guide.
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: «22/26»
  Go to:

ikiruto Dec 13, 2020
Quoting: ShmerlWine developers (vkd3d-proton more exactly) said they won't bother with DLSS, so I don't expect that to happen.
I think if Nvidia herself takes on helping the developers of VKD3D, then anything is possible. But this is fantastic. :)
Shmerl Dec 13, 2020
I don't think Nvidia cares about that. They might fix their drivers in response to some Wine related bugs (that happened in the past), but I don't remember them ever contributing to Wine or related projects, let alone when it's related to their proprietary stuff.


Last edited by Shmerl on 13 December 2020 at 7:23 am UTC
CatKiller Dec 13, 2020
View PC info
  • Supporter Plus
Quoting: ikirutoI think if Nvidia herself takes on helping the developers of VKD3D, then anything is possible. But this is fantastic. :)

Nvidia had the opportunity to create a means to utilise the DLSS library that they include with their driver in their own open source game, and they explicitly refused to.

It's entirely within their means to be more helpful, but they don't want to; that's why lots of people have a low opinion of them.
LordDaveTheKind Dec 13, 2020
View PC info
  • Supporter Plus
Quoting: ikiruto
QuoteStep by Step:
()
There is also a video guide available here.
https://videocardz.com/newz/cyberpunk-2077-gets-fps-boost-with-a-patch-for-amd-ryzen-cpus

Or for lazy people like me, try these commands here below:

 
$ cp Cyberpunk2077.exe{,bak}
$ offset=$(xxd -u -p Cyberpunk2077.exe | tr -d '\n' | grep -ob 753033C9B8010000000FA28BC8C1F908 | cut -d: -f1); echo 743033C9B8010000000FA28BC8C1F908 | xxd -r -p -s $(($offset>>1)) - Cyberpunk2077.exe 
jens Dec 13, 2020
  • Supporter
Quoting: ShmerlI don't think Nvidia cares about that. They might fix their drivers in response to some Wine related bugs (that happened in the past), but I don't remember them ever contributing to Wine or related projects, let alone when it's related to their proprietary stuff.

Liam Middlebrook is an engineer from Nvidia, he regularly contributes to winevulkan, see e.g. https://www.winehq.org/pipermail/wine-devel/2020-November/thread.html and search for “Liam”.


Last edited by jens on 13 December 2020 at 12:26 pm UTC
Koopacabras Dec 13, 2020
Quoting: LordDaveTheKind
Quoting: ikiruto
QuoteStep by Step:
()
There is also a video guide available here.
https://videocardz.com/newz/cyberpunk-2077-gets-fps-boost-with-a-patch-for-amd-ryzen-cpus

Or for lazy people like me, try these commands here below:

 
$ cp Cyberpunk2077.exe{,bak}
$ offset=$(xxd -u -p Cyberpunk2077.exe | tr -d '\n' | grep -ob 753033C9B8010000000FA28BC8C1F908 | cut -d: -f1); echo 743033C9B8010000000FA28BC8C1F908 | xxd -r -p -s $(($offset>>1)) - Cyberpunk2077.exe 

interesting thanks for the command, I wonder if this works with other games. taskset does not solve this problem?
LordDaveTheKind Dec 13, 2020
View PC info
  • Supporter Plus
Quoting: The_Aquabatinteresting thanks for the command, I wonder if this works with other games. taskset does not solve this problem?

taskset changes the process affinity to cores, and it works in some cases. But if the kernel finds out that a core (with lower affinity) is free and there is a scheduled thread, it will assign it to the free core.

In order to let CP2077 work properly with my CPU (a AMD Ryzen ThreadRipper), I had to force the shutdown of the cores far from the GPU bus in the hw topology.

I dealt with it very personally some time ago: https://www.gamingonlinux.com/forum/topic/3933/post_id=25255


Last edited by LordDaveTheKind on 13 December 2020 at 2:48 pm UTC
LordDaveTheKind Dec 13, 2020
View PC info
  • Supporter Plus
Quoting: CatKiller
Quoting: ikirutoI think if Nvidia herself takes on helping the developers of VKD3D, then anything is possible. But this is fantastic. :)

Nvidia had the opportunity to create a means to utilise the DLSS library that they include with their driver in their own open source game, and they explicitly refused to.

It's entirely within their means to be more helpful, but they don't want to; that's why lots of people have a low opinion of them.

This approach was real 10 years ago. It has changed nowadays:
https://forums.developer.nvidia.com/t/dlss-support-on-linux/120552/14
CatKiller Dec 13, 2020
View PC info
  • Supporter Plus
Quoting: LordDaveTheKindThis approach was real 10 years ago. It has changed nowadays
No. They've included the (proprietary) library with their (proprietary) driver, exactly as I said. What they haven't done, and aren't likely to, is help open source projects - like vkd3d or Q2RTX - make any use of that. I'd like it if it were different, but it isn't.
ikiruto Dec 13, 2020
Quoting: CatKillerNvidia had the opportunity to create a means to utilise the DLSS library that they include with their driver in their own open source game, and they explicitly refused to.

It's entirely within their means to be more helpful, but they don't want to; that's why lots of people have a low opinion of them.
No problem. AMD FidelityFX CAS does not feel bad on Nvidia video cards. For example, in Cyberpunk it shows itself well. 80-100% to 60 fps. :)

https://www.hardwareluxx.ru/index.php/artikel/software/spiele/49974-test-death-stranding-na-raznykh-videokartakh-s-dlss-2-0-i-fidelityfx-cas.html?start=1


Last edited by ikiruto on 13 December 2020 at 3:26 pm UTC
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.