You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2024. It is now read-only.
These 32 bit libraries were needed for the leagueoflegends script (reimer's wine-lol) to work on Nvidia gpus on Debian testing: # apt install libnvidia-glvkspirv:i386 libglx-nvidia0:i386
I suggest to confirm this and then add these to the readme.
This project and the readme are focused on arch, I just wish that distros were able to agree on more standard package names. From a quick search it seems lib32-nvidia-utils is the package that contains the missing libs, although it's weird that it contains everything ?!?
For some setup (laptop with integrated and dedicated gpu in my case), the VK_ICD_FILENAMES environment variable is also needed so that the correct GPU is used. Setting that variable to the correct nvidia file and inspecting Vulkan drivers debug messages showed that these libraries were missing. LoL would otherwise only run using the testing vulkan lavapipe backend.
Steps to reproduce
Debian users with Nvidia gpus, see if you het the same error in vulkaninfo output.
Also try apt-cache policy libglx-nvidia0:i386 to check if it's already installed.
These 32 bit libraries were needed for the leagueoflegends script (reimer's wine-lol) to work on Nvidia gpus on Debian testing:
# apt install libnvidia-glvkspirv:i386 libglx-nvidia0:i386I suggest to confirm this and then add these to the readme.
This project and the readme are focused on arch, I just wish that distros were able to agree on more standard package names. From a quick search it seems lib32-nvidia-utils is the package that contains the missing libs, although it's weird that it contains everything ?!?
System information
nvidiaDescribe the issue
For some setup (laptop with integrated and dedicated gpu in my case), the
VK_ICD_FILENAMESenvironment variable is also needed so that the correct GPU is used. Setting that variable to the correct nvidia file and inspecting Vulkan drivers debug messages showed that these libraries were missing. LoL would otherwise only run using the testing vulkan lavapipe backend.Steps to reproduce
Debian users with Nvidia gpus, see if you het the same error in vulkaninfo output.
Also try
apt-cache policy libglx-nvidia0:i386to check if it's already installed.