<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Thread List - VMware Fusion® (for Mac)</title>
    <link>http://communities.vmware.com/community/vmtn/desktop/fusion?view=discussions</link>
    <description>Latest Forum Threads in VMware Fusion® (for Mac)</description>
    <language>en</language>
    <pubDate>Sun, 22 Nov 2009 07:11:46 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-22T07:11:46Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>fix network card on copied VM image</title>
      <link>http://communities.vmware.com/thread/243688</link>
      <description>Hi guys,&lt;br /&gt;
&lt;br /&gt;
So, Im having trouble getting on of my vmfusion ubuntu images to talk to the &lt;br /&gt;
host os (macosx). &lt;br /&gt;
I created these images a little differently.  &lt;br /&gt;
&lt;br /&gt;
There are 3 images: ubuntu1, ubuntu2, ubuntu3.&lt;br /&gt;
I created ubuntu1 and ubuntu3 by going through the complete install process &lt;br /&gt;
via the vmfusion wizard to install an os.  &lt;br /&gt;
&lt;br /&gt;
Here's a screenshot with the network info for all 3 VMs: &lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.screencast.com/t/N2EzY2M3N"&gt;http://www.screencast.com/t/N2EzY2M3N&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
However, for ubuntu2, I created this VM differently.  I just copied the folder &lt;br /&gt;
that contained all the vmfusion file for ubuntu1 and renamed the VM it from &lt;br /&gt;
ubuntu1 and ubuntu2.  This is probably why the network identication is exactly &lt;br /&gt;
the same on both ubuntu1 and ubuntu2.  &lt;br /&gt;
&lt;br /&gt;
root@ubuntu1:~# ifconfig -a | grep 'inet6' | grep Link&lt;br /&gt;
          inet6 addr: fe80::20c:29ff:fe41:f1d3/64 Scope:Link&lt;br /&gt;
root@ubuntu2:~# ifconfig -a | grep 'inet6' | grep Link&lt;br /&gt;
          inet6 addr: fe80::20c:29ff:fe41:f1d3/64 Scope:Link&lt;br /&gt;
root@ubuntu3:~# ifconfig -a | grep 'inet6' | grep Link&lt;br /&gt;
          inet6 addr: fe80::20c:29ff:fe50:363b/64 Scope:Link&lt;br /&gt;
&lt;br /&gt;
On ubuntu2 I manually release the ip address, with "dhclient -r &amp;#38;&amp;#38; dhclient", &lt;br /&gt;
and manually assigned it the ip address of 172.16.89.131, with "ipconfig eth0 &lt;br /&gt;
172.16.89.131".&lt;br /&gt;
&lt;br /&gt;
Unfortunately, I still cannot talk to the ubuntu2 from the host os with ping:&lt;br /&gt;
&lt;br /&gt;
From the host os I can only ping ubuntu1 and ubuntu3, but not ubuntu2.&lt;br /&gt;
tung@walle:~ $ ping -c 2 172.16.89.130 &lt;br /&gt;
PING 172.16.89.130 (172.16.89.130): 56 data bytes&lt;br /&gt;
64 bytes from 172.16.89.130: icmp_seq=0 ttl=64 time=0.285 ms&lt;br /&gt;
64 bytes from 172.16.89.130: icmp_seq=1 ttl=64 time=0.400 ms&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;172.16.89.130 ping statistics ---&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
2 packets transmitted, 2 packets received, 0% packet loss&lt;br /&gt;
round-trip min/avg/max/stddev = 0.285/0.343/0.400/0.057 ms&lt;br /&gt;
tung@walle:~ $ ping -c 2 172.16.89.136&lt;br /&gt;
PING 172.16.89.136 (172.16.89.136): 56 data bytes&lt;br /&gt;
64 bytes from 172.16.89.136: icmp_seq=0 ttl=64 time=7.601 ms&lt;br /&gt;
64 bytes from 172.16.89.136: icmp_seq=1 ttl=64 time=0.344 ms&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;172.16.89.136 ping statistics ---&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
2 packets transmitted, 2 packets received, 0% packet loss&lt;br /&gt;
round-trip min/avg/max/stddev = 0.344/3.973/7.601/3.628 ms&lt;br /&gt;
tung@walle:~ $ ping -c 2 172.16.89.131&lt;br /&gt;
PING 172.16.89.131 (172.16.89.131): 56 data bytes&lt;br /&gt;
^C # Ctrl-C because this hangs&lt;br /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;172.16.89.131 ping statistics ---&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
2 packets transmitted, 0 packets received, 100% packet loss&lt;br /&gt;
tung@walle:~ $&lt;br /&gt;
&lt;p /&gt;
Anyone have any suggestions?  I know that I can also just do a clean install &lt;br /&gt;
by going through the vmfusion wizard but it would be nice if I could just fix &lt;br /&gt;
the network card.&lt;br /&gt;
&lt;br /&gt;
Tung</description>
      <pubDate>Sun, 22 Nov 2009 05:22:56 GMT</pubDate>
      <author>tongueroo</author>
      <guid>http://communities.vmware.com/thread/243688</guid>
      <dc:date>2009-11-22T05:22:56Z</dc:date>
      <clearspace:dateToText>21 hours, 49 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>"Logging in to your PC and gathering information." goes FOREVER, in migration assistant</title>
      <link>http://communities.vmware.com/thread/239501</link>
      <description>I attached a screen shot png file. I'm wondering if i did something wrong? It hasn't finished "logging in" for hours.&lt;br /&gt;
&lt;br /&gt;
I think I wish there were just a way to do this using my external hard drive. I exported my old machine using vmware converter, but I get an error, when I try to import it. I have attached that screen shot, also. I had downloaded vmware converter last week, before fusion 3 was released, and used that to put it on the external hard drive. I wonder if it's simply that it's not compatible with fusion 3.&lt;br /&gt;
&lt;br /&gt;
I really don't care how I do it, I just want to get my PC on my Mac.&lt;br /&gt;
&lt;br /&gt;
note: I have XP Professional SP3 on my pc, and snow leopard on my mac.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">migration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">snow</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">leopard</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">xp-pro</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">xp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">sp3</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">converter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion2</category>
      <pubDate>Thu, 29 Oct 2009 15:13:35 GMT</pubDate>
      <author>tj1234</author>
      <guid>http://communities.vmware.com/thread/239501</guid>
      <dc:date>2009-10-29T15:13:35Z</dc:date>
      <clearspace:dateToText>22 hours, 21 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>23</clearspace:messageCount>
      <clearspace:replyCount>22</clearspace:replyCount>
    </item>
    <item>
      <title>Can Fusion do x64 Windows on a late 2009 Mac Mini?</title>
      <link>http://communities.vmware.com/thread/243651</link>
      <description>&lt;br /&gt;
I'm looking for a solution to create and run images of Windows Server 2003 x64 Enterprise Edition and OS X Server 10.5 for  small scale software testing. &lt;br /&gt;
&lt;p /&gt;
Can I do this on a late 2009 Apple Mac Mini with VMWare Fusion 3?&lt;br /&gt;
&lt;p /&gt;
I've heard that there are firmware limitations on this device that prevent 64-bit operation. &lt;br /&gt;
&lt;p /&gt;
Thanks!</description>
      <pubDate>Sat, 21 Nov 2009 17:58:31 GMT</pubDate>
      <author>dirkce</author>
      <guid>http://communities.vmware.com/thread/243651</guid>
      <dc:date>2009-11-21T17:58:31Z</dc:date>
      <clearspace:dateToText>22 hours, 24 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Memory Freeze Up</title>
      <link>http://communities.vmware.com/thread/243698</link>
      <description>I've seen posts of different variations of the same theme, but they haven't worked for me. I use VM to support XP on my Mac. It recently froze because I was out of memory. I discovered that I have ~ 60Gb of segmented files:&lt;br /&gt;
&lt;br /&gt;
Windows XP Professional - s001.vmdk&lt;br /&gt;
Windows XP Professional - s002.vmdk&lt;br /&gt;
Etc. up to 034&lt;br /&gt;
&lt;br /&gt;
How do I delete the dupes or other data embedded in these separate files to clean up memory. I know it is VM Fushion related and not underlying XP data. Thanks.</description>
      <pubDate>Sun, 22 Nov 2009 06:09:30 GMT</pubDate>
      <author>XUSN</author>
      <guid>http://communities.vmware.com/thread/243698</guid>
      <dc:date>2009-11-22T06:09:30Z</dc:date>
      <clearspace:dateToText>22 hours, 51 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VM not freeing up space from Windows 7 deleted files (windows.old)</title>
      <link>http://communities.vmware.com/thread/243675</link>
      <description>I have a windows 7 upgrade I bought, and I also have the install disk but windows 7 makes me upgrade from vista 64-bit.  Basically I install vista 64-bit and end up with an 8 GB or so VM.  Then I do the upgrade to windows 7 and with my windows.old folder I am at around 20GB.  I need to get this down to 10GB or less.  I can delete the entire windows.old folder with or without using recycle bin functionality.  I can shutdown and/or suspend multiple times.  Windows 7 sees that it has a 40GB partition and it is using about 10GB of it.  The problem is that my VM is still 20GB on my mac.  No matter what I seem to do I can't delete this data.  I would love to just install windows 7 cleanly but it won't let me since I have an upgrade, it makes me actually upgrade from vista.  It won't allow me to upgrade from XP or even use that installer since XP is 32 bit.  I don't have any data on the VM I just want to end up with a fresh windows 7 64-bit VM with no data on it, but that only takes up 8-10GB on the mac (or less).  &lt;br /&gt;
&lt;br /&gt;
I have also tried the VM cleanup and it does not help at all. VMware fusion 3.0 is not getting the memo from windows that these files were in fact deleted.  Is anyone else having this issue?&lt;br /&gt;
&lt;br /&gt;
I'm running VMWare fusion 3.0.0 (204229) on Mac OS X 10.6.2 on a Macbook pro system, 8GB RAM, 256GB Solid State HD.&lt;br /&gt;
&lt;br /&gt;
I have tried to delete these files many times by reinstalling windows from scratch, then I started to backup the VM and try to delete the files using different methods (with recycle bin, no recycle bin, etc.) and I am never able to get VMware to clean up the VM.</description>
      <pubDate>Sun, 22 Nov 2009 03:26:16 GMT</pubDate>
      <author>jmcrtp</author>
      <guid>http://communities.vmware.com/thread/243675</guid>
      <dc:date>2009-11-22T03:26:16Z</dc:date>
      <clearspace:dateToText>23 hours, 16 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>data cannot be read or written / vmdk failed</title>
      <link>http://communities.vmware.com/thread/237327</link>
      <description>&lt;br /&gt;
