-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyprland crashes at start on NixOS 23.05 #2416
Comments
How did you install Hyprland? Do you have graphic drivers installed? What GPU? |
As mentioned at the top, I used the nixpkgs hyprland and the home-manager flake on NixOS 23.05. This is on a Dell XPS 9560 laptop with both and Intel and nVidia GeForce GTC 1050 GPU with 4G ram. I do have the Nvidia proprietary driver installed, using whatever is available through nix. I can look up the exact version. I did install using the |
cucked by mesa, not really a hl problem. Does sway-git work? |
sway does work fine, it's been solid for a while for me. Posting from sway right now. I'm switching to Hyprland for the better functionality and hidpi Xwayland. |
Should I be looking for help elsewhere? Mesa project? What is the failure mode here? I don't really understand what is happening from the logs. My setup is pretty straightfoward btw. |
is your nixos configuration available somewhere? |
Yes, it's here: https://github.com/erahhal/nixcfg The host with the issue is Thanks!~~ |
I have a rising suspicion that it's the # NVidia support
LIBVA_DRIVER_NAME = "nvidia";
GBM_BACKEND = "nvidia-drm";
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
WLR_NO_HARDWARE_CURSORS = "1"; section. I have had trouble with those variables (more specifically GBM_BACKEND and __GLX_VENDOR_LIBRARY_NAME ones), please try removing nvidia related env vars one by one (except the hardware cursors one.) |
Awesome, thank you. In the end it was only one var that caused the problem:
Posting this from Hyprland :) Thanks again. |
Happy to help. |
Assuming this is fixed. |
@fufexan this is on NixOS 23.05, using the nixpkgs hyprland and the home-manager flake.
Steps to reproduce
Expected outcome
Noted outcome
The Hyprland log
Config
Hyprland Crash Report
The text was updated successfully, but these errors were encountered: