RetroArch icon indicating copy to clipboard operation
RetroArch copied to clipboard

[Vulkan] Integer scaling + overscale produce black screen (in Vulkan mode only)

Open bidinou opened this issue 1 year ago • 8 comments

Description

Vulkan + Integer scaling + Overscale options produce a black screen while content is running No issue in GL mode

Expected behavior

Picture should be scaled slightly larger than the screen.

Actual behavior

Screen is black (but content is running)

Steps to reproduce the bug

  1. Enable integer scaling
  2. Enable overscaling (the option just below it)
  3. Start a content : if GL output is enabled, it should work ; if Vulkan output is enable, picture should be black

Bisect Results

Already occurred in 3 years old Android build from the Play Store.

Version/Commit

RetroArch 1.17

Environment information

Android 14 Samsung A34

bidinou avatar Feb 09 '24 08:02 bidinou

Same exact thing happens with overscaling in my Arch Linux install for as long as I can remember. Might be a limitation with the vulkan driver itself.

kp8888 avatar Feb 28 '24 20:02 kp8888

Windows is fine.

sonninnos avatar Feb 29 '24 03:02 sonninnos

I can produce this on Linux as well. One thing to note, this only happens when the scaled resolution is greater than your monitor resolution (if running full screen) or the window resolution (if running in windowed mode). I wonder if this is related to #8771 which seems to also affect Windows?

Nargash avatar May 19 '24 18:05 Nargash