Operating System - HP-UX
1850422 Members
2399 Online
104054 Solutions
New Discussion

looking for A4365A gaphics tablet-driver

 
Markus_31
Occasional Contributor

looking for A4365A gaphics tablet-driver

Hi everyone,
I would like installing my A4365A graphic tablet under HP-UX 11i but I couldn`t found any driver for the tablet.
Who can tell me where I can find the driver?
Thanks so much
markus
2 REPLIES 2
Mahesh Kumar Malik
Honored Contributor

Re: looking for A4365A gaphics tablet-driver

Hi Markus

Following document may be of help to you

http://apps.cocreate.com/osdd/osdd_hpux.html#me10-4

Regards
Mahesh
V. Nyga
Honored Contributor

Re: looking for A4365A gaphics tablet-driver

Hi Markus,

we are running A4365A under 11i for OneSpace Designer Drafting Ver 11.65 till workstation C3750.

But you need different configurations.
It depends which Xdriver/(graphic card?) you're running.

For X11:
defined in /etc/X11/X0devices:

Begin_Device_Description
Name metab.sl # Serielles Calcomp graphics tablet
Use Extension # access via the X Input Device Extension
Path /dev/tty0p0 # use serial port tty0p0
End_Device_Description


for XF86:
defined in /etc/X11/XF86Config:
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "tablet"

# InputDevice section

Section "InputDevice"
Identifier "tablet"
Driver "calcomp"
Option "Device" "/dev/tty0p0"
EndSection

Then you need the file metab.sl (it's the same like for 10.20) or libcalcomp.1

Please tell me which one you need.

Volkmar
*** Say 'Thanks' with Kudos ***