home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25135 < prev    next >
Encoding:
Text File  |  1993-01-23  |  2.1 KB  |  44 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!newsserver.jvnc.net!primerd.prime.com!hammer!cummings
  3. From: cummings@hammer.prime.com (Kevin Cummings)
  4. Subject: Re: Changing video modes after boot time
  5. Message-ID: <1993Jan22.183341.16737@primerd.prime.com>
  6. Sender: cummings@hammer (Kevin Cummings)
  7. Organization: Prime Computer, Inc.
  8. References:  <13875@tranter>
  9. Date: Fri, 22 Jan 1993 18:33:41 GMT
  10. Lines: 32
  11.  
  12. In article <13875@tranter>, tranter@Software.Mitel.COM (Jeff Tranter) writes:
  13. > On bootup the Linux kernel can prompt for video mode selection, but is
  14. > there any way to change it afterwords without rebooting? Different
  15. > users may want different video modes, or perhaps I want to run emacs
  16. > in 132x43 mode but the shell in 80 columns.
  17.  
  18. The prompt at boot time occurs while the machine is still running in
  19. REAL mode and the video BIOS is still available.  The resulting choice
  20. is made with an INT 10 BIOS call (or more than one if necessary).
  21.  
  22. After LINUX is up and running (in protected mode), all mode changing
  23. has to be done by programming the video hardware directly, and different
  24. boards have different programming requirements.  Sure, you could write
  25. some programs to work on YOUR video board, but there is no guarrentee
  26. that it will work on some other brand video board.
  27.  
  28. How best to run emacs in 132x43 and your shell as 80x50?  Use X-Windows!
  29. After you have the resolutions you want, you can pick the font that
  30. looks best for you!  Sorry, but if you're unable to configure
  31. X on your system, then I have no good alternative for you.
  32.  
  33. =================================================================
  34. Kevin J. Cummings                       ComputerVision Services
  35. 20 Briarwood Road                       500 Old Connecticut Path
  36. Framingham, Mass.                       Framingham, Mass.
  37.                     
  38. Home:  cummings@kjc386.framingham.ma.us    Work:  cummings@primerd.Prime.COM
  39.  
  40. Std. Disclaimer: "Mr. McKittrick, after careful consideration,
  41.           I've come to the conclusion that your new
  42.           defense system SUCKS..."   --  War Games
  43. =================================================================
  44.