Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Wacom Bamboo tekentablet  (gelezen 6271 keer)

Offline wutnubu

  • Lid
Wacom Bamboo tekentablet
« Gepost op: 2007/12/23, 15:25:10 »
Is er hier iemand die het Wacom Bamboo tekentablet aan de praat heeft gekregen?

Of een gelijkwaardig tablet natuurlijk....

Groet

Wacom Bamboo tekentablet
« Reactie #1 Gepost op: 2007/12/23, 15:26:07 »
Wacom? Heb je de desbetreffende lijntes uitgecomment in /etc/X11/xorg.conf?

- SeySayux
I use a Unix-based system, that means I'll get laid as often as I have to reboot.
LibSylph
SeySayux.net

Offline wutnubu

  • Lid
Wacom Bamboo tekentablet
« Reactie #2 Gepost op: 2007/12/23, 19:07:06 »
Dank voor je reactie:

Dit staat in xorg.conf

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "Intel Corporation 82945G/GZ Integrated Graphics Controller"
   Driver      "intel"
   BusID      "PCI:0:2:0"
EndSection

en dan verderop

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"

# Uncomment if you have a wacom tablet
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
EndSection

Wacom Bamboo tekentablet
« Reactie #3 Gepost op: 2007/12/23, 19:10:48 »
Gaat het hier om een tablet PC? Anders moet je dat lijntje commenten.

- SeySayux
I use a Unix-based system, that means I'll get laid as often as I have to reboot.
LibSylph
SeySayux.net

Offline ds500ss

  • Lid
Wacom Bamboo tekentablet
« Reactie #4 Gepost op: 2007/12/23, 19:48:42 »
nee t gaat om een van deze welke? (t zijn er drie)

de site is behoorlijk flashy ;)
link: http://www.wacom-europe.com/bamboo/index.asp?pid=210

Offline wutnubu

  • Lid
Wacom Bamboo tekentablet
« Reactie #5 Gepost op: 2007/12/23, 20:27:32 »

Offline wutnubu

  • Lid
Wacom Bamboo tekentablet
« Reactie #6 Gepost op: 2007/12/24, 17:06:40 »
Hij/zij doet het,

Op http://www.weblog.3dochters.nl/wacombamboo.txt staat hoe het moet

Dank aan de meedenkers en leveranciers van de input documenten.

Wat zijn Linux en Ubuntu toch groots.

Groet

Daanemanz

  • Gast
Wacom Bamboo tekentablet
« Reactie #7 Gepost op: 2008/01/25, 13:28:58 »
Citaat van: w.hellinga
Op http://www.weblog.3dochters.nl/wacombamboo.txt staat hoe het moet
Zou je misschien het document opnieuw op je site kunnen zetten? De link is namelijk dood... en ik wil graag m'n bamboo aan de praat krijgen.

Alvast bedankt!

Offline wutnubu

  • Lid
Wacom Bamboo tekentablet
« Reactie #8 Gepost op: 2008/01/25, 17:29:04 »
'k heb m'n databeesje per ongeluk verwijderd, inclusief de map,,,,,,,, dommmmm

Dan maar zo

==============================
Lees het laatste udev bestand voor wacom op
 http://git.debian.org/?p=users/ron/wacom-tools.git;a=blob_plain;f=debian/xserver-xorg-input-wacom.udev;hb=master

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 libice-dev libsm-dev libxt-dev tcl8.4-dev tk8.4-dev

cp /etc/udev/rules.d/50-xserver-xorg-input-wacom.rules /home/administrateur/50-xserver-xorg-input-wacom.rules_orig

cp xserver-xorg-input-wacom.udev /etc/udev/rules.d/50-xserver-xorg-input-wacom.rules

bunzip2 linuxwacom-0.7.9-3.tar.bz2

tar xvf linuxwacom-0.7.9-3.tar

cd linuxwacom-0.7.9-3

./configure --enable-wacom

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i486-linux-gnucp xserver-xorg-input-wacom.udev
/etc/udev/rules.d/50-xserver-xorg-input-wacom.rules libice-dev libsm-dev
libxt-dev tcl8.4-dev tk8.4-dev
       linux kernel - yes 2.6.22
  module versioning - yes -DCONFIG_MODVERSIONS -DMODVERSIONS -include
/lib/modules/2.6.22-14-generic/build/include/linux/modversions.h
      kernel source - yes /lib/modules/2.6.22-14-generic/build
           Xorg SDK - yes /usr/include/xorg
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
                TCL - yes /usr/include/tcl8.4/
                 TK - yes /usr/./configure --enable-wacominclude/tcl8.4/
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - yes
            wacdump - yes
             xidump - yes
        libwacomcfg - yes
         libwacomxi - yes
          xsetwacom - yes
              hid.o - no
         usbmouse.o - no
            evdev.o - no
         mousedev.o - no
            input.o - no
        tabletdev.o - no
       wacom_drv.so - yes /usr/lib/xorg/modules/input
        wacom_drv.o - no
----------------------------------------

make
make install

vi /etc:X11/xorg.conf

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        #Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
    Option "USB" "on"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        #Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
    Option "USB" "on"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        #Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
    Option "USB" "on"
EndSection

...
        # Uncomment if you have a wacom tablet
               InputDevice     "stylus"        "SendCoreEvents"
               InputDevice     "cursor"        "SendCoreEvents"
               InputDevice     "eraser"        "SendCoreEvents"



cp /lib/modules/2.6.22-14-generic/kernel/drivers/input/tablet/wacom.ko ./wacom.ko_old
cp ./linuxwacom-0.7.9-4/src/2.6.22/wacom.ko /lib/modules/2.6.22-14-generic/kernel/drivers/input/tablet/
depmod -e

reboot

Het moet zo werken

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection

InputDevice "pad" "SendCoreEvents"

xsetwacom set pad AbsWUp 4 #scroll up
xsetwacom set pad AbsWDn 5 #scroll down
xsetwacom set pad button3 4 #< key: scroll up
xsetwacom set pad button1 5 #> key: scroll dn
xsetwacom set pad button2 1 #FN1 key: left mouse button
xsetwacom set pad button4 3 #FN2 key: right mouse button
===========================================

Groet

Offline eendje

  • Lid
Wacom Bamboo tekentablet
« Reactie #9 Gepost op: 2008/01/25, 21:40:34 »
Kun je niet beter i.p.v.

make install

het pakket checkinstall installeren en dan

checkinstall

doen? Dan krijg je netjes een Debje dat in synaptic wordt geïnstalleerd. Als er dan een update is kun die ook weer netjes verwijderen... Tis maar een idee...
Een dag niets geleerd is een dag niet geleefd!
Ik blog dus ik besta!
__________________________________________________________
Een vraag? Heb je al eens gekeken op: http://wiki.ubuntu-nl.org/FAQ?

Offline wutnubu

  • Lid
Wacom Bamboo tekentablet
« Reactie #10 Gepost op: 2008/01/26, 07:19:02 »
Goed idee, en idd veel beter ;)

Dank

Groet

Wacom Bamboo tekentablet
« Reactie #11 Gepost op: 2008/03/16, 01:04:02 »
Dus...
Als ik het goed begrijp, moet je de tekst op dit adres kopieren naar een file dat heet xserver-xorg-input-wacom.udev.
En dan kopieren naar de Udev -50 file en dan compileren?
Ja, het is een trage reactie, maar beter laat dan nooit.....

Offline wutnubu

  • Lid
Wacom Bamboo tekentablet
« Reactie #12 Gepost op: 2008/03/16, 09:23:59 »
idd