Le X61t est un tablet PC de lenovo

J'ai eu beaucoups de peine à installer linux (Ubuntu) dessus, je vais donc essayer avec cette page de simplifier les installations d'autre personne.

Liste des applications

Voici les applications sympatique que j'ai trouvée :

il faut aussi noté que Gimp Inkscape supporte la gestion de la pression

A ajouter au noyau

pour l'accéléromètre

Ici la version est 0.37, il faudra le modifier suivant la sessions

wget http://heanet.dl.sourceforge.net/sourceforge/tpctl/tp_smapi-0.37.tgz
tar xvf tp_smapi-0.37.tgz 
cd tp_smapi-0.37/
make HDAPS=1 KSRC=/usr/src/linux-headers-`uname -r`
sudo make HDAPS=1 KSRC=/usr/src/linux-headers-`uname -r`
sudo make install HDAPS=1 KSRC=/usr/src/linux-headers-`uname -r`
sudo apt-get install hdaps-utils

Afin de vérifier le bon fonctionnement

hdaps-gl 
Pour le stylet

Il faut télécharger préalablement la dernière version de linuxwacom

sudo apt-get install linux-headers-`uname -r` build-essential x11proto-core-dev libxau-dev libxdmcp-dev x11proto-input-dev x11proto-kb-dev xtrans-dev libx11-dev x11proto-xext-dev libxext-dev libxi-dev linux-libc-dev libc6-dev libncurses5-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev xserver-xorg-input-wacom wacom-tools
tar xvf Desktop/linuxwacom-<version>.tar.bz2 
cd linuxwacom-<version>/
./configure --enable-wacom
sudo make 
sudo make install

Configuration X11

Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/ttyS0"
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
 Option "Button2" "3"
EndSection
Section "InputDevice"
 Driver "wacom"
 Identifier "eraser"
 Option "Device" "/dev/ttyS0"
 Option "Type" "eraser"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
 Option "Button3" "2"
EndSection
Section "InputDevice"
 Driver "wacom"
 Identifier "cursor"
 Option "Device" "/dev/ttyS0"
 Option "Type" "cursor
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
mon_installation/x61t.txt · Last modified: 2008/07/20 00:23 by sebseb01
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki