3

I am a novice Linux user. Today, I turned on my system and found out that whenever I open any system apps (like Setting, Files, even the Terminal), a bunch of text was missing from there, and it was showing only the first four letters of every word in the app (Screenshot attached to further visualize the issue)

enter image description here

Please, help me to fix the issue. Thank you all

graham
  • 10,436
Discardo
  • 133

1 Answers1

8

I had the exact same condition and I was able to fix it by removing the 3rd party AMD Radeon drivers I had previously installed (and had been working fine up until this morning when I did a SW package upgrade & rebooted). I ran the following commands and rebooted. Now my display is back to normal:

sudo apt install ppa-purge
sudo ppa-purge ppa:oibaf/graphics-drivers
  • 2
    Yeah, I had already solved the issue using the exact same method. I found it on a website while searching about the problem, and I forgot to mention it here. Thanks for your answer, btw. I'll mark it as accepted so that it might be helpful to someone in the future. – Discardo Apr 04 '21 at 14:19
  • 1
    I think I might have copy/pasted the wrong commands. I've updated my answer with the command I used to remove the 3rd party AMD Radeon drivers. – Peter Vinsel Apr 08 '21 at 19:58
  • Seems like a lot of people are getting the same issue. So did I. @PeterVinsel 's solution worked perfectly for me. Thank you! – angrato Apr 12 '21 at 22:09