home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14591 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.7 KB  |  41 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!news.cs.columbia.edu!maguire
  3. From: maguire@cs.columbia.edu (Gerald Q. Maguire)
  4. Subject: HP-HIL mouse + tablet as X pointer devices
  5. Message-ID: <MAGUIRE.93Jan7033738@ground.cs.columbia.edu>
  6. Sender: news@cs.columbia.edu (The Daily News)
  7. Organization: Columbia University Department of Computer Science
  8. Distribution: NA
  9. Date: Thu, 7 Jan 1993 08:37:38 GMT
  10. Lines: 29
  11.  
  12. If you put the following in X0devices:
  13.  
  14. first   keyboard        keyboard   # first keyboard on loop is X keyboard
  15. first   mouse           pointer    # mouse is an X pointer
  16. first   tablet          other      # graphics tablet is also an X pointer
  17. first   nine_knob       other      # also allow the knobbox to move the pointer
  18.  
  19. And you have a three button mouse all is fine.
  20.  
  21. However, if you put the tablet in before the mouse - you loose button2
  22. and button3 mouse events! Or atleast this was my experience under HPUX
  23. 8.07. Curiously the order of these options shown in the sample file
  24. (/etc/newconfig/X0devices) has the tablet before the mouse.
  25.  
  26. Another curious mis-feature is that xev is mentioned three times in
  27. "Using the X Window System" (based on a LaserROM/UX search of the June
  28. 1, 1992 CD-ROM), but the binary does not seem to be in /usr/bin/X11
  29. nor is the manual page present.  I ran xev on a remote system with a
  30. window on the local system and quickly found that there were no button
  31. events for other than the first button.
  32.  
  33. Sent in the interest of helping others avoid this problem. [Which was
  34. caused when I set things up to use a tablet to enter splines in
  35. FrameMaker.(this works fine)]
  36.  
  37. I have not received 9.0 executable (but have several documentation
  38. disks) so have not checked if the above has been fixed.
  39.  
  40. Chip
  41.