Gentoo RTX Wine

#emerge wine winetricks

$winetricks msxml3 gdiplus riched20 riched30 vcrun6 vcrun2005sp1

$wine rtx*.exe

$ln -s /usr/share/fonts/*.* ~/.wine/drive_c/windows/Fonts/

$nano zh_CN_simsun.reg

REGEDIT5
[HKEY_CURRENT_USER\Software\Wine]
"Version"="winxp"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Tahoma"="SimSun"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
"Lucida Sans Unicode"="simsun.ttc,SimSun"
"Microsoft Sans Serif"="simsun.ttc,SimSun"
"SimSun"="simsun.ttc,SimSun"
"Tahoma"="simsun.ttc,SimSun"

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"

$regedit zh_CN_simsun.reg

$winecfg....

原文地址:https://www.cnblogs.com/pchgo/p/2423488.html