
Ubuntu日本語フォーラム

ログインしていません。
こんにちは。先日、DELL Latitude D830 という古いノートパソコンを購入したところ、OS(Lubuntu18.04LTS)をインストールする段階ですでにタッチパッドが使えませんでした。マウスを繋いでインストールし、タッチパッドを使えるようにするために様々調べたのですが有効な手立てを見つけられずにいます。アドバイスをいただけると嬉しいです。よろしくお願いいたします。
1.terminalにxinputと入力したところ、以下のリストが表示され、touchpadが認識されている様子が見られません。
*****@*****-Latitude-D830:~$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ G-Tech Wireless Dongle id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Video Bus id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ G-Tech Wireless Dongle id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
↳ Dell WMI hotkeys id=12 [slave keyboard (3)]
↳ G-Tech Wireless Dongle id=13 [slave keyboard (3)]
2./usr/share/X11/xorg.conf.d/40-libinput.conf に記載されている情報は下記のとおりです。
# Match on all types of devices but joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
3.その他、必要な情報がありましたら調べてご報告いたしますので、どうかご指示ください。
よろしくお願いいたします。