wine 安装、使用、调优



Ubuntu 配置笔记整理[10]
Ubuntu 9.04
指南见NO.006_20090513_U904_Linux平台上关于工具Wine的完全使用指南
字体调整
1、从c:\windows\fonts\里拷贝一个simsun.ttc到~/.wine/drive_c/windows/fonts/
2、修改/加入 ~/.wine/system.reg
[System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
"LogPixels"=dword:00000070
这里是改变dialog window buttom的字体大小
3.修改/加入 ~/.wine/windows的dir/win.ini
[Desktop]
menufontsize=13
messagefontsize=13
statusfontsize=13
IconTitleSize=13
这边是改变其他字体的大小
另外:
修改~/.wine/system.reg
[Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] 1144897563
"MS Shell Dlg"="SimSun"
"MS Shell Dlg 2"="SimSun"
可以解决某些按钮字体的问题
在某些系统中,以上方法都不能解决字体默认为simsun,最后发现,系统最先使用simfang.ttf,所以可以这样做:
ln -s SimSun.ttc simfang.ttc
因为simfang.ttc在simfang.ttf前,所以使用了simsun字体
界面颜色调整(美化)
修改~/.wine/user.reg,将[Control Panel\Colors]替换如下
[Control Panel\Colors]
"ActiveBorder"="239 235 231"
"ActiveTitle"="210 141 70"
"AppWorkSpace"="177 170 163"
"Background"="0 0 0"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="115 106 96"
"ButtonFace"="239 235 231"
"ButtonHilight"="253 250 248"
"ButtonLight"="239 235 231"
"ButtonShadow"="179 175 171"
"ButtonText"="0 0 0"
"GrayText"="179 175 171"
"Hilight"="248 206 140"
"HilightText"="0 0 0"
"InactiveBorder"="239 235 231"
"InactiveTitle"="239 235 231"
"InactiveTitleText"="60 60 59"
"InfoText"="0 0 0"
"InfoWindow"="239 235 231"
"Menu"="239 235 231"
"MenuBar"="239 235 231"
"MenuHilight"="248 245 242"
"MenuText"="0 0 0"
"Scrollbar"="203 193 183"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"