-
Notifications
You must be signed in to change notification settings - Fork 5.1k
mouse in slow motion only #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does adding:
to cmdline.txt fix it? EDIT: Note: this should actually be |
no, it got worse (subjectively), it's more drawing behind, mouse pointer is still moving when I stop moving the mouse |
How about:
|
no change, I need three long movements with the mouse to cross the screen |
Can you try this kernel: and add usb_hid.mousepoll=0 |
same as before. |
What about this: (rename to kernel.img) wit usb_hid.mousepoll removed from command line. |
That's working!!!!! |
Can you test with that kernel: and report if they work? |
it's working with both settings ... and without |
has this been fixed meanwhile or does it return if I run rpi-update? I'm still using the kernel2.img you sent me. |
Ah - usb_hid.mousepoll should be usbhid.mousepoll=0 First with current setup (and fast mouse) what does:
report? Can you try rpi-update, and then replace kernel with: I expect that will still be slow. Now add usbhid.mousepoll=0 and it should become quick again. |
cat /sys/module/usbhid/parameters/mousepoll gives |
after rpi-update and replacing the kernel it was slow again |
Okay, future firmwares will behave like this, so you should add usbhid.mousepoll=0 to get fast mouse. We'll need to keep an eye on how many devices behave like yours. |
Yes, it is device dependent; I've also tested with an air mouse and that worked well. |
See: Hexxeh/rpi-firmware#58 kernel: config: Add CONFIG_EEPROM_AT24 kernel: hid: Allow new behaviour to be undone with usbhid.mousepoll=0 See: raspberrypi/linux#642
See: #58 kernel: config: Add CONFIG_EEPROM_AT24 kernel: hid: Allow new behaviour to be undone with usbhid.mousepoll=0 See: raspberrypi/linux#642
Okay, latest firmware update should support "usbhid.mousepoll=0". Run rpi-update and test. |
Done. Works. I'll close the issue. |
today i got my RPi B+ and i installed the "2014-06-20-wheezy-raspbian.zip" Image, i downloaded today. after sudo rpi-update to 3.12.25+ from 2014-07-24, i have the issue with the very slowed down mouse movements. i tried all suggested config.txt Options, but None of them are working. pi@raspberrypi ~ $ uname -a pi@raspberrypi ~ $ cat /sys/module/usbhid/parameters/mousepoll (edit: i deleted some of the content, because it was wrong and confusing) |
oops, i should read more precisely... |
Out of interest, what make/model is your mouse? |
it is a wireless Keyboard-mouse-combi: at boot time:
i have two other wireless mouse-keyboard-combis that do not have these problems: |
Similar device, but not the same:
|
Hi Popcornmix, |
Same here with a Microsoft Wireless Mouse 5000. Fixed it with "usbhid.mousepoll=0". [ 2.459099] usb 1-1.2: new full-speed USB device number 4 using dwc_otg Linux werkkamer 3.12.29+ #714 PREEMPT Wed Oct 1 23:11:38 BST 2014 armv6l GNU/Linux |
Same issue and fixed with usbhid.mousepoll=0 to cmdline.txt Device: [ 174.729175] usb 1-1.4: new full-speed USB device number 6 using dwc_otg I wish there was an easier / safer way to change this option. Maybe a way to change via RASPI-CONFIG instead? |
This issue has cropped back up in 5.0.3 for the Raspberry Pi 2 B. Mouse drags in the video window. If the video is in the background the mouse is fine. As soon as the video Windows is to the front Mouse slows again. My mouse is a wired USB DELL mouse Model Number: M-UAV-DEL8 |
This is definitely still an issue -- seems to basically happen on EVERY wireless mouse -- setting usehid.mousepoll=0 fixes it for me. Can't you just make this automatic for known wireless mice? I have the LuguLake optical vertical mouse GCM808 -- the wireless one (seems to be same serial as non-wireless one). |
Greetings. I've installed OSMC on a RPi 2 B and I don't see where I can write the sudo commands other than taking the sd card out, putting it in a wIndows of and browsing to cmdline.txt and editing it there. Is this ok because this fix still does not work for me. Logitech k400 wireless keyboard with integrated mouse pad. |
Are you using NOOBS with OSMC installed or a direct install of OSMC? |
NOOBS. Sent from Outlook On Tue, Dec 29, 2015 at 3:53 AM -0800, "popcornmix" notifications@github.com wrote: Are you using NOOBS with OSMC installed or a direct install of OSMC? — |
I had this slowness problem on 4.1.15-v7+ with a new wireless mouse with the chip 062a:4101 (Creative Labs). rpi-update fixed the problem today with usbhid.mousepoll=1 in /boot/cmdline.txt I even had to slow down the mouse sensitivity!! Thanks for the tip! |
Worked for me already had the rpi-update but with a RII K12 wireless mini keyboard and trackpad it was awful until usbhid.mousepoll=0. |
That worked for a Tecknet X600 mouse / keyboard on a pi 3. But does anyone know what is going on here? A wired mouse plugged in to the same USB worked perfectly, and so did the wirreless mouse when connected to a Windows box - so how does the data coming from the wireless and the optical mouse differ? |
Not working for me, so +1 on this issue. I run Rasbpian vers 4.9.41 installed after NOOBS 2.4.4. I tried to update cmdline.txt as attached (+reboot), but just the CPU load went down, however still laggy. Not sure how to find the boot output supplied by others here, dont know what to search for online to find it. |
@macfree: i was watching the cmdline.txt file your attached. |
@beta-tester: It worked like a charm! Thanks! |
Still a problem with Microsoft wireless USB mouse and keyboard 2000. Used Noobs 2.4 lite, installed Raspbian. usbhid.mousepoll = 0 in cmdline.txt fixed it. |
Issue exists for Hyundai HY-NK3000 wireless mouse-keyboard pair on Raspbian Jessie 2017-07-05 and Stretch 2017-11-29, works within a range 0 <= |
I just hit this issue on a new rpi 3b+ with monoprice wireless mouse. Can anyone explain the mechanism of how |
Different, but related issue with SteelSeries Rival 100 mouse on Raspbian Stretch: The mouse moved fine, but clicks were ignored unless the button was held down for maybe 100 milliseconds. The |
Same issue with cheap "Wireless Combo" from Amazon. Manufacturer: MOSART Semi. |
Mine cited above is also MOSART Semi, idVendor=0x062a, idProduct=0x127a. I'm still confused how usbhid.mousepoll=0 helps since it looks like that's the default in the kernel sources. |
i am having problems with the mouse lag on K400r and microsoft keyboard 2000 and mouse 5000... any help?? |
@eethas23 does |
I actually had to change it to 4 or 5 and seems to be ok ... But the other
issue is I am connected to a 47 inch TV and everything is so small giving
me a headache and I also increased the zoom in the browser but it doesn't
do it for every tab ?? Any tips for that ??
…On Mon, Dec 9, 2019, 8:58 AM popcornmix ***@***.***> wrote:
@eethas23 <https://github.com/eethas23> does usbhid.mousepoll=0 added to
end of cmdline.txt help?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#642?email_source=notifications&email_token=AN7OAZBYT6G5NRFADHUMFETQXZFHXA5CNFSM4AR3YGYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGJIHOQ#issuecomment-563250106>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN7OAZG3B6TRVVWBZYAFMFDQXZFHXANCNFSM4AR3YGYA>
.
|
You may be better off choosing a lower resolution in Preferences->Screen Configuration. |
Had same problem with UKC Wireless USB keyboard / mouse pair. At first I tried adding Thanks. |
usb_hid.mousepoll=0 actually did work for me on Linux raspberrypi 5.15.45-v8+ #1562 SMP PREEMPT Thu Jun 9 13:59:40 BST 2022 aarch64 GNU/Linux, but only because it's wrong and results in pi@raspberrypi:~ $ cat /sys/module/usbhid/parameters/mousepoll |
The latest change in mouse polling frequency has reduced mouse speed and made it almost unusable. I'm using a wireless (RF) mouse / keyboard combo.
The text was updated successfully, but these errors were encountered: