You are not logged in.
Pages: 1
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?

Last edited by thommen (2020-12-18 11:10:28)
Offline
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
Offline
Now I noticed that the problem is with Firefox, Chromium, Thunderbird
I have no such problem at Dolphin ↓
Last edited by thommen (2020-12-16 19:20:52)
Offline
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
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
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=hintfullOffline
Offline
Pages: 1