Posterous theme by Cory Watilo

wacom bamboo in ubuntu gutsy

Удалось-таки подружить эти две замечательные вещи. Итак, сделал как и было сказано в найденом мане:
  • скачать последний пакет драйверов отсюда
  • скачать файлик с правилами для udev [cc lang="bash"] wget -O 50-xserver-xorg-input-wacom.rules http://git.debian.org/?p=users/ron/wacom-tools.git;a=blob_plain;f=debian/xserver-xorg-input-wacom.udev;hb=master [/cc]
  • Стянуть все необходимое для сборки: [cc lang="bash"] sudo apt-get install 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 [/cc]
  • на всякий пожарный забэкапить существующие правила udev: [cc lang="bash"] cp /etc/udev/rules.d/50-xserver-xorg-input-wacom.rules ./50-xserver-xorg-input-wacom.rules_orig [/cc]
  • и записать поверх новые: [cc lang="bash"] cp ./50-xserver-xorg-input-wacom.rules /etc/udev/rules.d/50-xserver-xorg-input-wacom.rules [/cc]
  • Распаковать драйвера [cc lang="bash"] tar xvvf ./linuxwacom-0.7.9-3.tar.bz2 cd ./linuxwacom-0.7.9-3 [/cc]
  • Сконфигурировать, собрать и установить, забэкапив старый (на всякий случай), и подгружаем драйвер: [cc lang="bash"]./configure --enable-wacom make sudo make install cp /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko ../wacom.ko_old sudo cp ./src/`uname -r | sed 's/-.*$//'`/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/ sudo depmod -e sudo /etc/init.d/udev restart [/cc]
  • Теперь осталось поправить конфиг xorg-а и перезапустить его. А для планшета там должно быть следующее: [cc lang="bash"] ... Section "ServerLayout" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "pad" ... Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "USB" "on" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "USB" "on" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "USB" "on" EndSection Section "InputDevice" Identifier "pad" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "pad" Option "USB" "on" EndSection [/cc]
По идее все. Только у меня не завелся pad, все остальное заработало. Для настройки планшета в гимпе: File-> Preferences-> Input Devices-> "Configure Extended Input Devices". Under "Device" you will have 3 settings: Cursor, Eraser and Stylus. Set them from "Disabled" to "Screen". и в inkscape: File-> "Input Devices..." (The dialog is the same as The GIMP) Under "Device" you will have 3 settings: Cursor, Eraser and Stylus. Set them from "Disabled" to "Screen".

Links

ubuntuforums short howto for wacom bamboo fun on ubuntu 7.10 gutsy
| Viewed
times
Filed under: