ubuntu16.06LTSに新しいWacomOneデバイスを認識させることができません。実際にはUSBから認識されます。
>> lsusb
>> Bus 001 Device 003: ID 056a:037b Wacom Co., Ltd
ただし、システム設定>ハードウェア> wacomタブレットでは、タブレットは検出されません。
install xserver-xorg-input-wacom
も試しました しかし、依存関係の問題がいくつかあります。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
xserver-xorg-input-wacom : Depends: xorg-input-abi-22
Depends: xserver-xorg-core (>= 2:1.17.99.902)
E: Unable to correct problems, you have held broken packages.
これらの依存関係を手動でインストールしようとしましたが、他の重大なパッケージの削除に関する警告が表示されたため、正しく実行されているかどうかわかりませんでした。
sudo apt-get install xserver-xorg-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libxfont2 xserver-xorg-legacy-hwe-16.04
Use 'sudo apt autoremove' to remove them.
Suggested packages:
xfonts-100dpi | xfonts-75dpi
The following packages will be REMOVED:
ubuntu-desktop xorg xserver-xorg-core-hwe-16.04 xserver-xorg-hwe-16.04
xserver-xorg-input-all-hwe-16.04 xserver-xorg-input-evdev-hwe-16.04
xserver-xorg-input-synaptics-hwe-16.04
xserver-xorg-input-wacom-hwe-16.04 xserver-xorg-video-all-hwe-16.04
xserver-xorg-video-amdgpu-hwe-16.04 xserver-xorg-video-ati-hwe-16.04
xserver-xorg-video-fbdev-hwe-16.04 xserver-xorg-video-intel-hwe-16.04
xserver-xorg-video-nouveau-hwe-16.04 xserver-xorg-video-qxl-hwe-16.04
xserver-xorg-video-radeon-hwe-16.04 xserver-xorg-video-vesa-hwe-16.04
xserver-xorg-video-vmware-hwe-16.04
The following NEW packages will be installed:
xserver-xorg-core
0 upgraded, 1 newly installed, 18 to remove and 0 not upgraded.
Need to get 1 344 kB of archives.
After this operation, 5 702 kB disk space will be freed.
Do you want to continue? [Y/n]
だから、私はここで立ち往生しています。何か提案はありますか?
更新:このリンクをたどることで、検出の問題を解決しました。私はまだそれがかなり面倒だと思います。 ppaがあればとてもいいのですが、今はうまくいくので、ここに私の手順があります:
- ダウンロードしたinput-wacom-0.45.0.tar.bz2
。 -
フォルダに抽出されて計算されます:
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
ただし、それでもシステムにテーブルをxinputとして正しく検出させることはできません。デバイスがxinputのリストに含まれていますが、圧力感度がありません。
>> xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Melfas LGDisplay Incell Touch id=12 [slave pointer (2)]
⎜ ↳ DELL0818:00 044E:121F Mouse id=13 [slave pointer (2)]
⎜ ↳ DELL0818:00 044E:121F Touchpad id=14 [slave pointer (2)]
⎜ ↳ Wacom One by Wacom M Pen stylus id=21 [slave pointer (2)]
⎜ ↳ Wacom One by Wacom M Pen eraser id=22 [slave pointer (2)]
リンクに記載されているとおりに計算しました:
sudo sh -c "apt-get update && apt-get install xserver-xorg-input-wacom$(dpkg -S $(which Xorg) | grep -Eo -- "-hwe-[^:]*")"
xserver-xorg-input-wacom-hwe-16.04 is already the newest version (1:0.34.0-0ubuntu2~16.04.1).
今でも私は圧力感度にとらわれています。
関連:radeon.modeset =0でない限り、14.04は黒い画面になりますか?