これには Dell 15-7568 があり、左右のクリック領域がパッドに統合されたタッチパッドがあります。
16.04のクリーンインストールの場合:
次の状態になるまで、ポインターは画面上を移動しません。
ポインターの動きが通常に戻ります。
他の誰かが同様の問題に遭遇していますか?これがDell固有のものかどうかを追跡しようとしています。
他にどのような有用な診断情報を提供できますか?
Sudo dmidecode | grep "System Information" -A 3
System Information
Manufacturer: Dell Inc.
Product Name: Inspiron 15-7568
Version: Not Specified
xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN Touchscreen id=11 [slave pointer (2)]
⎜ ↳ DLL06FF:00 06CB:75C4 Touchpad id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [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 id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Dell WMI hotkeys id=15 [slave keyboard (3)]`
xinput --list-props 12
Device 'DLL06FF:00 06CB:75C4 Touchpad':
Device Enabled (137): 1
Coordinate Transformation Matrix (139): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (268): 1
Device Accel Constant Deceleration (269): 2.500000
Device Accel Adaptive Deceleration (270): 1.000000
Device Accel Velocity Scaling (271): 12.500000
Synaptics Edges (292): 49, 1180, 50, 4416
Synaptics Finger (293): 25, 30, 0
Synaptics Tap Time (294): 180
Synaptics Tap Move (295): 67
Synaptics Tap Durations (296): 180, 100, 100
Synaptics ClickPad (297): 1
Synaptics Middle Button Timeout (298): 0
Synaptics Two-Finger Pressure (299): 282
Synaptics Two-Finger Width (300): 7
Synaptics Scrolling Distance (301): -30, -30
Synaptics Edge Scrolling (302): 0, 0, 0
Synaptics Two-Finger Scrolling (303): 1, 1
Synaptics Move Speed (304): 1.000000, 1.750000, 0.129870, 0.000000
Synaptics Off (305): 0
Synaptics Locked Drags (306): 0
Synaptics Locked Drags Timeout (307): 5000
Synaptics Tap Action (308): 2, 3, 0, 0, 1, 3, 0
Synaptics Click Action (309): 1, 3, 0
Synaptics Circular Scrolling (310): 0
Synaptics Circular Scrolling Distance (311): 0.100000
Synaptics Circular Scrolling Trigger (312): 0
Synaptics Circular Pad (313): 0
Synaptics Palm Detection (314): 0
Synaptics Palm Dimensions (315): 10, 200
Synaptics Coasting Speed (316): 20.000000, 50.000000
Synaptics Pressure Motion (317): 30, 160
Synaptics Pressure Motion Factor (318): 1.000000, 1.000000
Synaptics Resolution Detect (319): 1
Synaptics Grab Event Device (320): 0
Synaptics Gestures (321): 1
Synaptics Capabilities (322): 1, 0, 0, 1, 1, 0, 0
Synaptics Pad Resolution (323): 12, 12
Synaptics Area (324): 0, 0, 0, 4000
Synaptics Soft Button Areas (325): 614, 0, 761, 0, 0, 0, 0, 0
Synaptics Noise Cancellation (326): 7, 7
Device Product ID (255): 1739, 30148
Device Node (256): "/dev/input/event14"
統合されたキーボードとタッチパッドがDell Latitude 3450でランダムにフリーズします(正式には、タッチパッドは クリックパッド です)
Synapticドライバーの代わりにlibinputを使用するだけで、Synapticタッチパッドとキーボードのフリーズに関するすべての問題を解決しました。これを行うには、次をインストールします。
Sudo apt-get install xserver-xorg-input-libinput
さらに、synapticドライバーの代わりにlibinputが使用されていることを確認するために、Synapticドライバーを含むパッケージを削除しました
Sudo apt-get remove xserver-xorg-input-synaptics
また、libinput設定でいくつかのカスタマイズを行いました。この構成ファイルを作成しました:
/usr/share/X11/xorg.conf.d/99-libinput.conf
このコンテンツで:
Section "InputClass"
Identifier "libinput touchpad catchall"
Driver "libinput"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Tapping" "True"
Option "DisableWhileTyping" "True"
Option "NaturalScrolling" "False"
Option "AccelProfile" "adaptive"
Option "AccelSpeed" "0.05"
Option "MiddleEmulation" "True"
Option "ScrollMethod" "twofinger"
# Option "ClickMethod" "clickfinger"
Option "ClickMethod" "buttonareas"
EndSection
Libinputのマンページで利用可能なすべての構成オプションを参照してください
http://manpages.ubuntu.com/manpages/xenial/man4/libinput.4.html
http://who-t.blogspot.com.br/2016/04/why-libinput-doesnt-have-lot-of-config.html
https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html
https://wiki.archlinux.org/index.php/Libinput
Ubuntu 16.04でのみテストしました
UPDATE 2016-05-08:Linux Kernelを使用していることを忘れていましたv4.5.x(デフォルトのUbuntu 16.04 Linuxカーネルはv4.4.x)これを書いたとき。
上記の構成でも、統合されたキーボードとタッチパッドの問題は、公式のUbuntu 16.04 Linuxカーネルv4.4.xシリーズ(kernel4.4.0-21-genericでテストした場合)および4.4.0-22-generic)。
この問題は、カーネルv4.5.x(4.5.0-040500-generic)では発生しません
Linuxカーネル4.5.xのインストールは本当に簡単でした。
方法を見つける: http://ubuntuhandbook.org/index.php/2016/03/upgrade-linux-kernel-4-5-ubuntu/
公式にサポートされていない新しいカーネルをインストールすると、最終的に多くの問題が発生する可能性があると言いました。
公式カーネルをアンインストールしないことを忘れないでください、非公式カーネルに問題がある場合(これまでのところ、すべてが私のマシンで完全に動作します)公式カーネルでシステムを起動します。
これがすべてうまくいかない場合は、シナプスを使用して戻ってこのチュートリアルに従ってみてください: http://hgdev.co/install-ubuntu-15-10-on-the-Dell-xps-13- 9343-2015-a-complete-guide /