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

2番目の可能な解決策はより複雑です。独自のカーネルをコンパイルすることです。最初の記事こここれを行う方法の手順があります。

おすすめ記事