home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10690 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.6 KB

  1. Path: sparky!uunet!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  2. From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Can you access a virtual console directly?
  5. Message-ID: <1992Sep14.220800.12868@klaava.Helsinki.FI>
  6. Date: 14 Sep 92 22:08:00 GMT
  7. References: <1992Sep14.164729.28907@mits.mdata.fi>
  8. Organization: University of Helsinki
  9. Lines: 26
  10.  
  11. kennu@mits.mdata.fi (Kenneth Falck) writes:
  12. >It feels a bit dumb to use termcap-codes to handle the local output, if
  13. >you know you'll be using this terminal from the virtual consoles only. 
  14.  
  15. How do you know it will be used on virtual consoles only? How do you
  16. know what kind of virtual console it is? Is it VGA, CGA, XGA, Hercules,
  17. something else? If you happen to know it is VGA, do you know it is
  18. 80x25? 80x50? 80x43? 100x40? 100x32? 132x25? 132x44? 40x25? Some
  19. dimensions you've never even heard of? Do you even know that it will run
  20. on Linux? Do you _really_ want to fall into the MS-DOS trap of having a
  21. special driver for each and every piece of hardware that the program is
  22. supposed to run on, instead of using the driver that already exists in
  23. the operating system?
  24.  
  25. In a word: DON'T DO IT!  (Hm..., I think my old math teacher is making
  26. mysterious sounds. :)  You'll save yourself a lot of work and a lot
  27. grief, and your program will be much better (read: it works on other
  28. people's machines as well).
  29.  
  30. [ Does anybody else get tired of MS-DOS programmers whose first (and
  31. often enough only) thought is: ``How do I write directly to video
  32. memory?'' Perhaps we'll see requests for adding TSR support into Linux
  33. next. Urgh. ]
  34.  
  35. --
  36. Lars.Wirzenius@helsinki.fi
  37.