NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.49k stars 13.67k forks source link

Gamescope totally broken #342512

Open radek-stasta opened 5 days ago

radek-stasta commented 5 days ago

Describe the bug

Current version of Gamescope (3.15.9) is totally broken on my system, freezing, not refreshing image, mouse flickering, creating some weird square in the middle of monitor about 200x200px big where the mouse is locked. Everything broken. Don't know if this is the right place to report this or should I report it upstream.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Install gamescope from unstable
  2. Try to run any game

Expected behavior

I had no problems with this version and I expect to work as it was then

    programs.gamescope = {
      enable = true;
      package = pkgs.gamescope.overrideAttrs (
        finalAttrs: oldAttrs: {
          version = "3.14.29";
          src = pkgs.fetchFromGitHub {
            owner = "ValveSoftware";
            repo = "gamescope";
            rev = "refs/tags/${finalAttrs.version}";
            fetchSubmodules = true;
            hash = "sha256-q3HEbFqUeNczKYUlou+quxawCTjpM5JNLrML84tZVYE=";
          };
        }
      );
    };

Metadata

Video here: https://streamable.com/ls8zm0 (for 2 days only, will reupload if necesary)

winterqt commented 3 days ago

cc @K900 upstream bug, disregard.