<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>暖暖的梦 &#187; 虚拟化</title>
	<atom:link href="http://wqos.net/category/virtual/feed/" rel="self" type="application/rss+xml" />
	<link>http://wqos.net</link>
	<description>梦中我微笑着 梦着我的记忆</description>
	<lastBuildDate>Mon, 23 Jan 2012 09:12:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenSolaris安装vmware-tools</title>
		<link>http://wqos.net/2010/01/opensolaris-install-vmware-tools/</link>
		<comments>http://wqos.net/2010/01/opensolaris-install-vmware-tools/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 13:02:26 +0000</pubDate>
		<dc:creator>婉秋</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[虚拟化]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://wqos.net/?p=277</guid>
		<description><![CDATA[OpenSolaris 2009.06安装vmware-tools（VMware 7.0）根据官方文档中的说法是： 1、 On the host, select VM &#62; Install VMware Tools. If an earlier version of VMware Tools is installed, the menu item is Update VMware Tools. If the current version is installed, the menu item is Reinstall VMware Tools. 2 、On the guest, log in as root. 3 、If necessary, mount the [...]]]></description>
			<content:encoded><![CDATA[<p>OpenSolaris 2009.06安装vmware-tools（VMware 7.0）根据官方文档中的说法是：</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div><span style="color: #800080;">1、</span></div>
</td>
<td width="100%">
<div><span style="color: #800080;"><a name="1002391">On the host, select </a>VM &gt; Install VMware Tools.</span></div>
</td>
</tr>
</tbody>
</table>
<div><span style="color: #800080;"><a name="1019235">If an earlier version of VMware Tools is installed, the menu item is </a>Update VMware Tools. If the current version is installed, the menu item is Reinstall VMware Tools.</span></div>
<div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div><span style="color: #800080;">2</span></div>
</td>
<td width="100%">
<div><span style="color: #800080;"><a name="1008556">、On the guest, log in as root.</a></span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div><span style="color: #800080;">3</span></div>
</td>
<td width="100%">
<div><span style="color: #800080;"><a name="1008590">、If necessary, mount the VMware Tools virtual CD-ROM image.</a></span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div><span style="color: #800080;"><a name="1008557">Usually, the Solaris volume manager </a>vold mounts the CD-ROM under /cdrom/vmwaretools. If the CD-ROM is not mounted, restart the volume manager using the following commands:</span></div>
<div><span style="color: #800080;"><a name="1002395">/etc/init.d/volmgt stop</a></span></div>
<div><span style="color: #800080;"><a name="1002396">/etc/init.d/volmgt start</a></span></div>
<div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div><span style="color: #800080;">4</span></div>
</td>
<td width="100%">
<div><span style="color: #800080;"><a name="1002397">、Change to a working directory (for example, </a>/tmp):</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div><span style="color: #800080;"><a name="1040480">cd /tmp</a></span></div>
<div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div><span style="color: #800080;">5</span></div>
</td>
<td width="100%">
<div><span style="color: #800080;"><a name="1040476">、Extract VMware Tools:</a></span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div><span style="color: #800080;"><a name="1002399">gunzip -c /cdrom/vmwaretools/vmware-solaris-tools.tar.gz | tar xf -</a></span></div>
<div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div><span style="color: #800080;">6</span></div>
</td>
<td width="100%">
<div><span style="color: #800080;"><a name="1002400">、Run the VMware Tools installer:</a></span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div><span style="color: #800080;"><a name="1002401">cd vmware-tools-distrib</a></span></div>
<div><span style="color: #800080;"><a name="1002402">./vmware-install.pl</a></span></div>
<div><span style="color: #800080;"><a name="1002403">Respond to the configuration prompts. Press Enter to accept the default value. </a></span></div>
<div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div><span style="color: #800080;">7</span></div>
</td>
<td width="100%">
<div><span style="color: #800080;"><a name="1002404">、Log out of the root account:</a></span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div><span style="color: #800080;"><a name="1002405">exit</a></span></div>
<div>但实际情况是，如果按照官方给出的方法会出现错误，因为这个文档针对的是Solaris 10而不是OpenSolaris。</div>
<div>给出正确的安装方法：</div>
<div>1、点击VM→VMware tools，接着打开光盘根目录并解压缩到本地任意位置。（终端操作：<a name="1002399">gunzip -c /cdrom/vmwaretools/vmware-solaris-tools.tar.gz | tar xf -）</a></div>
<div><a href="http://ni8ipa.blu.livefilestore.com/y1paNRtib1xSuC18f2CjB3e2iAUZhzWiMMsm-XzzkUu-S1l9rTZ5sahbcn88cwQvVb-ixRZTuYrFV8W9sUP7En1o2JZrNPkMoUr/2010-01-27_202239.jpg" rel="shadowbox[sbpost-277];player=img;" target="_blank"><img class="aligncenter" title="光盘目录" src="http://ni8ipa.blu.livefilestore.com/y1paNRtib1xSuC18f2CjB3e2iAUZhzWiMMsm-XzzkUu-S1l9rTZ5sahbcn88cwQvVb-ixRZTuYrFV8W9sUP7En1o2JZrNPkMoUr/2010-01-27_202239.jpg" alt="" width="600" height="364" /></a></div>
<div><a href="http://ni8ipa.blu.livefilestore.com/y1paNRtib1xSuB2fDorIzzwq3lMYzNSFcQxAJ12qxaRyOR37P5Rmdyk7WPqG8TgST8MpWv2Z_tbYKAjpeyDXGGwhy5JDRIrA40O/2010-01-27_202328.jpg" rel="shadowbox[sbpost-277];player=img;" target="_blank"><img class="aligncenter" title="解压缩到任意目录" src="http://ni8ipa.blu.livefilestore.com/y1paNRtib1xSuB2fDorIzzwq3lMYzNSFcQxAJ12qxaRyOR37P5Rmdyk7WPqG8TgST8MpWv2Z_tbYKAjpeyDXGGwhy5JDRIrA40O/2010-01-27_202328.jpg" alt="" width="811" height="582" /></a></div>
<div>2、在终端中su并输入密码进入root用户，刚开始以为像Linux那样可以sudo，结果有错误发生，没看清提示什么，急性子直接用su了……此时先不要安装！</div>
<div><a href="http://ni8ipa.blu.livefilestore.com/y1pI5nXpIMAQCLrY9PhR2eQOPZZUX5K7uv-m28Eb8jLExPBHacrMYYGbXB0cfZ9lbMC8NlhibdZBuCuDv3aXu1NBftMid1QffgF/2010-01-27_202541.jpg" rel="shadowbox[sbpost-277];player=img;"><img class="aligncenter" title="su进入root" src="http://ni8ipa.blu.livefilestore.com/y1pI5nXpIMAQCLrY9PhR2eQOPZZUX5K7uv-m28Eb8jLExPBHacrMYYGbXB0cfZ9lbMC8NlhibdZBuCuDv3aXu1NBftMid1QffgF/2010-01-27_202541.jpg" alt="" width="589" height="444" /></a></div>
<div>3、如果此时直接安装就会出现错误，也就是我所说的如果按照官方文档安装必然出错！出错提示如下：<strong>Can not read  /usr/lib/vmware-tools/configurator/XOrg/7.4/vmware_drv.so Execution aborted<br />
</strong></div>
<div><a href="http://ni8ipa.blu.livefilestore.com/y1pI5nXpIMAQCKX6AWMIPib1e8gcDx6sIw2gbwPACup8CKc-DaREJCoRWsU7mifVOPTfLUnSiCKERvinL15MtPVeEbcVin9VC5J/2010-01-27_202650.jpg" rel="shadowbox[sbpost-277];player=img;"><img class="aligncenter" title="出错" src="http://ni8ipa.blu.livefilestore.com/y1pI5nXpIMAQCKX6AWMIPib1e8gcDx6sIw2gbwPACup8CKc-DaREJCoRWsU7mifVOPTfLUnSiCKERvinL15MtPVeEbcVin9VC5J/2010-01-27_202650.jpg" alt="" width="588" height="446" /></a></div>
<div>4、打开那个XOrg文件夹，发现根本没有7.4这个目录……<a href="http://ni8ipa.blu.livefilestore.com/y1pgyvEyYdx6wm_IEExZUV4VcenXKPVMNs8TEkqVYvwV4pEmY7k0RIb29ZHRVuJ_CEcgK2voWxWfL9fq0lw6JtoJrfhmYSF9BR6/2010-01-27_202815.jpg" rel="shadowbox[sbpost-277];player=img;" target="_blank"><img class="aligncenter" title="发现没有这个文件夹" src="http://ni8ipa.blu.livefilestore.com/y1pgyvEyYdx6wm_IEExZUV4VcenXKPVMNs8TEkqVYvwV4pEmY7k0RIb29ZHRVuJ_CEcgK2voWxWfL9fq0lw6JtoJrfhmYSF9BR6/2010-01-27_202815.jpg" alt="" width="1256" height="707" /></a></div>
<div>5、只能自己建立一个了……接着把7.1的文件复制到7.4中</div>
<div>终端中输入（root权限）</div>
<div>mkdir 7.4</div>
<div>cd 7.1</div>
<div>cp *.* ../7.4/</div>
<div><a href="http://public.blu.livefilestore.com/y1pO8TZFWrcpmDlLeI0YSO2XTLkyuNgB5VLmvrx1ssRn_qjn1BVU2gbCdOdvHN_EEOY4Rl8ncKnwAKcFTKangJFqw/2010-01-27_203138.jpg" rel="shadowbox[sbpost-277];player=img;"><img class="aligncenter" title="自己建立目录" src="http://public.blu.livefilestore.com/y1pO8TZFWrcpmDlLeI0YSO2XTLkyuNgB5VLmvrx1ssRn_qjn1BVU2gbCdOdvHN_EEOY4Rl8ncKnwAKcFTKangJFqw/2010-01-27_203138.jpg" alt="" width="588" height="443" /></a></div>
<div>6、cd到安装程序目录开始安装，成功后reboot</div>
<div><a href="http://public.blu.livefilestore.com/y1ps7O8ttA825alnJE5D5vVooPkPz1mAk0IA2HWvAgRplp4te4UIEeeDgocF6Z-sAeIS0UpNNHp_AkeDl1loEWJPw/2010-01-27_203218.jpg" rel="shadowbox[sbpost-277];player=img;"><img class="aligncenter" title="安装完成" src="http://public.blu.livefilestore.com/y1ps7O8ttA825alnJE5D5vVooPkPz1mAk0IA2HWvAgRplp4te4UIEeeDgocF6Z-sAeIS0UpNNHp_AkeDl1loEWJPw/2010-01-27_203218.jpg" alt="" width="589" height="444" /></a></div>
<div>7、ok，tools安装成功，分辨率可调，鼠标可自由移动，不用再ctrl+alt了。不能开启画面效果。</div>
<div><a href="http://public.blu.livefilestore.com/y1phd9Q_TQtya4RHdNNIq6EcugJ8JVejWooxYM3GBnACEHQirYpOs6V5q7Op_n81_w6AoRA9N6foL8SjVHXM9cWSQ/2010-01-27_203516.jpg" rel="shadowbox[sbpost-277];player=img;" target="_blank"><img class="aligncenter" title="成功" src="http://public.blu.livefilestore.com/y1phd9Q_TQtya4RHdNNIq6EcugJ8JVejWooxYM3GBnACEHQirYpOs6V5q7Op_n81_w6AoRA9N6foL8SjVHXM9cWSQ/2010-01-27_203516.jpg" alt="" width="1592" height="893" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://wqos.net/2010/01/opensolaris-install-vmware-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XP Mode太差了</title>
		<link>http://wqos.net/2010/01/xp-mode-too-bad/</link>
		<comments>http://wqos.net/2010/01/xp-mode-too-bad/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 15:41:02 +0000</pubDate>
		<dc:creator>婉秋</dc:creator>
				<category><![CDATA[虚拟化]]></category>
		<category><![CDATA[Windows7]]></category>
		<category><![CDATA[XPM]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://wqos.net/?p=148</guid>
		<description><![CDATA[因为要用Protel 99se，而这个软件在Win7下有兼容性问题，没办法导入自己建立的元件库。所以打算用XP Mode来解决这个问题，不料发生了虚拟机无法关机的现象。 提示正在关机，吃了顿饭再来看还是“正在关机”，重启也无效，仍然没办法关机。 多种因素导致我一怒之下删除了这个该死的XP Mode，至于其他的因素，我在之前的日志中也有提到：速度缓慢、只有16bit色还有设置太简单…… 换用VMware了，用习惯了，顺手……这样我在ubuntu下建立的VMware虚拟机也能通用了。]]></description>
			<content:encoded><![CDATA[<p>因为要用Protel 99se，而这个软件在Win7下有兼容性问题，没办法导入自己建立的元件库。所以打算用XP Mode来解决这个问题，不料发生了虚拟机无法关机的现象。</p>
<p>提示正在关机，吃了顿饭再来看还是“正在关机”，重启也无效，仍然没办法关机。</p>
<p>多种因素导致我一怒之下删除了这个该死的XP Mode，至于其他的因素，我在之前的日志中也有提到：速度缓慢、只有16bit色还有设置太简单……</p>
<p>换用VMware了，用习惯了，顺手……这样我在ubuntu下建立的VMware虚拟机也能通用了。</p>
]]></content:encoded>
			<wfw:commentRss>http://wqos.net/2010/01/xp-mode-too-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7下的XP Mode</title>
		<link>http://wqos.net/2009/12/xpm/</link>
		<comments>http://wqos.net/2009/12/xpm/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:06:03 +0000</pubDate>
		<dc:creator>婉秋</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[虚拟化]]></category>
		<category><![CDATA[Windows7]]></category>
		<category><![CDATA[XPM]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://wqos.net/?p=98</guid>
		<description><![CDATA[前天装上了Windows 7，也试了试据称很伟大的XP Mode 1、先到http://www.microsoft.com/windows/virtual-pc/download.aspx处下载软件，选择Win7版本和语言，并依次安装两个软件。 2、二者都安装完成后，重启电脑，便可在开始菜单运行了 3、最好设置一个密码，选择“记住凭据”可以不用输入密码登录 4、这是自动更新，最好打开。另外XPM下的XP也是需要安装杀毒软件的，具体原因是进行了“自动发布”，并且挂在了宿主机上的硬盘分区，一旦XPM被病毒感染，Win7也无法幸免。 5、之后就开始初始化并启动了 6、我们可以看到，事实上这个XPM的配置很差……只能开16位色 7、自动发布的使用，按照下图顺序即可，不多说。PS.自动发布的程序需要关闭虚拟机后才能在Win7菜单下使用。关闭自动发布的程序并不能关闭虚拟机，必须使用Ctrl+Alt+End。 总体感觉性能不好，速度缓慢。建议用VMware Player 3.0替代。]]></description>
			<content:encoded><![CDATA[<p>前天装上了Windows 7，也试了试据称很伟大的XP Mode</p>
<p>1、先到http://www.microsoft.com/windows/virtual-pc/download.aspx处下载软件，选择Win7版本和语言，并依次安装两个软件。</p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1plusf61tCJGNz13eXspKOBm87vsnqq_4yAVlPoS4dYBSKwW_wam22FJ01NvTYSW_CNv7aP1Z7CzsuxvJp33l6lpAQGYLEdG3A/2009-12-11_223617.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="第一个软件" src="http://ml1qsq.blu.livefilestore.com/y1plusf61tCJGNz13eXspKOBm87vsnqq_4yAVlPoS4dYBSKwW_wam22FJ01NvTYSW_CNv7aP1Z7CzsuxvJp33l6lpAQGYLEdG3A/2009-12-11_223617.jpg" alt="" width="514" height="394" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1plusf61tCJGOg4YDfbxvgnQbIMN9MBHmLiUTdJAtadrrMN8Cah02hmMz_sg2-wz-xbZs65vIqiXx03X643JKrdJZS7d09iDWH/2009-12-11_223652.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="2" src="http://ml1qsq.blu.livefilestore.com/y1plusf61tCJGOg4YDfbxvgnQbIMN9MBHmLiUTdJAtadrrMN8Cah02hmMz_sg2-wz-xbZs65vIqiXx03X643JKrdJZS7d09iDWH/2009-12-11_223652.jpg" alt="" width="514" height="394" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pgHWfFk2T2thUGRx6-1KrVzQmQnvcX_yj1p39YJQLuiRJN9BijOydXq9W7P7YnHPpAjdCONvJ9kulhE37vtZKo_FN1U-luyGO/2009-12-11_223807.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="3" src="http://ml1qsq.blu.livefilestore.com/y1pgHWfFk2T2thUGRx6-1KrVzQmQnvcX_yj1p39YJQLuiRJN9BijOydXq9W7P7YnHPpAjdCONvJ9kulhE37vtZKo_FN1U-luyGO/2009-12-11_223807.jpg" alt="" width="514" height="394" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pgHWfFk2T2tiFEfkcwITqj3bubeIgS9eP33h1sVUvp7MWE3aT3I4c9aP9NNu5aNy9vvlrbRDztxqI5DQ8vN8czB1_GH_HtBk0/2009-12-11_223944.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="第二个" src="http://ml1qsq.blu.livefilestore.com/y1pgHWfFk2T2tiFEfkcwITqj3bubeIgS9eP33h1sVUvp7MWE3aT3I4c9aP9NNu5aNy9vvlrbRDztxqI5DQ8vN8czB1_GH_HtBk0/2009-12-11_223944.jpg" alt="" width="561" height="368" /></a></p>
<p>2、二者都安装完成后，重启电脑，便可在开始菜单运行了</p>
<p><img class="alignnone" title="VPC" src="http://ml1qsq.blu.livefilestore.com/y1p1WzmBN4cosxITn3aZHRG_djMk1IcQ--jincAvLNAwJ1rrkT9PpgZ3J4N6GQE-fiXvUv0fhoIc3KX7cKvmYWhAbrGZmIK8G0x/2009-12-11_224352.jpg" alt="" width="249" height="239" /></p>
<p><img class="alignnone" title="VPC2" src="http://ml1qsq.blu.livefilestore.com/y1pfvsB3qT7UwKlGZY8LsXXr6xFRWtb2xtogI6GZczxDwj-DD8rje9_29TRuwury-zIA3mucrKITd8ni-xblUzP5G7snlqC3_mm/2009-12-11_224410.jpg" alt="" width="366" height="127" /></p>
<p><img class="alignnone" title="协议" src="http://ml1qsq.blu.livefilestore.com/y1pWEHp7bxB-4PDb9YrAgC56QdoWUjnXk_nFkbiGVdyt3_OXgwA_4BdGncXKSzGlCRFEsPQ0wtZeZtV_wn0Pa3hjigCBRB2QTb3/2009-12-11_224421.jpg" alt="" width="549" height="430" /></p>
<p>3、最好设置一个密码，选择“记住凭据”可以不用输入密码登录</p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pWEHp7bxB-4OvMBhVpnHUMttOMtYHyeeGlBI2ThViS5VAV_0bgP2NHRTA7F-CXp1_oazwL8-aiWewZVuwfhmypJHqZAB2ZZIO/2009-12-11_224523.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="记住凭据" src="http://ml1qsq.blu.livefilestore.com/y1pWEHp7bxB-4OvMBhVpnHUMttOMtYHyeeGlBI2ThViS5VAV_0bgP2NHRTA7F-CXp1_oazwL8-aiWewZVuwfhmypJHqZAB2ZZIO/2009-12-11_224523.jpg" alt="" width="549" height="430" /></a></p>
<p>4、这是自动更新，最好打开。另外XPM下的XP也是需要安装杀毒软件的，具体原因是进行了“自动发布”，并且挂在了宿主机上的硬盘分区，一旦XPM被病毒感染，Win7也无法幸免。</p>
<p><img class="alignnone" title="自动更新" src="http://ml1qsq.blu.livefilestore.com/y1pQPe__XzGRzBWcsLj3AjEWXF1cBfTiLntlzklel15Fqjq-shsHHYz6Jx834IChFiQSLtVZmYwGXtJ3Wc6OsHSbX3yv2CHHNah/2009-12-11_224532.jpg" alt="" width="549" height="430" /></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pTWmPnPVmLWTWJGh4rWYsMPNMbJfYQ-TlUJ0a0Z8ybsVMzW3U6XY1X3Pn2Xagp-kGGQ-8ZusB4wRc0GmnPYLAxfyarIDmGOis/2009-12-11_224538.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="共享驱动器" src="http://ml1qsq.blu.livefilestore.com/y1pTWmPnPVmLWTWJGh4rWYsMPNMbJfYQ-TlUJ0a0Z8ybsVMzW3U6XY1X3Pn2Xagp-kGGQ-8ZusB4wRc0GmnPYLAxfyarIDmGOis/2009-12-11_224538.jpg" alt="" width="549" height="430" /></a></p>
<p>5、之后就开始初始化并启动了</p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1p4cp7AMmmHbVoFFFakt29DWmDoQ3feVfRmCsmqapojLkBOXZqDLQqlyHkE1Bb-xgVTLqzTli69bscb_RVLOfSzF_p8icmdDLK/2009-12-11_224548.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="初始化" src="http://ml1qsq.blu.livefilestore.com/y1p4cp7AMmmHbVoFFFakt29DWmDoQ3feVfRmCsmqapojLkBOXZqDLQqlyHkE1Bb-xgVTLqzTli69bscb_RVLOfSzF_p8icmdDLK/2009-12-11_224548.jpg" alt="" width="800" height="600" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pkFKB_sASC9_Ksta7A1RI0j3-pa3-Sec0AjQvrZsWrwgFV0A9nLLkw6N_DDZ9_yy3B9c6Y2s_2tJKW7uho0ka62P1XpJhDI8k/2009-12-11_225007.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="启动成功" src="http://ml1qsq.blu.livefilestore.com/y1pkFKB_sASC9_Ksta7A1RI0j3-pa3-Sec0AjQvrZsWrwgFV0A9nLLkw6N_DDZ9_yy3B9c6Y2s_2tJKW7uho0ka62P1XpJhDI8k/2009-12-11_225007.jpg" alt="" width="1920" height="1080" /></a></p>
<p>6、我们可以看到，事实上这个XPM的配置很差……只能开16位色</p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pkFKB_sASC98PyMdk_RipAR-CLEM25VoDTxkKZnXMZ29_IhvcmgPkoEVGz1B5rWxL9JwPYrJrrgRy42p8tnFQRtFTythqus5i/2009-12-11_225214.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="配置" src="http://ml1qsq.blu.livefilestore.com/y1pkFKB_sASC98PyMdk_RipAR-CLEM25VoDTxkKZnXMZ29_IhvcmgPkoEVGz1B5rWxL9JwPYrJrrgRy42p8tnFQRtFTythqus5i/2009-12-11_225214.jpg" alt="" width="1456" height="963" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pd9yG2MSd9rgu-_DmQBSOOsSWDUQtiUaOyYkHSqemuN812tUTGyE9IDC6TJzKLaGAAgjc7xCexmE0dixRZZZyCNqKRNULAvcp/2009-12-12_203113.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="16bit" src="http://ml1qsq.blu.livefilestore.com/y1pd9yG2MSd9rgu-_DmQBSOOsSWDUQtiUaOyYkHSqemuN812tUTGyE9IDC6TJzKLaGAAgjc7xCexmE0dixRZZZyCNqKRNULAvcp/2009-12-12_203113.jpg" alt="" width="1456" height="963" /></a></p>
<p>7、自动发布的使用，按照下图顺序即可，不多说。PS.自动发布的程序需要关闭虚拟机后才能在Win7菜单下使用。关闭自动发布的程序并不能关闭虚拟机，必须使用Ctrl+Alt+End。</p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1p0Jf9o-JKRGXxucgY3CO3hszUgiGwQxI_77RNhU86iLkML0RTK_v0KGwK_yfVS-UDG00rTKrq9mXDB-x2DSoshN8xPiFRNw6L/2009-12-12_203237.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="创建快捷方式" src="http://ml1qsq.blu.livefilestore.com/y1p0Jf9o-JKRGXxucgY3CO3hszUgiGwQxI_77RNhU86iLkML0RTK_v0KGwK_yfVS-UDG00rTKrq9mXDB-x2DSoshN8xPiFRNw6L/2009-12-12_203237.jpg" alt="" width="184" height="166" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1p0Jf9o-JKRGXMxerbrXJsEpSdFqrPvfc__xhbFi2lhaLWHMvJMX_26SaZ_dk6b1Ti_2---chHajN_JG3rnvsR1eIHOdMCJwzk/2009-12-12_203302.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="浏览所有用户" src="http://ml1qsq.blu.livefilestore.com/y1p0Jf9o-JKRGXMxerbrXJsEpSdFqrPvfc__xhbFi2lhaLWHMvJMX_26SaZ_dk6b1Ti_2---chHajN_JG3rnvsR1eIHOdMCJwzk/2009-12-12_203302.jpg" alt="" width="323" height="86" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1p_g9dfYPvf1D9uVp_CRNcUj1xE2NZwj5tp93xSrUrfunSZt_d7tGIF1wwgDIE7V3xmjTyVoVkjYj6OB27AQD4m_PwoTO2ixLB/2009-12-12_203434.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="打开这个文件夹，复制快捷方式" src="http://ml1qsq.blu.livefilestore.com/y1p_g9dfYPvf1D9uVp_CRNcUj1xE2NZwj5tp93xSrUrfunSZt_d7tGIF1wwgDIE7V3xmjTyVoVkjYj6OB27AQD4m_PwoTO2ixLB/2009-12-12_203434.jpg" alt="" width="1456" height="963" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pi09Khawn7EigCCkoVdsA96_7FRZKRFPYD8w-EFyuYuDTjYRLecwHEZCaUc5DQnilvGjET9PHtMh52N9Dx4PHPhfYD7xkrnSt/2009-12-12_203504.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="Win7下找到" src="http://ml1qsq.blu.livefilestore.com/y1pi09Khawn7EigCCkoVdsA96_7FRZKRFPYD8w-EFyuYuDTjYRLecwHEZCaUc5DQnilvGjET9PHtMh52N9Dx4PHPhfYD7xkrnSt/2009-12-12_203504.jpg" alt="" width="231" height="104" /></a></p>
<p><a href="http://ml1qsq.blu.livefilestore.com/y1pdTagKu6WqaXO2vki90cxG8aHXTs3dQNIBXr-YYofBvshVpfUawmtU0WnnkAu5oWtFFUmM4YYGttbX26cJO8APG1Jv7NUsEh1/2009-12-12_203805.jpg" rel="shadowbox[sbpost-98];player=img;"><img class="alignnone" title="运行" src="http://ml1qsq.blu.livefilestore.com/y1pdTagKu6WqaXO2vki90cxG8aHXTs3dQNIBXr-YYofBvshVpfUawmtU0WnnkAu5oWtFFUmM4YYGttbX26cJO8APG1Jv7NUsEh1/2009-12-12_203805.jpg" alt="" width="1920" height="1080" /></a></p>
<p>总体感觉性能不好，速度缓慢。建议用VMware Player 3.0替代。</p>
]]></content:encoded>
			<wfw:commentRss>http://wqos.net/2009/12/xpm/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

