Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #286646
| Path | csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Stefan Monnier <monnier@iro.umontreal.ca> |
| Newsgroups | linux.debian.user |
| Subject | Re: Mouse clicks "delayed" until movement |
| Date | Thu, 14 May 2026 21:10:01 +0200 |
| Message-ID | <MUJBv-58RK-29@gated-at.bofh.it> (permalink) |
| References | <MNqkh-542-1@gated-at.bofh.it> <MT4Aq-41Cn-1@gated-at.bofh.it> <MTegp-47XH-13@gated-at.bofh.it> <MTfct-48Al-1@gated-at.bofh.it> <MToz7-4f4h-1@gated-at.bofh.it> <MTsjn-4hHy-1@gated-at.bofh.it> <MTDy9-4pnq-3@gated-at.bofh.it> <MTLvH-4utm-1@gated-at.bofh.it> <MU1h7-4EYt-9@gated-at.bofh.it> |
| X-Original-To | debian-user@lists.debian.org |
| X-Mailbox-Line | From debian-user-request@lists.debian.org Thu May 14 19:07:53 2026 |
| Old-Return-Path | <gldu-debian-user-2@m.gmane-mx.org> |
| X-Amavis-Spam-Status | No, score=-6.651 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FOURLA=0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -4.35 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| User-Agent | Gnus/5.13 (Gnus v5.13) |
| Cancel-Lock | sha1:DV1miuSBqu4tUCfrAQGYlkWGyPs= |
| X-Mailing-List | <debian-user@lists.debian.org> archive/latest/830182 |
| List-ID | <debian-user.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-user/> |
| List-Archive | https://lists.debian.org/msgid-search/jwvcxyx24ru.fsf-monnier+gmane.linux.debian.user@gnu.org |
| Approved | robomod@news.nic.it |
| Lines | 46 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Thu, 14 May 2026 15:07:26 -0400 |
| X-Original-Message-ID | <jwvcxyx24ru.fsf-monnier+gmane.linux.debian.user@gnu.org> |
| X-Original-References | <jwvzf2sv2fx.fsf-monnier+gmane.linux.debian.user@gnu.org> <c0e899e4-93b3-4be4-965e-139e6fee5f29@gitcoding.net> <jwvv7cvxpke.fsf-monnier+gmane.linux.debian.user@gnu.org> <agCwm8XpG3EIkbF4@tuxteam.de> <jwvlddq673e.fsf-monnier+Inbox@gnu.org> <agF1U4OWj/qz9zHX@tuxteam.de> <84a0e847-b8c1-445d-9227-afdb8db701a0@gmail.com> <7314b377-0876-45eb-80dc-9f59e347f5cb@gmail.com> <50d73fd7-58bb-4303-a86c-59d91d496160@gmail.com> |
| Xref | csiph.com linux.debian.user:286646 |
Show key headers only | View raw
Franco Martelli [2026-05-12 21:42:04] wrote:
> checking the documentation into the Linux kernel sources (version 6.12.85)
> for the i8042 driver are available the following kernel parameters:
>
> i8042.debug [HW] Toggle i8042 debug mode
> i8042.unmask_kbd_data
> [HW] Enable printing of interrupt data from the KBD
> port
> (disabled by default, and as a pre-condition
> requires that i8042.debug=1 be enabled)
> i8042.direct [HW] Put keyboard port into non-translated mode
> i8042.dumbkbd [HW] Pretend that controller can only read data from
> keyboard and cannot control its state
> (Don't attempt to blink the leds)
> i8042.noaux [HW] Don't check for auxiliary (== mouse) port
> i8042.nokbd [HW] Don't check/create keyboard port
> i8042.noloop [HW] Disable the AUX Loopback command while probing
> for the AUX port
> i8042.nomux [HW] Don't check presence of an active multiplexing
> controller
> i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX
> controllers
> i8042.notimeout [HW] Ignore timeout condition signalled by
> controller
> i8042.reset [HW] Reset the controller during init, cleanup and
> suspend-to-ram transitions, only during s2r
> transitions, or never reset
> Format: { 1 | Y | y | 0 | N | n }
> 1, Y, y: always reset controller
> 0, N, n: don't ever reset controller
> Default: only on s2r transitions on x86; most other
> architectures force reset to be always executed
> i8042.unlock [HW] Unlock (ignore) the keylock
> i8042.kbdreset [HW] Reset device connected to KBD port
> i8042.probe_defer
> [HW] Allow deferred probing upon i8042 probe errors
Only the first two appear in /sys/module/i8042 so I'll have to reboot to
try the other ones. FWIW, I tried to `echo
Y >/sys/module/i8042/parameters/debug` and the resulting messages in
`dmesg` indicate that the kernel receives the press and release of the
mouse buttons at the right time, so the problems comes from "higher up"
in the software stack.
=== Stefan
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar
Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-04-24 17:10 +0200
Re: Mouse clicks "delayed" until movement The Wanderer <wanderer@fastmail.fm> - 2026-04-24 19:40 +0200
Re: Mouse clicks "delayed" until movement "Alexander V. Makartsev" <avbetev@gmail.com> - 2026-04-24 20:00 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-04-28 22:00 +0200
Re: Mouse clicks "delayed" until movement nwe <nwe@gitcoding.net> - 2026-04-28 22:20 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-04-28 22:50 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-04-28 23:20 +0200
Re: Mouse clicks "delayed" until movement Franco Martelli <martellif67@gmail.com> - 2026-04-29 21:20 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-05-01 00:30 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-05-09 04:40 +0200
Re: Mouse clicks "delayed" until movement Max Nikulin <manikulin@gmail.com> - 2026-05-10 05:30 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-05-10 17:20 +0200
Re: Mouse clicks "delayed" until movement nwe <nwe@gitcoding.net> - 2026-05-10 07:10 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-05-10 17:30 +0200
Re: Mouse clicks "delayed" until movement <tomas@tuxteam.de> - 2026-05-10 18:30 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-05-11 04:30 +0200
Re: Mouse clicks "delayed" until movement tomas@tuxteam.de - 2026-05-11 08:30 +0200
Re: Mouse clicks "delayed" until movement Franco Martelli <martellif67@gmail.com> - 2026-05-11 20:30 +0200
Re: Mouse clicks "delayed" until movement Max Nikulin <manikulin@gmail.com> - 2026-05-12 05:00 +0200
Re: Mouse clicks "delayed" until movement Franco Martelli <martellif67@gmail.com> - 2026-05-12 21:50 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-05-14 21:10 +0200
Re: Mouse clicks "delayed" until movement <tomas@tuxteam.de> - 2026-05-15 08:30 +0200
Re: Mouse clicks "delayed" until movement Max Nikulin <manikulin@gmail.com> - 2026-05-18 05:50 +0200
Re: Mouse clicks "delayed" until movement Stefan Monnier <monnier@iro.umontreal.ca> - 2026-05-19 20:40 +0200
Re: Mouse clicks "delayed" until movement Max Nikulin <manikulin@gmail.com> - 2026-05-24 06:10 +0200
csiph-web