Problems with NVIDIA on Hyprland
I recently installed hyprland with my image created with bluebuild, but I'm having some problems with NVIDIA (it's become a hobby to solve problems with nvidia lol), here's the error:
the same thing happens with heroic. it complains that this dependency is missing, I forgot to mention that I installed it using
rpm-ostree rebase
Solution:Jump to solution
the problem solved itself, I made some changes to the image like changing nautilus to nemo and updated it and it solved it. It seems like it pulled the entire image instead of changing just one package or another apparently
8 Replies
"This problem is often caused by a faulty installation of the Vulkan driver" - that's what I found on the forum, how can I reinstall the nvidia drivers?
There is the akmods module you could try using
BlueBuild
akmods
The akmods module is a tool used for managing and installing kernel modules built by Universal Blue.
Is there no way to do this directly from the system with some rpm-ostree command?
Probably, but it wouldn't be a part of your image. I suggest setting it up in your build
but the
base-image: ghcr.io/ublue-os/base-nvidia
installs this akmod? Because I made two images, one normal and one nvidia and I'm using the nvidia imageYou're right. If the issue is due to an issue with the base image, you might want to reach out to folks upstream since they maintain those images
Solution
the problem solved itself, I made some changes to the image like changing nautilus to nemo and updated it and it solved it. It seems like it pulled the entire image instead of changing just one package or another apparently