home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6971 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.7 KB

  1. Path: sparky!uunet!mcsun!fuug!news.funet.fi!hydra!klaava!klaava!liljeber
  2. From: liljeber@klaava.Helsinki.FI (Mika Pekka Liljeberg)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: More on my (strange) terminal problem.  : (
  5. Message-ID: <LILJEBER.92Jul29200950@klaava.Helsinki.FI>
  6. Date: 29 Jul 92 18:09:50 GMT
  7. References: <1992Jul28.185257.9457@athena.mit.edu>
  8. Sender: liljeber@klaava.Helsinki.FI (Mika Pekka Liljeberg)
  9. Organization: Department of Computer Science, University of Helsinki, Finland
  10. Lines: 60
  11. In-Reply-To: jgifford@attmail.com's message of 28 Jul 92 18: 52:57 GMT
  12.  
  13. In article <1992Jul28.185257.9457@athena.mit.edu> jgifford@attmail.com wrote:
  14.  
  15. > Well, ^V^O doesn't work.  that was the first thing I tried, as I had recently
  16. > read those articles.   ;)
  17. > This problem only happens under linux.
  18.  
  19. [stuff deleted]
  20.  
  21. > I think the command giving problems is a clear screen sequence from the remote
  22. > host, which happens to be a vax running vms. (yech)  ;)
  23.  
  24. Ah... ^V^O doesn't work under VMS. You have to go to another virtual console
  25. and do: echo ^V^O >/dev/tty1 (assuming /dev/tty1 is the screwed up console).
  26.  
  27. There are better solutions, however. Since you get the problem often, change your
  28. reset (rs) and/or initialize (is) strings in the termcap to:
  29. rs=\Ec\E)B
  30. is=\Ec\E)B
  31.  
  32. After this, you'll find it difficult to get the console into the grahics character
  33. set mode (a VMS program that actually uses graphics characters might still do it).
  34. If you do manage it, 'setterm -reset -initilize >/dev/tty1' from another virtual
  35. console should fix it (assuming again that /dev/tty1 is the plagued one). Note that
  36. the sequence \E)B sets the secondary character set to normal as well (the current
  37. default is the graphics character set). This means that it won't matter, if you
  38. get ^O:s and ^N:s because of line crap. The screen won't go garbled.
  39.  
  40. > The screen goes into the extended character set, but only the lower case 
  41. > letters!  numbers, and capital letters do ok.
  42. > go figure.  :(
  43.  
  44. Yup. That's the graphics character set, all right. Quite normal.
  45.  
  46. > My solution for now:
  47. > create a dos partition temporarily.
  48. > install dos5.0, and pcplus2.01 on that partition.
  49. > use this to login and get the linux stuff I need...
  50. > reboot to linux.....
  51. > mcopy the stuff over.
  52. > I was hoping to use linux only, so I wouldn't have to truncate file names, 
  53. > but them's the breaks... :(
  54.  
  55. Ugh! We can't have you doing that, can we? :-)
  56.  
  57. > I am going to do a setterm -file dfile -dump 2 and see if the graphics get 
  58. > captured, or if it maps normal on another vc....
  59.  
  60. The graphics will get captured.
  61.  
  62. > Later,
  63. > Jim Gifford
  64. > jim@raskol.attmail.com
  65.  
  66. Well, I hope this fixes your troubles.
  67.  
  68.     Mika
  69. --
  70. Mika Liljeberg            Email:    liljeber@kruuna.Helsinki.FI
  71. Helsinki University            Mika.Liljeberg@Helsinki.FI
  72. Dept. of Computer Science
  73.