Answers:
最简单的方法是通过 winetricks
mkdir ~/bin
cd ~/bin
wget http://winetricks.org/winetricks
chmod +x ./winetricks
winetricks fontsmooth-rgb
在较新版本中winetricks
使用的命令是
winetricks settings fontsmooth=rgb
还有其他LCD像素订单。您可以在其WineHQ网站上阅读有关它们以及其他令人印象深刻的winetricks功能列表的信息。
winetricks
的事物,但是如果您遵循大量使用它的安装指南,则这是您希望保持最新的事物之一。
只需为需要的人添加详细信息到Oli的答案中:winetricks settings fontsmooth=rgb
实际要做的就是创建和导入具有以下内容的注册表文件:
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
将其保存为以下内容后fontsmoothing.reg
,可以导入:
wine regedit fontsmoothing.reg