Nemohu zajistit, aby ubuntu 16.06 LTS rozpoznalo mé nové zařízení Wacom One. Ve skutečnosti je rozpoznán z USB.
>> lsusb
>> Bus 001 Device 003: ID 056a:037b Wacom Co., Ltd
V nastavení systému> hardware> tablet wacom však není detekován žádný tablet.
Zkoušel jsem také install xserver-xorg-input-wacom
ale mám nějaké problémy se závislostí.
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.
Pokusil jsem se nainstalovat tyto závislosti ručně, ale nebyl jsem si jistý, zda dělám správně, kvůli varování o odstranění některých vážných jiných balíčků.
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]
Takže jsem uvízl tady. Nějaký návrh?
Aktualizace:Problém s detekcí jsem vyřešil pomocí tohoto odkazu. Pořád mi to připadá docela problematické. Bylo by hezké mít ppa, ale už to funguje, takže tady jsou moje kroky:
- Stažen input-wacom-0.45.0.tar.bz2
. -
Extrahováno do složky a vypočteno:
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
Stále se mi však nedaří přimět systém, aby správně detekoval tabelovaný vstup jako xinput. Nemám tlakovou citlivost, i když je moje zařízení v seznamu xvstupů.
>> 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)]
Počítal jsem, jak je uvedeno v odkazu:
sudo sh -c "apt-get update && apt-get install xserver-xorg-input-wacom$(dpkg -S $(which Xorg) | grep -Eo -- "-hwe-[^:]*")"
což mi dává xserver-xorg-input-wacom-hwe-16.04 is already the newest version (1:0.34.0-0ubuntu2~16.04.1).
Nyní jsem stále uvízl v citlivosti na tlak.
Související:14.04 dostane černou obrazovku, pokud radeon.modeset=0?