Linux Mint 터치패드는 Windows 10과 이중 부팅할 수 없습니다.

Linux Mint 터치패드는 Windows 10과 이중 부팅할 수 없습니다.

Linux Mint에서는 터치패드가 작동하지 않습니다. 내 터치 스크린은 잘 작동합니다. 컴퓨터는 Windows 10으로 듀얼 부팅되는 Inspirion 13 7000 시리즈입니다.

dmesg | grep mouse && dmesg | grep pad
[    0.833823] mousedev: PS/2 mouse device common for all mice
[    1.879432] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4704]
[    1.908791] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1148..]
[    1.965986] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800, board id: 3017, fw id: 1752976
[    1.965986] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800, board id: 3017, fw id: 1752976
king@king-Inspiron-7352 ~ $ 

답변1

여기에 언급된 동일한 문제를 발견했습니다.협회그리고 몇 가지 잠재적인 해결책.

먼저 위에서 언급했듯이여기, 이 시도:

1. Open /etc/modprobe.d/blacklist.conf in your favorite text editor.
2. Add the line 'blacklist i2c-hid' (no quotes)
3. Save and reboot

두 번째 가능한 해결책은 더 복잡합니다. 자신만의 커널을 컴파일하는 것입니다. 첫 번째 기사여기이를 수행하는 방법에 대한 단계가 있습니다.

관련 정보