I can't get my Wacom Graphite tablet to display a pointer on my Red Hat 6.1 linux machine.
 
Below is how I have the driver configured in XF86Config. The MS Mouse's pointer appears OK , but not the Wacom's. I've
also tried it with "/dev/ttyS0" as the port.

# Load the dynamic driver

Section "Module"
Load "xf86Wacom.so"
EndSection

#Configure the XInput devices

Section "XInput"

SubSection "WacomStylus"
Port "/dev/ttyS1"
DeviceName "Pen1"
# DebugLevel 6
Mode Absolute
HistorySize 200
AlwaysCore
EndSubsection

SubSection "WacomEraser"
Port "/dev/ttyS1"
DeviceName "Eraser1"
AlwaysCore
Mode Absolute
EndSubsection

SubSection "WacomCursor"
Port "/dev/ttyS1"
Mode Absolute
AlwaysCore
EndSubSection

EndSection
 
When I start the Gnome GUI, I get the error message:
 
"(--) Wacom tablet model: ET-0405-R00,v1.0-9
Wacom unable to read second byte of request '~R' answer after 3 tries"
 
I've read the HOWTOs and checked a number of newsgroups, but no luck.
 
Any suggestions would be helpful at this point.
 
Thanks, in advance,
 
Roy Troxel
 

 

Reply via email to