home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / hardware / 2730 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.4 KB  |  77 lines

  1. Newsgroups: comp.sys.next.hardware
  2. Path: sparky!uunet!arakis.fdn.org!gamb.fdn.org!cubx!news
  3. From: claire@cubx.oleane.com  (Claire Normand)
  4. Subject: Re: Cub'X-Window & ADB
  5. Message-ID: <1992Nov16.123521.18466@cubx.fdn.org>
  6. Sender: news@cubx.fdn.org
  7. Nntp-Posting-Host: eugene
  8. Reply-To: claire@cubx.oleane.com
  9. Organization: Cub'X Systemes, France.
  10. References: <1992Nov15.040139.21637@monu6.cc.monash.edu.au>
  11. Date: Mon, 16 Nov 1992 12:35:21 GMT
  12. Lines: 63
  13.  
  14. In article <1992Nov15.040139.21637@monu6.cc.monash.edu.au>  
  15. ede978e@monu6.cc.monash.edu.au (Robert D. Nicholson) writes:
  16. > claire@cubx.oleane.com  (Claire Normand) writes:
  17. ....
  18. > >Cub'X-Window works fine with ADB keyboards, with no patch required.  
  19. Reason  
  20. > >for this is  Cub'X-Window keyboard mapping has been developed in order  
  21. to  
  22. > >follow NeXT keyboard mapping. It  strictly adapts to NeXT keyboard  
  23. > >preferences, permitting to use all NeXT International keyboards, and  
  24. the  
  25. > >ADB. 
  26. > >Cub'X-Window keyboard accepts accents and other specific letters, and  
  27. also  
  28. > >adapts to X requirements, such as different treatment of right and left  
  29. > >Shift key.
  30. > >Claire Normand
  31. > >Cub'x Systemes
  32. > >claire@cubx.oleane.com
  33. > >(+33-1) 46 93 29 25
  34. > Yes, but does it work under NS3.0?
  35.  
  36. All Cub'X-Window units shipped today work on NeXTstep 3.0. 
  37. If you have the previous version of Cub'X-Window for NS2.x, you can  
  38. contact us and we will send you an upgrade (free-of-charge). 
  39. This upgrade contains modification of a Script file, which you can also do  
  40. by yourself, as described below :
  41.  
  42. 1 - Log in as root.
  43. 2 -  Open CubXWindow.app   
  44. 3 -  In the Script directory, edit Xinstall.script 
  45. This script checks which version of NeXtstep is running on the NeXT  
  46. computer. If it does not recognize the number, it displays a panel
  47. "Cub'X-Window doesn't support system release x".
  48. All you need to do is include version number 3.0 in the Xinstall. script  
  49. file.
  50. 4 - In the file Xinstall.script, replace numbers 2,1;2,2... by the number  
  51. 3.0 :
  52.  
  53. #
  54. # First get the system version result is in $sysver
  55. #
  56. sysver=`/usr/bin/hostinfo | /bin/awk '/NeXT Mach/ { print substr($3,0,3)  
  57. }'`
  58. if ( /bin/test $sysver != "3.0" ) then
  59.   /bin/echo This version of Cub\'x Window doesn\'t support system release  
  60. $sysver 
  61.   exit
  62.   fi
  63. export sysver
  64. 5 -  Save the modified Xinstall.script
  65. 6 - Rebuild Cub'X-Window and reboot the computer.
  66.  
  67.  
  68. Claire Normand
  69. Cub'x Systemes
  70. claire@cubx.oleane.com
  71. +33 1 46 93 29 25
  72.