LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 07-03-2009, 06:32 AM   #1
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Rep: Reputation: 32
Unhappy VM-Ware / Mandriva: Mouse wheel not working right


Hi guys.

I have a setup as follows:

* Debian OS with VM-Ware.
* 2 VMs running WinXP and Mandriva

My problem is that in the Mandriva guest OS, the mouse scroll wheel is mis-behaving. Specifically, it scrolls down okay, but attempting to scroll up moves me instantly to the bottom of the page.

The mouse wheel works fine in the host Debian OS and in the WinXP guest OS.

Any clues why it would be doing that in Mandriva? Any suggestions how to fix it?

Many thanks in advance.



Spudley.

(Hope someone will be able to help me; it's getting quite frustrating, and google hasn't been much help)
 
Old 07-03-2009, 07:38 AM   #2
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Hi Spudley!

Is this happening only in web browsers? Maybe in specific web browser?
 
Old 07-03-2009, 07:48 AM   #3
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by alan_ri View Post
Hi Spudley!

Is this happening only in web browsers? Maybe in specific web browser?
Hi.

No, it's in all applications -- All KDE apps, and also Firefox, Gimp, OpenOffice....

Cheers,



Spudley.
 
Old 07-04-2009, 09:18 AM   #4
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Hi again!

What Mandriva release is it? Mouse specifics?

Please post the output of /etc/X11/xorg.conf.

Cheers!
 
Old 07-06-2009, 10:24 AM   #5
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by alan_ri View Post
Hi again!

What Mandriva release is it? Mouse specifics?

Please post the output of /etc/X11/xorg.conf.

Cheers!
Hi again.

I've been fiddling with my xorg.conf adding options suggested by various sites I've googled. Nothing has worked, mainly because most of the suggestions are aimed at getting scrolling working at all, whereas my problem is that it's part-working.

This is what the xorg.conf mouse settings looked like to begin with:
Code:
Section "InputDevice"
    Identifier "VMware Mouse"
    Driver "vmmouse"
    Option "Device" "/dev/input/mice"
EndSection
These are the lines I've tried adding in various combinations, following suggestions:
Code:
    Option "CorePointer"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "Buttons"	"5"
    Option "ZAxisMapping" "4 5"
EndSection
Unsurprisingly, none of these have fixed the problem.


Much googling has located someone else with an identical-sounding problem.
http://communities.vmware.com/thread/213873

However his fix hasn't helped.

His fix was to ensure that vmware-tools and the vmmouse driver were installed correctly; I'm fairly sure they are, and I've re-installed them anyway just to be sure, but without any effect.


Anyone got any other ideas?
 
Old 07-10-2009, 09:53 AM   #6
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Original Poster
Rep: Reputation: 32
No other suggestions?

I'm still stuck on this issue. :'(
 
Old 07-11-2009, 10:26 AM   #7
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Sorry Spud but I don't use VMware. I thought I might help because I thought that in a way it's a Mandriva thing,but this is I'd say VMware thing.

Anyway, I've been searching a little and they say that one solution is to not install VMware's mouse driver during installation or remove it and reboot.

Also, they say you could remove VMware tools and reboot,supposedly mouse should work then.

Here's how my entry looks in X11,maybe it will help you somehow;

Code:
Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
EndSection
 
Old 10-06-2009, 07:11 AM   #8
IAmFledge
LQ Newbie
 
Registered: Oct 2009
Location: London
Posts: 2

Rep: Reputation: 0
I had exactly the same problem and worked out a solution:

- Open a terminal as root/a superuser
- Run /usr/bin/vmware-config-tools.pl
- (I don't know if it's related, but when I ran it, it said I needed to recompile something for my kernel and I said yes)
- Once the script has completed, ensure that you have saved & closed down all other applications.
- Hit CTRL-ALT-Backspace to restart the X-Server.
- The mouse should now be working properly.

This worked for me anyways.
 
Old 10-06-2009, 07:16 AM   #9
IAmFledge
LQ Newbie
 
Registered: Oct 2009
Location: London
Posts: 2

Rep: Reputation: 0
Cool

This might also be useful:

Here are some of the entries in my xorg.conf file after I had run the vmware-config-tools.pl script:

Code:
Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice	"XWorkAround"
	InputDevice	"VMware Keyboard"	"CoreKeyboard"
	InputDevice "VMware Mouse"	"CorePointer"
EndSection

Section "InputDevice"
	Identifier  "VMware Mouse"
	Driver      "vmmouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ps/2"
	Option	    "Buttons" "5"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "XWorkAround"
	Driver      "void"
EndSection
 
  


Reply

Tags
mandriva, mouse, scroll, vmware, wheel



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No vertical scrolling with mouse wheel with Metisse in Mandriva 2007.1 TommyB Mandriva 0 07-27-2007 09:23 PM
PS2 wheel mouse/wheel not working jayhel Linux - Hardware 2 06-18-2006 06:54 PM
mouse wheel not working ramaswamyps Slackware 2 12-28-2005 09:35 AM
mouse wheel not working edu2 Linux - Newbie 9 09-28-2003 06:00 PM
Mouse wheel not working DaDdY SnEb Linux - General 8 11-10-2002 06:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration