View previous topic :: View next topic |
Author |
Message |
lcsavb n00b
Joined: 11 Jun 2020 Posts: 51 Location: Bayern / Deutschland
|
Posted: Wed Dec 16, 2020 11:19 pm Post subject: [SOLVED] Mouse too slow |
|
|
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 |
|
|
Logicien Veteran
Joined: 16 Sep 2005 Posts: 1555 Location: Montréal
|
Posted: Thu Dec 17, 2020 12:07 am Post subject: |
|
|
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 |
|
|
jburns Veteran
Joined: 18 Jan 2007 Posts: 1217 Location: Massachusetts USA
|
Posted: Thu Dec 17, 2020 4:16 am Post subject: |
|
|
Have you tried app-misc/piper? |
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3434
|
Posted: Thu Dec 17, 2020 8:07 pm Post subject: |
|
|
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 |
|
Back to top |
|
|
lcsavb n00b
Joined: 11 Jun 2020 Posts: 51 Location: Bayern / Deutschland
|
Posted: Fri Dec 18, 2020 10:52 pm Post subject: |
|
|
Thanks for the help.
The dpi configuration was wrong! |
|
Back to top |
|
|
|