Dans ubuntu 11.10 avec xorg-1:7.6+7ubuntu7 et xserver-xorg-input-wacom 1:0.11.0-0ubuntu2
J'ai mis dans xorg.conf:
Section "InputDevice"
Driver "wacom"
Identifier "pen" # "eraser"|"finger"|"pad"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus" # "eraser"|"touch"|"pad"
Option "Floating" "on"
Option "Mode" "Absolute"
Option "Rotate" "NONE"
EndSection
J'ai également désactivé "evdev tablet catchall" dans /usr/share/X11/xorg.conf.d/10-evdev.conf pour éviter de créer beaucoup de souris.
L'option "Floating" fonctionne bien:
$ xinput --list
pen id=6 [floating slave]
eraser id=7 [floating slave]
finger id=8 [floating slave]
pad id=9 [floating slave]
Cependant, toutes les options liées à wacom sont ignorées:
$ xsetwacom get pen all
Option "Mode" "Relative"
Option "Rotate" "half"
Je dois exécuter xsetwacom manuellement.