Troubleshooting VMware on Ubuntu
Posted
on Get blogged by JoKi
See other posts from Get blogged by JoKi
Published on Fri, 16 Apr 2010 05:24:10 +0000
Indexed on
2010/12/06
17:01 UTC
Read the original article
Hit count: 298
linux
Summary of different problems while using VMware products on Ubuntu. This article is going to be updated from time to time with new information about running VMware products more or less smoothly on Ubuntu.
Following are links to existing articles:
- Running VMware Player on Linux (xubuntu Hardy Heron)
- Running VMware Server on Linux (version 1.0.6 on xubuntu)
- Using ext4 in VMware machine
VMware mouse grab/ungrab problem
(Source: LinuxInsight)
Upgrading GTK library in Ubuntu since Karmic Koala gives you a strange mouse behaviour. Even if you have "Grab when cursor enters window" option set, VMware won't grab your pointer when you move mouse into the VMware window. Also, if you use Ctrl-G to capture the pointer, VMware window will release it as soon as you move mouse around a little bit. Quite annoying behavior...
Fortunately, there's a simple workaround that can fix things until VMware resolves incompatibilities with the new GTK library. VMware Workstation ships with many standard libraries including libgtk, so the only thing you need to do is to force it to use it's own versions. The simplest way to do that is to add the following line to the end of the /etc/vmware/bootstrap
configuration file and restart the Workstation.
export VMWARE_USE_SHIPPED_GTK="force"
The interface will look slightly odd, because older version of GTK is being used, but at least it will work properly.
Note: After upgrading a new Linux kernel, it is necessary to compile the VMware modules, this requires to temporarily comment the export line in /etc/vmware/bootstrap.
© Get blogged by JoKi or respective owner