Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vmware mouse problem [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
freifunk_connewitz
Apprentice
Apprentice


Joined: 08 Feb 2006
Posts: 231

PostPosted: Tue Nov 23, 2010 2:03 pm    Post subject: vmware mouse problem [SOLVED] Reply with quote

hi there,
I'm posting this after an hour of desperate search in the forums and the web. vmware player on linux has a problem with the mouse pointer: if I click somewhere in the windows guest, the cursor jumps somewhere else, you are never able to click any button. IIRC the bug went back to a qt or gtk problem. there was a fix for this by changing the default gui of vmware player to something like "original" or "natural", cant quite remember...
unfortunately there was an update to vmware and I only flew over the config file changes and accepted to use the new one, so the fix is gone :(( - can anybody help me by pointing me to the fix for this problem again? I really was digging through the web and did not find anything related, neither any syntax documentation of the vmware config files.
thank you


Last edited by freifunk_connewitz on Wed Nov 24, 2010 12:21 am; edited 1 time in total
Back to top
View user's profile Send private message
virtguru
Tux's lil' helper
Tux's lil' helper


Joined: 14 Aug 2010
Posts: 148
Location: The Greatest Country in the World

PostPosted: Tue Nov 23, 2010 2:24 pm    Post subject: Reply with quote

you have actual vmware tools installed for your guest ? how about x11-drivers/xf86-input-vmmouse ? I believe the fix you were looking for was in /etc/profile to clean up the gtk installation .
export VMWARE_USE_SHIPPED_GTK=yes
Back to top
View user's profile Send private message
freifunk_connewitz
Apprentice
Apprentice


Joined: 08 Feb 2006
Posts: 231

PostPosted: Wed Nov 24, 2010 12:20 am    Post subject: Reply with quote

tr0ll wrote:
you have actual vmware tools installed for your guest ?

no, there's no ebuild and to me it didnt seem worth all the work of the iso-extract-procedure.
Quote:
how about x11-drivers/xf86-input-vmmouse ?

read that, havent tried it since until recently I had no xorg.conf anymore (you know, the hal hell)
Quote:
I believe the fix you were looking for was in /etc/profile to clean up the gtk installation .
export VMWARE_USE_SHIPPED_GTK=yes

Yes! that was it! thank you!
Back to top
View user's profile Send private message
njcwotx
Guru
Guru


Joined: 25 Feb 2005
Posts: 587
Location: Texas

PostPosted: Mon Jan 13, 2014 10:20 pm    Post subject: Reply with quote

I installed VMware Tools on an Gentoo Guest in an ESXi 5.1 host, kernel 3.10.17, xorg-11 78.4-r2, KDE 4.11.2.

Installed vmmouse drivers and still had a flaky mouse
examined Xorg.conf and found that 'hotplug' was enabled and it ignored vmmouse lines in xorg.conf.

Added this to xorg.conf and issue was resolved:
Code:

Section "ServerFlags"
     Option "AutoAddDevices" "false"
EndSection


I already had the device driver lines in xorg, but I would think you should have the correct drivers at the ready as well.
_________________
Drinking from the fountain of knowldege.
Sometimes sipping.
Sometimes gulping.
Always thirsting.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum