lem-project / lem

Common Lisp editor/IDE with high expansibility
http://lem-project.github.io/
MIT License
2.41k stars 182 forks source link

Display scaling of HiDPI monitor is ignored, and unable to be forced #1346

Open 1player opened 8 months ago

1player commented 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.

image

ryan-carpenter commented 4 months ago

Same on KDE Plasma 6.1.2.

ryan-carpenter commented 3 months ago

Workaround: Add a very large font size to config.lisp (:SDL2-FONT-SIZE 28)

ryan-carpenter commented 1 month ago

Possibly related: https://github.com/lem-project/lem/issues/801