最近、Dell Latitude 5495を購入し、すぐにUbuntuをインストールしました。いくつかの小さな問題にすぐに気付き始めました:
Sudo apt install xserver-xorg-input-synaptics; Sudo apt remove xserver-xorg-input-libinput
に戻ってみましたLibinputを削除した後、キーボードとタッチパッドを再び動作させることができません。再度フォーマットしました(幸いなことに、新規インストールでした)
キーボードは再び動作しますが、2本指のスクロールはまだ動作しません。
~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=15 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD: Integrate id=10 [slave keyboard (3)]
↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
↳ Dell Wireless hotkeys id=16 [slave keyboard (3)]
そして
~$ xinput list-props 15
Device 'PS/2 Generic Mouse':
Device Enabled (138): 1
Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (273): 0
libinput Natural Scrolling Enabled Default (274): 0
libinput Scroll Methods Available (277): 0, 0, 1
libinput Scroll Method Enabled (278): 0, 0, 1
libinput Scroll Method Enabled Default (279): 0, 0, 1
libinput Button Scrolling Button (280): 2
libinput Button Scrolling Button Default (281): 2
libinput Middle Emulation Enabled (282): 0
libinput Middle Emulation Enabled Default (283): 0
libinput Accel Speed (284): 0.000000
libinput Accel Speed Default (285): 0.000000
libinput Accel Profiles Available (286): 1, 1
libinput Accel Profile Enabled (287): 1, 0
libinput Accel Profile Enabled Default (288): 1, 0
libinput Left Handed Enabled (289): 0
libinput Left Handed Enabled Default (290): 0
libinput Send Events Modes Available (258): 1, 0
libinput Send Events Mode Enabled (259): 0, 0
libinput Send Events Mode Enabled Default (260): 0, 0
Device Node (261): "/dev/input/event8"
Device Product ID (262): 2, 1
libinput Drag Lock Buttons (275): <no items>
libinput Horizontal Scroll Enabled (276): 1
実際、このタッチパッドは2本指のスクロールをサポートしており、Windowsで機能していました。
Two Finger Scrollingを機能させる方法がわかりません。また、Ryzen 5 Pro 2500Uおよび最新のUbuntuカーネルについて知っておくべき既知の問題のリストはありますか?
Dmesgのペーストビン: パスタ
以下を実行して、Ubuntuカーネルを4.15.0-36.39以降に更新します。
Sudo apt-get update
Sudo apt-get dist-upgrade
これは、カーネルのバグが原因でした。あなたの質問が聞かれた数日後、それはUbuntuのカーネルで修正されました。パッチがアップストリームで4.18.0-8.9に送信されたようです。詳細については、 https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/177394 を参照してください。
Ubuntu 18.04 LTSで修正をテストしました。別のディストリビューションを使用している場合は、カーネル5.2以降(2019年7月にリリース予定)をインストールする必要があります。一方、Syniurgeのおかげで、更新されたモジュールをDKMSからインストールできます https://github.com/Syniurge/i2c-AMD-mp2/ DKMSドライバーは、組み込みドライバーをオーバーライドできません。
モジュールをインストールした後、モジュールがmodprobe: ERROR: could not insert 'i2c-AMD-mp2': Operation not permitted
をロードしない場合、BIOSでsecure bootを無効にしてください。
編集:修正されたカーネルバージョンの更新が受け入れられます。