回答:
最も簡単な方法は 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
それを頻繁に使用するインストールガイドに従っている場合、できるだけ最新に保ちたいものの1つです。
必要な人のために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