Closed baalajimaestro closed 3 days ago
To addon, it spins up when i unset WAYLAND_DISPLAY, but is nevertheless unusable, since it takes no inputs.
Using swaywm, on nixos 24.11.
I found out what broke the terminal!
For whoever comes back here searching for a similar issue, here is a patch to apply for your system flake:
- hardware.amdgpu.amdvlk = {
- enable = true;
- support32Bit.enable = true;
- };
-
- hardware.graphics.extraPackages = with pkgs; [
- vaapiVdpau
- libvdpau-va-gl
- ];
-
Remove amdvlk, and let it run on RADV. RADV just works fine.
Awesome findings @baalajimaestro 🙏
Do you have any idea why our Nix CI is failing? haha I tried to run locally but it passes for me.
Feel free to join our discord https://discord.gg/zRvJjmKGwS
attempted to do nix run on the provided flake in this repo, and it doesnt even spin up a window, it crashes instantly.