1.Drives的設定

wine的磁碟機設定常會亂掉,實在有點麻煩..
例如想將磁碟機做以下的設定:
C: >> ~/.wine/drive_c
D: >> 燒錄機
E: >> usb隨身碟
F: >> XP的硬碟C
G: >> XP的硬碟D
H: >> HOME目錄
Z: >> ROOT目錄

可以在 system.reg 作如下的設定:

[Software\\Wine\\Drives]
"D:"="cdrom"
"E:"="floppy"
"F:"="hd"
"G:"="hd"
"H:"="hd"
"I:"="hd"

#D,E磁碟為燒錄機&USB隨身碟,直接指定好磁碟機名稱再進winecfg設定一次就ok了!
#C,Z磁碟不需設定



2.美化外觀

參考wiki,在 user.reg 裡添加設定值

[Control Panel\\Colors]
"ActiveBorder"="239 235 230"
"ActiveTitle"="0 153 11"
"AppWorkspace"="128 128 128"
"Background"="58 110 165"
"ButtonAlternateFace"="180 180 180"
"ButtonDkShadow"="64 64 64"
"ButtonFace"="232 227 221"
"ButtonHilight"="255 255 255"
"ButtonLight"="239 235 230"
"ButtonShadow"="128 128 128"
"ButtonText"="0 0 0"
"GradientActiveTitle"="166 202 240"
"GradientInactiveTitle"="192 192 192"
"GrayText"="128 128 128"
"Hilight"="0 153 11"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 255"
"InactiveBorder"="192 192 192"
"InactiveTitle"="232 227 221"
"InactiveTitleText"="0 0 0"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
"Menu"="232 227 221"
"MenuBar"="232 227 221"
"MenuHilight"="0 0 0"
"MenuText"="0 0 0"
"Scrollbar"="239 235 230"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"

wine預設的顯示卡記憶體為64MB,可以在這裡設定正確的數值
[Software\\Wine\\Direct3D]
"VideoMemorySize"="128"

#我是128MB Onboard,所以設成128



3.讓Windows程式選單執行快一點

修改 /usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE 把以下註釋掉

# fs2 class (Chinese Han Character (Traditional))
#fs2 {
# charset {
# name BIG5-0:GLGR
# }
# font {
# primary BIG5-0:GLGR
# substitute BIG5-0:GLGR
# }
#}
 
 


Posted by tzoyiing at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(635)