VMware Communities
cal2
Contributor
Contributor
Jump to solution

Mouse wheel scrolling - skips initial clicks

When using an Ubuntu guest, I've noticed that scrolling from my mouse (Logitech MX Master 3) skips. It seems to take at least two scrolls until whichever app starts to scroll properly (albeit slowly). Doesn't happen on the Windows host, and doesn't happen on another Ubuntu PC with the same mouse. Appears to happen with other mice as well (Kensington Expert Wireless, to be specific).

Version of Workstation Pro: 16.2.2 build-19200509, Windows host is Version 1909 OS Build 18363.1977

Things I've tried so far:
Turning off Smooth scrolling via Logi Options+ Workstation 14 - no Logitech mouse wheel in guest - VMware Technology Network VMTN
Best solution from Solved: Mouse wheel scrolling skips clicks - VMware Technology Network VMTN
Running VMware Workstation as admin Problem: no mouse scroll wheel support - VMware Technology Network VMTN

No difference with any solution

Labels (2)
0 Kudos
1 Solution

Accepted Solutions
deamon999
Contributor
Contributor
Jump to solution

sudo apt install imwheel

#you can either run now "imwheel" in terminal and see that its working and mouse scrolls are not skipping. Or, you can add also imwheel command to startup, so that it works everytime when you launch the OS:

mkdir ~/.config/autostart

cd ~/.config/autostart

touch imwheel.desktop && nano imwheel.desktop

#paste the following inside as given

[Desktop Entry]

Type=Application

Exec=/usr/bin/imwheel (your application path)

Hidden=false

X-GNOME-Autostart-enabled=true

Name[en_US]=imwheel

Name=imwheel

# Save it CTRL+S and quit CTRL+X

 

View solution in original post

5 Replies
fabio1975
Commander
Commander
Jump to solution

Ciao 

you tried to change this VMware Workstation setting in some situations where the mouse was having trouble activating or scrolling the change helped me:

fabio1975_0-1642780630143.png

fabio1975_1-1642780638543.png

 

By default, it is automatic try to put it in Never

Fabio

Visit vmvirtual.blog
If you're satisfied give me a kudos

Tags (1)
0 Kudos
cal2
Contributor
Contributor
Jump to solution

Hey fabio1975 thanks for taking a look. No luck with that though, on or off.

0 Kudos
deamon999
Contributor
Contributor
Jump to solution

sudo apt install imwheel

#you can either run now "imwheel" in terminal and see that its working and mouse scrolls are not skipping. Or, you can add also imwheel command to startup, so that it works everytime when you launch the OS:

mkdir ~/.config/autostart

cd ~/.config/autostart

touch imwheel.desktop && nano imwheel.desktop

#paste the following inside as given

[Desktop Entry]

Type=Application

Exec=/usr/bin/imwheel (your application path)

Hidden=false

X-GNOME-Autostart-enabled=true

Name[en_US]=imwheel

Name=imwheel

# Save it CTRL+S and quit CTRL+X

 

cal2
Contributor
Contributor
Jump to solution

Worked like a charm, thanks!

Btw, I followed these directions to configure imwheel as a user service.

0 Kudos
cal2
Contributor
Contributor
Jump to solution

Worth noting, but if you've enabled back/forward buttons, make sure to follow these directions so that they're not captured by imwheel and dropped.

0 Kudos