You are not logged in.
When attempting to use the GUI interface in GSR-UI, the program works fine but all the text's corrupted and unreadable, mostly just white right triangles and extremely squished text.
I've been having this issue for a few days now, and updating/rebooting the system did not fix this issue, hence why I'm posting here.
Attempting to search Google on this only lead me to people having issues trying to run the program in Wayland, which don't apply since I'm on X11-Xlibre on Xfce.
Here's a link to a relevant screenshot.
Not sure how much this helps, but I use an AMD GPU/CPU, and I'm on the Linux-zen kernel.
"Who are you?"
"I'm from the IRS! And I've come to tax your-" (SLAM.)
Offline
Try to downgrade mesa, https://bbs.archlinux.org/viewtopic.php?id=313669
Offline
this has to be a XFCE4 issue or a linux-zen issue, or a combination of both since i share the same configuration as OP
xfce4 on linux-zen and AMD GPU/CPU and have this same issue. it is not resolved by downgrading mesa and Chrome/Chromium/Electron is unaffected in any case.
EDIT: this definitively is a font issue, changing them application's language to Japanese makes the kana and hiragana to render correctly and we know thats a different font., on the drop down list only japanese and chinese are render correctly.
Last edited by Nevada (2026-06-05 00:30:37)
Offline
There're reports about bogus font resolution changes w/ fontconfig 2.18, try to downgrade that to 2.17.x - that's (like your screenshot) however different from the OP
Offline
my screenshot is the same as the OP, if i revert the apps language to english it will show the same behavior as OP.
as shown on this new screenshot
but the OPs screenshot tells me something else. the wallpaper hes using, thats the win95 install.bmp wallpaper. which tells me hes probably using the chicago95 theme pack. AS i am using.
so theres another thing we both have in common. i need to check chicago95's install process again because i recall something about fonts.
Offline
YES, i found the culprit.
Chicago95's uses a font to mimick the original Microsoft SanSerif. called cronyx-cyrillic. setting this font as system font as stated by the manual install process is what causes this weird corruption. selecting XFCE's default of open sans fixes the issue.

now we wait for OP to test this so we can mark this as solved.
in the meantime im gonna report this to the Chicago95 github.
Last edited by Nevada (2026-06-05 11:03:54)
Offline
I highly suspect this to be related to the fontconfig update nevertheless.
Try to downgrade to 2.17.x or remove /etc/fonts/conf.d/48-guessfamily.conf
https://bbs.archlinux.org/viewtopic.php … 5#p2300305
Offline
can confirm that downgrading fontconfig to 2.17.0 also fixes the issue.
deleting 48.guessfamily.conf does not.
Offline
Does it help to run "fc-cache -r" after removing that config?
Offline
Does it help to run "fc-cache -r" after removing that config?
yes, i did this after removing the conf file. made no difference after a reboot.
Offline