LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-05-2021, 09:54 AM   #1
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Rep: Reputation: 84
Firefox's text looks blurry - Kubuntu 20.10


Allo,
I am running Firefox 89.0 and Kubuntu 20.10
Suddenly, Firefox's text looks blurry.
It isn't always blurry. When I move the mouse, it unblurs for 0.5 s. Even Firefox's menu text, like File, Edit Help are blurry.
Sometimes the window flashes black.
The text is way too blurry, to the point of like not having glasses on.

Brave's text looks slightly blurry but it is readable and doesn't change around when I move the mouse.

Writer, Dolphin, Kate, Qt Creator, kSysguard Okular look fine.

I logged in as another user and Firefox looks normal.

What's going on?
Attached Thumbnails
Click image for larger version

Name:	Firefox3.jpg
Views:	110
Size:	124.8 KB
ID:	36528  
 
Old 06-05-2021, 10:16 AM   #2
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Try backing up and clearing your settings:
Code:
mv ~/.mozilla mozilla
 
Old 06-05-2021, 02:08 PM   #3
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Original Poster
Rep: Reputation: 84
I tried that but it didn't help, other than the bookmarks, remembered logins and such being lost (but I don't care about these since I have backups).
 
Old 06-05-2021, 08:52 PM   #4
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Like I said: it will make a backup*.
Quote:
Originally Posted by jamison20000e View Post
Try backing up and clearing your settings:
Code:
mv ~/.mozilla mozilla
We shouldn't run a command without knowing what it does,,, tho to reverse what we did simply:
Code:
rm -rf .mozilla
(:that will remove the new settings folder automatically created by Firefox any time it's not found in home (because we renamed the original from .mozilla to the one now sitting in your home directory with no . )) then:
Code:
mv ~/mozilla .mozilla
that will reverse the first command I gave...
Code:
man mv
man rm
Then on to the next troubleshoots
Have you tried searching: Firefox text looks blurry

...example from that search: https://support.mozilla.org/en-US/qu...answer-1337980
or:
Quote:
About 412,000 results (0.55 seconds)
others to try?

Last edited by jamison20000e; 06-05-2021 at 08:55 PM.
 
Old 06-06-2021, 02:08 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
I suspect KDE.
CLear your kwin settings, that's what I'd start with.
 
1 members found this post helpful.
Old 06-06-2021, 08:35 AM   #6
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Original Poster
Rep: Reputation: 84
Quote:
Originally Posted by jamison20000e View Post
Like I said: it will make a backup*.We shouldn't run a command without knowing what it does,,, tho to reverse what we did simply:
Code:
rm -rf .mozilla
(:that will remove the new settings folder automatically created by Firefox any time it's not found in home (because we renamed the original from .mozilla to the one now sitting in your home directory with no . )) then:
Code:
mv ~/mozilla .mozilla
that will reverse the first command I gave...
Code:
man mv
man rm
Then on to the next troubleshoots
Have you tried searching: Firefox text looks blurry

...example from that search: https://support.mozilla.org/en-US/qu...answer-1337980
orthers to try?
Yes, like I said, I deleted the .mozilla folder.
I open Dolphin.
Make the invisible stuff visible.
Select .mozilla
Shift-Delete and click Yes.
Open Firefox.

I searched for mozilla in .config and .local but I couldn't find anything.

It's very difficult to find anything on the web. I tried duckduckgo and google.
Most pages were about Windows 10, Cleartype, some were about Chrome, one guy writes that Firefox's text look clearer compared to Chrome and Edge.

Last edited by vmelkon; 06-06-2021 at 08:39 AM.
 
Old 06-06-2021, 08:57 AM   #7
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Original Poster
Rep: Reputation: 84
Man, I can't figure it out.
I am going to use another account.
I transferred some of the stuff from .config
and
.local

Is there a tool that can help copy a profile.
Some things, I can't copy. For example, Steam puts its games in .local/Steam and that is 200 GB. I would have to move it. Copying it takes too long and takes too much space.

Last edited by vmelkon; 06-06-2021 at 10:14 AM.
 
Old 06-06-2021, 11:32 AM   #8
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Ondoho and web searches suggest that blurry text has to do with themes\looks\&c., do you set different themes up or has your distro?

For steam which is a whole nother question. In the settings I believe it allows you to set the preferred install folder you still may need to reinstall and delete or transfer them?
 
Old 06-06-2021, 02:28 PM   #9
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Original Poster
Rep: Reputation: 84
When I logged back into that problematic profile, looks like it got worst. Now, the desktop icon text sometimes looks blurry. Dolphin is effected as well, LibreOffice as well. The start menu as well.
Firefox has gone bonkers. Parts of Firefox client area looks slightly transparent. I don't use the compositor.
Linux uses something like the Windows GDI to do basic painting, right? Like draw lines, draw bitmaps.

I use what KDE calls global theme "Kubuntu". I changed it to Breeze but it did not help.
 
Old 06-06-2021, 02:30 PM   #10
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Original Poster
Rep: Reputation: 84
I think I'll live the Steam thing as is. It is probably whole lot of kettle of fish.
 
Old 06-08-2021, 11:26 PM   #11
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Original Poster
Rep: Reputation: 84
Possible solution.
I think the problem comes from the file that is in my home folder.
The file: .nvidia-settings-rc

If I delete it and log out and log in, the desktop icons look ok. Firefox looks ok.
If I restore that file and log in and log out, the problem comes back, specially with Firefox.

I do remember enabling FXAA via the nVidia console app.
Start -> Applications -> System -> nVidia X Server Settings

Is it possible that is what caused all this?

This is the bad file. Just after it, I have the good file from my new profile that I created a few days ago.
Code:
#
# /home/john/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Fri Jun  4 01:14:44 2021
#

# ConfigProperties:

RcFileLocale = C
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = No
ShowQuitDialog = Yes
UpdateRulesOnProfileNameChange = Yes
Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
Timer = Thermal_Monitor_(GPU_0),Yes,1000
Timer = Memory_Used_(GPU_0),Yes,3000

# Attributes:

0/SyncToVBlank=1
0/LogAniso=0
0/FSAA=0
0/TextureClamping=1
0/FXAA=1
0/AllowFlipping=1
0/FSAAAppControlled=0
0/LogAnisoAppControlled=1
0/OpenGLImageSettings=0
0/FSAAAppEnhanced=0
0/ShowGraphicsVisualIndicator=0
[DPY:DVI-I-0]/RedBrightness=0.000000
[DPY:DVI-I-0]/GreenBrightness=0.000000
[DPY:DVI-I-0]/BlueBrightness=0.000000
[DPY:DVI-I-0]/RedContrast=0.000000
[DPY:DVI-I-0]/GreenContrast=0.000000
[DPY:DVI-I-0]/BlueContrast=0.000000
[DPY:DVI-I-0]/RedGamma=1.000000
[DPY:DVI-I-0]/GreenGamma=1.000000
[DPY:DVI-I-0]/BlueGamma=1.000000
[DPY:DVI-I-0]/Dithering=0
[DPY:DVI-I-0]/DitheringMode=0
[DPY:DVI-I-0]/DitheringDepth=0
[DPY:DVI-I-0]/DigitalVibrance=0
[DPY:DVI-I-0]/SynchronousPaletteUpdates=0
[DPY:DVI-I-1]/Dithering=0
[DPY:DVI-I-1]/DitheringMode=0
[DPY:DVI-I-1]/DitheringDepth=0
[DPY:DVI-I-1]/ColorSpace=0
[DPY:DVI-I-1]/ColorRange=0
[DPY:DVI-I-1]/SynchronousPaletteUpdates=0
[DPY:HDMI-0]/Dithering=0
[DPY:HDMI-0]/DitheringMode=0
[DPY:HDMI-0]/DitheringDepth=0
[DPY:HDMI-0]/ColorSpace=0
[DPY:HDMI-0]/ColorRange=0
[DPY:HDMI-0]/SynchronousPaletteUpdates=0
[DPY:DP-0]/Dithering=0
[DPY:DP-0]/DitheringMode=0
[DPY:DP-0]/DitheringDepth=0
[DPY:DP-0]/ColorSpace=0
[DPY:DP-0]/ColorRange=0
[DPY:DP-0]/SynchronousPaletteUpdates=0
[DPY:DP-1]/Dithering=0
[DPY:DP-1]/DitheringMode=0
[DPY:DP-1]/DitheringDepth=0
[DPY:DP-1]/ColorSpace=0
[DPY:DP-1]/ColorRange=0
[DPY:DP-1]/SynchronousPaletteUpdates=0
[DPY:DP-2]/Dithering=0
[DPY:DP-2]/DitheringMode=0
[DPY:DP-2]/DitheringDepth=0
[DPY:DP-2]/ColorSpace=0
[DPY:DP-2]/ColorRange=0
[DPY:DP-2]/SynchronousPaletteUpdates=0
[DPY:DP-3]/Dithering=0
[DPY:DP-3]/DitheringMode=0
[DPY:DP-3]/DitheringDepth=0
[DPY:DP-3]/ColorSpace=0
[DPY:DP-3]/ColorRange=0
[DPY:DP-3]/SynchronousPaletteUpdates=0
[DPY:DP-4]/Dithering=0
[DPY:DP-4]/DitheringMode=0
[DPY:DP-4]/DitheringDepth=0
[DPY:DP-4]/ColorSpace=0
[DPY:DP-4]/ColorRange=0
[DPY:DP-4]/SynchronousPaletteUpdates=0
[DPY:DP-5]/RedBrightness=0.000000
[DPY:DP-5]/GreenBrightness=0.000000
[DPY:DP-5]/BlueBrightness=0.000000
[DPY:DP-5]/RedContrast=0.000000
[DPY:DP-5]/GreenContrast=0.000000
[DPY:DP-5]/BlueContrast=0.000000
[DPY:DP-5]/RedGamma=1.000000
[DPY:DP-5]/GreenGamma=1.000000
[DPY:DP-5]/BlueGamma=1.000000
[DPY:DP-5]/Dithering=0
[DPY:DP-5]/DitheringMode=0
[DPY:DP-5]/DitheringDepth=0
[DPY:DP-5]/DigitalVibrance=0
[DPY:DP-5]/ColorSpace=0
[DPY:DP-5]/ColorRange=0
[DPY:DP-5]/SynchronousPaletteUpdates=0
Code:
#
# /home/jake/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Sat Jun  5 21:52:25 2021
#

# ConfigProperties:

RcFileLocale = C
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = No
ShowQuitDialog = Yes
UpdateRulesOnProfileNameChange = Yes
Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
Timer = Thermal_Monitor_(GPU_0),Yes,1000
Timer = Memory_Used_(GPU_0),Yes,3000

# Attributes:

0/SyncToVBlank=1
0/LogAniso=0
0/FSAA=0
0/TextureClamping=1
0/FXAA=0
0/AllowFlipping=1
0/FSAAAppControlled=1
0/LogAnisoAppControlled=1
0/OpenGLImageSettings=1
0/FSAAAppEnhanced=0
0/ShowGraphicsVisualIndicator=0
[DPY:DVI-I-0]/RedBrightness=0.000000
[DPY:DVI-I-0]/GreenBrightness=0.000000
[DPY:DVI-I-0]/BlueBrightness=0.000000
[DPY:DVI-I-0]/RedContrast=0.000000
[DPY:DVI-I-0]/GreenContrast=0.000000
[DPY:DVI-I-0]/BlueContrast=0.000000
[DPY:DVI-I-0]/RedGamma=1.000000
[DPY:DVI-I-0]/GreenGamma=1.000000
[DPY:DVI-I-0]/BlueGamma=1.000000
[DPY:DVI-I-0]/Dithering=0
[DPY:DVI-I-0]/DitheringMode=0
[DPY:DVI-I-0]/DitheringDepth=0
[DPY:DVI-I-0]/DigitalVibrance=0
[DPY:DVI-I-0]/SynchronousPaletteUpdates=0
[DPY:DVI-I-1]/Dithering=0
[DPY:DVI-I-1]/DitheringMode=0
[DPY:DVI-I-1]/DitheringDepth=0
[DPY:DVI-I-1]/ColorSpace=0
[DPY:DVI-I-1]/ColorRange=0
[DPY:DVI-I-1]/SynchronousPaletteUpdates=0
[DPY:HDMI-0]/Dithering=0
[DPY:HDMI-0]/DitheringMode=0
[DPY:HDMI-0]/DitheringDepth=0
[DPY:HDMI-0]/ColorSpace=0
[DPY:HDMI-0]/ColorRange=0
[DPY:HDMI-0]/SynchronousPaletteUpdates=0
[DPY:DP-0]/Dithering=0
[DPY:DP-0]/DitheringMode=0
[DPY:DP-0]/DitheringDepth=0
[DPY:DP-0]/ColorSpace=0
[DPY:DP-0]/ColorRange=0
[DPY:DP-0]/SynchronousPaletteUpdates=0
[DPY:DP-1]/Dithering=0
[DPY:DP-1]/DitheringMode=0
[DPY:DP-1]/DitheringDepth=0
[DPY:DP-1]/ColorSpace=0
[DPY:DP-1]/ColorRange=0
[DPY:DP-1]/SynchronousPaletteUpdates=0
[DPY:DP-2]/Dithering=0
[DPY:DP-2]/DitheringMode=0
[DPY:DP-2]/DitheringDepth=0
[DPY:DP-2]/ColorSpace=0
[DPY:DP-2]/ColorRange=0
[DPY:DP-2]/SynchronousPaletteUpdates=0
[DPY:DP-3]/Dithering=0
[DPY:DP-3]/DitheringMode=0
[DPY:DP-3]/DitheringDepth=0
[DPY:DP-3]/ColorSpace=0
[DPY:DP-3]/ColorRange=0
[DPY:DP-3]/SynchronousPaletteUpdates=0
[DPY:DP-4]/Dithering=0
[DPY:DP-4]/DitheringMode=0
[DPY:DP-4]/DitheringDepth=0
[DPY:DP-4]/ColorSpace=0
[DPY:DP-4]/ColorRange=0
[DPY:DP-4]/SynchronousPaletteUpdates=0
[DPY:DP-5]/RedBrightness=0.000000
[DPY:DP-5]/GreenBrightness=0.000000
[DPY:DP-5]/BlueBrightness=0.000000
[DPY:DP-5]/RedContrast=0.000000
[DPY:DP-5]/GreenContrast=0.000000
[DPY:DP-5]/BlueContrast=0.000000
[DPY:DP-5]/RedGamma=1.000000
[DPY:DP-5]/GreenGamma=1.000000
[DPY:DP-5]/BlueGamma=1.000000
[DPY:DP-5]/Dithering=0
[DPY:DP-5]/DitheringMode=0
[DPY:DP-5]/DitheringDepth=0
[DPY:DP-5]/DigitalVibrance=0
[DPY:DP-5]/ColorSpace=0
[DPY:DP-5]/ColorRange=0
[DPY:DP-5]/SynchronousPaletteUpdates=0
 
Old 06-09-2021, 12:48 AM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by vmelkon View Post
Is it possible that is what caused all this?
Entirely possible.
Confirms my suspicion that it has nothing to do with FF.
 
Old 06-09-2021, 05:36 AM   #13
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
confirms the searchicion
 
Old 06-09-2021, 10:57 AM   #14
vmelkon
Member
 
Registered: Feb 2007
Location: Canada
Distribution: Kubuntu 22.04
Posts: 549

Original Poster
Rep: Reputation: 84
I found
https://forums.linuxmint.com/viewtopic.php?t=305443

which points to
https://bugs.launchpad.net/ubuntu/+s...s/+bug/1307236
which points to
Bug #1307236 reported by Anthony Borrow on 2014-04-13
so, it is a known issue with nVidia drivers.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Puppy Linux + Firefox = Blurry text? David2010 Linux - Newbie 1 11-12-2010 06:00 PM
Text and images are blurry Sabre Jaguar Linux - Hardware 1 03-21-2005 10:23 PM
blurry text - LCD monitor Defenestrator Linux - Newbie 3 03-08-2005 11:45 PM
why blurry text on a flat panel, and OpenOffice crashes? jiong Mandriva 2 07-29-2004 12:44 PM
Text gets blurry? duaux Linux - General 2 09-20-2002 02:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration