00-Evan / shattered-pixel-dungeon

Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the source code of Pixel Dungeon, by Watabou.
https://shatteredpixel.com/shatteredpd/
GNU General Public License v3.0
4.72k stars 1.1k forks source link

Black screen on launch when running on igpu (AMD Radeon RX Vega 8) #1883

Closed wiwestor closed 2 hours ago

wiwestor commented 2 hours ago

Laptop automatically assigns igpu to run this game which renders nothing except in game cursor Changing to discrete nvidia graphics card makes everything render properly Shattered_Pixel_Dungeon_xsLsNZBkbS

wiwestor commented 2 hours ago

It appears that the problem is caused be image correction feature that increases image sharpness from amd's control pannel , turning it off fixes the issue

00-Evan commented 2 hours ago

Glad to hear that you were able to find a fix! Unfortunately Shattered has no control over which GPU is selected to play it (it is a very lightweight game so using the iGPU does make some sense), nor does it have any way to override any sort of image enhancement feature. Closing this as there's nothing to do on my end.