Greetings,&lt;br /&gt;
&lt;p /&gt;
My host is a MB Pro with OS X - 10.5.8, the guest is Windows XP - SP3, VMWare Fusion 2.0.6 and I'm looking for help with two areas, 1) Challenges creating a reliable backup VM  2) What could cause the vmdk file to crash. &lt;br /&gt;
&lt;p /&gt;
This morning and last night when trying to copy my VMware Fusion file to an external hard drive as a backup copy, I recieved the following message, "&lt;b&gt;Finder cannot complete the operation because some data cannot be read or written&lt;/b&gt;."&lt;br /&gt;
&lt;br /&gt;
I have no idea why this particular VM file cannot be copied. I was able to copy an earlier version a few weeks ago.&lt;br /&gt;
&lt;br /&gt;
Additionally, I have woken up twice this month to the following message:&lt;br /&gt;
&lt;br /&gt;
"Operation on file &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=my+vmware+fusion+path+and+file+name"&gt;my vmware fusion path and file name&lt;/a&gt;.vmdk failed. If the file resides on a remote system, please make sure your network connection and the server where the disk resides are functioning properly. If the file resides on removable media, reattach the media.   Choose Abort to terminate the session. Choose Continue to forward the error to the guest operating system."&lt;br /&gt;
&lt;br /&gt;
When I choose &amp;gt; &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Abort"&gt;Abort&lt;/a&gt;, then I would get the following message:&lt;br /&gt;
&lt;br /&gt;
VMFusion cannot sync with disk before abort. Disk &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=my+VM+file+name+and++path"&gt;my VM file name and  path&lt;/a&gt; may be inconsistent.&lt;br /&gt;
&lt;br /&gt;
I had to re-build my VM the last time (September) to get past the "failed" error. Since the upgrade to VMWare Fusion 2.06 (yesterday), this has not occurred, but I now cannot make the backup copy on an external hard drive.&lt;br /&gt;
&lt;br /&gt;
What suggestions do you have?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
&lt;br /&gt;
Charlie&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">finder</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">data</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">cannot</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">be</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">read</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">or</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">written</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">failed</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">backup</category>
      <pubDate>Sat, 17 Oct 2009 17:30:18 GMT</pubDate>
      <author>chuckomoss</author>
      <guid>http://communities.vmware.com/thread/237327</guid>
      <dc:date>2009-10-17T17:30:18Z</dc:date>
      <clearspace:dateToText>23 hours, 25 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 3/Windows 7 Ultimate/multiple displays</title>
      <link>http://communities.vmware.com/thread/243681</link>
      <description>with much trial and tribulation and repeated downloading and installing of monitor drivers, i can get all three of my monitors working at 1680x1050 in Windows 7 Ultimate under Fusion 3, but every time i do anything - open a window, click, whatever - my cursor jumps to my rightmost monitor (which is neither designated as #1 nor set as my main display).&lt;br /&gt;
&lt;br /&gt;
is this a Fusion problem or a Snow Leopard + Fusion problem or a Windows 7 problem or what? my 3-monitor setup works fine until i get into Fusion 3 and Windows 7; it worked perfectly under Snow Leopard + Fusion 2 + XP Pro as well.&lt;br /&gt;
&lt;br /&gt;
i guess my next step should be to test in XP under Fusion 3...i'll do that and report my findings...&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
...okay, i'm reporting my findings: it seems to have something to do with Windows 7 because - performance aside - the setup's still working perfectly in XP Pro under Fusion 3. (i have the same complaints everybody else seems to have regarding Fusion 3's performance - didn't i read that Fusion 3 performs &lt;b&gt;better&lt;/b&gt; than Fusion 2?? isn't that part of the reason i forked over &lt;b&gt;money&lt;/b&gt; for this?? unless i'm imagining that claim, i deserve my money back.)&lt;br /&gt;
&lt;p /&gt;
now: does anybody know how to make a three-display setup work correctly in Windows 7 Ultimate running under Fusion 3 running under Snow Leopard? that is, without the cursor jumping to places it shouldn't jump to and such? i don't expect decent performance until Fusion 3 is updated. which i think VMWare owes it to us to do sometime, oh, say, tomorrow.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">multiple</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">displays</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">monitors</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">jump</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">jumping</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">cursor</category>
      <pubDate>Sun, 22 Nov 2009 04:33:03 GMT</pubDate>
      <author>plaintiger</author>
      <guid>http://communities.vmware.com/thread/243681</guid>
      <dc:date>2009-11-22T04:33:03Z</dc:date>
      <clearspace:dateToText>23 hours, 25 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Better Performance with XP or Windows 7? SUGGESTIONS PLZ!!!</title>
      <link>http://communities.vmware.com/thread/243652</link>
      <description>I have the 2009 late macbook pro with 2.26 Intel Core Duo with 4 GB DDR3 Ram (with snow leopard) and I have just purchased Fusion 3. I will be using fusion mainly for microsoft office for school. As far as performance on both my mac and fusion, is it better to use windows 7 or windows XP on Fusion? thanks.</description>
      <pubDate>Sat, 21 Nov 2009 19:29:26 GMT</pubDate>
      <author>iplaydc87</author>
      <guid>http://communities.vmware.com/thread/243652</guid>
      <dc:date>2009-11-21T19:29:26Z</dc:date>
      <clearspace:dateToText>23 hours, 36 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 3, Win7 64bit super sluggish</title>
      <link>http://communities.vmware.com/thread/238994</link>
      <description>&lt;br /&gt;
I'm running on Snow Leopard, 8x Core, 10GB Ram, MacPro - 2009 Model. I have Fusion 3 and running my BootCamp x64 Windows 7 image.&lt;br /&gt;
&lt;p /&gt;
It seems very sluggish, generally I'd say it was acceptable for a first release but office applications for example, I can out type the keyboard which is odd. I'm in full screen mode. I don't get this problem in non-3d mode.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">3</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">sluggish</category>
      <pubDate>Tue, 27 Oct 2009 20:34:29 GMT</pubDate>
      <author>typemismatch</author>
      <guid>http://communities.vmware.com/thread/238994</guid>
      <dc:date>2009-10-27T20:34:29Z</dc:date>
      <clearspace:dateToText>23 hours, 51 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>45</clearspace:messageCount>
      <clearspace:replyCount>44</clearspace:replyCount>
    </item>
    <item>
      <title>Vista Business much faster under Fusion 3.0.0, but also blurry and full of artifacts</title>
      <link>http://communities.vmware.com/thread/239322</link>
      <description>I just upgraded from VMware Fusion 2.0.6 to 3.0.0 and I must say I'm blown away by the speed improvements. There's a huge problem, though: the screen is far blurrier than it was before even though I am certain I am running in my MacBook Pro's optimal fullscreen resolution of 1440x900. It's as if the 3D acceleration isn't bothering to keep the screen crisp and clean, but only focusing on performance. The entire screen is blurry, as if I were running a resolution requiring anti-aliasing, and what's worse, there are visual artifacts everywhere: mostly horizontal and vertical lines, but also bogus shadows and patches of random color. It's essentially unusable in this state.&lt;br /&gt;
&lt;br /&gt;
But fast. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Yes, I upgraded my VM's VMware Tools to the version included in 3.0.0 and rebooted both the VM and host. My system's specs are:&lt;br /&gt;
&lt;br /&gt;
Host: MacBook Pro (late 2006), 2.33GHz Core2Duo, 3GB RAM, ATI Mobility Radeon X1600 graphics with 256MB display RAM. Full specs here: &lt;a class="jive-link-external" href="http://support.apple.com/kb/SP24"&gt;http://support.apple.com/kb/SP24&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
VM: Vista Business SP2 with 1GB RAM allocated, 3D acceleration turned on. Vista now reports a Windows Experience index of 2.9: much higher than the 1.0 index I was getting under Fusion 2.0.6!&lt;br /&gt;
&lt;br /&gt;
Any help would be appreciated. SURELY this isn't how 3D acceleration is supposed to work.</description>
      <pubDate>Wed, 28 Oct 2009 22:07:29 GMT</pubDate>
      <author>ewestby</author>
      <guid>http://communities.vmware.com/thread/239322</guid>
      <dc:date>2009-10-28T22:07:29Z</dc:date>
      <clearspace:dateToText>23 hours, 58 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Ubuntu 9.10 + VMWare Fusion 3.0.0 -- BROKEN AUDIO -- VMWare?  Are you there?</title>
      <link>http://communities.vmware.com/thread/243596</link>
      <description>&lt;br /&gt;
There are several posts on both VMWare and Ubuntu forums about broken audio with Karmic and VMWare Fusion (2 and 3)&lt;br /&gt;
&lt;p /&gt;
 For the record, audio works great when Karmic is installed on my Dell laptop.  Audio is broken when installed on VMWare Fusion.&lt;br /&gt;
&lt;p /&gt;
 Some people have suggested that removing pulseaudio is a solution to this problem.  I have tried this and it does work "somewhat", but I reject it as a solution.  &lt;br /&gt;
&lt;p /&gt;
 Here are the issues with removing pulseaudio:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;You lose the System -&amp;gt; Preferences -&amp;gt; Sound controls and with it the ability to select among multiple audio devices.  I need the ability to connect multiple audio devices and select among them on the fly.&lt;/li&gt;
&lt;li&gt;If you suspend/resume then your audio is right back where it was before you removed pulseaudio, so clearly removing pulseaudio did not "fix" the problem.&lt;/li&gt;
&lt;/ol&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Why should I have to cripple the OS audio support just so I can use it with VMWare? &lt;br /&gt;
Where is the  update that VMWare should have pushed out already to solve this problem?  &lt;br /&gt;
Why is VMWare silient on this problem? Where is your acknowledement of the issue and expected fix date?&lt;br /&gt;
&lt;p /&gt;
Remember, Ubuntu works fine on standard hardware, but not on VMWare virtualized hardware.   I would say that this makes it a VMWare problem, since you advertise that you support Ubuntu Linux.  Therefore, a series of linux OS tweaks just to get partial audio support cannot be considered a "solution".&lt;br /&gt;
&lt;p /&gt;
Wake up VMWare... &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Sat, 21 Nov 2009 01:05:09 GMT</pubDate>
      <author>ivocal</author>
      <guid>http://communities.vmware.com/thread/243596</guid>
      <dc:date>2009-11-21T01:05:09Z</dc:date>
      <clearspace:dateToText>1 day, 6 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>19</clearspace:messageCount>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Windows 7 unable to connect to the internet</title>
      <link>http://communities.vmware.com/thread/241649</link>
      <description>&lt;br /&gt;
I am running the trial of Fusion 3 while I am waiting for my free upgrade. I am running Windows 7 64 bit and I am getting the message "Windows did not detect any networking hardware".&lt;br /&gt;
&lt;p /&gt;
I have installed VMWare tools and done just about everything I have found online and in the knowledgebase.  Please help me out.  My Mac is connected to my network but I cannot get the virtual machine connected.&lt;br /&gt;
&lt;p /&gt;
Please help.  I have tried NAT and Bridged options with no luck.  This was working when I had Win XP Pro loaded with Fusion 3.&lt;br /&gt;
&lt;p /&gt;
Thank You</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">networking</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7_64</category>
      <pubDate>Tue, 10 Nov 2009 07:20:58 GMT</pubDate>
      <author>damaze</author>
      <guid>http://communities.vmware.com/thread/241649</guid>
      <dc:date>2009-11-10T07:20:58Z</dc:date>
      <clearspace:dateToText>1 day, 42 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>VMware - FIX FUSION 3 - NOW!!!!!!</title>
      <link>http://communities.vmware.com/thread/241107</link>
      <description>I LOVED FUSION 2.0 - I ranted about it to 100's of people. Best thing since sliced bread is what I used to say.&lt;br /&gt;
&lt;br /&gt;
Now I upgraded to Fusion 3 and it's TERRIBLE. Performance is a joke. I use this in my daily work and if I'm lucky it still works. I can't rely on it now for my demonstrations. Shame. Shame. Shame.&lt;br /&gt;
&lt;br /&gt;
Being a user of Fusion 2 since it was released, I can say I rated the s/w as a 9 or 10 for enterprise use. Now I rate it as a 3.&lt;br /&gt;
&lt;br /&gt;
I will be doing a Video this weekend of how bad it is and will post it online. Since no one from VMware seems to bother to read these forums or comment. I suggest they see what people said about united Airlines when THEY didn't listen...&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.youtube.com/watch?v=5YGc4zOqozo"&gt;http://www.youtube.com/watch?v=5YGc4zOqozo&lt;/a&gt;</description>
      <pubDate>Fri, 06 Nov 2009 12:17:56 GMT</pubDate>
      <author>francis.carden</author>
      <guid>http://communities.vmware.com/thread/241107</guid>
      <dc:date>2009-11-06T12:17:56Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
      <clearspace:messageCount>228</clearspace:messageCount>
      <clearspace:replyCount>227</clearspace:replyCount>
    </item>
    <item>
      <title>Unable to access internet after upgrading to 3.0 and Windows 7</title>
      <link>http://communities.vmware.com/thread/243680</link>
      <description>I've gone through the complete upgrade of VM Fusion (to 3.0) and Windows (from XP to 7) and while it wasn't without issues (mainly memory), I finally got it to work. And it works extremely well, much faster than VMF2/XP, with one important exception: I cannot connect to the internet over my wifi network.&lt;br /&gt;
&lt;br /&gt;
I've tried all the different network settings in VMware Fusion, and it consistently tells me that I am connected (Virtual Machine // Network Adaptors // Settings). However, when I try to actually access the net, it can't find the network and none of the 'troubleshooting' tools help me.&lt;br /&gt;
&lt;br /&gt;
I'm a little frustrated as Windows 7 actually works really well in VMware Fusion 3.0 with the exception noted above. &lt;br /&gt;
&lt;br /&gt;
Any ideas?&lt;br /&gt;
&lt;br /&gt;
Thx</description>
      <pubDate>Sun, 22 Nov 2009 03:08:32 GMT</pubDate>
      <author>terra72</author>
      <guid>http://communities.vmware.com/thread/243680</guid>
      <dc:date>2009-11-22T03:08:32Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How do I save a VM so I can run VMware player in otherplatform</title>
      <link>http://communities.vmware.com/thread/243222</link>
      <description>&lt;br /&gt;
I just bought and installed Fusion in my Macbook. I created a VM for Windows XP. How could I save thsi VM so I can copy it to my Windows 7 or Linux  PC and use VMWare player to run the VM?&lt;br /&gt;
&lt;p /&gt;
 Thanks very much.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Eric</description>
      <pubDate>Thu, 19 Nov 2009 06:01:16 GMT</pubDate>
      <author>echi111</author>
      <guid>http://communities.vmware.com/thread/243222</guid>
      <dc:date>2009-11-19T06:01:16Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Recent Applications</title>
      <link>http://communities.vmware.com/thread/243670</link>
      <description>Is there a "defaults" terminal command for turning off the Recent Applications that are shown in VMWare Fusion 3's Windows menu. If not why? That seems like a pretty standard thing to turn off.</description>
      <pubDate>Sun, 22 Nov 2009 00:14:23 GMT</pubDate>
      <author>rianquinn</author>
      <guid>http://communities.vmware.com/thread/243670</guid>
      <dc:date>2009-11-22T00:14:23Z</dc:date>
      <clearspace:dateToText>1 day, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Windows 7 Media Center performance?</title>
      <link>http://communities.vmware.com/thread/243669</link>
      <description>&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
I have a MacBook Pro (latest) 2.5Ghz with 4GB and under Windows 7 (Fusion 3.0, 1cpu, 1GB), the Media Center or Media Payer works but performance for HD videos recorded on a Media Center TV is choppy.  I am curios if others have gotten the Media Center to display recorded TV smoothly or if this is simple a limitation of Fusion 3.0. Anyone?&lt;br /&gt;
&lt;p /&gt;
      - Henrik&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Sun, 22 Nov 2009 00:05:41 GMT</pubDate>
      <author>henrik7</author>
      <guid>http://communities.vmware.com/thread/243669</guid>
      <dc:date>2009-11-22T00:05:41Z</dc:date>
      <clearspace:dateToText>1 day, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to detach Command key from Windows menu?</title>
      <link>http://communities.vmware.com/thread/241648</link>
      <description>I'm running XP SP3 under Fusion v3.0.0 (204229), latest VMWare Tools etc.&lt;br /&gt;
&lt;br /&gt;
My goal is to disable the binding of the Mac Command key to the client Windows menu, and I've been totally unsuccessful doing it.&lt;br /&gt;
&lt;br /&gt;
I experienced a brief surge of hope when I realized there was a key mapping preference that bound the two together in Fusion v3's preferences. (Was it there in v2? Anyway I just noticed it now.) But no matter if I change it to a different key, disable it, delete it outright (my current state), or even disable Key Mappings altogether, the two are still stubbornly linked together. I really like the binding of e.g Command-C to ctrl-c so I don't have to completely rewire my brain. On the other hand, I also have 25 years of Mac experience telling my thumb that pressing the Command key a little early does nothing in particular, so the Windows menu keeps popping up "on its own." &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt; This is one binding I would love to be able to get rid of.&lt;br /&gt;
&lt;br /&gt;
Is there anything else I should try?</description>
      <pubDate>Tue, 10 Nov 2009 07:16:09 GMT</pubDate>
      <author>Snorkledorf</author>
      <guid>http://communities.vmware.com/thread/241648</guid>
      <dc:date>2009-11-10T07:16:09Z</dc:date>
      <clearspace:dateToText>1 day, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Vm crashed - line 63 syntax error</title>
      <link>http://communities.vmware.com/thread/191076</link>
      <description>I have read some of the line 63 syntax error post, but do not see how to fix this error.  This is the second time my VM has crashed with this error.  The first I just simple created a new VM.  I would rather recover this one if possible due to the data that is on it.  Any recommendations?  Thanks in advance.&lt;br /&gt;
&lt;br /&gt;
Tom</description>
      <pubDate>Tue, 27 Jan 2009 13:32:20 GMT</pubDate>
      <author>theflin56</author>
      <guid>http://communities.vmware.com/thread/191076</guid>
      <dc:date>2009-01-27T13:32:20Z</dc:date>
      <clearspace:dateToText>1 day, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>21</clearspace:messageCount>
      <clearspace:replyCount>20</clearspace:replyCount>
    </item>
    <item>
      <title>Cannot conect to Win XP VM using Remote Desktop</title>
      <link>http://communities.vmware.com/thread/243646</link>
      <description>I cannot connect to the Windows VM running on my Mac from a remote Windows PC using Remote Desktop. All windows settings have been configured to allow remoe desktop sharing of the Windows VM. The remote Windows PC is on the same wireless network in my home as the Mac running the Windows VM. I have tried connecting to the Windows VM with network NAT and Bridge settings but neither work. I have allso tried connecting using the Windows VM computer name and IP address and neither of these worked.&lt;br /&gt;
&lt;br /&gt;
I can however connect to a remote Windows PC on the same wireless network using Remote Desktop on my WIndows VM on my Mac. Why am I able to use remote desktop to connect to other PCs but not to connect to it?&lt;br /&gt;
&lt;br /&gt;
Any other settings I need to check?&lt;br /&gt;
&lt;br /&gt;
Any adivce is greatly appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Bruce</description>
      <pubDate>Sat, 21 Nov 2009 16:28:01 GMT</pubDate>
      <author>bmgoldstein</author>
      <guid>http://communities.vmware.com/thread/243646</guid>
      <dc:date>2009-11-21T16:28:01Z</dc:date>
      <clearspace:dateToText>1 day, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 3- VM needs to be running for Disk Cleanup???</title>
      <link>http://communities.vmware.com/thread/243558</link>
      <description>While continuing to diagnose slowness issues for my Windows XP VM that I've been running since Fusion 1.x, I noted that "Disk cleanup is recommended" appeared under the VM's hard disk settings. Per the embedded help:&lt;br /&gt;
&lt;br /&gt;
"Procedure&lt;br /&gt;
&lt;br /&gt;
1. With the virtual machine shut down or powered off..."&lt;br /&gt;
&lt;br /&gt;
So I shutdown the VM and clicked "Clean Up".  It would simply say "cleaning up deleted files" and then quickly exit. This did not change the status of "disk cleanup recommended" nor did it seem to be consolidating any of the VM's myriad of VMDK files. &lt;br /&gt;
&lt;br /&gt;
After searching the forums and internet, I stumbled across a single reference where someone noted that their VM had to be turned on (despite this appearing counter-intuitive and the opposite of the stated procedure) for Disk Cleanup to do anything. So I started up the VM and tried again- sure enough it proceeded to present the "Cleaning up deleted files..." dialog with a status bar that actually represented something was going on. (I guess I'll know in a few hours just what...)&lt;br /&gt;
&lt;br /&gt;
Does anyone know? Is this an error in the manual as a hold over from 2.x or is this a bug? I&lt;br /&gt;
&lt;br /&gt;
Brian B,</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">disk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">cleanup</category>
      <pubDate>Fri, 20 Nov 2009 19:34:17 GMT</pubDate>
      <author>beckettb</author>
      <guid>http://communities.vmware.com/thread/243558</guid>
      <dc:date>2009-11-20T19:34:17Z</dc:date>
      <clearspace:dateToText>1 day, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Virtual windows stuck while trying to shut down after an automatic windows update</title>
      <link>http://communities.vmware.com/thread/243641</link>
      <description>Virtual windows XP on my MacBook Pro was automatically updating a windows update and then attempted to shut down.  It is now stuck in attempting to shut down.  I cannot get it to respond.  Any ideas?&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;br /&gt;
Dan</description>
      <pubDate>Sat, 21 Nov 2009 18:29:03 GMT</pubDate>
      <author>ffusa</author>
      <guid>http://communities.vmware.com/thread/243641</guid>
      <dc:date>2009-11-21T18:29:03Z</dc:date>
      <clearspace:dateToText>1 day, 7 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OpenGL 2 program crashes with Fusion v3 - anyone get OpenGL 2 to work?</title>
      <link>http://communities.vmware.com/thread/243112</link>
      <description>I participated in the v3 beta testing with a program that requires OpenGL 2 to run. During the beta, this program would crash upon starting.&lt;br /&gt;
&lt;br /&gt;
I just installed the trial of v3 in the hope that this problem with OpenGL 2 has been resolved, but unfortunately I still get the same crash &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":(" /&gt;&lt;br /&gt;
&lt;br /&gt;
Has anyone successfully run any OpenGL 2 programs/benchmarks that work under Fusion v3? My program works perfectly under Boot Camp.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
Mike&lt;br /&gt;
&lt;br /&gt;
Fusion v3.0.0 (204229)&lt;br /&gt;
Win XP SP3</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">opengl2</category>
      <pubDate>Wed, 18 Nov 2009 17:06:46 GMT</pubDate>
      <author>mjferrari</author>
      <guid>http://communities.vmware.com/thread/243112</guid>
      <dc:date>2009-11-18T17:06:46Z</dc:date>
      <clearspace:dateToText>1 day, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Windows won't close</title>
      <link>http://communities.vmware.com/thread/227372</link>
      <description>I have the "Windows is shutting down" screen but it is not closing and trying to shut down the Virtual Machine isn't doing anything. What can i do?</description>
      <pubDate>Fri, 21 Aug 2009 00:11:36 GMT</pubDate>
      <author>drwilke</author>
      <guid>http://communities.vmware.com/thread/227372</guid>
      <dc:date>2009-08-21T00:11:36Z</dc:date>
      <clearspace:dateToText>1 day, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 3 - Windows 7 Dual Monitor Fullscreen Mode breaks when a UAC prompt is triggered</title>
      <link>http://communities.vmware.com/thread/240261</link>
      <description>Hola,&lt;br /&gt;
&lt;br /&gt;
I've been using Fusion 2 with Windows 7 for months and just went to Fusion 3. It's cool to have Aero turned on, but there is an annoying glitch that happens only with Aero enabled. I always run in full screen with the "Use all displays in fullscreen" mode checked. This spans the desktop between my two 21" monitors. Whenever windows triggers the UAC prompt with aero enabled the dual monitor spanning turns into dual monitor cloning (single screen displayed identically on both monitors). If I go to the view options of Fusion 3 and turn off/on the use all displays in fullscreen mode it will set things back to normal. This does not happen when aero is turned off. A little help would be appreciated. &lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">uac</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">aero</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fullscreen</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7</category>
      <pubDate>Mon, 02 Nov 2009 19:56:55 GMT</pubDate>
      <author>nathaneb</author>
      <guid>http://communities.vmware.com/thread/240261</guid>
      <dc:date>2009-11-02T19:56:55Z</dc:date>
      <clearspace:dateToText>1 day, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Sound not working on Ubuntu 9.10 (VMware Fusion 3.0.0 on an iMac)</title>
      <link>http://communities.vmware.com/thread/239985</link>
      <description>&lt;br /&gt;
I'm running VMware Fusion 3.0.0 on an iMac.  I have created an Ubuntu 9.10 (released version) Virtual Appliance.  All seems fine except there is no SOUND.&lt;br /&gt;
&lt;p /&gt;
 Any suggestions for a fix?  Thanks!</description>
      <pubDate>Sat, 31 Oct 2009 21:05:20 GMT</pubDate>
      <author>eleetselad</author>
      <guid>http://communities.vmware.com/thread/239985</guid>
      <dc:date>2009-10-31T21:05:20Z</dc:date>
      <clearspace:dateToText>1 day, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>26</clearspace:messageCount>
      <clearspace:replyCount>25</clearspace:replyCount>
    </item>
    <item>
      <title>Success installing drivers for iSight from a Snow Leopard DVD in Fusion 3.0.0 XP VM?</title>
      <link>http://communities.vmware.com/thread/243582</link>
      <description>Hi, all.&lt;br /&gt;
&lt;br /&gt;
I want to use my built in iSight in my XP SP3 VM for the first time.  When I connected the iSight to the VM, I got the message from Fusion that I should install the Boot Camp drivers for the iSight.  Fair enough. . .&lt;br /&gt;
&lt;br /&gt;
I popped in my Snow Leopard DVD and immediately two options popped up relating to sharing my CD/DVD drive with a MacBook Air or remotely installing Snow Leopard on a MacBook Air.  I've got a MacBook Pro, so I could care less about the MBA.&lt;br /&gt;
&lt;br /&gt;
No problem, I thought.  I browsed the Snow Leopard DVD to the "Boot Camp" folder and double-clicked "setup.exe".  I get error almost immediately from the Windows Installer which says that the installer encountered errors before Boot Camp could be configured.&lt;br /&gt;
&lt;br /&gt;
OK, I thought. . .I'll just use the New Hardware Wizard in XP and when it prompts me to locate the driver, I'll point it to the \Boot Camp\Drivers location on the disc.  No go. . .no drivers found.&lt;br /&gt;
&lt;br /&gt;
Has anyone had any success installing the iSight driver off a Snow Leopard DVD since upgrading to Fusion 3.0.0?&lt;br /&gt;
&lt;br /&gt;
Thanks for your help!</description>
      <pubDate>Fri, 20 Nov 2009 23:16:54 GMT</pubDate>
      <author>avanpelt</author>
      <guid>http://communities.vmware.com/thread/243582</guid>
      <dc:date>2009-11-20T23:16:54Z</dc:date>
      <clearspace:dateToText>1 day, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Virtual Machine does not start up</title>
      <link>http://communities.vmware.com/thread/243613</link>
      <description>HI there,&lt;br /&gt;
After the OSX Leopard 10.5.7 to Snow Leopard 10.6.0 OSX upgrade, my Virtual machine does not start-up&lt;br /&gt;
On any attempt to launch Windows XP virtual machine, this error is reported : "NOT_IMPLEMENTED bora/devices/mainmem/mainMemHosted.c:1967"&lt;br /&gt;
&lt;br /&gt;
Can You help me to solve the problem without reinstalling VMware Fusion?&lt;br /&gt;
If I have to reinstall Fusion and/or Windows XP, how can I do to not lose all my windows applications currently installed? &lt;br /&gt;
&lt;br /&gt;
I 'm using the 1.1 (62753) VMWare Fusion version&lt;br /&gt;
Is it compatible with Snow Leopard?&lt;br /&gt;
I attach the log file created during startup process.&lt;br /&gt;
&lt;br /&gt;
thanks a lot</description>
      <pubDate>Sat, 21 Nov 2009 10:57:48 GMT</pubDate>
      <author>sixtus</author>
      <guid>http://communities.vmware.com/thread/243613</guid>
      <dc:date>2009-11-21T10:57:48Z</dc:date>
      <clearspace:dateToText>1 day, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Enable Hardware-assisted virtualization (HAV) in BIOS in a VMWare Fusion 3 VM</title>
      <link>http://communities.vmware.com/thread/243539</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm a web developer and have a Windows 7 Pro install on Boot Camp with IE6, IE7 and IE8 running via XP Mode (VirtualPC) via the recent article on Sitepoint,&lt;br /&gt;
&lt;br /&gt;
I'd like to be able to access these through the Boot Camp Partition option in VMWare Fusion 3 but I'm blocked by not having Hardware-assisted virtualization enabled in the VM, and there's not option in the BIOS.&lt;br /&gt;
&lt;br /&gt;
I realise running a VM inside a VM is a bit crap, but for my purposes I don't think the slowness will matter as it will be just to check rendering issues when coding CSS/HTML.&lt;br /&gt;
&lt;br /&gt;
Additionally I don't want to install XP or Windows 7 inside VMWare VM's on OS X as I'm happy with my Boot Camp set up and don't want to use up more disk space, nor waste money on more M$ licenses! &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";-)" /&gt;&lt;br /&gt;
&lt;br /&gt;
I have come across some hacks for older version of Fusion but somehow doubt they work on 3.&lt;br /&gt;
&lt;br /&gt;
Can anyone suggest a solution?&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">mac</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">virtualpc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">hav</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">hardware-assisted_virtualization</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">bios</category>
      <pubDate>Fri, 20 Nov 2009 18:03:26 GMT</pubDate>
      <author>frobitz</author>
      <guid>http://communities.vmware.com/thread/243539</guid>
      <dc:date>2009-11-20T18:03:26Z</dc:date>
      <clearspace:dateToText>1 day, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>How can I check the status of my upgrade serial number?</title>
      <link>http://communities.vmware.com/thread/243647</link>
      <description>&lt;br /&gt;
I ordered Fusion 2 (with free upgrade to Fusion 3) from Amazon on October 7, 2009.  I mailed in the requied forms to get a Fusion 3 serial number on Oct 31,2009.  I have not heard anything back, and when I check the serial number page with the Fusion 2 serial number, I get the following messgae:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:red"&gt;The serial number you entered is not yet processed.&lt;br /&gt;
Please allow 2 weeks to update our systems if you mailed in your form.&lt;br /&gt;
If you have not mailed your upgrade eligibilty form, Please follow the&lt;br /&gt;
instructions below.&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
I has been 3 weeks since I sent in the the forms and my trial serial number has 4 days left, so I am getting desperate.  I tried to open a support ticket on the web a week ago, but did not hear anything back, not even a ticket number as promised on the web site. &lt;br /&gt;
&lt;p /&gt;
So back to my original question, does anybody have an idea of how I can find out the status?</description>
      <pubDate>Sat, 21 Nov 2009 17:02:25 GMT</pubDate>
      <author>bmwdk</author>
      <guid>http://communities.vmware.com/thread/243647</guid>
      <dc:date>2009-11-21T17:02:25Z</dc:date>
      <clearspace:dateToText>1 day, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Keyspan serial to usb adaptors configuration question.</title>
      <link>http://communities.vmware.com/thread/243638</link>
      <description>I'm currently using Parallels( older version ) and am thinking of switching to 'Fusion'. &lt;br /&gt;
&lt;br /&gt;
We use our Macintosh on our cruising sailboat as a navigation computer.  Most of the navigation programs are PC based.  &lt;br /&gt;
&lt;br /&gt;
We are trying to configure two Keyspan serial to usb adaptors for sending and receiving high frequency email over the ham radio.  I'm really having trouble configuring both Keyspan adaptors to work at the same time.  ( one has to go from the computer to a digital translator (Pactor modem) connected to the hf radio and a second cable goes directly from the computer to the HF radio to control the radio frequency settings.  I've been working on getting this to work for about 6 hours and have started to wonder if switching to Fusion will solve the problem. (don't like hitting my head against a wall)&lt;br /&gt;
&lt;br /&gt;
So,  the question is,,  Is it easy to configure 2 Keyspan serial to usb adaptors to work with Fusion?  I have the working on the Macintosh side but setting it up with Parallels and then XP is driving me crazy.&lt;br /&gt;
&lt;br /&gt;
If Fusion is an easier way to go and I could set it up reasonably easily I'll put my money down and switch in a heartbeat.&lt;br /&gt;
&lt;br /&gt;
thanks.</description>
      <pubDate>Sat, 21 Nov 2009 15:59:12 GMT</pubDate>
      <author>tdhcsc</author>
      <guid>http://communities.vmware.com/thread/243638</guid>
      <dc:date>2009-11-21T15:59:12Z</dc:date>
      <clearspace:dateToText>1 day, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VM Fusion Using Twice As Much Disk Space As Allocated Drives?</title>
      <link>http://communities.vmware.com/thread/243514</link>
      <description>I've got an XT vm setup to for about 30gb of virtual disk space, but it's taking about 65gb on my drive. Is this normal? Is there a way to reduce the amount of disk that's being used?&lt;br /&gt;
&lt;br /&gt;
There are a number of vmdks in my vm's folder. Are they all necessary?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Eric&lt;br /&gt;
&lt;br /&gt;
dilbert&lt;br /&gt;
dilbert.vmdk&lt;br /&gt;
dilbert-000005.vmdk&lt;br /&gt;
dilbert-000003.vmdk&lt;br /&gt;
dilbert-000001.vmdk&lt;br /&gt;
dilbert-000004.vmdk&lt;br /&gt;
dilbert-Snapshot8.vmem&lt;br /&gt;
dilbert-Snapshot253.vmem&lt;br /&gt;
dilbert-Snapshot472.vmem&lt;br /&gt;
dilbert-Snapshot493.vmem&lt;br /&gt;
dilbert.vmem&lt;br /&gt;
dilbert-000002.vmdk&lt;br /&gt;
dilbert.vmss&lt;br /&gt;
dilbert-Snapshot8.vmsn&lt;br /&gt;
dilbert-Snapshot253.vmsn&lt;br /&gt;
dilbert-Snapshot472.vmsn&lt;br /&gt;
dilbert-Snapshot493.vmsn&lt;br /&gt;
dilbert-000006.vmdk&lt;br /&gt;
vmware.log&lt;br /&gt;
vmware-1.log&lt;br /&gt;
vmware-0.log&lt;br /&gt;
vmware-2.log&lt;br /&gt;
dilbert.vmxf&lt;br /&gt;
nvram&lt;br /&gt;
dilbert.vmx&lt;br /&gt;
dilbert.vmsd&lt;br /&gt;
Applications&lt;br /&gt;
dilbert.vmx.lck</description>
      <pubDate>Fri, 20 Nov 2009 17:30:30 GMT</pubDate>
      <author>emarsh</author>
      <guid>http://communities.vmware.com/thread/243514</guid>
      <dc:date>2009-11-20T17:30:30Z</dc:date>
      <clearspace:dateToText>1 day, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Newbie question regarding Fusion 3 - Windows 7 (upgrade) and virtual disk</title>
      <link>http://communities.vmware.com/thread/243547</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I apologize if these issues have been discussed on other threads, but I looked and did not find those specific to what I am doing. Since I am a new user, my experience using Fusion is limited only to the few short days of operational usage.&lt;br /&gt;
&lt;br /&gt;
I received my iMac the other day and wanted to install Windows 7 (upgrade version) using Boot Camp and accessing it either by natively booting to Win7 or through Fusion accessing Boot Camp. My friend, who has more experience than me suggested I use VMware Fusion to run Win7 through a vitural drive and not bother using Boot Camp and a "hard partition". He indicated it would be faster and easier to manage (not so sure now).&lt;br /&gt;
&lt;br /&gt;
I mounted an external drive and within that drive created 4 partitions, one of which was dedicated to Win7. I then installed VMware Fusion on the iMac and went about loading windows on the external drive using the easy method. The easy install did ask for the activation code for Win7 and I provided it in the location specified. Everything was humming along nicely until Windows 7 complained that it could not find a supporting earilier version of Windows. I did have a genuine Windows XP disk ready to throw into the iMac as soon as it needed, but instead it cancelled the install. &lt;br /&gt;
&lt;br /&gt;
I then went to Google and poked around for some answers and found out that Win7 will install in Fusion without an activation code. I uninstalled VMware and reinstalled it, started the process all over again, not putting in the Win7 activation code and everything went well........except now there is no request for activation from Windows. I poked around and couldn't find anywhere to click a link to the activation of Windows, or for that matter a place to write in the activation key. &lt;br /&gt;
&lt;br /&gt;
What's up with that?&lt;br /&gt;
&lt;p /&gt;
Ron</description>
      <pubDate>Fri, 20 Nov 2009 17:55:38 GMT</pubDate>
      <author>ronross</author>
      <guid>http://communities.vmware.com/thread/243547</guid>
      <dc:date>2009-11-20T17:55:38Z</dc:date>
      <clearspace:dateToText>1 day, 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>vmware fusion upgrade from v3</title>
      <link>http://communities.vmware.com/thread/243470</link>
      <description>Just want to say thanks for the upgrade from v3 to v2.06&lt;br /&gt;
&lt;br /&gt;
v3 ran like a dog - I have now upgraded to v2.06 and my virtual machines run amazingly quickly&lt;br /&gt;
&lt;br /&gt;
it doesn't even slow os x down to a crawl like v3 does&lt;br /&gt;
&lt;br /&gt;
I am a bit confused as to why the version number is going backwards though</description>
      <pubDate>Fri, 20 Nov 2009 11:07:41 GMT</pubDate>
      <author>rogersavery</author>
      <guid>http://communities.vmware.com/thread/243470</guid>
      <dc:date>2009-11-20T11:07:41Z</dc:date>
      <clearspace:dateToText>1 day, 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>menu application fusion don't appear</title>
      <link>http://communities.vmware.com/thread/243614</link>
      <description>hi &lt;br /&gt;
i have juste installed fusion for mac and i dont view application menu ????</description>
      <pubDate>Sat, 21 Nov 2009 12:35:23 GMT</pubDate>
      <author>domnath888</author>
      <guid>http://communities.vmware.com/thread/243614</guid>
      <dc:date>2009-11-21T12:35:23Z</dc:date>
      <clearspace:dateToText>1 day, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Installing VMWare Tools in Fedora</title>
      <link>http://communities.vmware.com/thread/243227</link>
      <description>Hello!&lt;br /&gt;
&lt;br /&gt;
I just installed Fedora 12 onto my Mac under Fusion, and the process went rather smooth. However, I'm not sure how to install VMWare Tools onto Fedora. I'm a complete Fedora newbie, so I'm not exactly sure how to install it.&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
Nathan</description>
      <pubDate>Thu, 19 Nov 2009 03:21:34 GMT</pubDate>
      <author>parkernathan</author>
      <guid>http://communities.vmware.com/thread/243227</guid>
      <dc:date>2009-11-19T03:21:34Z</dc:date>
      <clearspace:dateToText>1 day, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Mouse pointer in VM gets stuck displaying hand cursor, sometimes disappears altogether</title>
      <link>http://communities.vmware.com/thread/173812</link>
      <description>&lt;br /&gt;
&lt;u&gt;System info:&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;MacBook Pro running Leopard with all patches downloaded and installed&lt;/li&gt;
&lt;li&gt;Spaces configured for 4 desktops, VMWare Fusion assigned to space #2&lt;/li&gt;
&lt;li&gt;VMWare Fusion Version 2.0 (116369)&lt;/li&gt;
&lt;li&gt;VM is running Windows XP Professional in Full Screen, 3D graphics is turned off&lt;/li&gt;
&lt;li&gt;Gaming preference is set to Auto-detect mouse for gaming&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;u&gt;Problem Description:&lt;/u&gt; &lt;br /&gt;
&lt;p /&gt;
I leave my Windows XP VM running all of the time.  I use either the mouse or the keyboard to switch from Spaces desktop #1 to #2 quite often.  OS X will switch the mouse pointer to the hand cursor when Spaces is activated even when quickly switching between spaces.  Usually, when I switch to the space containing my full screen VM, Fusion will allow Windows XP to redisplay the mouse cursor using its the Windows of mouse pointers.  But after some time (a day or two or perhaps after bring my MacBook Pro out of sleep mode...I have not determined the exact scenario), using spaces to switch to space #2 containing my XP VM will no longer change the mouse pointer from the hand cursor displayed by OS X to the Windows set of pointers.  Instead, the mouse pointer continues to be displayed as the OS X hand pointer even though the XP VM has control of the mouse.  And under some circumstances, the mouse pointer will completely disappear inside the VM after a space swtich &lt;br /&gt;
&lt;p /&gt;
I have determined that this only happens when running the VM In full screen mode.   I have also determined that simply restarting the XP VM does not correct the problem.  I must shutdown the VM and then, restart VMWare Fusion to correct the problem.  Switching the VM from Full Screen to Windowed mode and then, back to Full Screen also does not correct the problem. &lt;br /&gt;
&lt;p /&gt;
I have also tried changing the Gaming preference to no effect. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Keith Wedinger&lt;br /&gt;
&lt;p /&gt;
Bearcatnews.com&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Sciotofootball.com</description>
      <pubDate>Mon, 13 Oct 2008 11:40:21 GMT</pubDate>
      <author>jkwuc89</author>
      <guid>http://communities.vmware.com/thread/173812</guid>
      <dc:date>2008-10-13T11:40:21Z</dc:date>
      <clearspace:dateToText>2 days, 21 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>160</clearspace:messageCount>
      <clearspace:replyCount>159</clearspace:replyCount>
    </item>
    <item>
      <title>VMWare Fusion 3 Windows 7 bootcamp partition blue screen on startup (error 0x0000007b)</title>
      <link>http://communities.vmware.com/thread/238934</link>
      <description>I have a fresh install of windows 7 on my bootcamp partition. I installed the bootcamp drivers and it works fine when booted natively .&lt;br /&gt;
&lt;br /&gt;
Now, using VMWare fusion 3 to start it as a virtual machine causes it to blue screen and reboot with: error 0x0000007b .&lt;br /&gt;
&lt;br /&gt;
If I pick Safe Mode , I also get the dreaded blue screen.&lt;br /&gt;
&lt;br /&gt;
if I pick the Launch Startup Repair option, it boots into that mode just fine.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
And, of course; when I reboot my mac into windows natively, it starts up fine.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Possibly relevant details:&lt;br /&gt;
&lt;br /&gt;
Running Snow Leopard&lt;br /&gt;
Macbook Pro 17¨&lt;br /&gt;
I enabled Snow Leopard's NTFS write by adding my disk identifier into fstab.&lt;br /&gt;
I had not used VMWare fusion 2 to virtualize my windows 7 bootcamp partition prior to installing VMWare Fusion 3.&lt;br /&gt;
&lt;br /&gt;
EDIT: Attached my VMX file in case it helps.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">win7</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware_fusion</category>
      <pubDate>Tue, 27 Oct 2009 16:22:43 GMT</pubDate>
      <author>gozulin</author>
      <guid>http://communities.vmware.com/thread/238934</guid>
      <dc:date>2009-10-27T16:22:43Z</dc:date>
      <clearspace:dateToText>2 days, 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>18</clearspace:messageCount>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>Mouse motion speed changes with Fusion 3 and MS Mouse</title>
      <link>http://communities.vmware.com/thread/241103</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
Has anyone experienced weird changes on the mouse motion speed with Fusion 3? From times to times, it goes crazy here.&lt;br /&gt;
&lt;br /&gt;
I'm using a microsoft comfort mouse and windows 2008.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">mouse</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">speed</category>
      <pubDate>Fri, 06 Nov 2009 13:34:12 GMT</pubDate>
      <author>hconceicao</author>
      <guid>http://communities.vmware.com/thread/241103</guid>
      <dc:date>2009-11-06T13:34:12Z</dc:date>
      <clearspace:dateToText>2 days, 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Juniper VPN and VMware</title>
      <link>http://communities.vmware.com/thread/243583</link>
      <description>Has anyone ever gotten this to work?  I have tried 3 different VMs (Virtualbox, Parallels, and VMware) and no joy.  This is my last one.  If I can't get VMware to work, I'll go with Bootcamp.&lt;br /&gt;
&lt;br /&gt;
This is for connecting to a Juniper SA4500 appliance.  You login on a webpage and you get to RDP to your machine in some sort of jail; you don't get a full IPsec VPN connection to work.  Outside of this webpage, your regular Internet connection on your box continues to work as before.  I assume this is the crux of the problem.&lt;br /&gt;
&lt;br /&gt;
Thanks for the help.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">juniper</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vpn</category>
      <pubDate>Fri, 20 Nov 2009 23:36:59 GMT</pubDate>
      <author>Hushpuppy</author>
      <guid>http://communities.vmware.com/thread/243583</guid>
      <dc:date>2009-11-20T23:36:59Z</dc:date>
      <clearspace:dateToText>2 days, 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Clicks with Intuos 3 pen go to "wrong" window</title>
      <link>http://communities.vmware.com/thread/243571</link>
      <description>&lt;br /&gt;
Environment: Windows 7 Ultimate 64-bit VM running within Mac OS X 10.6.2 (Snow Leopard) on a 2008 dual Quad Core 2.8 GHz Mac Pro.&lt;br /&gt;
&lt;p /&gt;
 I'm running (via Citrix Server over the internet) a Java Machine version of a large health care entity's electronic health record. I use a Wacom Intuos 3 graphics tablet for screen navigation. Sometimes when I click the Intous pen on a clickable region of the Java application, the click is sensed not by the clickable region of the foreground window in the VM, but rather by a window in the background (whatever native Mac application lies in the background window. Bringing the VM to foreground focus again and clicking with the Intuos pen in exactly the same spot works as intended.&lt;br /&gt;
&lt;p /&gt;
 I've installed the latest (Oct '09) versions of the Mac and Windows Wacom drivers into the Mac OS and Windows OS (VM) respectively. The drivers are said to be Snow Leopard and Windows 7 compatible, respectively.&lt;br /&gt;
&lt;p /&gt;
 I've not tried clicking at the same VM window regions with a USB mouse, but I can do that.&lt;br /&gt;
&lt;p /&gt;
 I see that there have been discussions about problems with Wacom tablets and VMWare fusion, but I haven't seen discussions that describe problems such as I'm describing. Are these known issues? Is there anything you'd like me to do to clarify my problems to the VMWare community?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks so much,</description>
      <pubDate>Fri, 20 Nov 2009 22:49:48 GMT</pubDate>
      <author>MacNephDoc</author>
      <guid>http://communities.vmware.com/thread/243571</guid>
      <dc:date>2009-11-20T22:49:48Z</dc:date>
      <clearspace:dateToText>2 days, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Cannot read CD on MAC</title>
      <link>http://communities.vmware.com/thread/243485</link>
      <description>I have just installed Fusion 2.0.  Have it loaded with VISTA.  I need to install some programs from CD.  When I go into Explorer, it see's the drive but not the CD.  Help.  I am really new to MAC and even newer to Fusion.&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion2.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">mac</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vista</category>
      <pubDate>Fri, 20 Nov 2009 15:16:04 GMT</pubDate>
      <author>yaboo1964</author>
      <guid>http://communities.vmware.com/thread/243485</guid>
      <dc:date>2009-11-20T15:16:04Z</dc:date>
      <clearspace:dateToText>2 days, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Shared Folders vs Virtual Disks to access WinXP files?</title>
      <link>http://communities.vmware.com/thread/188564</link>
      <description>&lt;br /&gt;
Being a new Mac user coming from Wintel -- including Win s/w and files -- I am trying to determine the best configuration for disks to allow for concurrnet MacOSX and Windows file usage and backups.&lt;br /&gt;
&lt;p /&gt;
My latest "brilliant idea" is to simplify the file storage and backup question by having just HFS+ on the physical drives and providing R/W access to those drives from WinXP in Fusion by using Shared folders. I haven't completed investigation yet but it seems a much better solution than having separate NTFS and HFS partitions on the physical drives and mounting the NTFS partitions in Fusion as needed and having to figure out backups for the two sets of partitions -- my current setup.&lt;br /&gt;
&lt;p /&gt;
Has anyone any story to share on this whole question of  co-existing of MacOS and Windows and the best way you've found to deal with storage and backups?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Ken</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">2.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">backup</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">files</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_xp_pro</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">shared_folders</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">virtual_disk</category>
      <pubDate>Mon, 12 Jan 2009 20:08:14 GMT</pubDate>
      <author>MacNoo</author>
      <guid>http://communities.vmware.com/thread/188564</guid>
      <dc:date>2009-01-12T20:08:14Z</dc:date>
      <clearspace:dateToText>2 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>18</clearspace:messageCount>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>How do I uninstall VMWare TOOLS??</title>
      <link>http://communities.vmware.com/thread/163949</link>
      <description>&lt;br /&gt;
VMWare Tools is not working.  I can't even get my guest OS (Windows XP Home) on the 'net whereas it was working perfectly previously for weeks and weeks.  Then suddenly died.&lt;br /&gt;
&lt;p /&gt;
 But Fusion thinks it is still working I guess.  When I try to Install VMWare Tools, it appears that my only option is to Cancel VMWare Tools Installation.  Is it trying to install itself already?  Or did I start that one of these times I tried to repair it and it got stuck installing?&lt;br /&gt;
&lt;p /&gt;
 How do I kill that process and restart it?  Or better yet, how do I yank it out by the roots and reinstall VMWare Tools from the beginning?&lt;br /&gt;
&lt;p /&gt;
 Also, as a side note, this discussion forum's UI is kind of goofy.  Every other forum on earth has "Start a Topic" right above the forum itself.  Here it is at the top of the page with tons of non-forum links between "Start a topic" and the forum itself.  Is this a forum page or a knowledge base home page?  Looks like it is trying to be both and it adds time trying to hunt around finding a way to start a topic.  Now I know, but I'd suggest changing that one.  Maybe I'm the only one...kind of suspect not though.  Might be worth investigating.  &lt;br /&gt;
&lt;p /&gt;
Cheers,&lt;br /&gt;
&lt;p /&gt;
Hans</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware_tools</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">tools</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware_fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_xp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">uninstall</category>
      <pubDate>Tue, 19 Aug 2008 15:29:17 GMT</pubDate>
      <author>hanseric</author>
      <guid>http://communities.vmware.com/thread/163949</guid>
      <dc:date>2008-08-19T15:29:17Z</dc:date>
      <clearspace:dateToText>2 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>15</clearspace:messageCount>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>Ubuntu 9.10 and fusion 3 - no sound</title>
      <link>http://communities.vmware.com/thread/239933</link>
      <description>Run up ubuntu 9.10 under fusion 3 today. Seems OK apart from no sound I see from google that there are issues with the  pulseaudio now used by default. Anyone any pointers to getting it to work under Fusion 3? What is involved in selecting packages for alternative audio support?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">ubuntu9.10</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">sound</category>
      <pubDate>Sat, 31 Oct 2009 12:42:10 GMT</pubDate>
      <author>rbnuser</author>
      <guid>http://communities.vmware.com/thread/239933</guid>
      <dc:date>2009-10-31T12:42:10Z</dc:date>
      <clearspace:dateToText>2 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Does 3.0 work with expose in unity mode or still doesn't?</title>
      <link>http://communities.vmware.com/thread/239485</link>
      <description>Hi chaps,&lt;br /&gt;
&lt;br /&gt;
I'm just trying to convince myself to buy 3.0 and want to understand whether the old good 2.x unity+expose&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
bug is addressed in 3.0 or still there. Namely, I'm talking about the problem in expose when all unity&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
windows show same screenshot of the topmost  app window.  To replicate, simply maximize two or more &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
guest apps while in unity mode and then go to expose screen. If the bug is still there all unity windows &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
will show same screenshot of the topmost window and if the bug is fixed each unity window &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
will show its own correct screenshot as expected.</description>
      <pubDate>Thu, 29 Oct 2009 15:15:20 GMT</pubDate>
      <author>bytekeeper</author>
      <guid>http://communities.vmware.com/thread/239485</guid>
      <dc:date>2009-10-29T15:15:20Z</dc:date>
      <clearspace:dateToText>2 days, 9 hours ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Tools failed install with Fusion 3.0  (install package error)</title>
      <link>http://communities.vmware.com/thread/243556</link>
      <description>&lt;br /&gt;
Get "This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package."&lt;br /&gt;
&lt;p /&gt;
It mounts the Tools drive, but fails when launched. I've tried installing directly from the .exe file.&lt;br /&gt;
&lt;p /&gt;
 Please advise. Thanks.</description>
      <pubDate>Fri, 20 Nov 2009 18:58:42 GMT</pubDate>
      <author>chambo</author>
      <guid>http://communities.vmware.com/thread/243556</guid>
      <dc:date>2009-11-20T18:58:42Z</dc:date>
      <clearspace:dateToText>2 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Networking to use Homeworks Illumination</title>
      <link>http://communities.vmware.com/thread/243186</link>
      <description>The computer is directly connected to the Lutron processor with an Ethernet cable (inverted). If I connect using a windows machine, it works in an instant. But with Fusion, I can't. I just don't understand. In the software it gives me the option to "update network adapters" but nothing appears. The Static IP address for the Lutron processor is 192.168.250.&amp;lt;processor address&amp;gt;. I've connected with a true windows computer using a IP address like 192.168.250.10 for example, but I had access to a network adapter.&lt;br /&gt;
&lt;br /&gt;
I bought Fusion for that very piece of software. Nothing else. i like my Mac as it is. But now I'm very frustrated. Please help.&lt;br /&gt;
&lt;br /&gt;
Using Fusion 3, Snow Leopard 10.6.2 and the software Homeworks Illumination</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">networking</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">homeworks</category>
      <pubDate>Wed, 18 Nov 2009 22:25:22 GMT</pubDate>
      <author>ljpell</author>
      <guid>http://communities.vmware.com/thread/243186</guid>
      <dc:date>2009-11-18T22:25:22Z</dc:date>
      <clearspace:dateToText>2 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>VMWare Fusion 3 - Warcraft III Textures all Jacked Up</title>
      <link>http://communities.vmware.com/thread/243524</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
Currently running Warcraft III v1.6.1 under Win XP SP3 Guest on VMWare Fusion 3.0. Host system is a MacBook Pro, 2007 model.&lt;br /&gt;
&lt;br /&gt;
Ive noticed that when playing Warcraft III in VMWare Fusion, the water textures do not appear correct. Ive compared this to running Warcraft III in Bootcamp. I know the the DirectX 9 support in VMWare Fusion is a bit flakey, but I was wondering if there was anyone out there in the community who plays Warcraft III in a VM and has experienced the same issues? If so is there a workaround?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
Mark</description>
      <pubDate>Fri, 20 Nov 2009 16:46:27 GMT</pubDate>
      <author>MarkFletcher</author>
      <guid>http://communities.vmware.com/thread/243524</guid>
      <dc:date>2009-11-20T16:46:27Z</dc:date>
      <clearspace:dateToText>2 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Tools won't stay installed...Fusion V3  Vista Ultimate 19Nov09</title>
      <link>http://communities.vmware.com/thread/243535</link>
      <description>So far, I have not much within Fusion V3 to complain about...thank God.  But one minor annoyance is that when I reboot the VISTA client after having installed VMware Tools, I'm back to "Install VMware Tools" again.  So, I install it again, and while that particular session is still up and operating, it says "Update VMware Tools".  ONCE I "shut down" that session though and reboot the next day (or whenever), the system reverts to the former state of "Install VMware Tools".&lt;br /&gt;
&lt;br /&gt;
What am I doing wrong - or why won't it stayed installed?  My xP client works fine and VMware Tools STAYS installed on that client.  The same seems to be the case for my UBUNTU Linux client as well.  Only in Vista am I experiencing this problem.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vista</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware_fusion</category>
      <pubDate>Fri, 20 Nov 2009 18:35:57 GMT</pubDate>
      <author>kemosabe4</author>
      <guid>http://communities.vmware.com/thread/243535</guid>
      <dc:date>2009-11-20T18:35:57Z</dc:date>
      <clearspace:dateToText>2 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Multiple instances of Mac OS X Snow Leopard virtual machines</title>
      <link>http://communities.vmware.com/thread/243336</link>
      <description>I'd like to setup a server running multiple instances of Mac OS X Snow Leopard in a guest virtual machine.&lt;br /&gt;
&lt;br /&gt;
Is there a VMWare View that can run Mac OS X Snow Leopard?&lt;br /&gt;
Is there a Citrix or Terminal Services for Mac so multiple users can connect concurrently to a Mac OS X desktop?&lt;br /&gt;
&lt;br /&gt;
Any suggestions?  I'm ok with using VMWare fusion to run multiple guest virtual machines, each running Mac OS X Snow Leopard so users can connect via VNC.</description>
      <pubDate>Thu, 19 Nov 2009 17:29:52 GMT</pubDate>
      <author>brian_erdelyi</author>
      <guid>http://communities.vmware.com/thread/243336</guid>
      <dc:date>2009-11-19T17:29:52Z</dc:date>
      <clearspace:dateToText>2 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Can't open files in the Virtual Machine from Mac OS.</title>
      <link>http://communities.vmware.com/thread/243548</link>
      <description>I need to be able to use apps on my mac to open files that are in the virtual Machine (win xp pro). I can open files on the Mac from my VM but just not the other way around. I've followed the instructions for choosing to open in host application from within the VM but it didn't work and through an error. Shouldn't there be a way to share the files on the VM so that files can be opened and worked on from within Mac.&lt;br /&gt;
&lt;br /&gt;
Please help if you know how to do this. Thanks.</description>
      <pubDate>Fri, 20 Nov 2009 18:01:40 GMT</pubDate>
      <author>surfdust</author>
      <guid>http://communities.vmware.com/thread/243548</guid>
      <dc:date>2009-11-20T18:01:40Z</dc:date>
      <clearspace:dateToText>2 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Can't Run Hyper V on Virtual WIndows 2008 64 bit Server</title>
      <link>http://communities.vmware.com/thread/206578</link>
      <description>&lt;br /&gt;
Hello, &lt;br /&gt;
&lt;p /&gt;
I am unable to add Hyper V Role on Virtual WIndows 2008 64 bit server that I created on my Mac OS X 10.5.6 with 2.5Ghz Core 2 Duo and 4GB 667 MHz DDR2 SDRAM, VMware Fusion version is 2.0.1&lt;br /&gt;
&lt;p /&gt;
Error:  Hyper V Cannot be installed, Server Manager has detected that the processor in this computer is not compatable with Hyper-V, ...,the feature must be turned on the BIOS &lt;br /&gt;
&lt;p /&gt;
Thank you,&lt;br /&gt;
&lt;p /&gt;
Mavi</description>
      <pubDate>Thu, 23 Apr 2009 14:19:49 GMT</pubDate>
      <author>mavioo7</author>
      <guid>http://communities.vmware.com/thread/206578</guid>
      <dc:date>2009-04-23T14:19:49Z</dc:date>
      <clearspace:dateToText>2 days, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Unable to install Windows 7RC on VMware Fusion 2</title>
      <link>http://communities.vmware.com/thread/241475</link>
      <description>&lt;br /&gt;
I'm trying to install (a clean one) the Windows 7RC (32bit) on my Mac Book Pro 4.1, with Mac&lt;br /&gt;
OS X V 10.5.8, using VMware Fusion 2.0.6. My problem is, &lt;br /&gt;
the&lt;br /&gt;
installation is asking for  "A required CD/DVD drive is missing. If you&lt;br /&gt;
have a driver floppy disk, CD, DVD or USB Flash drive, please insert it&lt;br /&gt;
now". &lt;br /&gt;
I try the Mac OS X original installation CD, but it didn't have&lt;br /&gt;
the drive. Try the Windows7UpgradeAdvisorSetup.exe, but it runs for&lt;br /&gt;
hours and hours, and &lt;br /&gt;
shows nothing. So, how can I solve this problem.&lt;br /&gt;
The CD/DVD is a Matshita DVD-R UJ-867 ATAPI. Searched the internet, but&lt;br /&gt;
did not find anything helpful. &lt;br /&gt;
Also, I've downloaded the Win 7RC about a week before MS remove it from the site, so, I suppose it is the final version.&lt;br /&gt;
From a MS communitie, I've received an answer that, the problem is with VMware, as follows:&lt;br /&gt;
&lt;p /&gt;
" &lt;span style="font-size:10pt"&gt;Hi,&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="font-size:10pt"&gt;Regarding&lt;br /&gt;
the error you received, it should be a hardware issue, considering this&lt;br /&gt;
machine (hardware condition) is virtualized by &lt;/span&gt;&lt;span style="color:black"&gt;VMware Fusion and we have limited recourses about how it works. Therefore, it is recommended that you contact &lt;/span&gt;&lt;span style="font-size:10pt"&gt;&lt;a class="jive-link-external" href="http://www.vmware.com/support/"&gt; VMware&lt;/a&gt; for further investigation since they are familiar with their products. &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="font-size:10pt"&gt;Note:&lt;br /&gt;
Microsoft provides third-party contact information to help you find&lt;br /&gt;
technical support. This contact information may change without notice.&lt;br /&gt;
Microsoft does not guarantee the accuracy of this third-party contact&lt;br /&gt;
information. &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="font-size:10pt"&gt; &lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;span style="font-size:10pt"&gt;Thank you for your understanding and cooperation."&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
So, I ask, is there a solution for this issue?&lt;br /&gt;
&lt;p /&gt;
Thanks &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">unable</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">to</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">install</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">7rc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">on</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">2</category>
      <pubDate>Mon, 09 Nov 2009 13:47:51 GMT</pubDate>
      <author>newbe56</author>
      <guid>http://communities.vmware.com/thread/241475</guid>
      <dc:date>2009-11-09T13:47:51Z</dc:date>
      <clearspace:dateToText>2 days, 12 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Fusion 3 runs extremely slow...</title>
      <link>http://communities.vmware.com/thread/239151</link>
      <description>First, my MacBook Pro:&lt;br /&gt;
Core 2 T9300 @ 2.5GHz&lt;br /&gt;
4GB memory&lt;br /&gt;
250GB SATA HDD&lt;br /&gt;
Snow Leopard 10.6.1&lt;br /&gt;
VMware Fusion 3.0&lt;br /&gt;
&lt;br /&gt;
When I was using Leopard and VMware Fusion 2.x, the virtual machines ran fast, but now they are extremely slow. BTW, I enabled the 64-bit kernel.&lt;br /&gt;
I managed to find the reason, that is because the process "mds" in the host OS, not a problem of the guest os. Everytime I turn on my Windows XP in VMware, "mds" will show up in the Activity Monitor window, and take up about 2%~20% CPU usage, the hard disk becomes noisy at the same time. What I could only do is to wait, after about 1 hour, mds will "calm down", and my MBP returns quiet. But, when next time I turn on my virtual machine, "mds" will show up again...&lt;br /&gt;
&lt;br /&gt;
"Mds" is driving me crazy... I tried to google for answers, but no result.&lt;br /&gt;
Anybody is facing this issue too? Or anybody knows how to deal with the problem? Thanks!</description>
      <pubDate>Wed, 28 Oct 2009 11:32:48 GMT</pubDate>
      <author>JangMunho</author>
      <guid>http://communities.vmware.com/thread/239151</guid>
      <dc:date>2009-10-28T11:32:48Z</dc:date>
      <clearspace:dateToText>2 days, 12 hours ago</clearspace:dateToText>
      <clearspace:messageCount>65</clearspace:messageCount>
      <clearspace:replyCount>64</clearspace:replyCount>
    </item>
    <item>
      <title>vcpu-0| TOOLS call to unity.launchmenu.open failed.</title>
      <link>http://communities.vmware.com/thread/243506</link>
      <description>Hello Folks;&lt;br /&gt;
&lt;br /&gt;
  I am running a MacBook Pro/ OSX 10.5.8/ Fusion 3 with a Win7 guest.&lt;br /&gt;
&lt;br /&gt;
  I am having much problem getting the Menu bar application to load my windows application list, or to respond to the keyboard shortcut assigned to it.&lt;br /&gt;
&lt;br /&gt;
  The only piece of information I have is this from my VMWare log:&lt;br /&gt;
&lt;br /&gt;
    vcpu-0| TOOLS call to unity.launchmenu.open failed.&lt;br /&gt;
&lt;br /&gt;
  Any ideas?&lt;br /&gt;
&lt;br /&gt;
  Thank you,&lt;br /&gt;
  vic</description>
      <pubDate>Fri, 20 Nov 2009 15:32:48 GMT</pubDate>
      <author>VicL</author>
      <guid>http://communities.vmware.com/thread/243506</guid>
      <dc:date>2009-11-20T15:32:48Z</dc:date>
      <clearspace:dateToText>2 days, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>why is hard drive constanly working in VM ware 2.0.6</title>
      <link>http://communities.vmware.com/thread/243454</link>
      <description>Hi, i have a virtual machine running XP on VM Ware Fusion 2.0.6 but i notice that periodically the windows system will be reading/writting massive amounts of data to the hard drive (even when there are no windows apps running).  this restults in dramatically slower system performance on the mac side of the computer too.&lt;br /&gt;
&lt;br /&gt;
I can see it's windows doing that because the hard disk icon on the VM ware window is blue (See picture). This will go on for 1-2 hours then quieten until 1 or 2 days later. Strangely, even if i shutdown the PC guest OS and restart, the hard disk activity remains until some mysterious task is done.&lt;br /&gt;
&lt;br /&gt;
does anyone have any idea why this might happen?&lt;br /&gt;
&lt;br /&gt;
p&lt;br /&gt;
PS. RAM is set at 1064 MB (my mac has 4GB RAM).</description>
      <pubDate>Fri, 20 Nov 2009 10:23:37 GMT</pubDate>
      <author>paulcwr</author>
      <guid>http://communities.vmware.com/thread/243454</guid>
      <dc:date>2009-11-20T10:23:37Z</dc:date>
      <clearspace:dateToText>2 days, 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Anyone get a returns on Fusion 3?</title>
      <link>http://communities.vmware.com/thread/243497</link>
      <description>&lt;br /&gt;
If so how?&lt;br /&gt;
&lt;p /&gt;
As with so many here I am utterly dismayed that VMWare released Fusion 3. As some one already said Fusion 2 was solid and I had recommended to many people. I was working with getting my old PC into a VMware. OH BOY did that not work and waste several hours.&lt;br /&gt;
&lt;p /&gt;
The "Migrate your PC" via Fusion 3 was a dismal failure. It couldn't connect and I did manage to find a thread yesterday with 3 pages of other having the same issues. &lt;br /&gt;
&lt;p /&gt;
 The Convertor for Windows doesn't seem work with XP.&lt;br /&gt;
&lt;p /&gt;
I installed the VMware tools on my Windows 7 installation and it slowed it down to where I can barely use it. Media player no longer works ....&lt;br /&gt;
&lt;p /&gt;
I use to be a major supporter of VMware products.</description>
      <pubDate>Fri, 20 Nov 2009 14:10:31 GMT</pubDate>
      <author>tatt2ed</author>
      <guid>http://communities.vmware.com/thread/243497</guid>
      <dc:date>2009-11-20T14:10:31Z</dc:date>
      <clearspace:dateToText>2 days, 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>PowerPoint 2007 performance in Fusion 3.0</title>
      <link>http://communities.vmware.com/thread/243113</link>
      <description>&lt;br /&gt;
Does anyone have any advice for increasing the performance of Powerpoint 2007 when running Fusion 3.0 on a Mac Pro? I installed Windows 7 - 64bit and the installation went fine. I have tried allocating 4 processors and 5 out of my 6mb of RAM to the virtual system and it still has a lot of screen lag when I run the PPT files. &lt;br /&gt;
&lt;p /&gt;
I'm frustrated because I purchased Fusion 3.0 and the Windows 7 only to run the PC version of PowerPoint (2007). I have to access features that Microsoft (the bastards) have locked out of the MAC PowerPoint version. But I can't del with the SLOW performance on the virtual side. &lt;br /&gt;
&lt;p /&gt;
I can't begin to imagine running a game on the virtual side...the lag would have to be immense.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any suggestions?!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">powerpoint</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">lag</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">speed</category>
      <pubDate>Wed, 18 Nov 2009 17:10:20 GMT</pubDate>
      <author>8Sfitz</author>
      <guid>http://communities.vmware.com/thread/243113</guid>
      <dc:date>2009-11-18T17:10:20Z</dc:date>
      <clearspace:dateToText>2 days, 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Apple keyboard drivers in 3 with Windows 7 64 bit.</title>
      <link>http://communities.vmware.com/thread/243473</link>
      <description>Hi There&lt;br /&gt;
I don't seem to be able to get the proper (UK) keyboard installed in Windows 7 64bit on fusion 3&lt;br /&gt;
If I try and install from the boot camp section of the SL installation DVD:&lt;br /&gt;
applekeyboardinstaller&lt;br /&gt;
I get the message:&lt;br /&gt;
You have to run the 64 bit version of DPinst.exe on this machine.&lt;br /&gt;
&lt;br /&gt;
Is there another way of getting my \ etc. in the right place!&lt;br /&gt;
thanks in advance</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">keyboard</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7</category>
      <pubDate>Fri, 20 Nov 2009 12:44:17 GMT</pubDate>
      <author>jonoslack</author>
      <guid>http://communities.vmware.com/thread/243473</guid>
      <dc:date>2009-11-20T12:44:17Z</dc:date>
      <clearspace:dateToText>2 days, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Drag and Drop copying not working in Fusion 3</title>
      <link>http://communities.vmware.com/thread/240078</link>
      <description>I can't drag files from Mac OS 10.6 over to my XP running on Fusion 3.  I could before with Fusion 2.  Now, there seems to be a wall where I can't drag it into the XP background.  Any workaround?  Thanks.</description>
      <pubDate>Sun, 01 Nov 2009 22:07:12 GMT</pubDate>
      <author>ek116</author>
      <guid>http://communities.vmware.com/thread/240078</guid>
      <dc:date>2009-11-01T22:07:12Z</dc:date>
      <clearspace:dateToText>2 days, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>prolific usb to serial dropping characters with linux</title>
      <link>http://communities.vmware.com/thread/242648</link>
      <description>I'm using fusion 2.0.6 with Ubuntu as the guest.  When I try to use a new prolific usb to serial adapter, it discovers ok, and if I launch minicom, I can send a receive small numbers of characters ok, but if the device I'm talking to sends more than a few characters, then it drops characters.  This is at 115200kbps.  I tried a keyspan usb to serial adapter and it does the same thing.  There doesn't appear to be anything in the linux log that is related to this.&lt;br /&gt;
&lt;br /&gt;
I installed the trial of parallels, and imported the ubuntu vm and it works fine with the prolific serial adapter, so I know the hardware and OSX side are ok.  &lt;br /&gt;
&lt;br /&gt;
Any solutions for this problem?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion2.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">usb</category>
      <pubDate>Mon, 16 Nov 2009 14:40:37 GMT</pubDate>
      <author>chrisw957</author>
      <guid>http://communities.vmware.com/thread/242648</guid>
      <dc:date>2009-11-16T14:40:37Z</dc:date>
      <clearspace:dateToText>2 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Backslash Key</title>
      <link>http://communities.vmware.com/thread/243333</link>
      <description>I am using Fusion 3 with Windows 7 Enterprise and a UK 15" MacBook Pro.  I have searched everywhere and can find no way of making the '\' (backslash)  key work.  Does anyone have a solution?</description>
      <pubDate>Thu, 19 Nov 2009 17:13:30 GMT</pubDate>
      <author>Richard Starling</author>
      <guid>http://communities.vmware.com/thread/243333</guid>
      <dc:date>2009-11-19T17:13:30Z</dc:date>
      <clearspace:dateToText>2 days, 21 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Workflow advice needed to get XP bootcamp Parallels to Snow Leopard Win7 Fusion Virtual?</title>
      <link>http://communities.vmware.com/thread/243441</link>
      <description>Hi all, first let me say that I love fusion and all my other macs are fusion3 and win7 machines - fantastic!  But I have one macbook used by wife that has XP and Parallels. I want to get it to use fusion3 and win7, like her desktop has, but not sure where to begin. The mb is already upgraded to snow leopard. I understand that you have to use some MS gizmo to update her XP to Win7 and preserve her programs, settings, and data, but when you throw Fusion into the mix, I don't know where to begin...do you? thx!!!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">macintosh</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">xp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">win7</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">parallels</category>
      <pubDate>Fri, 20 Nov 2009 07:00:49 GMT</pubDate>
      <author>Herojig</author>
      <guid>http://communities.vmware.com/thread/243441</guid>
      <dc:date>2009-11-20T07:00:49Z</dc:date>
      <clearspace:dateToText>2 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Can't get E72 to Connect on USB</title>
      <link>http://communities.vmware.com/thread/243431</link>
      <description>I am using XP Pro on Fusion 3.0 and can't get E72 to connect using USB. In VMF the settings are reading the unit and when I go to repair in Install Hardware the message is there are no drivers installed.</description>
      <pubDate>Fri, 20 Nov 2009 06:45:20 GMT</pubDate>
      <author>tomkeator</author>
      <guid>http://communities.vmware.com/thread/243431</guid>
      <dc:date>2009-11-20T06:45:20Z</dc:date>
      <clearspace:dateToText>2 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Disconnect/failure to refresh desktop when changing views in Fusion 3.0</title>
      <link>http://communities.vmware.com/thread/243405</link>
      <description>While running Windows 7, x64 edition, from a bootcamp partition, I will often change the view from single window to full screen and back.  When doing that, icon size is distorted, you lose the windows tool bar, which makes it very difficult to function.  The only time it seems to come out of that mode and reset itself is after it's been sitting for about 15-20 minutes.  Shouldn't desktop proportionality be based on screen size?  &lt;br /&gt;
&lt;br /&gt;
Symptoms and observations:&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Problem occurs when changing any aspect of the view while Windows is running.&lt;/li&gt;
&lt;li&gt;Unable to directly click on icons (have to fish around around the screen):  The UI doesn't refresh when the view is changed&lt;/li&gt;
&lt;li&gt;All icons on desktop are still there, including start menu and toolbar, but the UI doesn't show them.&lt;/li&gt;
&lt;li&gt;VM starts with desired view, icons, etc properly synched with UI.&lt;/li&gt;
&lt;li&gt;VM resets to appropriate view when shutting down or restarting&lt;/li&gt;
&lt;li&gt;Resolution and other options in control panel don't change when changing from one view to another&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Anyone else having this problem?&lt;br /&gt;
&lt;br /&gt;
My machine and software:&lt;br /&gt;
Mac:  Mid-Late 2008 MacBook Pro (17"), OSX 10.6.2, 2.5ghz Core2Duo, 4gb RAM, NVIDIA GeForce 8600M GT 512mb, 17" screen with 32-bit pixel depth&lt;br /&gt;
Windows:  BootCamp native running Windows 7 Professional</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">view</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">boot_camp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">boot_camp_partition</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_7_professional</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">full_screen</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">single_window</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">mac</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">macintosh</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware_fusion_for_mac</category>
      <pubDate>Fri, 20 Nov 2009 06:05:49 GMT</pubDate>
      <author>AarowB</author>
      <guid>http://communities.vmware.com/thread/243405</guid>
      <dc:date>2009-11-20T06:05:49Z</dc:date>
      <clearspace:dateToText>2 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Upgrade helper service</title>
      <link>http://communities.vmware.com/thread/243424</link>
      <description>With VMware tools installed, there is a service and process called "vmupgradehelper.exe" that is running at all times, even when I'm booting directly to my Boot Camp partition (no other VMware services stay running when booted directly). I do not remember it in versions prior to 3.0. Is this normal, or something that should have maybe only been run once and never go removed for whatever reason? In any case, I can't see any reason why it should be running when booted directly into Windows. One of the reasons I like VMware over Parallels is that VMware is pretty good about not loading all its integration extras when booting directly with Boot Camp (Parallels does, and they actually prevent the Boot Camp drivers from working properly, which is infuriating). More info would be appreciated.</description>
      <pubDate>Fri, 20 Nov 2009 02:36:32 GMT</pubDate>
      <author>gordon142</author>
      <guid>http://communities.vmware.com/thread/243424</guid>
      <dc:date>2009-11-20T02:36:32Z</dc:date>
      <clearspace:dateToText>3 days, 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Microsoft Office applications crashing when opening Shared files from the Mac - Fusion 3 + Windows 7 Pro</title>
      <link>http://communities.vmware.com/thread/239325</link>
      <description>&lt;br /&gt;
OK, So newly installed Fusion 3 + WIndows 7 Pro with Office 2007.&lt;br /&gt;
&lt;p /&gt;
All my files are stored on the Mac, and I've got VMware shared folders on your mac switched on for the folder...  All used to work fine in Windows XP + Fusion 2.&lt;br /&gt;
&lt;p /&gt;
But now, PowerPoint has a critical error when opening a file through the shared folder, but the same file opens fine if it's say in the actual Windows area.  Checked my XP VM - and it's doing it there too!&lt;br /&gt;
&lt;p /&gt;
Is this a bug with Fusion 3 - any help guys?&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Matt</description>
      <pubDate>Wed, 28 Oct 2009 22:19:43 GMT</pubDate>
      <author>mattsmithvm</author>
      <guid>http://communities.vmware.com/thread/239325</guid>
      <dc:date>2009-10-28T22:19:43Z</dc:date>
      <clearspace:dateToText>3 days, 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>44</clearspace:messageCount>
      <clearspace:replyCount>43</clearspace:replyCount>
    </item>
    <item>
      <title>Using Multiple Monitors with Fusion 3.0</title>
      <link>http://communities.vmware.com/thread/243388</link>
      <description>I am wondering if there is a way to use dual monitor functionality for the functions that are contained in Fusion 3.0.  That is, if I have Microsoft Word open on my MacBook Pro, I want to open the internet program I must run on IE8/Windows 7 on the other monitor.  I understand that I am running virtual office and that this is not a normal function.  I am trying to find out if there is some product that will enable this?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">multiple</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">monitors</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <pubDate>Thu, 19 Nov 2009 22:12:48 GMT</pubDate>
      <author>PatAlexander</author>
      <guid>http://communities.vmware.com/thread/243388</guid>
      <dc:date>2009-11-19T22:12:48Z</dc:date>
      <clearspace:dateToText>3 days, 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Unity in Fusion 3 runs a bit like a joke for me</title>
      <link>http://communities.vmware.com/thread/241021</link>
      <description>I can only imagine that not everyone sees this kind of shonky performance out of Unity. The way it runs for me really is kind of a joke.&lt;br /&gt;
&lt;br /&gt;
See this video here (none of the artifacts are because of the video recording software - Camtasia - in fact I was surprised it recorded everything I saw):&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.screencast.com/t/FiI2TKGhIi"&gt;http://www.screencast.com/t/FiI2TKGhIi&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I'd be interested to know whether there are people who do not see this happening, or whether VMWare are aware of this and intend to fix it.&lt;br /&gt;
&lt;br /&gt;
I am running on a late 2007 2.2Ghz MBP with 4Gb RAM and a 320Gb 7200rpm drive. I have dual displays (laptop@1440x900 + DELL S2409W@1920x1080).</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">unity</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">performance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows_xp_pro</category>
      <pubDate>Thu, 05 Nov 2009 23:43:33 GMT</pubDate>
      <author>Nixta</author>
      <guid>http://communities.vmware.com/thread/241021</guid>
      <dc:date>2009-11-05T23:43:33Z</dc:date>
      <clearspace:dateToText>3 days, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Shared folder documentation</title>
      <link>http://communities.vmware.com/thread/243399</link>
      <description>Can somebody point me to the official documentation on shared folders. I find bits and pieces littered all over the place but can't find an official document from vmware. Nothing of any complexity in the Getting Started Guide. I need to understand how to change vnic ip address ranges and mount shared folders under Linux. Both are pretty trivial in VirtualBox where I'm migrating from so i need to understand the process in vmware. Thanks.</description>
      <pubDate>Fri, 20 Nov 2009 00:15:08 GMT</pubDate>
      <author>ukchucktown</author>
      <guid>http://communities.vmware.com/thread/243399</guid>
      <dc:date>2009-11-20T00:15:08Z</dc:date>
      <clearspace:dateToText>3 days, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 3.0 Migration Assistant - Error - Help Please</title>
      <link>http://communities.vmware.com/thread/239372</link>
      <description>&lt;br /&gt;
I have just downloaded the VMWare Fusion 3.0 30 day trial.  I have installed it on my Intel MacbookPro with the 30 day product key.  No problems there.  I then downloaded and installed the PC Migration Agent on my Windows XP Media Center Edition 2002 SP3 Dell XPS laptop.  Both the Macbook and the Dell are in Windows Workgroup.  I logged in to the Dell's Administrator account (password enabled) and turned off both the Zone Alarm firewall and the NOD32 AntiVirus.  I start the VMware Fusion PC Migration Agent and immediately get my 4 digit code.  On the Macbook, I have the firewall setting set to "Allow all incoming connections".  File Sharing is turned on and SMB is enabled.  On the Mac, I open VMware Fusion and from the "Getting Started..." screen I choose, "Convert my existing Windows computer to run as a virtual machine on this Mac".  I then enter the 4-digit code from the Dell on the Mac.  Enter the User Name and Password (Administrator and my admin password) and click continue.  The Mac logs into the PC and gives me the Space Needed and Space Available (so it's making the connection).  I click Continue, and add my Mac admin password.  The Mac tells me it's calculating and after a few seconds I get the following:   An Error Occurred  -  "An error occurred while creating the virtual machine.  If you have enabled System Preferences -&amp;gt; Security -&amp;gt; Firewall, disable the firewall while migrating your PC." &lt;br /&gt;
&lt;p /&gt;
I have tried this numerous times (using both the 4-digit code and the IP address) and get the same error each time.  I have no idea what is wrong.  I am excited to try Fusion, as I am currently a Parallels user.  If anyone can be of any help, it would be greatly appreciated.  Thanks in advance.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Bill</description>
      <pubDate>Thu, 29 Oct 2009 03:19:34 GMT</pubDate>
      <author>BillF15219</author>
      <guid>http://communities.vmware.com/thread/239372</guid>
      <dc:date>2009-10-29T03:19:34Z</dc:date>
      <clearspace:dateToText>3 days, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>34</clearspace:messageCount>
      <clearspace:replyCount>33</clearspace:replyCount>
    </item>
    <item>
      <title>Two major issues with 3.0</title>
      <link>http://communities.vmware.com/thread/243154</link>
      <description>Upgraded to 3.0, and created a new Win7 VM from scratch.  Installed VMware tools, unistalled, reinstalled several times.  I still have two nagging issues I can't get worked out.  One is the mouse.  When I move the cursor to the VM, the mouse slows down and moves at a different speed.  This is highly annoying not to have the mouse move consistently in both OSs.  I have tried all the mouse settings I can think of, and none of them help.  I tried to install SteerMouse, but when I clicked inside the VM, the whole system crashed.  The other major problem is dual monitor support.  I can check the "use all monitors in full screen" mode, and the desktop will show up on both screens.  But when I move the mouse over to the second screen, the pointer turns into the OSX black pointer and will not do anything in windows.  If I click, the mouse jumps way off to the right.  So basically dual monitors are unusable.  This happened in both new installs of Win7 32bit and 64bit; same behavior.  My system is early 2006 Mac Pro, OS X 10.6.2, 8 GB ram.  Anyone have any suggestions on how to fix these problems?  If not I will just downgrade to version 2 and wait until a new version comes out.</description>
      <pubDate>Wed, 18 Nov 2009 19:32:36 GMT</pubDate>
      <author>blakemiddleton</author>
      <guid>http://communities.vmware.com/thread/243154</guid>
      <dc:date>2009-11-18T19:32:36Z</dc:date>
      <clearspace:dateToText>3 days, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Send keystroke or mouse event to Unity app?</title>
      <link>http://communities.vmware.com/thread/243170</link>
      <description>I know they're not directly scriptable, but does anyone know a way to send a keystroke (any keystroke!) or mouse-move event to a Fusion 3 Unity application (Windows XP or Windows 7) without bringing it to the foreground?  The following AppleScript works, but interrupts whatever I'm doing.  I looked at vmrun, but while it can launch an application in the guest, it can't send events.  I suppose I could have it launch an .EXE that then presses a key inside the VM, but is there an easier way?&lt;br /&gt;
&lt;br /&gt;
tell application "VMware Fusion"&lt;br /&gt;
  activate "/Virtual/VMs/Jasper.vmwarevm"&lt;br /&gt;
end tell&lt;br /&gt;
&lt;br /&gt;
tell application "System Events"&lt;br /&gt;
  tell process "VMware Fusion"&lt;br /&gt;
    set mykey to menu item "Caps Lock" of menu 1 of menu item "Send Key" of menu 1 of menu bar item "Virtual Machine" of menu bar 1&lt;br /&gt;
    click mykey&lt;br /&gt;
    click mykey&lt;br /&gt;
  end tell&lt;br /&gt;
end tell</description>
      <pubDate>Wed, 18 Nov 2009 21:02:45 GMT</pubDate>
      <author>Jay Levitt</author>
      <guid>http://communities.vmware.com/thread/243170</guid>
      <dc:date>2009-11-18T21:02:45Z</dc:date>
      <clearspace:dateToText>3 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Keyboard Sensitivity</title>
      <link>http://communities.vmware.com/thread/243193</link>
      <description>I am now using Fusion 3.0 and have found it rather frustrating when typing in MS Word.  I try to type in Japanese and the letter or character that I type repeats itself rapidly and will not stop until I hit the return key or something else. I have never experienced this before. I am using 10.6.2. Is there anything I can do to remedy this?&lt;br /&gt;
&lt;br /&gt;
Many thanks,&lt;br /&gt;
koji</description>
      <pubDate>Thu, 19 Nov 2009 01:06:45 GMT</pubDate>
      <author>saru88</author>
      <guid>http://communities.vmware.com/thread/243193</guid>
      <dc:date>2009-11-19T01:06:45Z</dc:date>
      <clearspace:dateToText>3 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Windows Lose Focus</title>
      <link>http://communities.vmware.com/thread/243327</link>
      <description>I use VMWare Fusion 3.0 in Unity mode all the time, and I mainly use MS Visual Studio 2008 on a Windows XP VM, and it really annoys the hell out of me that VMWare keeps losing the focus to the Visual Studio window, it seems especially when the IntelliSense windows pop up when I'm typing, but it's not always just then, it's quite random.&lt;br /&gt;
&lt;br /&gt;
Just wondering if anyone else has had this problem and please please please fix it, as its really annoying! I've got my mouse settings set to never optimise for games.&lt;br /&gt;
&lt;br /&gt;
I'm using a Mac Pro with 2 monitors.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">unity</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">focus</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">visual</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">studio</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">3.0</category>
      <pubDate>Thu, 19 Nov 2009 15:59:46 GMT</pubDate>
      <author>PeteGingaNinja</author>
      <guid>http://communities.vmware.com/thread/243327</guid>
      <dc:date>2009-11-19T15:59:46Z</dc:date>
      <clearspace:dateToText>3 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>block virtual ports</title>
      <link>http://communities.vmware.com/thread/243369</link>
      <description>Is there anyway to block virtual ports ?&lt;br /&gt;
&lt;br /&gt;
I need to say block port 8088 from two virtual machines.&lt;br /&gt;
&lt;br /&gt;
normally i would do this on my router. But because the two machines are running virtually i don't know how to block them.&lt;br /&gt;
&lt;br /&gt;
thanks</description>
      <pubDate>Thu, 19 Nov 2009 21:45:57 GMT</pubDate>
      <author>bszaronos</author>
      <guid>http://communities.vmware.com/thread/243369</guid>
      <dc:date>2009-11-19T21:45:57Z</dc:date>
      <clearspace:dateToText>3 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VM suspends when Host suspends</title>
      <link>http://communities.vmware.com/thread/243008</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm trying out Fusion V3. I installed Windows 7 which is a little slow (i'm using 1GB of RAM for the guest). My question is "why is it that the guest suspends when the Mac suspend? I'm using Snow Leopard on an iMac.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
Edward</description>
      <pubDate>Wed, 18 Nov 2009 05:06:45 GMT</pubDate>
      <author>kwakito</author>
      <guid>http://communities.vmware.com/thread/243008</guid>
      <dc:date>2009-11-18T05:06:45Z</dc:date>
      <clearspace:dateToText>3 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Online Store issue (no response)</title>
      <link>http://communities.vmware.com/thread/243030</link>
      <description>Hi folks,&lt;br /&gt;
&lt;br /&gt;
Apologies for posting this here, as it doesn't really belong in a tech forum. But unfortunately I've drawn a blank trying to get an answer through a feedback form I submitted over a week ago. (Rather disappointing service, to be honest.) Maybe someone could forward this issue on to someone who can help me.&lt;br /&gt;
&lt;br /&gt;
I'm trying to buy an upgrade to Fusion 3 through the online store, and I want the upgrade + subscription option. But there's definitely something wrong with whatever software the store uses to calculate currency exchange rates. I'm in Australia, so my currency (naturally) is the Australian dollar. The USD price for the option I want is $59.99. If I select 'AUD' in the currency menu it becomes $118.52. On the current exchange rate it should be more like $64.&lt;br /&gt;
&lt;br /&gt;
Needless to say I don't want to risk paying double what I should for the product. Help needed. Thanks.&lt;br /&gt;
&lt;p /&gt;
Regards,&lt;br /&gt;
Lance &amp;lt;º))&amp;gt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
MacBook 2.16  OSX 10.6.2&lt;br /&gt;
Fusion 2.0.6 WinXP</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">store</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">up</category>
      <pubDate>Wed, 18 Nov 2009 07:54:56 GMT</pubDate>
      <author>eN0ch</author>
      <guid>http://communities.vmware.com/thread/243030</guid>
      <dc:date>2009-11-18T07:54:56Z</dc:date>
      <clearspace:dateToText>3 days, 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>"stopping job because the scheduler could not execute the backend" printing error</title>
      <link>http://communities.vmware.com/thread/242468</link>
      <description>When I try to print something to a printer configured in my Mac OS X host and made available to my Ubuntu 9.10 guest via Virtual Machine &amp;gt; Settings &amp;gt; Printers &amp;gt; Enable, Ubuntu tells me: There was a problem printing 'DOCUMENT-NAME' (job JOB-ID): 'stopping job because the scheduler could not execute the backend.'.&lt;br /&gt;
&lt;br /&gt;
Printing to the printer in Mac OS X works fine, however, as does configuring the printer in Ubuntu and printing to it directly. I see the same behavior with two different printers. Does anyone know what's wrong and how to fix it?</description>
      <pubDate>Sat, 14 Nov 2009 01:55:11 GMT</pubDate>
      <author>mykmelez</author>
      <guid>http://communities.vmware.com/thread/242468</guid>
      <dc:date>2009-11-14T01:55:11Z</dc:date>
      <clearspace:dateToText>3 days, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Mouse gets slower and slower (fusion 3 / win7 / Autocad 2010)</title>
      <link>http://communities.vmware.com/thread/240441</link>
      <description>&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;p /&gt;
 I got the problem, that the mouse pointer gets slower,&lt;br /&gt;
when i work with Autocad 2010 (Fullscreen with 10.6 / Fusion3 / Windows&lt;br /&gt;
7).  The Mouse-setting is set to "no optimized for gaming".&lt;br /&gt;
&lt;p /&gt;
to&lt;br /&gt;
solve it, i accelerate the mouse speed in OSX until it reached the&lt;br /&gt;
highest speed. after that i have to reboot to get the original/normal speed. &lt;br /&gt;
&lt;p /&gt;
 Its the same problem i got under Fusion2 (XP with ACAD 2008), which i never really solved... &lt;br /&gt;
&lt;p /&gt;
 has anyone got the same problem / experience?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
thanks  a lot&lt;br /&gt;
&lt;br /&gt;
prommy</description>
      <pubDate>Tue, 03 Nov 2009 15:05:35 GMT</pubDate>
      <author>prommy76</author>
      <guid>http://communities.vmware.com/thread/240441</guid>
      <dc:date>2009-11-03T15:05:35Z</dc:date>
      <clearspace:dateToText>3 days, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>VMware 3.0 running w/10.6.2 SL:  Using lots of CPU (no activity however)</title>
      <link>http://communities.vmware.com/thread/243133</link>
      <description>First - background about my environment: &lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Macbook Pro 17" 2.4 GHz, pre-unibody, 4GB of RAM&lt;/li&gt;
&lt;li&gt;Mac OS X 10.6.2 Snow Leopard / booted in 32-bit mode&lt;/li&gt;
&lt;li&gt;VMware 3.0:&lt;/li&gt;
&lt;/ul&gt;
. Single Windows XP Pro SP3 virtual machine, originally created under VMware 2.0.5&lt;br /&gt;
. The virtual disk was recreated under VMware 3.0 (now virtual SCSI) &lt;br /&gt;
. 1 CPU, 1 GB of virtual memory&lt;br /&gt;
&lt;br /&gt;
Performance has been flawless to date.  No problem of any kind.   Today, VMware 3.0 began to consume lots of CPU, even if WIndows XP partition was doing nothing at all:  System Idle was 98%, no SVChosts looking for automated updates, no anti-virus updates or scans.  Zero activity.   There are no external devices connected to the VM. &lt;br /&gt;
&lt;br /&gt;
I've shut down virtual machine.  VMware main process was still consuming anywhere between 40% and 60% of the CPU time as reported by Activity Monitor. &lt;br /&gt;
&lt;br /&gt;
VMware logs do not contain anything out of the ordinary;  very few threads to follow at this point.  Any ideas?</description>
      <pubDate>Wed, 18 Nov 2009 19:01:50 GMT</pubDate>
      <author>cfm56d7b</author>
      <guid>http://communities.vmware.com/thread/243133</guid>
      <dc:date>2009-11-18T19:01:50Z</dc:date>
      <clearspace:dateToText>3 days, 7 hours ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Borderlands (game) has rendering issues with shadows (pure black patches)</title>
      <link>http://communities.vmware.com/thread/239936</link>
      <description>Mac Pro 1,1 with OSX 10.5.8&lt;br /&gt;
2x Dual-Core Intel Xeon, 3 GHz &lt;br /&gt;
6 GB RAM, 2GB-ish assigned to WindowsXP (Boot Camp partition)&lt;br /&gt;
NVidia 8800 GT 512MB, 191.07 windows driver ( &lt;a class="jive-link-external" href="http://www.nvidia.com/object/winxp_191.07_whql.html"&gt;http://www.nvidia.com/object/winxp_191.07_whql.html&lt;/a&gt; )&lt;br /&gt;
&lt;br /&gt;
I have VMWare Fusion 3.0.0 (30-day trial) set up to run Windows XP off of a Boot Camp partition.  While booted directly into windows, I am able to run the game Borderlands with no problems.  When I try and run the game under Fusion, I get graphical glitches that pretty much render the game unplayable (see attached shadows.png).&lt;br /&gt;
&lt;br /&gt;
The graphical issues get worse if I turn dynamic shadows on (see attached dynamic.png).  While I haven't tried an exhaustive set of combinations, changing each of the graphical settings individually did not seem to change the problem (with the exception that Dynamic Shadows = On spread the problem quite a bit - all shadows were jet black, and sometimes rendered in the foreground, and Ambient Occlusion = on made almost everything render as if lit at half intensity; very dark). &lt;br /&gt;
&lt;br /&gt;
There are also minor graphical seams in some of the menus.  See 'dynamic.png' - there is a small line after the word "Exit" in the menu; that line tracks with the mouse cursor.  Similar artifacts appear in other menus, some in fixed locations, some tracking with the mouse.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?  Thanks!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">mac</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">boot_camp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">games</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">borderlands</category>
      <pubDate>Sat, 31 Oct 2009 09:27:03 GMT</pubDate>
      <author>wickedgrey</author>
      <guid>http://communities.vmware.com/thread/239936</guid>
      <dc:date>2009-10-31T09:27:03Z</dc:date>
      <clearspace:dateToText>3 days, 7 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>AppleScript 'keystroke' in VMWare Fusion</title>
      <link>http://communities.vmware.com/thread/189748</link>
      <description>Hello...&lt;br /&gt;
&lt;br /&gt;
Am trying to adapt an old workflow that used to involve using AppleScript to 'type' commands in Windows XP applications running in VirtualPC to use VMWare Fusion instead.&lt;br /&gt;
&lt;br /&gt;
I used to use the AppleScript 'keystroke' command to do the typing - eg: keystroke 'red 100 green'.&lt;br /&gt;
&lt;br /&gt;
This worked fine in VirtualPC&lt;br /&gt;
&lt;br /&gt;
In Fusion, any numbers get stripped out, so what ends up appearing in the WIndows application is 'red  green'. Which is wrong.&lt;br /&gt;
&lt;br /&gt;
Anyone else encountered this and/or have any suggestions or workarounds?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Rob.</description>
      <pubDate>Mon, 19 Jan 2009 21:49:56 GMT</pubDate>
      <author>RobHalliday</author>
      <guid>http://communities.vmware.com/thread/189748</guid>
      <dc:date>2009-01-19T21:49:56Z</dc:date>
      <clearspace:dateToText>3 days, 7 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Help with Registration</title>
      <link>http://communities.vmware.com/thread/243226</link>
      <description>I am aware that this is a technology forum, but I have experienced no success when trying to contact VMWare about my registration problem.&lt;br /&gt;
&lt;br /&gt;
On the 2nd day that Fusion 3 was available, I purchased the upgrade package to upgrade my Fusion 2.06.  Everything went well, and I have been running Fusion 3 since.&lt;br /&gt;
&lt;br /&gt;
However, I now get a small notice in a small window each time I launch Fusion 3.  The note in this window states that I have 7 days on this "30 day trial" version.  So, I click on "REGISTER" under the "VMWare Fusion" menu and enter my product key.&lt;br /&gt;
&lt;br /&gt;
Think this would fix the problem.  No.  I still get the nagging window that I have only 7 days remaining.&lt;br /&gt;
&lt;br /&gt;
I sent an email to VMWare Support but have received no reply.  &lt;br /&gt;
&lt;br /&gt;
Can someone please tell me what I am doing wrong ?&lt;br /&gt;
&lt;br /&gt;
Thanks, L</description>
      <pubDate>Thu, 19 Nov 2009 02:57:48 GMT</pubDate>
      <author>lugesm2</author>
      <guid>http://communities.vmware.com/thread/243226</guid>
      <dc:date>2009-11-19T02:57:48Z</dc:date>
      <clearspace:dateToText>3 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 3 - Error printing to Adobe PDF 8.0 (Distiller) on Mac host</title>
      <link>http://communities.vmware.com/thread/242541</link>
      <description>Windows 7 VM on MacBook Pro4,1, 4GB RAM, Mac OS X 10.6.1 ...&lt;br /&gt;
&lt;br /&gt;
Attempts to print from Windows to Acrobat 8 (distiller) as a network printer on the Mac fail with the error message (in the print queue), "Error: /usr/libexec/cups/filter/thnucups failed". On the other hand, printing to a physical printer (lj1220) connected via time capsule works.&lt;br /&gt;
&lt;br /&gt;
Can anyone offer a solution?</description>
      <pubDate>Sun, 15 Nov 2009 15:28:32 GMT</pubDate>
      <author>cbonsall</author>
      <guid>http://communities.vmware.com/thread/242541</guid>
      <dc:date>2009-11-15T15:28:32Z</dc:date>
      <clearspace:dateToText>3 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Use bluetooth device in a n XP vm</title>
      <link>http://communities.vmware.com/thread/243270</link>
      <description>&lt;br /&gt;
HI,&lt;br /&gt;
&lt;p /&gt;
I'm running XP in a Fusion 3 virtual machine (no Boot camp) on Mac OS X 10.6.2.&lt;br /&gt;
&lt;p /&gt;
I tried to setup bluetooth on my VM but something obviously went wrong. &lt;br /&gt;
I used the "Connect Apple Bluetooth USB Host Controller" option and &lt;br /&gt;
that kicked a windows process to start I noticed, but in windows I still &lt;br /&gt;
can't  see I have a bluetooth adapter at all. How can I make Windows &lt;br /&gt;
realize I have a bluetooth adapter on the host Mac?&lt;br /&gt;
&lt;br /&gt;
Secondly, If I now  try to connect the Apple Bluetooth adapter I get the message: "The "Apple Bluetooth USB Host &lt;br /&gt;
Controller" device requires that you install Apple's Boot Camp driver disc in the virtual machine."&lt;br /&gt;
How is this done? If I mount the Leopard install DVD in the vm windows opens aInstall Assistant window with the options to either remote install Mac OS X on a MacBook Air or DVD/CD sharing.</description>
      <pubDate>Thu, 19 Nov 2009 11:22:37 GMT</pubDate>
      <author>manslang</author>
      <guid>http://communities.vmware.com/thread/243270</guid>
      <dc:date>2009-11-19T11:22:37Z</dc:date>
      <clearspace:dateToText>3 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Annoying screen "twitch" since upgrading to Snow Leopard</title>
      <link>http://communities.vmware.com/thread/243358</link>
      <description>&lt;br /&gt;
I've been running Fusion 3 on my MBP since it was in beta, with good results. Last week I upgraded from 10.5 to 10.6.2, and ever since I've been seeing an annoying screen "twich." As best as I can describe it, periodically (perhaps every 2 minutes or so) the screen flickers extremely fast... it's as if it is going full blank, then back on in nearly an instant, withe the perceived result being a VERY annoying "twitch."&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Since I've never seen anything like this before and it only started after upgrading to Snow Leopard, I have to assume there is some negative interaction with 10.6 and Fusion3 that doesn't exist in 10.5.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Is anyone else seeing this? &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:59:46 GMT</pubDate>
      <author>pufferdude</author>
      <guid>http://communities.vmware.com/thread/243358</guid>
      <dc:date>2009-11-19T18:59:46Z</dc:date>
      <clearspace:dateToText>3 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>McAfee</title>
      <link>http://communities.vmware.com/thread/243264</link>
      <description>Hi,&lt;br /&gt;
    every time I start up my Virtual Machine I keep getting this message about McAfee, well I don't have McAfee on my machine, so is there any reason why I keep getting this message ?&lt;br /&gt;
&lt;br /&gt;
I do have VirusBarrier 5x by Intego ....&lt;br /&gt;
&lt;br /&gt;
Steve</description>
      <pubDate>Thu, 19 Nov 2009 10:27:06 GMT</pubDate>
      <author>klaatu13</author>
      <guid>http://communities.vmware.com/thread/243264</guid>
      <dc:date>2009-11-19T10:27:06Z</dc:date>
      <clearspace:dateToText>3 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Aero Lag</title>
      <link>http://communities.vmware.com/thread/243023</link>
      <description>I seem to run fine on VM fusion 3 as long as Aero is off, with Aero on it is very laggy, known issue? running on 27 inch Imac with I7 quad core and 8GB of ram, 2 processors assigned to VMWare and 4GB of ram</description>
      <pubDate>Wed, 18 Nov 2009 07:59:45 GMT</pubDate>
      <author>AbstractLS</author>
      <guid>http://communities.vmware.com/thread/243023</guid>
      <dc:date>2009-11-18T07:59:45Z</dc:date>
      <clearspace:dateToText>3 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Fusion 3.0 is just fine for me, EXCEPT...</title>
      <link>http://communities.vmware.com/thread/243185</link>
      <description>Vista startups are WAY TOO SLOW!  &lt;br /&gt;
&lt;br /&gt;
However XP startups are even more faster with 3.0.  &lt;br /&gt;
&lt;br /&gt;
Does anybody know why this is?  &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Get the latest and the best Assistive Technology: &lt;a class="jive-link-external" href="http://madentec.com/"&gt;http://madentec.com/&lt;/a&gt;</description>
      <pubDate>Thu, 19 Nov 2009 01:48:08 GMT</pubDate>
      <author>SteveHarper</author>
      <guid>http://communities.vmware.com/thread/243185</guid>
      <dc:date>2009-11-19T01:48:08Z</dc:date>
      <clearspace:dateToText>3 days, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>How can I rename my .vmwarevm file?</title>
      <link>http://communities.vmware.com/thread/243201</link>
      <description>When I installed Windows 7 Pro 32 Bit upgrade, I did it by upgrading an existing Windows XP Home VM.  Unfortunately, my "Windows XP Home Edition.vmwarevm" file did not rename itself to reflect that it is a Windows 7 VM.  Does anyone know how to rename this file?  I tried renaming it in finder, but then VMWare wouldn't recognize it.</description>
      <pubDate>Thu, 19 Nov 2009 00:30:20 GMT</pubDate>
      <author>StuPidasl</author>
      <guid>http://communities.vmware.com/thread/243201</guid>
      <dc:date>2009-11-19T00:30:20Z</dc:date>
      <clearspace:dateToText>3 days, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Black Screen problems</title>
      <link>http://communities.vmware.com/thread/243334</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I have been watching this forum for over a month, and tried many suggestions, but the problem persists.  &lt;br /&gt;
&lt;br /&gt;
(Many months ago I tried 2.0.5, and it did work then, but I did not have time to learn VM try so I let it sit until now)&lt;br /&gt;
&lt;br /&gt;
MBP, 10.6.2, Fusion 2.0.6 (bought and tried 3.0 but backed it out), XP SP3, 120gb.&lt;br /&gt;
&lt;br /&gt;
XP SP3 boots to a black screen.  Can guess where to find the user login button to click, and it continues to login, but still not display.&lt;br /&gt;
&lt;br /&gt;
I see many entries for 'black screen' but, other than trying the Power off option, I do not see any other recommendations.  Maybe I just do not understand what people are saying.&lt;br /&gt;
&lt;br /&gt;
I am using Boot Camp and an trying use it in VM. &lt;br /&gt;
&lt;br /&gt;
I really want to open in vm so I can get a backup I trust, and start using the mac again.&lt;br /&gt;
&lt;br /&gt;
Any help would be appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">boot_camp</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">black</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">screen</category>
      <pubDate>Thu, 19 Nov 2009 17:15:29 GMT</pubDate>
      <author>jdschwam</author>
      <guid>http://communities.vmware.com/thread/243334</guid>
      <dc:date>2009-11-19T17:15:29Z</dc:date>
      <clearspace:dateToText>3 days, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Vista screen resolution won't "stick" after Fusion 3 upgrade</title>
      <link>http://communities.vmware.com/thread/239071</link>
      <description>My Vista Business SP-2 VM was working fine in Fusion 2.x. After installing Fusion 3 and upgrading the VMware Tools in the VM, Vista no longer remembers the video settings. I typically run the VM's at 1152 x 733 screen resolution since that works well in the 1280 x 800 mode of my Macbook when it's not hooked up to the external monitor. My XP Pro SP-3 VM remembers the screen setting as before, but Vista opens to a much smaller window each time it boots (854 x 480). I also have trouble resizing the window by using the lower left hand corner of the VM window. Previously, I could pretty much drag the window to any size, but after the upgrade, the window resizes in discrete "chunks" and doesn't allow the fine tuning I was able to get before, making it very hard to get precisely 1152 x 733.&lt;br /&gt;
&lt;br /&gt;
First, is anyone else seeing this type of behavior? Is there a fix?&lt;br /&gt;
&lt;br /&gt;
Second, is there a way to manually set the VM screen size? By editing a settings file or something?</description>
      <pubDate>Wed, 28 Oct 2009 02:31:50 GMT</pubDate>
      <author>kastorff</author>
      <guid>http://communities.vmware.com/thread/239071</guid>
      <dc:date>2009-10-28T02:31:50Z</dc:date>
      <clearspace:dateToText>3 days, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>15</clearspace:messageCount>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>Converting from virtual to preallocated disk</title>
      <link>http://communities.vmware.com/thread/243207</link>
      <description>I've seen a couple threads here about converting a fixed disk to growable (virtual) disk in Fusion.  What I've found is that virtual disks SUCK for performance.  I have a new model Macbook Pro 15, which is running Fusion for Mac r3.  I have a bootcamp partition accessible in Fusion running Win XP Pro... which runs OK under Fusion.  When I import that VM into Fusion as a virtual disk, the performance is worse than mediocre.  Since the only difference is the hard disk (same software, same apps, same memory and CPU allocation), I'd like to convert the virtual disk to a preallocated dsik.  Does anyone know some way to do this?  Thanks,</description>
      <pubDate>Thu, 19 Nov 2009 03:37:21 GMT</pubDate>
      <author>Pokytrokyt</author>
      <guid>http://communities.vmware.com/thread/243207</guid>
      <dc:date>2009-11-19T03:37:21Z</dc:date>
      <clearspace:dateToText>3 days, 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Solidworks graphical bugs in Fusion 3, which didn't appear in Fusion 2</title>
      <link>http://communities.vmware.com/thread/240044</link>
      <description>Hello!&lt;br /&gt;
&lt;br /&gt;
I just installed the trial of Fusion 3, and I'm very disappointed to find the following new graphical glitches, which didn't appear in Fusion 2:&lt;br /&gt;
&lt;br /&gt;
If you open a sketch in Solidworks 2009 SP 3.0, nearly all of the sketch lines are invisible, including ones you try to create.&lt;br /&gt;
&lt;br /&gt;
Now, I'm pretty sure this is due to the new DirectX 9 3D support in Fusion 3, but Solidworks is an OpenGL application.&lt;br /&gt;
&lt;br /&gt;
Oddly enough, though, disabling the 3D acceleration inside of Solidworks is greyed out. And disabling the 3D acceleration in Fusion 3 kinda defeats the purpose of having it, it seems.&lt;br /&gt;
&lt;br /&gt;
Anyone know where I can file an official bug report about this?&lt;br /&gt;
&lt;br /&gt;
And step two, I guess is, how do I downgrade to Fusion 2 again?&lt;br /&gt;
&lt;br /&gt;
Thank you!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">fusion3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">glitch</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">bug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">opengl</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">3d</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">directx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">solidworks</category>
      <pubDate>Sun, 01 Nov 2009 19:44:17 GMT</pubDate>
      <author>eobet</author>
      <guid>http://communities.vmware.com/thread/240044</guid>
      <dc:date>2009-11-01T19:44:17Z</dc:date>
      <clearspace:dateToText>3 days, 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>[Bug] Red Hat Enterprise Linux 5.2 hangs at starting udev</title>
      <link>http://communities.vmware.com/thread/208106</link>
      <description>&lt;u&gt;&lt;b&gt;Bug:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
RHEL 5.2 guest freezes at "starting udev".  This started occurring after I switched to 2 virtual CPUs.  The problem is not consistent.  Before I put my host to sleep and then reboot this morning, I was able to successfully run the REHEL guest and see the two CPUs running. I suspect it may have something to do with my second USB Ethernet adapter getting a different USB id assigned. &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Another possibility is something to do with the VMWare Tools.  When I was booting into the hang-up this morning, it was informing me that I need to install VM Tools even though they were already installed.  I went back to 1 CPU, and all was normal again. &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;This seems to be a Fusion issue - under VMware workstation 6.5.2, I have never seen it hang with 2 CPUs in the RHEL guest VM.  However, when using Workstation, both ethernet adapters were not removable; they were both PCI cards in a Xeon machine.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;b&gt;System:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
VMware Fusion: 2.0.4&lt;br /&gt;
Host: MacBook Pro 15" OS X 10.5.6, 2.4GHz Core2 Duo, 4GBRAM&lt;br /&gt;
Two Nics: Trendnet USBTU-ET1000C with open source Pegasus drivers, and built-in adapter&lt;br /&gt;
Guest: RHEL 5.2 with 2 network adapters bridged to my two physical adapters on host.&lt;br /&gt;
&lt;p /&gt;
&lt;br&gt;&lt;u&gt;&lt;b&gt;VMware Bug Tracking Rant:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
I am disturbed that Vmware users are prevented from reporting bugs unless they have a current  paid support contract. Reporting bugs on a community forum will certainly prevent additional clues from ever reaching the official bug tracking system; clues that can help developers identify a pattern to help isolate where the problem is and where it is not and where to focus their efforts.&lt;br /&gt;
&lt;br /&gt;
As a software developer, I would have been willing to &lt;b&gt;reward my customers&lt;/b&gt; for each bug found to help improve my application.  I do not understand why any software company would make it difficult to report bugs.  As a long time customer and evangelist of VMware products,  my perception of VMware as a company has been lowered.&lt;br /&gt;
&lt;br /&gt;
Any tips on a work-around for two cpu operation are appreciated,&lt;br /&gt;
&lt;br /&gt;
-Ed</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">starting</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">udev</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">red</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">hat</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">cpus</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">bug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">freezes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">hangs</category>
      <pubDate>Sun, 03 May 2009 16:58:38 GMT</pubDate>
      <author>EdOfTheMountain</author>
      <guid>http://communities.vmware.com/thread/208106</guid>
      <dc:date>2009-05-03T16:58:38Z</dc:date>
      <clearspace:dateToText>3 days, 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>IrDA USB device only works when booting Snow Leopard in 32-bit kernel mode</title>
      <link>http://communities.vmware.com/thread/243252</link>
      <description>&lt;br /&gt;
I have software for the Polar heartrate watch running on Windows XP under VMWare Fusion. The software uses the Polar IrDA USB 2.0 device to communcate with the watch. It worked untill I upgraded VMWare Fusion to 3.0, then it stopped working.&lt;br /&gt;
&lt;p /&gt;
Now I have found out  that it is not VMWare Fusion causing the problem, but the fact that I also switched MacOS X Leopard to run with 64-bit kernel extensions. When I reboot in 32-bit mode (press the 2+3 keys during boot) the device works again from WinXP under VMWare Fusion 3.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 10:05:37 GMT</pubDate>
      <author>pdevaal</author>
      <guid>http://communities.vmware.com/thread/243252</guid>
      <dc:date>2009-11-19T10:05:37Z</dc:date>
      <clearspace:dateToText>3 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Fusion 3 - Windows XP window opens behind Mac window</title>
      <link>http://communities.vmware.com/thread/243011</link>
      <description>Upgraded to version 3 and I have my key applications in the dock.  Now when I start them they are coming up behind currently-open Mac application windows rather than on top (in Windows parlance this is called the Z order - don't know if it is the same in Mac Language) which was how they worked in version 2.&lt;br /&gt;
&lt;br /&gt;
Is this a known 'feature' or is there a setting I should change?&lt;br /&gt;
&lt;br /&gt;
TIA</description>
      <pubDate>Wed, 18 Nov 2009 06:56:49 GMT</pubDate>
      <author>davidanson</author>
      <guid>http://communities.vmware.com/thread/243011</guid>
      <dc:date>2009-11-18T06:56:49Z</dc:date>
      <clearspace:dateToText>3 days, 20 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>upgrade to W7 and vmware fusion 3.0  - can no longer access \\vmware-host</title>
      <link>http://communities.vmware.com/thread/241074</link>
      <description>I was running OS 10.6.1, Vista and Fusion 2.0.6, and had \\vmware-host\z: as a mapped network drive visible (which was the same location as the 'vmware shared folder' icon provided by Fusion on my windows desktop)&lt;br /&gt;
&lt;br /&gt;
after upgrading to Fusion 3.0 and W7, the 'vmware shared folder' desktop icon still works fine...BUT the mapped drive is no longer accessible ("vmware-host is not accessible") ... this is causing major issues, since many of my windows apps were set up to use the shared Documents folder (quicken, turbotax, etc).&lt;br /&gt;
&lt;br /&gt;
I tried the suggestion to uninstall/re-install vmware tools, but I get an error message during the uninstall that the vmware-host drive is no longer available!! ("error 1606: could not access network location \\vmaware-host\shared folders\documents")&lt;br /&gt;
&lt;br /&gt;
I tried a fresh install of Fusion 3.0, followed by a fresh install of Vista (everything was working fine to this point), and then installed the upgrade to W7, and the same problem re-appeared.&lt;br /&gt;
&lt;br /&gt;
I also tried both NAT and Bridged modes for the vmware network adapter with no affect.&lt;br /&gt;
&lt;br /&gt;
It's interesting that I can still dbl click the "vmware shared folder' desktop icon and go to the shared folder... and then in the left hand window pane under 'network' the "vmware-host" is listed but if I click on it I get the "vmware-host is not accessible" error message...!!&lt;br /&gt;
&lt;br /&gt;
please help!</description>
      <category domain="http://communities.vmware.com/tags?communityID=2348">vmware_fusion</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">3.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">w7</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">networking</category>
      <category domain="http://communities.vmware.com/tags?communityID=2348">shared_folders</category>
      <pubDate>Fri, 06 Nov 2009 06:31:15 GMT</pubDate>
      <author>jgw7</author>
      <guid>http://communities.vmware.com/thread/241074</guid>
      <dc:date>2009-11-06T06:31:15Z</dc:date>
      <clearspace:dateToText>3 days, 21 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
  </channel>
</rss>

