Re: Wacom tablet gives wierd message

2000-10-22 Thread Javier Hernandez

On Mon, 16 Oct 2000, Roy Troxel wrote:
 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.
 
Hi Roy,
I am not an expert on Tablets so the only thing I can do is to show
you my XF86Config file. I have a Wacom UltraPad A4.

Here is the relevant parts of my XF86Config.

--[XF86Config]
# Date: Thu Jan 27 22:10:42 CET 2000
# Xserver:SVGA
# MouseVendor:Unknown
# MouseName:Unknown
# RamDac:121
# Dac8:121
# Dac16:
# Dac24:
# Dac32:121

Section "Module"
# Wacom Device Driver
Load "xf86Wacom.so"
Load "/usr/local/lib/glx.so"
EndSection

Section "Xinput"
# Settings for Wacom Pen
  SubSection "WacomStylus"  # type of input device WacomStylus for Pen
   Port "/dev/ttyS0"# Serial port
   DeviceName "Wacom"   # Name, choose it free
   Mode Absolute# Map Tablet Area to Screen
   Suppress 6   # how many units the device must move before
# the driver moves the pointer.
   # reduce the active area of the tablet.
   TopX  1  # coord of top left point
   TopY   7000
   BottomX   15000  # coord of bottom right point
   BottomY   12000
   HistorySize 200  # Buffer size for motion events
  EndSubSection

  SubSection "WacomStylus"  # type of input device WacomStylus for Pen
   Port "/dev/ttyS0"# Serial port
   DeviceName "WacomCore"   # Name, choose it free
   Mode Absolute# Map Tablet Area to Screen
   AlwaysCore
   Suppress 6   # how many units the device must move before
# the driver moves the pointer.
   DebugLevel  6# Controls how verbose the Wacom driver is,
# from 0 to 10. Default is 0.
   # reduce the active area of the tablet.
   TopX  1  # coord of top left point
   TopY   7000
   BottomX   15000  # coord of bottom right point
   BottomY   12000
   HistorySize 200  # Buffer size for motion events
  EndSubSection

  SubSection "WacomEraser"  # type of input device
  Port "/dev/ttyS0"# Serial port
  Mode Absolute# Map Tablet Area to Screen
  Suppress 6   # how many units the device must move before
   # the driver moves the pointer.
   # reduce the active area of the tablet.
   TopX  1  # coord of top left point
   TopY   7000
   BottomX   15000  # coord of bottom right point
   BottomY   12000
  EndSubSection

  SubSection "WacomEraser"  # type of input device
  Port "/dev/ttyS0"# Serial port
  DeviceName "EraserCore"  # Name, choose it free
  Mode Absolute# Map Tablet Area to Screen
  AlwaysCore
  Suppress 6   # how many units the device must move before
   # the driver moves the pointer.
   # reduce the active area of the tablet.
   TopX  1  # coord of top left point
   TopY   7000
   BottomX   15000  # coord of bottom right point
   BottomY   12000
  EndSubSection

EndSection

Section "Pointer"
  Protocol  "BusMouse"
  Device"/dev/logibm"
  SampleRate60
  BaudRate  1200
EndSection
-[XF86Config]-
 
 I've read the HOWTOs and checked a number of newsgroups, but no luck.
 Any suggestions would be helpful at this point.

There is a Wacom Tablet mail list.

To subscribe: [EMAIL PROTECTED] or [EMAIL PROTECTED]

Best regards, 

Javi, _   [EMAIL PROTECTED]
| http://www.europa3.com/users/fjherna/
 \_(X)_(_)_(X)_/  http://www.valux.org/
!___!___!_Valencia(Spain)
===





Wacom tablet gives wierd message

2000-10-16 Thread Roy Troxel



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'vealso tried it with "/dev/ttyS0" as the port.# Load the dynamic 
driverSection "Module"Load "xf86Wacom.so"EndSection#Configure the XInput 
devicesSection "XInput"SubSection "WacomStylus"Port 
"/dev/ttyS1"DeviceName "Pen1"# DebugLevel 6Mode 
AbsoluteHistorySize 200AlwaysCoreEndSubsectionSubSection 
"WacomEraser"Port "/dev/ttyS1"DeviceName "Eraser1"AlwaysCoreMode 
AbsoluteEndSubsectionSubSection "WacomCursor"Port 
"/dev/ttyS1"Mode 
AbsoluteAlwaysCoreEndSubSectionEndSection

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