Radeon RX 560 does not supported? Or problem in my linux drivers?
We had tests running on a RX 560X, so I assume the 560 should also work. How much memory you got in the GPU? We need at least 3G, better 4G for this Algo, when it is a 2G it will not work.
If it has 4G, try running "clinfo" and head out for "Max memory allocation" - the number will tell you how much of the GPU memory can be allocated for a single memory object. The least size we need here is 1140887552 bytes, equivalent to 1089 MB. It could be that your card driver restricts to 1024 MB. If this is the case on AMD GPUs you can try to export two environment variables:
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
This will allow the driver to use larger memory buffers - maybe I should include that into the run_miner.sh scripts ^^
Hope this helps you

I am not installed AMDGPU PRO drivers. I have Radeon RX 560 4Gb.
Did not help.