LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices

Tags used in this thread
Popular LQ Tags , , , ,

Reply
 
Thread Tools
Old 07-03-2009, 07:32 AM   #1
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 295
Thanked: 3
Unhappy VM-Ware / Mandriva: Mouse wheel not working right


[Log in to get rid of this advertisement]
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)
Spudley is offline  
Tag This Post , , , ,
Reply With Quote
Old 07-03-2009, 08:38 AM   #2
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Rijeka, Croatia
Distribution: Debian, blackPanther
Posts: 1,432
Blog Entries: 2
Thanked: 85
Hi Spudley!

Is this happening only in web browsers? Maybe in specific web browser?
alan_ri is offline     Reply With Quote
Old 07-03-2009, 08:48 AM   #3
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 295
Thanked: 3

Original Poster
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.
Spudley is offline     Reply With Quote
Old 07-04-2009, 10:18 AM   #4
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Rijeka, Croatia
Distribution: Debian, blackPanther
Posts: 1,432
Blog Entries: 2
Thanked: 85
Hi again!

What Mandriva release is it? Mouse specifics?

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

Cheers!
alan_ri is offline     Reply With Quote
Old 07-06-2009, 11:24 AM   #5
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 295
Thanked: 3

Original Poster
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?
Spudley is offline     Reply With Quote
Old 07-10-2009, 10:53 AM   #6
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 295
Thanked: 3

Original Poster
No other suggestions?

I'm still stuck on this issue. :'(
Spudley is offline     Reply With Quote
Old 07-11-2009, 11:26 AM   #7
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Rijeka, Croatia
Distribution: Debian, blackPanther
Posts: 1,432
Blog Entries: 2
Thanked: 85
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
alan_ri is offline     Reply With Quote
Old 10-06-2009, 08:11 AM   #8
IAmFledge
LQ Newbie
 
Registered: Oct 2009
Location: London
Posts: 2
Thanked: 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.
windows_xp_2003 IAmFledge is offline     Reply With Quote
Old 10-06-2009, 08:16 AM   #9
IAmFledge
LQ Newbie
 
Registered: Oct 2009
Location: London
Posts: 2
Thanked: 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
windows_xp_2003 IAmFledge is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 10:23 PM
PS2 wheel mouse/wheel not working jayhel Linux - Hardware 2 06-18-2006 07:54 PM
mouse wheel not working ramaswamyps Slackware 2 12-28-2005 10:35 AM
mouse wheel not working edu2 Linux - Newbie 9 09-28-2003 07:00 PM
Mouse wheel not working DaDdY SnEb Linux - General 8 11-10-2002 07:29 PM


All times are GMT -5. The time now is 03:58 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration