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

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!primerd.prime.com!hammer!cummings
  2. From: cummings@hammer.Prime.COM (Kevin Cummings)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: New Install - Comments and Questions
  5. Message-ID: <1992Jul27.160909@hammer.Prime.COM>
  6. Date: 27 Jul 92 20:09:09 GMT
  7. References: <sheldon.712259366@pv141b.vincent.iastate.edu>
  8. Sender: cummings@hammer (Kevin Cummings)
  9. Organization: Prime Computer R&D
  10. Lines: 53
  11.  
  12. In article <sheldon.712259366@pv141b.vincent.iastate.edu>, sheldon@iastate.edu (Steve Sheldon) writes:
  13. >  1. Upon booting Linux it asks for SVGA modes.  I get 6 or 7 options.
  14. > Well I can get the 80 column modes to work, but not the 132 column.
  15. > When I select a 132 column mode, the screen stays the same (i.e. 80x25),
  16. > but internally it things it's right.  So if I selected something like
  17. > 132x50, it thinks there is 50 lines, but I only see the top 25.
  18. > I'm using a Trident 8900 video card, with 256K of memory onboard, with
  19. > an Everex monochrome VGA monitor.  I get 132 column modes just fine using
  20. > DOS.  Has anyone else had this problem?
  21.  
  22. In order to answer this question, I need to know what version of LINUX you
  23. are running?  When LINUX boots, do you see a line indicating VESA support
  24. in your video card?  Followed by your video mode choices?  If so, then 
  25. when you select a mode, LINUX make a VESA BIOS extension call to set your
  26. video mode.  If it fails, then there is a problem with your video card.
  27.  
  28. My card gives me 4 choices.  The first two are hard coded (80x25, and 80x50)
  29. and appear in EVERYONE's VESA list.  80x25 is the standard MODE-3, while
  30. 80x50 is the same mode with an 8x8 font loaded instead of the default 8x16
  31. (or 8x14) font.  The rest of the modes in the list come from the VESA modes
  32. list returned by the Get VESA information call.  On my card they are 132x25
  33. and 132x43.  These modes both work for me.
  34.  
  35. IF you are running version 0.96c at patch level 1 or greater and 
  36. IF YOU DO NOT HAVE A VESA BIOS, or
  37. IF you are running any version before 0.96c-pl1, then you get a list of
  38. "standard" modes put up specific to your video card,
  39. which for a Trident card would be:  07, 50, 51, 52, 57, 58, 59, and 5A
  40. which are 80x30, 80x43, 80x60, 132x25, 132x30, 132x43, and 132x60.  These
  41. are stadard Trident Video modes, and are set by an INT 10 video bios call
  42. to the Set Video Mode function using the mode number from the list.  
  43.  
  44. Unless I have screwed up the old functionality badly with the VESA support,
  45. which you can check by building a LINUX kernel with an old boot/setup.S
  46. file, then your mode set call is failing and you possibly have a faulty
  47. video board.  I'll double check the compatibility code when I get home
  48. tonight, but I would have thought that there would have been more complaints
  49. by now if I broke the old stuff.
  50.  
  51. Please let me know if I can be of any more help.
  52.  
  53. =================================================================
  54. Kevin J. Cummings                       PrimeService
  55. 20 Briarwood Road                       A Computervision Company
  56. Framingham, Mass.                       500 Old Connecticut Path
  57.                     Framingham, Mass.
  58. Work:  cummings@primerd.Prime.COM
  59. Home:  cummings@kjc386.framingham.ma.us
  60.  
  61. Std. Disclaimer: "Mr. McKittrick, after careful consideration,
  62.           I've come to the conclusion that your new
  63.           defense system SUCKS..."   --  War Games
  64. =================================================================
  65.