I spent +- 22 hours trying to make it work, but I find more problems than solutions.
PROBLEM
Steps to reproduce #1
Fresh install of Ubuntu with Xubuntu DE.
Follow official instructions - https://support.amd.com/en-us/kb-articles/Pages/Install-LunarG-Vulkan-SDK.aspx
Row 15 - VULKAN_SDK=/home/kreyren/vulkan/VulkanSDK/1.0.37.0/x86_64 shoudn’t it be 1.1.73.0? (based on AMD’s official instruction)
VK_ERROR_INCOMPATIBLE_DRIVER
SHORTED, MORE IN ORIGINAL DOC.
INFORMATION
GPU: ATI Sapphire 7870 AND AMD Radeon 7870AMD/ATI
Manufacturer has two names for this GPU as far as i know.
GPU Supports Vulkan based on Test in Windows 10 running DotA 2 with “-vulkan” argument and wiki: https://en.wikipedia.org/wiki/Radeon_HD_7000_Series
OS: Tested on Debian 9, Xubuntu and Ubuntu.
Right now I have fresh installation of Ubuntu with backup using Clonezilla and basic setup.
apt list --installed > /home/kreyren/Desktop/Installed_packages.txt https://pastebin.com/WrKWWbhg
Installed updates using
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -yDistro has 20GB of root + 2GB swap on SSD and 100GB of /home on HDD
Verify that it's supported by AMD:
TRIED SOLUTION
add NAND modify
/etc/X11/xorg.confwithSection "Device" Identifier "AMD" Driver "amdgpu" Option "TearFree" "true" EndSectionReboot > VK_ERROR_INCOMPATIBLE_DRIVER
SHORTED, MORE IN ORIGINAL DOC.
BACKSTORY
Original is available on personal Google docs.
I made Facebook document where I tried to fix this issue with the help of other Linux users. Facebook document was removed after solution and the issue was posted on askubuntu! Hoping to reach more people with same issue.
Not enough reputation to post rest of the original and it seems pointless to spam with irelevant info, its here for those who are interested in this issue like Developers who could possibly fix this issue by default.