So after one of my recent comments about if Linux is ready for gaming, I decided to pick-up a new Intel based wifi adapter (old one was broadcom and the drivers on fedora sucked and would drop connection every few minutes).

So far everything is great! Performance wise I can usually run every game about one tier higher graphically (med -> high) with the same or better performance than on Windows. This is on an rx 5700 and an ultrawide.

Bazzite is running great as always. Still getting used to the immutability of the system as I usually use Arch btw, but there are obviously workarounds to that.

Overall I’m still getting used to the Steam “processing vulkan shaders” pretty much every time a game updates, but it’s worth it for the extra performance. Now I’m 100% Linux for my gaming between my Steamdeck and PC.

  • Malix
    arrow-up
    32
    arrow-down
    0
    ·
    6 months ago
    link
    fedilink

    Overall I’m still getting used to the Steam “processing vulkan shaders” pretty much every time a game updates, but it’s worth it for the extra performance.

    That can be turned off, though. Haven’t noticed much of a difference after doing so (though, I am a filthy nvidia-user). Also saving quite a bit of disk space while too.

    https://sopuli.xyz/pictrs/image/22a40c69-6148-4e7d-8e68-c8c9515f706e.webp

    • UnreliableOP
      arrow-up
      17
      arrow-down
      0
      ·
      6 months ago
      edit-2
      6 months ago
      link
      fedilink

      Yeah I saw that when I was previously running into this, but wasn’t sure if it would leave performance on the table. Also, I’m curious if you could run it once, turn it off so you don’t process them again, and if that would be beneficial for subsequent runs of the game even after updates (assuming not since they’d probably be invalidated).

      • Malix
        arrow-up
        15
        arrow-down
        0
        ·
        6 months ago
        link
        fedilink

        turning it off will wipe the cached shaders. That cleaned up like ~40 GB (IIRC) for me, without any noticeable difference in performance, stability or smoothness. Though my set of games at the time wasn’t all that big: path of exile, subnautica: below zero, portal 2 and some random smaller games.

        • RustmilianEnglish
          arrow-up
          18
          arrow-down
          0
          ·
          6 months ago
          edit-2
          6 months ago
          link
          fedilink

          Turning it off just pushes the shader cashe-ing to runtime. You might have micro stutters, but it’s temporary as things get cashed as you play.

          • Malix
            arrow-up
            1
            arrow-down
            0
            ·
            6 months ago
            link
            fedilink

            yep, I’m aware. I just haven’t observed* any compilation stutters - so in that sense I’d rather keep it off and save the few minutes (give or take) on launch

            *Now, I’m sure the stutters are there and/or the games I’ve recently played on linux haven’t been susceptible to them, but the tradeoff is worth it for me either way.

            • RustmilianEnglish
              arrow-up
              6
              arrow-down
              0
              ·
              6 months ago
              edit-2
              6 months ago
              link
              fedilink

              If you’re using AMD, you probably have ACO compilation which tends to be much faster than LLVM.
              For me I use pre-compilation + ACO + DXVK Async so it compiles and cache super quickly.

              • Malix
                arrow-up
                1
                arrow-down
                0
                ·
                6 months ago
                link
                fedilink

                amd cpu, but nvidia gpu, so as far as I’d understand, not using ACO then?

                • RustmilianEnglish
                  arrow-up
                  4
                  arrow-down
                  0
                  ·
                  6 months ago
                  edit-2
                  6 months ago
                  link
                  fedilink

                  Correct. Your GPU is probably just really fast.
                  NVK is going to be killer on your system.

        • UnreliableOP
          arrow-up
          4
          arrow-down
          0
          ·
          6 months ago
          link
          fedilink

          Aah okay that makes sense. I wouldn’t mind the extra space.

          If that’s turned off, do you know if the game generates and caches shaders as you play? If so, does that also apply to games run outside of Steam?

          Currently I’m just playing games like Hunt Showdown and Helldivers.

          • teawrecks
            arrow-up
            4
            arrow-down
            0
            ·
            6 months ago
            link
            fedilink

            For Hunt Showdown specifically, I have tried skipping pre-caching before and the load into a level took so long that I got disconnected from the match. I recommend keeping it enabled for multiplayer games for that reason.

          • RustmilianEnglish
            arrow-up
            2
            arrow-down
            0
            ·
            6 months ago
            edit-2
            6 months ago
            link
            fedilink

            It’s usually disabled outside of steam. However you can use environment variables :

            DXVK_ASYNC=1
            DXVK_STATE_CACHE=true
            DXVK_SHADER_CACHE=true
            DXVK_STATE_PATH=
            DXVK_STATE_CACHE_PATH=
            
          • Malix
            arrow-up
            2
            arrow-down
            0
            ·
            6 months ago
            edit-2
            6 months ago
            link
            fedilink

            well, I do have this one game I’ve tried to play, Enshrouded, it does do the shader compilation on it’s own, in-game. The compiled shaders seem to persist between launches, reboots, etc, but not driver/game updates. So it stands to reason they are cached somewhere. As for where, not a clue.

            And since if it’s the game doing the compilation, I would assume non-steam games can do it too. Why wouldn’t they?

            But, ultimately, I don’t know - just saying these are my observations and assumptions based on those. :P

  • Unmapped
    arrow-up
    18
    arrow-down
    0
    ·
    6 months ago
    link
    fedilink

    If you allow background processing of shaders, and leave steam running while your doing other stuff a bit. You won’t even notice them. At least I don’t.

    • UnreliableOP
      arrow-up
      8
      arrow-down
      0
      ·
      6 months ago
      link
      fedilink

      Hmm that’s not a bad idea. I am running an older setup so I’ll have to see how that fairs while I do normal tasks.

  • henfredemarsEnglish
    arrow-up
    8
    arrow-down
    0
    ·
    6 months ago
    link
    fedilink

    I’m not excusing it, but it makes sense technically because we can’t directly execute the D3D shaders, and converting it just-in-time could cause initial stuttering. It’s a kind of vendor lock-in in my view, and some translation step is needed. Steam even goes a step further and tries to ship you pre-compiled shaders, but it’s not perfect and especially games that update often can end up generating the shaders locally on a regular basis.

    I’ve definitely noticed this, but it hasn’t stopped me from enjoying my games so far.

  • ElusiveClarityEnglish
    arrow-up
    2
    arrow-down
    0
    ·
    6 months ago
    link
    fedilink

    I went through Ubuntu, PopOS, and Nobara before I landed on Bazzite and so far it’s been the one that just works for me. I love all the built in tools like cooler control and the fact that I can just roll it back on boot if I mess something up. The only thing I’m missing so far is that I was using the Barrier app to control my work pc during the day but it doesn’t work on Wayland. I also just made the switch to an AMD gpu and I really like the adrenaline software on windows.

    • DestideEnglish
      arrow-up
      2
      arrow-down
      0
      ·
      6 months ago
      link
      fedilink

      When you log in there’s a gear icon on the right where you can switch to Xorg

      • ElusiveClarityEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        6 months ago
        link
        fedilink

        Ah, that’s right. I was having issues with xorg at one point and started using Wayland and completely forgot I could switch. I’ll see if it works now.

    • UnreliableOP
      arrow-up
      1
      arrow-down
      0
      ·
      6 months ago
      link
      fedilink

      LACT isn’t a bad stand-in for some of adrenaline’s features, but it obviously doesn’t cover everything.

      • ElusiveClarityEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        6 months ago
        link
        fedilink

        So, what about stuff like frame generation, anti lag, boost, etc? Is there no way to use these on Linux? It’s not a dealbreaker to me but it was cool to play with.

  • 𝘋𝘪𝘳𝘬
    arrow-up
    7
    arrow-down
    11
    ·
    6 months ago
    link
    fedilink

    Overall I’m still getting used to the Steam “processing vulkan shaders” pretty much every time a game updates

    Start game, see popup, go to kitchen to grab some snacks, bring out trash, have a quick chat with the neighbor, go back inside, use the bathroom, come back to computer - game is just starting.

    • WillyEnglish
      arrow-up
      10
      arrow-down
      0
      ·
      6 months ago
      link
      fedilink

      Usually takes like 30 seconds or less on my games.

        • WillyEnglish
          arrow-up
          1
          arrow-down
          0
          ·
          6 months ago
          link
          fedilink

          I wonder if it’s the games we play or our systems. Only one that has ever taken more for me is Spider-Man.

    • Rentlar
      arrow-up
      5
      arrow-down
      0
      ·
      6 months ago
      link
      fedilink

      For me more often it goes like this:

      Friend: Wanna play [game]?

      Me: sure. launches game

      Friend: Alright the game lobby’s ready, come and join it.

      Me: (Processing vulkan shaders, 2%) I’ll be there in a bit, it’s taking a while to start.

      • Luccajan
        arrow-up
        2
        arrow-down
        0
        ·
        6 months ago
        link
        fedilink

        I only have this with Overwatch not sure why