home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21641 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  1.3 KB

  1. Path: sparky!uunet!nwnexus!remote!UUCP
  2. From: Greg.Naber@f34.n343.z1.fidonet.org (Greg Naber)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: [Q] How to change text video mode in SLS startup
  5. Message-ID: <725227056.AA27420@remote.halcyon.com>
  6. Date: Thu, 24 Dec 1992 11:37:38 -0800
  7. Sender: UUCP@remote.halcyon.com
  8. Lines: 43
  9.  
  10. Hello there James!
  11.  
  12. In a Ditty of <Thursday December 24 1992>, James P. K. Gilb says to
  13. All:
  14.  
  15. This ought to be a FAQ if it isn't already;)
  16.  
  17.  JPKG>   I installed SLS as per instructions, made boot disk, and
  18. rebooted my
  19.  JPKG> computer.  After the Loading ..... line, the video mode is
  20. changed to
  21.  JPKG> what I believe is 80x50, which my brain damaged Diamond
  22. Speedstar+
  23.  JPKG> does not seem to understand.  With the SLS disks a1 and a2, you
  24. are
  25.  JPKG> given the option of picking a video mode, such as 80x25 or 80x60,
  26. all
  27.  JPKG> of which work fine.
  28.  
  29. Bootable floppy 'fix':
  30.  
  31. with the boot disk in fd0 and a formatted flop handy do:
  32.  
  33. dd if=/dev/fd0 of=image.temp
  34. cd /usr/src
  35. cc rdev.c -o rdev
  36. ./rdev -?
  37. ./rdev -v /image.temp
  38. ./rdev -v /image.temp -1
  39. ./rdev -v /image.temp
  40. Insert blank flop in fd0
  41. dd if=image.temp of=/dev/fd0
  42.  
  43. reboot
  44.  
  45. Catch Ya Later!
  46.  
  47. Greg
  48.  
  49. ... Every solution breeds new problems.
  50.  
  51.  * Origin: Linux Net Hdqtrs - Internet: squally.halcyon.com  (1:343/34)
  52.  
  53.