Maximilian Seidler
Maximilian Seidler
I guess you are on nixos. Most likely your systems mesa version does not match the one that Hyprland was build with. This is very easy to get when on...
Yeah this is wrong, since `pkgs.unstable.hyprland` is build with a different mesa version than the one in nixpkgs stable. > But only after https://github.com/hyprwm/Hyprland/commit/83ab3ae0afeafe25ca2038888478740d0a80396a, otherwise crash on login. You cannot...
@husjon > Using the flake directly but staying on NixOS 24.05 stable results in a failed build because stable only has libinput v1.25 (requires libinput>=1.26.0, which is available in unstale)....
use something like this to take xdph from the flake. Good luck. ``` programs.hyprland = { enable = true; package = inputs.hyprland.packages.${pkgs.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; }; ```
Regarding the actual issue: To fix it make sure you update aquamarine to 0.4.0. If you can't yet put `monitor=FALLBACK,1920x1080@60,auto,1` in your config for now @sjcobb2022 @penguix0
> Running it, throws the following error: [CRITICAL] Hyprlock threw: EGL_EXT_platform_base not supported 🤔 Using the non-flake version from unstable works but is from the release in July. Use the...
I don't understand. Add ``` hyprlock.url = "github:hyprwm/hyprlock"; hyprlock.inputs.nixpkgs.follows = "nixpkgs"; ``` to your inputs and then just uncomment the `programs.hyprlock.package` line and it should work.
Yeah the root cause has not been fixed yet. `monitor=FALLBACK,1920x1080@60,auto,1` still works as a temporary fix. I need to figure out a few things to know how to address it...
We got a contribution that only needs some cleanup. I can take over the MR if it isn't done by the author, so don't worry. Give the people some time!
any testing of https://github.com/hyprwm/hyprlock/issues/695 would be appreciated!