Re: rere Wacom Graphire2 on Mandriva
From: Dances With Crows (danSPANceswitTRAPhcrows_at_gmail.com)
Date: 07/09/05
- Next message: dave stanton: "Re: modem 56k V.92 usb for linux"
- Previous message: Daniele Pernechele: "modem 56k V.92 usb for linux"
- In reply to: Dorota Krzyzanowska: "Re: rere Wacom Graphire2 on Mandriva"
- Next in thread: Dorota Krzyzanowska: "Re: rere Wacom Graphire2 on Mandriva"
- Reply: Dorota Krzyzanowska: "Re: rere Wacom Graphire2 on Mandriva"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 09 Jul 2005 10:00:21 -0500
On Sat, 09 Jul 2005 09:35:42 +0200, Dorota Krzyzanowska staggered into
the Black Sun and said:
> I hope this is not starting a new thread... Still have some trouble
> with posting :(
Nope, it's a reply. However, it's usually considered a good idea to
include some context from previous messages when you post to an existing
thread.
> All seems to be ok but...Tablet doesn't work yet. Is it possible that
> USB mouse is conflicting with this tablet?
Highly doubtful. I think the problem is in the X config file... read on
for details.
> Section "ServerLayout"
> Identifier "XFree86 Configured"
> Screen "screen1"
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> InputDevice "pen1" "AlwaysCore"
> InputDevice "eraser1" "AlwaysCore"
> InputDevice "cursor1" "AlwaysCore"
> EndSection
> Section "ServerLayout"
> Identifier "layout1"
> InputDevice "Keyboard1" "CoreKeyboard"
> InputDevice "Mouse1" "CorePointer"
> Screen "screen1"
> EndSection
There are 2 ServerLayout sections. Why? I've changed the first one so
it's correct. Change your first ServerLayout section to match it, then
comment out the second ServerLayout, then restart X.
> Section "InputDevice"
> Identifier "pen1"
> Driver "wacom"
> Option "Type" "stylus"
> Option "Device" "/dev/ttyS0"
> Endsection
Add the 2 lines
Option "Mode" "absolute"
Option "AlwaysCore" "on"
...to the pen1 and eraser1 sections.
> Section "InputDevice"
> Identifier "cursor1"
> Driver "wacom"
> Option "Type" "cursor"
> Option "Device" "/dev/ttyS0"
> Endsection
This should use Option "Mode" "relative" , and it also needs the
AlwaysCore option. HTH,
-- Matt G|There is no Darkness in Eternity/But only Light too dim for us to see Brainbench MVP for Linux Admin / mail: TRAP + SPAN don't belong http://www.brainbench.com / -----------------------------/ This space sort of for rent.
- Next message: dave stanton: "Re: modem 56k V.92 usb for linux"
- Previous message: Daniele Pernechele: "modem 56k V.92 usb for linux"
- In reply to: Dorota Krzyzanowska: "Re: rere Wacom Graphire2 on Mandriva"
- Next in thread: Dorota Krzyzanowska: "Re: rere Wacom Graphire2 on Mandriva"
- Reply: Dorota Krzyzanowska: "Re: rere Wacom Graphire2 on Mandriva"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|