I recently reinstalled FreeBSD after a hardware change and I have now ugly and pixelated fonts.
System reports
Fonts look ok in some applications, but otherwise pixelated on most:
Here are the contents of .Xressources:
gkt-3/settings.ini
sway/config:
The same happens on XFCE4 on Wayland.
How do I fix it?
System reports
Code:
FreeBSD 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC
Sway WM 1.10.1
nvidia-drm-61-kmod-570.124.04.1402000_1
Fonts look ok in some applications, but otherwise pixelated on most:
Here are the contents of .Xressources:
Code:
! FONTS
! -----------------------------------------------------------------------------
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgba
Xft.lcdfilter: lcddefault
Xft.autohint: 1
gkt-3/settings.ini
Code:
[Settings]
gtk-application-prefer-dark-theme=true
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-font-name=Noto Sans, 11
gtk-icon-theme-name=breeze-dark
gtk-menu-images=true
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-theme-name=Breeze
gtk-toolbar-style=3
gtk-xft-dpi=98304
sway/config:
Code:
output * subpixel bgr
output * render_bit_depth 10
output * adaptive_sync off
output DP-3 resolution 5120x1440@144hz pos 0 0 enable
The same happens on XFCE4 on Wayland.
How do I fix it?