我使用 KDE,我有 HiDPI 显示器,因此我进行了更改以~/.Xresources
更改系统 DPI。之后,一些应用程序中的字体开始看起来像素化。
在 QtCreator 中,使用QT_SCALE_FACTOR=1.2
,图标会变得像素化。
如何解决这个问题?
我的~/.Xresources
:
Xft.dpi: 120
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
输出xrdb -q
:
Xft.antialias: 1
Xft.dpi: 120
Xft.hinting: -1
Xft.hintstyle: hintslight
Xft.rgba: none
更新:我的系统:
操作系统:Arch Linux
KDE Plasma 版本:5.16.3
KDE Frameworks 版本:5.60.0
Qt 版本:5.13.0
内核版本:5.2.1-arch1-1-ARCH