Steam data reveals PC gamers shifting from Windows to Linux

https://lemmy.world/post/33956131

Steam data reveals PC gamers shifting from Windows to Linux - Lemmy.World

Lemmy

Anyone know if CP2077 runs better on Linux than Windows?

By much? With HDR?

Sorry for the drive by comment, but this is like the one game my 3090 can’t quite handle to my satisfaction, and I thoroughly disable the thing from rendering in Linux. If I could get like another 10%, that would be incredible.

I am not sure, as I’ve actually only played it under Linux. I have a laptop with an RTX 3070. It’s able to handle the raytraced low setting at 1080p, but I just run High instead so that the fan isn’t as loud. And in my opinion that even looks pretty good. I might try start it under windows and run its benchmark because I’m curious now! I’ll update here if I remember to do this test.

Also, you might be able to fix that!

I clock limit my 3090 to like 1700MHz-1750Mhz with Nvidia-smi (built into the driver) since any faster is just diminishing returns. You might check what “stable clocks” your 3070 runs at, and cap them slightlt lower, and even try an under volt as well.

Be sure to cap the frame rate too.

Do that, and you might be able to handle RT reflections and otherwise similar settings without much noise. The hit for just that setting is modest on my 3090 but much heavier with full “low” RT

I’ll have to look into seeing if I can mess with that! It’s a laptop 3070, so they:'ve already made some changes (fewer cores, lower boost clocks). My laptop sets a 100 W max TGP for it.

TBH though I’ve found myself caring more about the convenience of playing games (comfort, portability, ease of interrupting) more than graphics settings. Yeah it’s very pretty with ray tracing and all, but I’m totally fine with playing on medium or high.

Thanks for the ideas! Hopefully I can push the graphics up without turning into a pile of lava. I need to figure out how to record graphics power consumption for me to reference to evaluate changes.

Thanks for the ideas! Hopefully I can push the graphics up without turning into a pile of lava. I need to figure out how to record graphics power consumption for me to reference to evaluate changes.

It’s far more efficient to just TDP limit your GPU rather than lowering settings to try and get power consumption down. It will stick to slightly lower clocks, which is exponentially better since thats also lower voltage, and voltage increases power consumption quadratically.

You can do this with MSI Afterburner easily, or you can do it in Windows with just the command line. For example, nvidia-smi -pl 80 will set the power limit to 80W (until you restart your PC).

Thank you very much, kind graphics wizard. I will put this knowledge to good use saving my ears from that fan. This is exactly what I was looking for!