You are not logged in.

#1 2020-12-16 15:29:24

thommen
Member
From: Poland
Registered: 2017-12-30
Posts: 239

[SOLVED] Yellow glow around letters

For some time I noticed that I have a yellow shadow on about letters in many programs. I'm sending a screenshot ↓ What is it caused by?
fG94l9b.jpg
VqPi6WC.jpg

Last edited by thommen (2020-12-18 11:10:28)

Offline

#2 2020-12-16 15:43:10

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [SOLVED] Yellow glow around letters

This is caused by "LCD sub-pixel anti-aliasing". It's supposed to make text sharper by using the red-green-blue sub-pixels of an LCD display.

Offline

#3 2020-12-16 15:43:38

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,957
Website

Offline

#4 2020-12-16 19:17:45

thommen
Member
From: Poland
Registered: 2017-12-30
Posts: 239

Re: [SOLVED] Yellow glow around letters

Now I noticed that the problem is with Firefox, Chromium, Thunderbird
I have no such problem at Dolphin ↓
JDGb70d.jpg

Last edited by thommen (2020-12-16 19:20:52)

Offline

#5 2020-12-16 22:11:36

Xarius
Member
Registered: 2020-12-09
Posts: 4

Re: [SOLVED] Yellow glow around letters

thommen wrote:

Now I noticed that the problem is with Firefox, Chromium, Thunderbird
I have no such problem at Dolphin ↓
https://i.imgur.com/JDGb70d.jpg

My shot in the dark here would be the difference has something to do with the way GTK/Gnome vs. QT/KDE is handling your font subpixel/lcd/anti-aliasing/rendering. If all of your KDE apps seem fine, then it's something with your GTK setup. I'm guessing you are using primarily using KDE if you have Dolphin running. One other outlier possibility would be the differences between how KDE/GTK is handling font DPI.

Last edited by Xarius (2020-12-17 01:16:09)

Offline

#6 2020-12-16 22:28:54

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: [SOLVED] Yellow glow around letters

For gtk you may have to set it in your settings.ini or xsettings. Maybe there is a way to do that in the KDE settings, but I wouldn't know.

https://wiki.archlinux.org/index.php/GTK#Examples
https://wiki.archlinux.org/index.php/Xsettingsd

With wayland, gtk uses either a xdg settings-portal, a gnome-settings-daemon plugin or values from gsettings. The gsettings keys are here: https://gitlab.gnome.org/GNOME/gtk/-/bl … nd.c#L1675

Last edited by progandy (2020-12-16 22:40:01)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#7 2020-12-17 17:06:52

thommen
Member
From: Poland
Registered: 2017-12-30
Posts: 239

Re: [SOLVED] Yellow glow around letters

You're right I'm using KDE (I'd love to switch to XFCE but no XFCE can't handle my setup).

I am having problems with applications built on GTK.

I did. I don't see any changes

I have it at home ↓

cat ~/.config/gtk-3.0/settings.ini 
[Settings]
gtk-application-prefer-dark-theme=false
gtk-button-images=true
gtk-cursor-theme-name=breeze_cursors
gtk-cursor-theme-size=24
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-fallback-icon-theme=Breeze-Chameleon Light
gtk-font-name=Noto Sans,  10
gtk-icon-theme-name=breeze
gtk-menu-images=true
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
gtk-primary-button-warps-slider=false
gtk-theme-name=Breeze
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull

Offline

#8 2020-12-17 20:50:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,654

Offline

Board footer

Powered by FluxBB