PsyDoom
PsyDoom copied to clipboard
Graphical Glitches on Linux using Vulkan Render
So I've downloaded PsyDoom, the recent version and when using the Vulkan Rendering on Linux, I get these Graphical Glitches during gameplay, on Classic Rendering, it doesn't happen.
The Linux Distro im using is Kubuntu, which is Ubuntu but with KDE Plasma.
Configuration Image:
Vulkan Render:
Classic Render:
I've downloaded the 1.2.0-prevew1 version of PSYDOOM and it's still giving me these graphical glitches on Vulkan
And trying to disable MSAA doesn't solve anything, infact, it makes it worse:
My Drivers:
Default Config
MSAA set to 0:
Thank you for the info, that is rather unfortunate. Hopefully I can find a way to reproduce with the hardware I have. So far I have not seen anything remotely like this on my Mint install.
Strangely though, when playing Psydoom on the STEAM DECK, it doesn't have this issue and it has a weaker GPU (which is a RDNA2) than mine, so I assume this must be an RDNA 3 GPU issue (Which is the RX 7800XT)?
Can confirm a similar graphical bug when running PsyDoom on Debian 13. Kernel is Linux 6.12.43. Running it on an AMD Ryzen 5700X and an AMD Radeon 7600. KDE version is 6.3.6. Mesa driver version is 25.0.7. The 'artifacting' appears to be the background/skybox? that appears to be rendered incorrectly, I think, on the Vulkan renderer. All the default settings are untouched. Changing the resolution, full screen, vsync settings do nothing. However, all the artifacting goes away when switching to the Classic renderer.
Vulkan renderer:
Classic renderer:
Thanks for the additional report - definitely sounds like something specific to RDNA 3. I've got some of that hardware on the way soon so hopefully will be able to debug and fix whatever is causing this.
Finally reproduced the issue with an RX 7600 under Linux. Strangely, the same issue did not occur with this GPU on Windows, so it's probably a bug with the Linux drivers. Commited a fix with 4b1344b4243b0c5e09619378ee7e9d552ac42daa which will be in the next release.
Finally reproduced the issue with an RX 7600 under Linux. Strangely, the same issue did not occur with this GPU on Windows, so it's probably a bug with the Linux drivers. Commited a fix with 4b1344b which will be in the next release.
Nice, Thanks, can't wait to try it out the next release when it releases