• FauxLiving@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    5
    ·
    15 hours ago

    Playing, on Linux (Arch, btw) with no issues. The defaults were a bit harsh (45fps@4k) but once I ran the graphics setting autodetection and it went to medium with balanced upscaling I was getting 60+ FPS.

    I couldn’t connect to the matchmaking servers (my system doesn’t meet the requirements, apparently) but it otherwise ran just fine.

    • ILikeBoobies@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      3 hours ago

      Elden Ring also ran terrible at launch so this is likely a Vulkan vs Directx thing.

      I wonder if people on Windows (don’t be that guy) will use DXVK for this title as well.

    • Drewmeister@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      15 hours ago

      Running on kubuntu at 60 fps here. I saw the negative reviews regarding performance, but critics said it was a return to form. I figured if I had problems, I’d run into them before Steam’s generous return policy ended.

      I’ve only been gaming on Linux for a couple of weeks now, but it’s wild to me that I’m getting stable performance while a bunch of windows machines are having problems.

    • morbidcactus@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      edit-2
      14 hours ago

      What proton version are you running? I tried with the latest proton he.

      I didn’t find the auto detect super helpful, kept trying to run at very high with full res, was not stellar. Was able to get decent frames with dlss + frame gen, balanced on high, dropping from 3440x1440 to 2560x1080 went into the 100s, dlss looks really bad with it though, like the edge artifacts are rough looking. Settled on tsr, find fsr really blurry, and no frame gen.

      Didn’t do matchmaking, but co-op with my partner worked just fine.

      I tried on the steamdeck, didn’t tweak much, didn’t expect it to be great but don’t think I expected PowerPoint level frames.

      Edit, specs 4070ti 11900k 32 GB ram On arch with most recent drivers

      • FauxLiving@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 hours ago

        Using GE-Proton10-15, HDR works great too.

        I did notice the edge flickering artifacts with upscaling. XeSS is a bit higher quality than TSR but it also has the flickering. FSR framegen causes the flickering to happen on some particle effect that they use for atmosphere effects (like pieces of dust floating in the air) so it isn’t very usable currerntly.

        The game isn’t perfect, but it’s very playable for me after some settings adjustments. I didn’t have any crashes in 5.5 hours of playtime, but I did notice the shader compiling stutter and there were some spots where you could tell that it was loading a zone if you walked over a specific point and I was in combat at the time so I ran across that point a few times and that caused some framerate issues.

        A HUGE amount of the stuttering was eliminated by setting the Textures Streaming Speed to Very High, it looks like this is throttling disk IO for performance reasons. If you have an NVME SSD then I can’t think of a reason not to set it to reason not to set it to very high.

        That’s good to know that Steam co-op works. I’ll try it later today, my friends are all running Linux too and didn’t want to buy a copy if it wasn’t going to work. I happened to be home yesterday so I was the guinea pig.

        I tried updating the DLSS version (using PROTON_ENABLE_NGX_UPDATER=1), the flickering still occurs. Same with using RENDER_PRESET_K. It almost looks like they’re applying too much sharpening when you’re using DLSS, but I don’t see a way to adjust that specifically.

          • FauxLiving@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            6 hours ago

            Ah, I didn’t RTFM completely. I just read a snippet that mentioned the NGX updater and misunderstood the context.

            I’ll give it a shot, thanks.

            • Malix@sopuli.xyz
              link
              fedilink
              English
              arrow-up
              2
              ·
              5 hours ago

              tbh, I did the exact same thing, but came across that documentation today and realized my error… :P

              hope it works!

        • morbidcactus@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 hours ago

          Good to know that hdr works, and that other people are seeing the same edge flicker artifacts, it’s there on others (edges can get a bit shimmery with tsr) but really bad with dlss, I was wondering if it was lighting related but that point about atmospheric effects makes sense. Also tried messing about with the dlss version and settings, no dice unfortunately.

          What launch options are you using if you don’t mind? I’ve had some adventures with hdr over the past year (GoW Ragnarok, CP2077 and ER run great, Horizon Zero Dawn absolutely hates it and will black screen with it on with or without gamescope) would love to have that going. I’ll definitely try the texture streaming setting too , some of the stuttering was super noticeable when I first booted it, definitely got better after some time.

          My partner gifted me the copy, they’re on windows so (unsurprisingly) windows/linux coop works too. For what it’s worth, I was running it through sunshine to my steamdeck later yesterday and was a pretty solid experience.

          • FauxLiving@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            6 hours ago

            it’s there on others (edges can get a bit shimmery with tsr) but really bad with dlss

            Yeah that’s my experience as well. TSR seems to be doing the same thing but it isn’t applying the oversharpening which makes them stand out.

            What launch options are you using if you don’t mind?

            ENABLE_HDR_WSI=1 PROTON_ENABLE_HDR=1 PROTON_ENABLE_WAYLAND=1 gamemoderun %command%
            

            You have to be using GE-Proton10 or above in order to use Wayland’s HDR. I don’t think you need ENABLE_HDR_WSI (I believe PROTON_ENABLE_HDR makes Proton set a bunch of environmental variables on startup.) but I’m not sure.

      • Malix@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        7 hours ago

        I don’t have the game, but maybe it ships older dlss dll or uses some shit preset? I usually just replace the game dll with latest one from TPU (https://www.techpowerup.com/download/nvidia-dlss-dll/) and slap an env var to force transformer model DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE_RENDER_PRESET_SELECTION=RENDER_PRESET_K (as per: https://github.com/jp7677/dxvk-nvapi/wiki/Passing-driver-settings) (EDIT: render_preset_latest could work too, but last I heard K was latest, and the “newer ones” aren’t actually used yet, dunno of render_preset_latest actually uses those or K)

        seems to work in the games I play, but, YMMV.

        edit: might need DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE=on as well.