You are not logged in.
Hello, I'm new to Linux and I want to start Ricing.
I was installing Hyperland and I got an error saying that Libva-Nvidia is in conflict, and this left me with the following question.
How can I solve this problem?
==> Finished making: libva-nvidia-driver-git 0.0.14.r3.g677f480-1 (Sun 06 Jul 2025 03:17:19 PM -03)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...
:: libva-nvidia-driver-git-0.0.14.r3.g677f480-1 and libva-nvidia-driver-0.0.14-1 are in conflict. Remove libva-nvidia-driver? [y/N] error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libva-nvidia-driver-git-0.0.14.r3.g677f480-1 and libva-nvidia-driver-0.0.14-1 are in conflict
-> error installing: [/home/nox/.cache/yay/libva-nvidia-driver-git/libva-nvidia-driver-git-0.0.14.r3.g677f480-1-x86_64.pkg.tar.zst /home/nox/.cache/yay/libva-nvidia-driver-git/libva-nvidia-driver-git-debug-0.0.14.r3.g677f480-1-x86_64.pkg.tar.zst] - exit status 1
Last edited by Noxidaram (2025-07-06 18:46:39)
Offline
Hi, i am not to experienced, but from what i know. The problem you are facing is happening because you need to choose between one of those two packages to install. The libva-nvidia-driver-git version is the latest developed version while the libva-nvidia-driver is a stable version for the distro. Are you installing the -git version from AUR? Anyway, to solve the problem, you can do not install the libva-nvidia-driver-git package and just use libva-nvidia-driver. Or you can install libva-nvidia-driver-git (Pressing Y + Enter when pacman asks). It is not a error really, just choose one.
Sorry for my bad english, i am a newbie so maibe i got something wrong.
And of course, Welcome To The Arch Forums! Hope you like it!
Last edited by John-Something-Something (2025-07-06 19:15:31)
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I solved the error by completely removing libva and all related files, after which Hyprland
the following commands solved the issue.
Thank You very much for the help.
$ sudo pacman -Rns libva-nvidia-driver
$ ./set-hypr
Offline