Visual Studio 2010 Beta 2 editor performance fix running on a virtual machine

After I installed Visual Studio 2010 beta 2 (hot off the presses) in a VMWare virtual machine (you don't think I'd be crazy enough to install it on my real machine did you?) I noticed some serious performance problems with the text editor. It was very laggy - couldn't keep up with my typing - and had some visual glitchiness.

I've seen similar problems with WPF apps (including our own, running in VMs before) so I had a sneaking suspicion what a solution might be.  I tried my stock fix, and sure enough the editor became right snappy.

The fix (well known by some, I'm sure) is to disable hardware acceleration by creating the following DWORD registry value:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\DisableHWAcceleration

and setting it to 1, as described here. Restart Visual Studio (doesn't even require a reboot) and you should be good to go.

Happy coding!

 

 

12 Comments

Comments have been disabled for this content.