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      10000              # 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      10000              # 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      10000              # 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      10000              # 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"
  SampleRate            60
  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)
===================================================================


Reply via email to