NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.33k stars 13.57k forks source link

Weird Font Rendering Issues after updating to NixOS 24.05 #319527

Open boustanihani opened 3 months ago

boustanihani commented 3 months ago

I recently updated my NixOS from 23.11 to 24.05. I am experiencing weird font rendering issues. I am using Gnome 46.2 and XORG.

Here are some examples:

Bildschirmfoto vom 2024-06-13 10-57-52

Bildschirmfoto vom 2024-07-15 22-03-40

Bildschirmfoto vom 2024-07-15 22-03-17

And this is my system =>

Bildschirmfoto vom 2024-06-13 11-00-59

boustanihani commented 1 month ago

I solved this issue by adding the following to my configuration:

environment.variables = {
    GSK_RENDERER = "gl";
};

I found the hint in the following post: https://bbs.archlinux.org/viewtopic.php?id=294177

...If you are using GTK on very old hardware, you may be better off with the old GL renderer, since it makes fewer demands on the GPU...

Seems this is related to my old CPU: Intel i7-3770S