• fxomt
    link
    fedilink
    02 days ago

    Installing’s easy. Does it work? No 🫠 I still can’t daily drive linux because how shitty NVIDIA’s drivers are

    • Smee
      link
      fedilink
      02 days ago

      I can daily drive linux just fine on 3060ti, the Ollama CUDA AI acceleration works without a single issue straight out of the box.

      I do want to be able to game on my main rig though, but that’s what I have a laptop with an Intel low-end integrated GFX card for.

      • fxomt
        link
        fedilink
        02 days ago

        NixOS (same problem, all distros) 570 drivers, RTX 3060

        Currently on hyprland, same issue with sway/other wlroots compositors (KDE/GNOME work fine-ish, but i prefer compositors and they’re full of worse NVIDIA bugs on their own)

        The problem’s with proton (or DXVK? Dunno) and how input delay increases heavily with V-Sync enabled. Unfortunately i have to use v-sync, so just dealing with it isn’t a choice for me, sorry

        • @histic@lemmy.dbzer0.com
          link
          fedilink
          English
          02 days ago

          Did you enable all the hyprland NVIDIA tweaks im running a 3070 on nix hypr and had issues but after setting all the nvidia tweaks and env variables I’ve had no issue with vsync and playing games with bad input lag and I play competitive shooters so I can tell

          • fxomt
            link
            fedilink
            02 days ago

            If by tweaks you mean:

            MODULES=(… nvidia nvidia_modeset nvidia_uvm nvidia_drm …)

            options nvidia_drm modeset=1 fbdev=1

            env = LIBVA_DRIVER_NAME,nvidia

            env = __GLX_VENDOR_LIBRARY_NAME,nvidia

            Then yeah :/ Could you possibly share the relevant parts of your config please? TIA