Hi List, recently, I got a nice Wacom Graphire 3 (usb) graphic table. As far as I know, the driver for this device is already integrated in the Debian Kernel.I adapted my XF86-Config-4 after having read quite a few pages on the internet. However, it is still not possible to *work* with the graphic table: the cursor is jumping (or a jumping white border is visible) around when I hold the stylus pen still on the table! Also, klicking on the menue buttons will not work properly. Besides, my USB-mouse is attached to the PS2-port with an adapter. Any ideas to solve this?
Thanks, Wolfgang ps: The important sections of my XF86-Config-4: Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "CorePointer" #InputDevice "USB Mouse" "CorePointer" #InputDevice "Serial Mouse" "CorePointer" InputDevice "stylus" "AlwaysCore" InputDevice "eraser" "AlwaysCore" InputDevice "cursor" "AlwaysCore" #InputDevice "pad" EndSection [..] Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" Load "wacom" # Load "synaptics" EndSection [...] Section "InputDevice" Identifier "stylus" Driver "wacom" Option "CorePointer" Option "Type" "stylus" Option "USB" "on" Option "Threshold" "10" Option "Device" "/dev/input/wacom" Option "Mode" "Absolute" Option "PressCurve" "0,5,95,100" Option "zMin" "0" Option "zMax" "512" Option "KeepShape" "on" Option "debuglevel" "10" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Type" "eraser" Option "USB" "on" Option "Threshold" "10" Option "Device" "/dev/input/wacom" Option "Mode" "Absolute" #Option "Mode" "absolute" Option "Cursor" "stylus" #Option "Mode" "absolute" Option "PressCurve" "0,5,95,100" Option "zMin" "0" Option "zMax" "512" Option "ZThreshold" "0" #Option "USB" "on" Option "KeepShape" "on" Option "debuglevel" "0" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Type" "cursor" Option "USB" "on" Option "Threshold" "10" Option "Device" "/dev/input/wacom" Option "Mode" "Absolute" #Option "Mode" "absolute" Option "PressCurve" "0,5,95,100" Option "KeepShape" "on" Option "zMin" "0" Option "zMax" "512" Option "ZThreshold" "0" #Option "USB" "on" Option "debuglevel" "0" EndSection -- 10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail +++ GMX - die erste Adresse für Mail, Message, More +++ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]