Re: Wacom Graphire 3 (usb) under Debian Sarge

2005-10-19 Thread Hendrik Sattler
Wolfgang Qual wrote:

> 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!

Did you read the wacom(4x) manpage? Look for Option Suppress there.

> Also, klicking on the menue buttons will not work properly.

Probably because of the steady movement.

> 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

I did not use most of the options that you have above. Some of those are not 
even mentioned in the wacom(4x) manpage. Maybe those are a cause of your 
problem? You can only have one "CorePointer", but you can use the AlwaysCore 
option for the other ones.

Not that if you do _not_ make them corepointer, you get some nice support in 
gimp (but also as corepointer).

Do not use /dev/input/mice while using the wacom or all events from wacom 
input will appear twice.

HS
 
-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org


pgpW68MgNGhj7.pgp
Description: PGP signature


Wacom Graphire 3 (usb) under Debian Sarge

2005-10-18 Thread Wolfgang Qual
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]



Re: How to get Wacom Graphire working in X?

2000-10-31 Thread Carel Fellinger
On Tue, Oct 31, 2000 at 11:52:50AM -0600, Brian Dunnette wrote:
> I've recently purchased a Wacom Graphire (USB drawing tablet), and have

I'm still waiting for my birtday, but men would I love to have one:)

> been trying for some time to get it working in X -- I'm using kernel
> 2.4.0-test9, so the kernel seems to recognize the tablet (the light on the
> tablet itself comes on) but haven't been able to use the tablet for
> control in X, having to fall back on my old PS/2 Intellimouse.  Can anyone
> help me to (at least) get started on getting this tablet working in X?

You know of the Wacom-Tablet-HOWTO?
Seems to have all the info needed.

-- 
groetjes, carel



How to get Wacom Graphire working in X?

2000-10-31 Thread Brian Dunnette
I've recently purchased a Wacom Graphire (USB drawing tablet), and have
been trying for some time to get it working in X -- I'm using kernel
2.4.0-test9, so the kernel seems to recognize the tablet (the light on the
tablet itself comes on) but haven't been able to use the tablet for
control in X, having to fall back on my old PS/2 Intellimouse.  Can anyone
help me to (at least) get started on getting this tablet working in X?

Thanks,
Brian Dunnette


pgpuiU3QIssOH.pgp
Description: PGP signature


Re: Wacom Graphire?

2000-08-07 Thread Bruce Stephens
"Jonathan Markevich" <[EMAIL PROTECTED]> writes:

> Has anyone used the Wacom Graphire tablet successfully?  It would be
> a slick addition to Corel's PhotoPaint.  I noticed there's a
> serial/PS2 connection available as well as the more common USB
> stuff.  Does that make a difference (presuming, of course, that USB
> support is available)?

Did anyone reply to this?  Anyway, yes, they work.  Probably the
serial version is a bit safer than the USB, but the USB version can
also be got to work.  The issue is that you needs a kernel which
supports USB (a 2.2 kernel with the backport, say), and the USB
XFree86 driver is less mature than the serial Wacom driver, so you can
expect a few problems (there's a known staircase effect in the code
that does smoothing, for example).  The wheel on the mouse works as
you'd expect, so for £75 or so, you get a cordless wheeled mouse
together with a decent pen.



Wacom Graphire?

2000-07-27 Thread Jonathan Markevich
Has anyone used the Wacom Graphire tablet successfully?  It 
would be a slick addition to Corel's PhotoPaint.  I noticed there's a 
serial/PS2 connection available as well as the more common USB 
stuff.  Does that make a difference (presuming, of course, that USB 
support is available)?

Thanks all.