Raspberry OS/Debian 11에서 마우스 가속을 비활성화하는 방법은 무엇입니까?

Raspberry OS/Debian 11에서 마우스 가속을 비활성화하는 방법은 무엇입니까?

RasPi 4에서 마우스 가속을 완전히 비활성화하고 싶습니다. 이러한 기능은 사용된 적도 필요하지도 않습니다.

pg@raspberrypi:~ $ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

pg@raspberrypi:~ $ uname -a
Linux raspberrypi 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 GNU/Linux


pg@raspberrypi:~ $ xinput --list --short
⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ MOSART Semi. 2.4G Wireless Mouse          id=6    [slave  pointer  (2)]
⎜   ↳ MOSART Semi. 2.4G Wireless Mouse Consumer Control id=7    [slave  pointer  (2)]

pg@raspberrypi:~ $ xinput --list-props 6
Device 'MOSART Semi. 2.4G Wireless Mouse':
    Device Enabled (152):   1
    Coordinate Transformation Matrix (153): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Natural Scrolling Enabled (282):   0
    libinput Natural Scrolling Enabled Default (283):   0
    libinput Scroll Methods Available (284):    0, 0, 1
    libinput Scroll Method Enabled (285):   0, 0, 0
    libinput Scroll Method Enabled Default (286):   0, 0, 0
    libinput Button Scrolling Button (287): 2
    libinput Button Scrolling Button Default (288): 2
    libinput Button Scrolling Button Lock Enabled (289):    0
    libinput Button Scrolling Button Lock Enabled Default (290):    0
    libinput Middle Emulation Enabled (291):    0
    libinput Middle Emulation Enabled Default (292):    0
    libinput Accel Speed (293): 1.000000
    libinput Accel Speed Default (294): 0.000000
    libinput Accel Profiles Available (295):    1, 1
    libinput Accel Profile Enabled (296):   1, 0
    libinput Accel Profile Enabled Default (297):   1, 0
    libinput Left Handed Enabled (298): 0
    libinput Left Handed Enabled Default (299): 0
    libinput Send Events Modes Available (300): 1, 0
    libinput Send Events Mode Enabled (301):    0, 0
    libinput Send Events Mode Enabled Default (302):    0, 0
    Device Node (303):  "/dev/input/event0"
    Device Product ID (304):    1578, 16642
    libinput Drag Lock Buttons (305):   <no items>
    libinput Horizontal Scroll Enabled (306):   1


시도가 실패했습니다:

각 옵션은 하나씩 테스트되었으며, 먼저 lightdm을 다시 로드한 다음 변경 사항이 없으므로 시스템을 다시 시작했습니다.

동일한 마우스가 내 일일 드라이버와 Debian 11(하위 커널)에서 완벽하게 작동합니다.


Gentoo로 테스트했는데 마우스 지연이 전혀 없었습니다. Debian ARM 버전에 문제가 있나요?

답변1

마우스 가속을 완전히 비활성화하는 방법:

  1. /boot/cmdline.txt텍스트 편집기에서 열기
  2. 명령줄에 추가usbhid.mousepoll=0
  3. 재시작

관련 정보