VPC to VMWare Mouse Problems

Thanks to Virtual PC's inability to utilize USB (insert the 'Old Bit' siren sound) and my need for USB support in my virtual machines, I'm in the process of moving some VPC images to VMWare Workstation 6. Recently, I've converted an existing Virtual PC based XP image to VMWare using the the VMWare 3.0.2 converter with no issues. No issues that is until it was time to install the VMWare tools on my recently converted XP machine. The install went fine, but after the required virtual machine reboot, I found that my mouse pointer was more or less stuck in the bottom right corner of the guest's screen. The mouse pointer itself moved around freely, but any clicks hit a target off screen. Not a very useful "enhancement".

Well, it turns out that this may be an issue between the Virtual PC Additions that were already installed on the VPC based image and the VMWare Tools. Specifically, the mouse driver. After some trial and error, I've found two workarounds to this:

  1. Remove Virtual PC Additions from the virtual before conversion to VMWare.
  2. Install VMWare Tools on the converted virtual without the VMWare Mouse driver. This means that you should install the VMWare Tools while logged into the existing virtual rather than silently via the VMWare menu.

CustomInstall

This article is part of the GWB Archives. Original Author: Greg Zarkis

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.