Black screen in Vulkan on Ubuntu 20.04
Hi all!
When changing the renderer, a black screen appears in the menu. In this case, the sound goes on but the game does not react to anything. I play through Steam on proton 5.0-9 and if we believe the protondb site, then many are fine on Ubuntu with the same drivers and kernel version. Perhaps the problem lies in the hybrid graphics. I have an intel / nvidia laptop (1050ti). Is there any solution? Last bumped on Jul 2, 2020, 1:19:07 AM
This thread has been automatically archived. Replies are disabled.
|
![]() |
The game not meant to run in Linux
But you can try to pm your setting to GGG dev. Also , some player reported that it may tie to specific skills https://www.pathofexile.com/forum/view-thread/2877112/filter-account-type/staff This is the start of forum signature: I am not a GGG employee. About the username: Did you know Kowloon Gundam is made in Neo Hong Kong?
quote from the first page: "Please post one thread per issue, and check the forum for similar posts first" This is the end of forum signature |
![]() |
Thx dude!
Yes, I understand that it does not support Linux. But I'm confused by the fact that the rest is all right with similar configurations. |
![]() |
As it turned out, the volcano just did not work for me on Ubuntu 20.04 and i solve this problem!
It helped me to run the following 1)sudo apt purge mesa-vulkan-drivers vulkan-utils vulkan-tools (these tools are not needed now (they do not get up correctly on 20.04 without correct library)) 2)sudo dpkg --add-architecture i386 (connecting the i386 archetecture) 3)sudo add-apt-repository ppa:graphics-drivers/ppa then tape sudo apt update (connecting the correct repositories) 4)sudo apt install libvulkan1 libvulkan1:i386 (now we just enable the correct library) 5)sudo add-apt-repository ppa:paulo-miguel-dias/pkppa (connecting the correct repositories) then tape sudo apt update && sudo apt dist-upgrade 6)And now I tape sudo apt install vulkan-tools 7) Now we check the work of the volcano- tape sudo vulkaninfo then tape lspci | grep 3D && vulkaninfo | grep deviceName (You should see the name of your video card in my case (hybrid graphics), if it works incorrectly, I also saw intel. When everything got up, I saw only Nvidia.) then tape vkcube and you shoud see spining cube 8)Vulkan works! more details can be found here: https://portwine-linux.ru/amd-nvidia-drivers-ubuntu-linux-mint/ https://www.comss.ru/page.php?id=6426 |
![]() |