DragonJoker / Ashes

Drop-in replacement for Vulkan shared library, for older hardware compatibility
https://dragonjoker.github.io/Ashes/
MIT License
362 stars 19 forks source link

Getting errors from OpenGL renderer #239

Open DarthGandalf opened 2 years ago

DarthGandalf commented 2 years ago

Hi, I'm trying to run ./Test-02-SwapChainCreation on nouveau driver (which doesn't support vk yet), but it shows only a broken window (containing random parts of other windows) and spams to log. log.txt

Test-01-DeviceCreation seems to work fine, but it does nothing other than showing empty window.

Other tests and samples I tried also show broken window and spam to log.

glxinfo.txt

Linux komputer 5.10.68-x86_64 #1 SMP Wed Sep 29 22:14:10 IST 2021 x86_64 AMD Ryzen 9 3900X 12-Core Processor AuthenticAMD GNU/Linux

Gentoo Linux media-libs/mesa-21.1.7:0 x11-drivers/xf86-video-nouveau-1.0.17:0 Version from latest master (cd8bd72ebd6ed77636a60fba3d695df66b7a8f57)

DragonJoker commented 2 years ago

Hi, sorry about the late answer, what's your GPU ? Also, have you tried with proprietary driver from NVIDIA ?

DragonJoker commented 2 years ago

Also, Test-01-DeviceCreation outputs all sort of info in its log, can you give it to me too ?

DarthGandalf commented 2 years ago

GF RTX 2070S

The proprietary driver stopped working for me when I upgraded my kernel (to 5.10 AFAIR), so I can't test with it anymore, sorry. Perhaps I can try with older kernel though

test1.txt