this post was submitted on 29 Sep 2023
999 points (97.2% liked)

Linux Gaming

15485 readers
36 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

The YouTube channel "Maximum Fury" conducted a technical test of the new Cyberpunk add-on called "Phantom Liberty" on an older AMD hardware system, testing it separately on Linux and Windows 11. The Linux system, specifically the Fedora distribution called Nobara, performed significantly better, delivering 31% more frames compared to Windows 11.

The hardware used for testing included an Asrock B550 motherboard with an AMD Ryzen 5 5600 CPU and an AMD Radeon RX 5700 XT GPU from the first RDNA generation, along with 16 GB of DDR4 RAM. The CPU, RAM, and GPU were overclocked, and the system utilized undervolting to save energy costs.

When testing the game at 1080p resolution with high textures, the Linux system achieved an average of 63.72 frames per second (fps), while Windows 11 managed only 48.55 fps. This suggests that the game should run noticeably smoother on the Linux system.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 11 months ago (1 children)

Can you do ray tracing on Linux? I played today a bit and the option was grayed out. I’m on X though, using official drivers.

[–] [email protected] 3 points 11 months ago (1 children)

Yup, you just gotta set the right environment variables. Can't remember them off the top of my head though, "NVAPI" is part of one of them I think. Don't have an nvidia gpu anymore, though, switched to AMD about two months back.

[–] [email protected] 1 points 10 months ago (1 children)

Just came back to say it freaken worked. Cyberpunk on linux looks and runs just as well as it does on windows. I don't think I need to dual boot anymore...

export PROTON_HIDE_NVIDIA_GPU=0
export PROTON_ENABLE_NVAPI=1
export VKD3D_CONFIG="dxr,dxr11"
export PROTON_ENABLE_NGX_UPDATER=1

In case anyone else is wondering...

[–] [email protected] 2 points 10 months ago

Haha glad it worked out :)