I have the opposite problem of this: Font smoothing in Wine
像在Windows上一样,以Windows方式呈现的字体看起来很模糊并且颜色偏移,所以我想完全禁用字体平滑。
我尝试过的
- Regedit keys
ClientSideAntiAliasWithRender
andClientSideAntiAliasWithCore
inHKCU/Software/Wine/X11 Driver
fontsmooth=disable
inwinetricks
- Font substitution from this answer, both with a Linux font and a Windows font
- tested
wineboot
and real reboot on all of these attempts
结果:无。 Notepad ++中的菜单和Wordpad中的文本仍然模糊,外观与以前完全相同。
我在Manjaro 20.0.1上使用Wine 5.8。