home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14158 < prev    next >
Encoding:
Text File  |  1992-12-16  |  2.0 KB  |  56 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!usc!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!pan.mc.ti.com!a722756
  3. From: a722756@roper.mc.ti.com (W. Donald Rolph)
  4. Subject: ANSI X3.64 emulation form HP 9000/730
  5. Message-ID: <1992Dec16.172609@roper.mc.ti.com>
  6. Originator: a722756@roper.mc.ti.com
  7. Sender: usenet@pan.mc.ti.com (USENET News System)
  8. Organization: Texas Instruments / Attleboro Mass / USA
  9. Date: Wed, 16 Dec 1992 22:26:09 GMT
  10. Lines: 44
  11.  
  12.  
  13. I have been working at getting fully ANSI X3.64 (VT100) emulation out of my HP
  14. 9000/730.  I need to cross work with suns, VMS, r/s6000, DECStations etc, and
  15. they are expecting a full keypad implememtnation.  I have found that the
  16. following seems to do the trick.  Comments/critiques etc appreciated!
  17.  
  18.  
  19. Subject: hp 9000/7xx compatibiliyt with ansi x3.64 (vt100) environment
  20. Date: Wed, 16 Dec 92 12:11:28 EST
  21. From: a722756@pan.mc.ti.com
  22.  
  23. I have been working to get our HP 9000s compatible with the ANSI X3.64
  24. (VT100) environment.  The HPterm wont work,  and the default 46021A
  25. keyboard is not very usable.  I have found the following provides near
  26. perfect emulation:
  27.  
  28.      1)  Order the C1429A (PS/2 style) keyboard
  29.      2)  Install the xterm application from X11R5
  30.             (the R4 xterm wont pass the escape sequences properly)
  31.      3)  You will now need to map the keyboard correctly, I use the following
  32.            shell script:
  33.  
  34. xmodmap -e "keysym System = KP_F1"
  35. xmodmap -e "keysym KP_Divide = KP_F2"
  36. xmodmap -e "keysym KP_Multiply = KP_F3"
  37. xmodmap -e "keysym KP_Subtract = KP_F4"
  38. xmodmap -e "keysym KP_Add = KP_Subtract KP_Separator"
  39. xmodmap -e "keysym DeleteChar = Delete"
  40.  
  41. which should probably be added to the sys.x11startup script.
  42.  
  43. NOte that the DEC delete key will be the delete key among the 6 page
  44. operators to the right of the main keyboard.  The backspace key still
  45. sends backspace.  We could probably map <shft> backspace to delete if people prefer.
  46.  
  47. Regards.
  48.  
  49. Don Rolph a722756@pan.mc.ti.com WD3 MS10-13 (508)-699-1263
  50.  
  51. -- 
  52.  
  53. Regards.
  54.  
  55. Don Rolph  a722756@pan.mc.ti.com WD3 MS10-13 (508)-699-1263
  56.