WACOM Totally and Completely Stumped

View: New views
3 Messages — Rating Filter:   Alert me  

WACOM Totally and Completely Stumped

by jeremy jozwik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

since setting up my tablet pc with debian i have failed to get my
wacom screen to work.

xorg.conf no longer crashes.

wacdump -f tpc /dev/ttyS0 lists a lot of random bits of information
when the the pen is moved along the screen.

wacomcpl brings the config window but no tablets are listed.

xsetpointer -l lists:
0: "Virtual core keyboard" [XKeyboard]
1: "Virtual core pointer" [XPointer]
2: "Configured Mouse" ExtensionPointer]
3: "<default keyboard>" [XExtensionKeyboard]

when the wiki says it should say:
"eraser" [XExtensionDevice]
"stylus" [XExtensionDevice]
"cursor" [XExtensionDevice]
"Mouse0" [XPointer]
"keyboard" [XKeyboard]

please help!

list of more steps along the way can be found at:
http://forum.thinkpads.com/viewtopic.php?f=30&t=79205&p=523811#p523811

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@...
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Re: WACOM Totally and Completely Stumped

by Alexia Death-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 14, 2009 at 7:36 AM, jeremy jozwik <jerjoz.forums@...> wrote:

> since setting up my tablet pc with debian i have failed to get my
> wacom screen to work.
>
> xorg.conf no longer crashes.
>
> wacdump -f tpc /dev/ttyS0 lists a lot of random bits of information
> when the the pen is moved along the screen.
>
> wacomcpl brings the config window but no tablets are listed.
>
> xsetpointer -l lists:
> 0: "Virtual core keyboard" [XKeyboard]
> 1: "Virtual core pointer" [XPointer]
> 2: "Configured Mouse" ExtensionPointer]
> 3: "<default keyboard>" [XExtensionKeyboard]
>
> when the wiki says it should say:
> "eraser" [XExtensionDevice]
> "stylus" [XExtensionDevice]
> "cursor" [XExtensionDevice]
> "Mouse0" [XPointer]
> "keyboard" [XKeyboard]
>
> please help!
>

What distro? And how does your xorg.conf look?

--
--Alexia

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@...
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Re: WACOM Totally and Completely Stumped

by jeremy jozwik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 13, 2009 at 10:36 PM, Alexia Death <alexiadeath@...> wrote:

> On Wed, Oct 14, 2009 at 7:36 AM, jeremy jozwik <jerjoz.forums@...> wrote:
>> since setting up my tablet pc with debian i have failed to get my
>> wacom screen to work.
>>
>> xorg.conf no longer crashes.
>>
>> wacdump -f tpc /dev/ttyS0 lists a lot of random bits of information
>> when the the pen is moved along the screen.
>>
>> wacomcpl brings the config window but no tablets are listed.
>>
>> xsetpointer -l lists:
>> 0: "Virtual core keyboard" [XKeyboard]
>> 1: "Virtual core pointer" [XPointer]
>> 2: "Configured Mouse" ExtensionPointer]
>> 3: "<default keyboard>" [XExtensionKeyboard]
>>
>> when the wiki says it should say:
>> "eraser" [XExtensionDevice]
>> "stylus" [XExtensionDevice]
>> "cursor" [XExtensionDevice]
>> "Mouse0" [XPointer]
>> "keyboard" [XKeyboard]
>>
>> please help!
>>
>
> What distro? And how does your xorg.conf look?
>
> --
> --Alexia
>

debian lenny, wacom-tools and xserver-xorg-input-wacom are installed.

xorg.conf:

 # wacom

   Section "InputDevice"
     Driver        "wacom"
     Identifier    "cursor"
     Option        "Device"        "/dev/ttyS0"
     Option        "Type"          "cursor"
     Option        "ForceDevice"   "ISDV4"
     Option        "Mode"          "Absolute"
   EndSection

   Section "InputDevice"
     Driver        "wacom"
     Identifier    "stylus"
     Option        "Device"        "/dev/ttyS0"
     Option        "Type"          "stylus"
     Option        "ForceDevice"   "ISDV4"
   EndSection

   Section "InputDevice"
     Driver        "wacom"
     Identifier    "eraser"
     Option        "Device"        "/dev/ttyS0"
     Option        "Type"          "eraser"
     Option        "ForceDevice"   "ISDV4"
   EndSection

# new

   Section "InputDevice"
     Identifier    "Configured Mouse"
     Driver        "mouse"
   EndSection

   Section "Device"
     Identifier    "Configured Video Device"
   EndSection

   Section "Monitor"
     Identifier    "Configured Monitor"
   EndSection

   Section "Screen"
     Identifier    "Default Screen"
     Monitor        "Configured Monitor"
   EndSection

# This section is for Intuos3, CintiqV5, Graphire4, or Bamboo
   Section "InputDevice"
     Driver        "wacom"
     Identifier    "pad"
     Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
     Option        "Type"          "pad"
     Option        "ForceDevice"   "ISDV4"               # Serial Tablet PC ONLY
   EndSection
# End Wacom section

   Section "ServerLayout"
     Identifier     "Default Layout"
     Screen 0 "Default Screen"   0 0
     InputDevice    "Configured Mouse"    "CorePointer"
     InputDevice    "cursor" "SendCoreEvents"
     InputDevice    "stylus" "SendCoreEvents"
     InputDevice    "eraser" "SendCoreEvents"
     InputDevice    "pad"   # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
   EndSection

# done

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@...
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss