Settimana scorsa un tale Alberto mi ha lasciato un commento sul blog, chiedendomi aiuto per l’installazione di una vecchia tavoletta grafica Wacom Digitizer II seriale su Ubuntu. Come fare per supportarlo al meglio?
Ubuntu ha la possibilità di condividere il desktop, avendo installato un server VNC. Per attivarlo, basta seguire questa guida su Ubuntu Geeks.
Ok, ma come connettermi dal mio iMac?
Cercando in rete, ho scoperto che OsX è già fornito di un client VNC, chiamato Screen Sharing che si trova nella cartella:
/System/Library/CoreServices/
Purtroppo però le performance non erano entusiasmanti. Così ho installato JollyFastVNC, creato da Patrick Stein e la situazione è migliorata consentendomi di guidare passo passo Alberto nella configurazione della tavoletta.
Per chi fosse interessato, questi sono i passi che si sono resi necessari:
- installare, attraverso Synaptic, i pacchetti wacom-tools e xserver-xorg-input-wacom.
- Collegare la tavoletta alla porta seriale ed accenderla.
- Da terminale, verificare con il comando
wacdump /dev/ttyS0che linux rilevi gli eventi generati dalla tavoletta. - Editare il file xorg.conf, secondo le indicazioni dell’howto del progetto Linux Wacom.
- Riavviare X.
In caso di problemi, controllate il log di X (/var/log/Xorg.0.log), e fatemi sapere!
ciao e grazie prima di tutto per il tutorial…pero’ la mia wacom Digitizer II seriale, continua a non funzionare.
Uso Ubuntu 9.04, ho rinominato per sicurezza xorg.conf, ho incollato i comandi indicati nell’ howto, riavviato server X, il risultato e’ quello detto sopra.
Ti mando il mio file xorg.conf cosi’ com’e’ configurato al momento.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section “Device”
Identifier “Configured Video Device”
EndSection
Section “Monitor”
Identifier “Configured Monitor”
EndSection
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “stylus”
Option “Device” “/dev/ttyS0″ # SERIAL ONLY
Option “Type” “stylus”
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “eraser”
Option “Device” “/dev/ttyS0″ # SERIAL ONLY
Option “Type” “eraser”
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “cursor”
Option “Device” “/dev/ttyS0″ # SERIAL ONLY
Option “Type” “cursor”
EndSection
Grazie ancora per una tua eventuale risposta.
nicoletta