Chinaunix首页 | 论坛 | 博客
  • 博客访问: 719661
  • 博文数量: 107
  • 博客积分: 5079
  • 博客等级: 大校
  • 技术积分: 1330
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-10 10:58
文章分类

全部博文(107)

文章存档

2017年(1)

2015年(8)

2014年(8)

2012年(2)

2011年(7)

2010年(8)

2009年(20)

2008年(53)

分类: LINUX

2009-06-18 11:11:57

打开终端,输入regedit

(1)根据以下的设置注册表:

显示设置
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"OffscreenRenderingMode"="fbo"
"PixelShaderMode"="disabled"
"RenderTargetLockMode"="readtex"
"UseGLSL"="enabled"
"VideoMemorySize"="256"(这个根据你的显卡的显存调整)

REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\OpenGL]
"DisabledExtensions"="GL_ARB_vertex_buffer_object"


REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"DXGrab"="Y"
"ScreenDepth"="32"(wine程序的色深,也可以设置成16,取决你的显卡能力)
"UseXVidMode"="Y"

有可能破坏wine的user.reg
"UseXRandR"="N"
"ClientSideAntiAliasWithCore"="N"
"ClientSideAntiAliasWithRender"="N"
"ClientSideWithRender"="N"
編輯 ~/.wine/user.reg, 找到 [Software\\Wine\\DllOverrides] 這行, 加入以下內容:

"d3d8"="builtin"
"d3d9"="builtin"
"d3dim"="native"
"d3drm"="native"
"d3dxof"="native"
"dciman32"="native"
"ddrawex"="native"
"devenum"="native"
"dinput"="builtin"
"dinput8"="builtin"
"dmband"="native"
"dmcompos"="native"
"dmime"="native"
"dmloader"="native"
"dmscript"="native"
"dmstyle"="native"
"dmsynth"="native"
"dmusic"="native"
"dnsapi"="native"
"dplay"="native"
"dplayx"="native"
"dpnaddr"="native"
"dpnet"="native"
"dpnhpast"="native"
"dpnlobby"="native"
"dsound"="builtin"
"dswave"="native"
"dxdiagn"="native"
"mscoree"="native"
"msdmo"="native"
"qcap"="native"
"quartz"="native"
"streamci"="native"

安装IE

wget

# tar zxvf ies4linux-latest.tar.gz

先到這邊停止,作些修正:

1. 編輯「ies4linux-latest/lib/messages.txt」檔案,將 1x 行的「tw . zhtw TW」改成「zh tw zhtw TW」。

2. 編輯「ies4linux-latest/lib/functions.sh」,將 90 行的「pid=(wget ...)」改成「pid=(LANG=C wget ...) 」。

然後就可以繼續安裝了:

# cd ies4linux-latest

# ./ies4linux



阅读(2455) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

wheel2009-06-19 14:46:15

1.wine一定要設成win2000 (裝完以後就可以改回去了...) 2.要裝.net framework 1.1 (裝了以後就不用複製mscoree.dll到wine的system32下了...)