Xref: utzoo comp.unix.ultrix:4346 comp.sys.dec:3888 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!decuac!bacchus.pa.dec.com!decwrl!gringort From: gringort@wsl.dec.com (Joel Gringorten) Newsgroups: comp.unix.ultrix,comp.sys.dec Subject: Re: rodent allergy Message-ID: <1990Aug27.214141.27908@wrl.dec.com> Date: 27 Aug 90 21:41:41 GMT References: <13961@cbmvax.commodore.com> Sender: news@wrl.dec.com (News) Reply-To: gringort@wsl.dec.com (Joel Gringorten) Organization: DEC Western Software Lab Lines: 32 In article <13961@cbmvax.commodore.com>, grr@cbmvax.commodore.com (George Robbins) writes: |> The current DEC direct catalog lists a puck/tablet (VSXXX-AB) as a |> DECsystem 5000 option. Does anyone know if this also works on a |> DS3100? Yes. |> If so, does the standard "mouse driver" make it look mouse |> compatible to higher level software, Yes. |> or is this something that is |> handled at the DECWindows or X11R? level or at the application level? No. The DEC tablet is currently supported as the X pointer device on the DS3100/2100 and the DS5000 in Ultrix 3.1D and 4.0. The active region of the tablet surface is mapped onto the root window coordinate space; the tablet coordinates are scaled in x and y and translated to X window coordinates. Thus the pointer at the bottom right hand corner of the tablet moves the cursor to the bottom right hand corner of the screen, etc. No provision was made to provide access to (unprocessed) absolute tablet data. In order to access the 4th button on the pointer, you must start the server with the command line argument "-btn 4". -joel