A video for any doubters that Linux gaming is better than Windows in which it DESTROYS Windows by 25% in AC Odyssey. To put it in perspective, 25% improvement is like getting a new GPU. You can save $600 and instead use something like OpenSUSE Tumbleweed for free.

DISCLAIMER: I don’t really care to make Linux look better but I did a video some days ago and EVERYONE (on Reddit) told me Linux gaming CANNOT be faster or smoother. This is the proof it’s both and more videos will be coming.

  • V17@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    the best example is Blender which works almost twice as fast on Linux

    People say this, but what exactly do you mean? I mostly model on windows because it’s my primary system (I use applications that simply don’t work well enough with wine), but mostly finish and render stuff on linux because of windows’ retarded automatic updates etc. that can just cancel rendering without asking. And the only difference I’ve seen is how fast Blender starts - I’d say that’s more than 2x as fast on linux, it’s a huge difference. But rendering is the same (NVidia GTX GPU) and other work inside blender also seems to be about the same.

    • stevecrox@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      Nvidia drivers don’t tend to be as performant under linux.

      With AMD instead of using the AMD VLK driver, you would use the RADV (developed largely by valve). Which petforms better.

      Every AMD card under linux supports OpenCL (the driver is more based on graphics card architecture) and you install it very easily. Googling it with windows found pages of errors and missing support.

      Blender supports OpenCL. I bet the 2x improvement is Blender being able to ofload rendering to the AMD graphics card.

      Also this represents the biggest headache in Linux, lots of gamers insist they can only use Nvidia cards. Nvidia treats linux as an afterthought as best or deliberately sabotages things at worse.

      AMD embraced open source and so Linux land is much nicer on AMD (and to a less extent Intel).

      The results here will probably be a DxVK quirk, lots of “Nvidia optimised” games have game engines doing weird things and the Nvidia driver compensates. DxVK has been identifying that to produce “good” vulkan calls.