Non riesco a far riconoscere a Ubuntu 16.06 LTS il mio nuovo dispositivo Wacom One. In realtà è riconosciuto da usb.
>> lsusb
>> Bus 001 Device 003: ID 056a:037b Wacom Co., Ltd
Tuttavia, nelle impostazioni di sistema> hardware> tablet wacom, non è stato rilevato alcun tablet.
Ho anche provato install xserver-xorg-input-wacom
ma ho alcuni problemi di dipendenza.
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.
Ho provato a installare quelle dipendenze manualmente ma non ero sicuro di fare bene a causa dell'avviso sulla rimozione di alcuni altri pacchetti seri.
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]
Quindi, sono bloccato qui. Qualche suggerimento?
Aggiornamento:ho risolto il problema di rilevamento seguendo questo link. Lo trovo ancora piuttosto fastidioso. Sarebbe così bello avere un ppa ma, beh, ora funziona, quindi ecco i miei passaggi:
- Scaricato input-wacom-0.45.0.tar.bz2
. -
Estratto in una cartella e calcolato:
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
Tuttavia, non riesco ancora a fare in modo che il sistema rilevi correttamente il tabled come xinput. Non ho la sensibilità alla pressione anche se il mio dispositivo è nell'elenco degli 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)]
Ho calcolato come indicato nel link:
sudo sh -c "apt-get update && apt-get install xserver-xorg-input-wacom$(dpkg -S $(which Xorg) | grep -Eo -- "-hwe-[^:]*")"
che mi dà xserver-xorg-input-wacom-hwe-16.04 is already the newest version (1:0.34.0-0ubuntu2~16.04.1).
Ora sono ancora bloccato nella sensibilità alla pressione.
Correlati:14.04 ottiene uno schermo nero a meno che radeon.modeset=0?