If you’re running Visual Studio 2010 in a VMWare virtual machine, you may see some UI display issues and poor performance, especially in the text editor. This is a known issue with VMWare’s accelerated display device support, and the good news is that the problem is simple to fix. You can disable hardware acceleration by creating the registry value HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\DisableHWAcceleration as a DWORD and setting it to 1.
Note that this will disable hardware acceleration for all WPF applications, including VS 2010, but VMWare's hardware acceleration emulation will still be available to other applications. If you’re interested in more details, I’d encourage you to take a look at MSDN’s page about this and other graphics rendering registry settings.
Thanks!
-Sean Laberee
VS Platform Team