HP compaq tc4200 wacom tablet pc working

What works, and doesn't, for you. Be specific, and please include Puppy version.
Post Reply
Message
Author
iteration69
Posts: 1
Joined: Thu 11 Feb 2010, 18:40

HP compaq tc4200 wacom tablet pc working

#1 Post by iteration69 »

The wacom is working on my tc4200.

I'm running Lucid puppy, ie.
# cat /etc/issue
Lucid Puppy Linux
Linux 2.6.33.2 [i686 arch]


My setup is fairly snappy (i like things to be quick). But you can easily tweak this to your own liking.

Specifics from my xorg.conf

Code: Select all



Section "ServerLayout"
	InputDevice "Synaptics Mouse" "AlwaysCore"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "stylus"    "SendCoreEvents" 
	InputDevice    "eraser"    "SendCoreEvents"
	Option "StandbyTime" "15"
	Option "SuspendTime" "20"
	Option "OffTime" "30"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules" "xorg"
	Option      "XkbModel" "pc102"
	Option      "XkbLayout" "us" #xkeymap0
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2" #mouse0protocol
	Option	    "Device" "/dev/mouse"
	#Option      "Emulate3Buttons"
	#Option      "Emulate3Timeout" "50"
	Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "InputDevice" 
  Driver        "wacom" 
  Identifier    "stylus" 
  Option        "Device"        "/dev/ttyS0"
  Option        "Type"          "stylus" 
  Option "Button1" "1"
  Option "Button2" "3"
  Option "TopX" "200"
  Option "TopY" "200"
  Option "CursorProx" "3"
  Option "Threshold" "75"
  Option "TapTime" "175"
  Option "Speed" "5"
EndSection 

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

Section "InputDevice" 
  Driver        "wacom" 
  Identifier    "cursor" 
  Option        "Device"        "/dev/ttyS0"
EndSection
Notes:

I noticed that sometimes the pinboard and backdrop do no load, when this happens the wacom usually will not work but sometimes it does work. I ran wacdump -f tpc /dev/ttyS0 to try to locate the problem and as soon as i did this the wacom worked again. The problem with the pinboard and backdrop are not related to the xorg.conf, i've seen this happen on a few other machines while testing Lucid puppy. I've not found the culprit yet, but i suspect it to be timing related.

I don't have gesture's working quite yet, but it is very much usable as is.

nonyah
Posts: 1
Joined: Thu 05 Dec 2013, 02:29

using puppy 5.6

#2 Post by nonyah »

I am using puppy 5.6 and am trying to get the stylus to work. I'm new to linux and don't quite follow what you were saying.

Also, I am having problems getting connected to wifi. Any assistance/suggestions you could give would be appreciated.

Ron

Post Reply