Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Mouse too slow
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
lcsavb
n00b
n00b


Joined: 11 Jun 2020
Posts: 51
Location: Bayern / Deutschland

PostPosted: Wed Dec 16, 2020 11:19 pm    Post subject: [SOLVED] Mouse too slow Reply with quote

Hi!

I'm running gnome 3.38.2 under wayland, but my mouse speed is incredible low - even when I change the setting to max in the GUI.

I have a Logitech gaming mouse.

Any ideas? Thanks!

libinput list-devices:
Code:

Device:           Logitech G502 HERO Gaming Mouse
Kernel:           /dev/input/event15
Group:            3
Seat:             seat0, default
Capabilities:     pointer
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   button
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   flat *adaptive
Rotation:         n/a

Device:           Logitech G502 HERO Gaming Mouse Keyboard
Kernel:           /dev/input/event16
Group:            3
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Logitech G502 HERO Gaming Mouse Consumer Control
Kernel:           /dev/input/event17
Group:            3
Seat:             seat0, default
Capabilities:     keyboard pointer
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Logitech G502 HERO Gaming Mouse System Control
Kernel:           /dev/input/event18
Group:            3
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           SINO WEALTH Gaming KB
Kernel:           /dev/input/event20
Group:            4
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           SINO WEALTH Gaming KB  System Control
Kernel:           /dev/input/event21
Group:            4
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           SINO WEALTH Gaming KB  Consumer Control
Kernel:           /dev/input/event22
Group:            4
Seat:             seat0, default
Capabilities:     keyboard pointer
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           SINO WEALTH Gaming KB  Keyboard
Kernel:           /dev/input/event23
Group:            4
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           SINO WEALTH Gaming KB  Mouse
Kernel:           /dev/input/event24
Group:            4
Seat:             seat0, default
Capabilities:     pointer
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   button
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   flat *adaptive
Rotation:         n/a


Last edited by lcsavb on Sat Dec 19, 2020 1:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
Logicien
Veteran
Veteran


Joined: 16 Sep 2005
Posts: 1555
Location: Montréal

PostPosted: Thu Dec 17, 2020 12:07 am    Post subject: Reply with quote

Have you try Solaar 'Linux device manager for a wide range of Logitech devices'. You may be able to change the mouse speed.
_________________
Paul
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1217
Location: Massachusetts USA

PostPosted: Thu Dec 17, 2020 4:16 am    Post subject: Reply with quote

Have you tried app-misc/piper?
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Thu Dec 17, 2020 6:29 am    Post subject: Reply with quote

The default speed is determined by what libinput thinks the sensor DPI is according to udev, which if unspecified will probably be very wrong.

Here's how to set it manually: https://people.freedesktop.org/~whot/libinput-rtd/device-configuration-via-udev.html
Those values should be put in a file in /etc/udev/rules.d/.
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3434

PostPosted: Thu Dec 17, 2020 8:07 pm    Post subject: Reply with quote

Quote:
Those values should be put in a file in /etc/udev/rules.d/.
It is also possible that your rules were not processed for any reason, like lack of the related event during boot process.
You can try to trigger them with commands (don't run them together, wait a few seconds before the second one)
udevadm trigger -c add
udevadm trigger -c change

This will check your hardware and process udev rules applicable for hotplugging a device and for flipping a modeswitch on them.
Handy when I need to make my mouse more pleasant to use or talk a GSM modem into cooperating :lol:
Back to top
View user's profile Send private message
lcsavb
n00b
n00b


Joined: 11 Jun 2020
Posts: 51
Location: Bayern / Deutschland

PostPosted: Fri Dec 18, 2020 10:52 pm    Post subject: Reply with quote

Thanks for the help.
The dpi configuration was wrong!
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