You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using display_screen on a 1920x1080 display opens a window taller than the display itself. Resizing the window is also disabled. This is on Ubuntu 21.10.
Is there any way to scale or adjust the DPI of the SDL window? Or maybe disable HiDPI if it's enabled by default? Looking through the repo I couldn't find anything. Also usual environment flags I've been using in the past with other applications, such as GDK_SCALE=0.5 GDK_DPI_SCALE=0.5 are not working in this instance.