• fxomt@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    13
    ·
    1 day 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

    • pumpkinseedoil@mander.xyz
      link
      fedilink
      arrow-up
      1
      ·
      15 hours ago

      complains about linux being complicated

      uses NixOS

      I think I found your issue… Most Linux distros just work nowadays.

      • fxomt@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        12 hours ago

        I’m not complaining that linux is complicated, though. I can use NixOS just fine. I’m talking about NVIDIA drivers being broken, and i’ve tried multiple distros.

    • histic@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day 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@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        1 day 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