Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Desktop Environments
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Desktop Environments
Support for your Ubuntu desktop. Including Gnome, KDE and XFCE.

 
Thread Tools Display Modes
Old October 4th, 2006   #1
domino
Way Too Much Ubuntu
 
domino's Avatar
 
Join Date: Oct 2005
Location: Southeast Asia
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
vmware tools in 6.10 Edgy Eft vmware guest

Has anyone successfully installed vmware tools under Edgy? I didn't have a problem installing it. Just that I don't get mouse scroll and the guess OS doesn't release the mouse when I move to the host desktop.

I really don't know if this belong here or the development forum, so sorry if this thread doesn't belong here.
domino is offline   Reply With Quote
Old October 8th, 2006   #2
zaroff
First Cup of Ubuntu
 
Join Date: Jun 2006
Location: Louisville, KY
Beans: 11
Re: vmware tools in 6.10 Edgy Eft vmware guest

I had the same problem with the mouse but I figured it out. To get VMware Tools working in an Edgy virtual machine, here's what I did. I followed this guide through step 5: http://asargent.com/blog/archives/35

The vmware-config-tools.pl script dies prematurely with an error about the version of Xorg, so I had to manually install the mouse driver. To get the mouse driver installed, I did:

sudo cp /usr/lib/vmware-tools/configurator/XOrg/6.8.x/vmmouse_drv.o /usr/lib/xorg/modules/input
sudo chmod 644 /usr/lib/xorg/modules/input/vmmouse_drv.o

Then I did step 6 from the above guide to change the mouse driver in xorg.conf. Finally, vmware-config-tools.pl renamed /usr/bin/X to /usr/bin/X.BeforeVMwareToolsInstall so I had to rename it back:

sudo mv /usr/bin/X.BeforeVMwareToolsInstall /usr/bin/X

After this, I rebooted and everything was working. Hope this helps.

Last edited by zaroff; October 9th, 2006 at 04:29 PM..
zaroff is offline   Reply With Quote
Old October 9th, 2006   #3
domino
Way Too Much Ubuntu
 
domino's Avatar
 
Join Date: Oct 2005
Location: Southeast Asia
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
Re: vmware tools in 6.10 Edgy Eft vmware guest

Hi zaroff,

For some reason the patch seems to fails on step 5. 'Guess i'll keep trying and hopefully get the mouse running correctly.

thanks!

Code:
admin@linux:/usr/bin$ sudo patch vmware-config-tools.pl /tmp/patch.txt
patching file vmware-config-tools.pl
Reversed (or previously applied) patch detected!  Assume -R? [n] y
Hunk #1 succeeded at 589 (offset 2 lines).
Hunk #2 FAILED at 3876.
Hunk #3 FAILED at 4031.
Hunk #4 FAILED at 4077.
Hunk #5 FAILED at 4936.
4 out of 5 hunks FAILED -- saving rejects to file vmware-config-tools.pl.rej
domino is offline   Reply With Quote
Old October 9th, 2006   #4
domino
Way Too Much Ubuntu
 
domino's Avatar
 
Join Date: Oct 2005
Location: Southeast Asia
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
Re: vmware tools in 6.10 Edgy Eft vmware guest

Good news! it turns out after installing with vmware-tools-any-update2, all i had to do was install the mouse driver via your instructions:

Code:
sudo cp /usr/lib/vmware-tools/configurator/XOrg/6.8.x/vmmouse_drv.o /usr/lib/xorg/modules/input

sudo chmod 644 /usr/lib/xorg/modules/input/vmmouse_drv.o
PS. There is a minor correction to your how-to

Quote:
Originally Posted by zaroff View Post
To get the mouse driver installed, I did:

sudo cp /usr/lib/vmware-tools/configurator/XOrg/6.8.x vmmouse_drv.o /usr/lib/xorg/modules/input
it should be: sudo cp /usr/lib/vmware-tools/configurator/XOrg/6.8.x/vmmouse_drv.o /usr/lib/xorg/modules/input

Thanks for the heads up
domino is offline   Reply With Quote
Old October 9th, 2006   #5
zaroff
First Cup of Ubuntu
 
Join Date: Jun 2006
Location: Louisville, KY
Beans: 11
Re: vmware tools in 6.10 Edgy Eft vmware guest

Quote:
Originally Posted by domino View Post

PS. There is a minor correction to your how-to



it should be: sudo cp /usr/lib/vmware-tools/configurator/XOrg/6.8.x/vmmouse_drv.o /usr/lib/xorg/modules/input
Thanks, domino. I've corrected it. Glad to be of help.
zaroff is offline   Reply With Quote
Old November 6th, 2006   #6
saracen
Way Too Much Ubuntu
 
Join Date: Mar 2006
Location: Montreal, Canada
Beans: 245
Hardy Heron (Ubuntu Development)
Re: vmware tools in 6.10 Edgy Eft vmware guest

I tried the howto and it's failing on Hunks 2-5 just like domino. What's the solution?
saracen is offline   Reply With Quote
Old November 6th, 2006   #7
domino
Way Too Much Ubuntu
 
domino's Avatar
 
Join Date: Oct 2005
Location: Southeast Asia
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
Re: vmware tools in 6.10 Edgy Eft vmware guest

Try not patching anyting saracen. I failed to patch it also, but the steps I used on Post #4 solved my problem.
domino is offline   Reply With Quote
Old November 6th, 2006   #8
saracen
Way Too Much Ubuntu
 
Join Date: Mar 2006
Location: Montreal, Canada
Beans: 245
Hardy Heron (Ubuntu Development)
Re: vmware tools in 6.10 Edgy Eft vmware guest

The mouse is working, scroll and everything. But X is really jittery. Moving windows and minimization is quite slow. Is this normal behavior with Ubuntu as a guest OS under vmware? It's my first time running Ubuntu in vmware (normally do normal install) so I have nothing to benchmark against.
saracen is offline   Reply With Quote
Old November 6th, 2006   #9
domino
Way Too Much Ubuntu
 
domino's Avatar
 
Join Date: Oct 2005
Location: Southeast Asia
My beans are hidden!
Ubuntu 7.04 Feisty Fawn
Re: vmware tools in 6.10 Edgy Eft vmware guest

Assuming that vmware tools and drivers are installed correctly, it should be slightly jittery. it all depends on your processor speed and memory dedicated to your guest OS. The best way to benchmark is to install vmware workstation on a windows machine. vmware works optimal in windows. I personally don't feel any difference using edgy guest on a linux and windows host.
domino is offline   Reply With Quote
Old December 7th, 2006   #10
Techno.Scavenger
First Cup of Ubuntu
 
Techno.Scavenger's Avatar
 
Join Date: Dec 2006
Beans: 12
Re: vmware tools in 6.10 Edgy Eft vmware guest

I think it is indeed quite slow. I am running Gentoo in VMWare server using Windows XP Sp2 as a host and it is usable. But Ubuntu 6.10 on the same machine is just too slow. I think I installed vmware-tools correctly. But I will keep on looking maybe there are few tweaks that may boost the speed of Ubuntu under VMWare. I'm kinda tired compiling everything in Gentoo specially the really big programs like OpenOffice. OpenOffice took me 2 days to compile.
Techno.Scavenger is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:57 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry