Open 1player opened 8 months ago
I'm trying lem sdl from the master branch on a 4k screen at 2x scaling on GNOME. The window is very small and unaware of the display scaling, and there doesn't seem to be anyway to force the scaling to the correct size.
Same on KDE Plasma 6.1.2.
Workaround: Add a very large font size to config.lisp (:SDL2-FONT-SIZE 28)
(:SDL2-FONT-SIZE 28)
Possibly related: https://github.com/lem-project/lem/issues/801
I'm trying lem sdl from the master branch on a 4k screen at 2x scaling on GNOME. The window is very small and unaware of the display scaling, and there doesn't seem to be anyway to force the scaling to the correct size.