-
Notifications
You must be signed in to change notification settings - Fork 224
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
How to install Vulken in debian? #134
Comments
yeah, especially since https://wiki.debian.org/DontBreakDebian highly suggests NOT to install ubuntu PPAs, since they can lead to an unsupported, corrupt FrankenDebian... I'd love to see a debian-native way (which ubuntu and other debian-derivates) could use ootb. |
I have complained about this very subject for years on this, Yet get criticized or ignored, I had to find out that Debian preinstall's Vulkan drivers automatically upon install, Yet now they force the warnings and graying out settings in Runner options even though you may already have Vulkan drivers, DXVK and VKD3D installed, Because they were not installed the ubuntu way, The settings being grayed out and nonoperational tend to break things in lutris further. Yet they focus only on Ubuntu based distro's and forget that Ubuntu is a Debian Based Fork. |
I have added a note on the "Installing drivers" page that the Lutris team does not endorse the instructions on this page. No distribution needs a PPA to get Vulkan. The only gotcha is that you have to install 64bit and 32bit versions of some libraries. |
Information from Debian wiki about Steam. For amd64 (64-bit) systems, enable Multi-Arch:
Update the list of available packages:
For amd64 (64-bit) systems, additional libraries need to be installed for Vulkan and 32-bit titles:
|
I am trying to install in Debian using command for ubuntu:
sudo add-apt-repository ppa:kisak/kisak-mesa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt upgrade && sudo apt install libgl1-mesa-dri:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386
but it shows:
sudo: add-apt-repository: command not found
how can I install driver in Debian
The text was updated successfully, but these errors were encountered: