-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Proton] Bundle dxvk #8
Comments
It seems like a lot more needs to be bundled, e.g., Vulkan drivers |
Also may want to (additionally?) bundle https://github.com/Joshua-Ashton/d9vk. |
This proton build has dxvk and d9vk in it and alot more. As the user has to have a vulkan capable gpu, their base system will have the graphics and vulkan drivers installed, so bundling of vulkan drivers is most probably not necessary. |
I would not be so sure: We are using a 32-bit userland inside the AppImage, with its own |
I presume the user will have the 32-bit graphics and vulkan drivers installed. If you see at the below link, it lists the 32-bit vulkan driver libvulkan1:i386 and mesa-vulkan-drivers:i386. If this assumption is wrong, then it should likely be easy to incorporate these two vulkan drivers in the appimage. https://github.com/lutris/lutris/wiki/Installing-drivers#installing-vulkan |
Please see this: I do not know what needs to be done. |
That bug report is about openGL drivers and dxvk is for vulkan drivers and it would be impossible to bundle openGL drivers, as they should be part of the base system. If you can build the proton-ge-custom version, i can test how well it works. |
Someone who has a clue about 3D drivers and stuff should be working on this, cause I certainly don't (and don't have the time to investigate this topic). |
Bundle https://github.com/doitsujin/dxvk
The text was updated successfully, but these errors were encountered: