[SOLVED] Desktop Text Labels Truncated at 4 letters

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cajunjoel
Level 1
Level 1
Posts: 4
Joined: Sun Apr 18, 2021 8:29 pm

[SOLVED] Desktop Text Labels Truncated at 4 letters

Post by cajunjoel »

When I sat down at my machine today, somehow all of the words on the screen and in the main Desktop UI are showing only the first four letters of each word. I've tried changing the font, changing the theme, logging out, rebooting, all to no avail. Image linked below.

This affects the Login page, icons on the Desktop, Terminal, System Settings, Calculator, Evolution Mail, window title bars and some menus, across all users. It does not affect other programs like Firefox, Krita, Signal, or Visual Studio Code.

Generally it was fine last night, and about 18 hours later when I sat down again, it was like this:

https://imgur.com/a/DO2VZqK

from /etc/linuxmint/info

Code: Select all

RELEASE=20
CODENAME=ulyana
EDITION="Cinnamon"
DESKTOP=Gnome
TOOLKIT=GTK
GRUB_TITLE=Linux Mint 20 Cinnamon
Does anyone have a clue how to go about fixing this aside from reinstalling everything (which I argue is not necessary.)

Thanks!!

(I also posted this to /r/linuxmint on Reddit)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
AZgl1800
Level 20
Level 20
Posts: 11181
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: Desktop Text Labels Truncated at 4 letters

Post by AZgl1800 »

you should have Timeshift running in the background.

Have it restore to a date where you know every thing is good.
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
rudar
Level 2
Level 2
Posts: 66
Joined: Thu Sep 27, 2012 7:34 am

Re: Desktop Text Labels Truncated at 4 letters

Post by rudar »

A similar issue has been solved here: viewtopic.php?t=279498

Good luck!
User avatar
JoeFootball
Level 13
Level 13
Posts: 4673
Joined: Tue Nov 24, 2009 1:52 pm
Location: /home/usa/mn/minneapolis/joe

Re: Desktop Text Labels Truncated at 4 letters

Post by JoeFootball »

cajunjoel
Level 1
Level 1
Posts: 4
Joined: Sun Apr 18, 2021 8:29 pm

Re: Desktop Text Labels Truncated at 4 letters

Post by cajunjoel »

Thanks for the other topics. I didn't search on the word "character" like I should have. :(

That said, here is some info for posterity and my (current) solution. First, the installation history:

/var/log/dpkg.log reveals this (I'm using an older Radeon card)

Code: Select all

2021-04-10 20:29:06 status installed libdrm-radeon1:amd64 2.4.105+git2104091700.991e95~oibaf~f
2021-04-10 20:29:06 status installed libdrm-radeon1:i386 2.4.105+git2104091700.991e95~oibaf~f
2021-04-18 14:00:42 status installed libdrm-radeon1:amd64 2.4.105+git2104141700.67a64b~oibaf~f
2021-04-18 14:00:42 status installed libdrm-radeon1:i386 2.4.105+git2104141700.67a64b~oibaf~f
So I guess on the 18th something got updated and then got installed and went haywire. I see other things installed around that time like xserver-common, xserver-xorg-legacy, xserver-xephyr, xserver-xorg-core but nothing else that stands out as hey, this could affect the user interface!

Digging more in the forums here, I found this old thread: viewtopic.php?t=224526

...which led me to play with the AccelMethod setting in /usr/share/X11/xorg.conf.d/10-radeon.conf. Setting it from the default of EXA to XAA made the difference. I don't know why this changes things, but it did.

From: https://www.x.org/releases/X11R7.7/doc/ ... on.4.xhtml for the values:
Option "AccelMethod" "string"
Chooses between available acceleration architectures. Valid options are XAA and EXA. XAA is the traditional acceleration architecture and support for it is very stable. EXA is a newer acceleration architecture with better performance for the Render and Composite extensions. The default is EXA.
My /usr/share/X11/xorg.conf.d/10-radeon.conf is now:

Code: Select all

Section "OutputClass"
        Identifier "Radeon"
        MatchDriver "radeon"
        Driver "radeon"
        Option "AccelMethod" "XAA"
EndSection
Now everything is back to normal, but I'm sure I'm taking a performance hit for the "Render" and "Composite" extensions, but since I don't know what they are and I'm not gaming on this machine, I don't really care. :)
User avatar
SMG
Level 25
Level 25
Posts: 31941
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Desktop Text Labels Truncated at 4 letters

Post by SMG »

cajunjoel wrote: Mon Apr 19, 2021 6:28 pmNow everything is back to normal, but I'm sure I'm taking a performance hit for the "Render" and "Composite" extensions, but since I don't know what they are and I'm not gaming on this machine, I don't really care. :)
If you are not gaming why not just use the default mesa that comes with Mint?
Image
A woman typing on a laptop with LM20.3 Cinnamon.
cajunjoel
Level 1
Level 1
Posts: 4
Joined: Sun Apr 18, 2021 8:29 pm

Re: Desktop Text Labels Truncated at 4 letters

Post by cajunjoel »

SMG wrote: Mon Apr 19, 2021 6:55 pm If you are not gaming why not just use the default mesa that comes with Mint?
I thought about that, but at this point, it seems like it would be too much fiddling around to change over to it. And really, I don't want to break things.
User avatar
SMG
Level 25
Level 25
Posts: 31941
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Desktop Text Labels Truncated at 4 letters

Post by SMG »

cajunjoel wrote: Mon Apr 19, 2021 10:40 pmI thought about that, but at this point, it seems like it would be too much fiddling around to change over to it. And really, I don't want to break things.
Unless you have a Timeshift snapshot of your system before adding the PPA, I'm not sure that you really could change over. Feedback I've received seems to indicate that is a very hard PPA to remove.

I was actually curious as to why you added it in the first place, but now that I re-read what I typed I would interpret the question like you did also. :lol:

For those wanting/needing a newer mesa, the kisak PPA seems to preferred over oibaf, but the rule of thumb of taking a snapshot before installing a PPA applies for that one as well.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Cinnamon”