So I tried running Anki in KDE Plasma 6 and the fonts are blurry. I have a 125% scaling in KDE and Anki. Even with 100% scaling in Anki the fonts are blurry. In legacy X11 Applications I have the set the applications to apply scaling themselves
I see the following lines in command line:
Qt warning: The cached device pixel ratio value was stale on window expose. Please file a QTBUG which explains how to reproduce.
update : the conjunction of the following 2 lines in hyprland.conf fixes the issue…
monitor=,highres,auto,$INTEGER
and
QT_SCALE_FACTOR,$INTEGER
where INTEGER is any positive integer.
the problem with this solution is that everything else scales with the monitor setting, and 1 is too small while 2 is too big. The rounding policy environment variable doesn’t seem to work