home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / misc / 35487 < prev    next >
Encoding:
Text File  |  1992-11-06  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!comp.vuw.ac.nz!cc-server4.massey.ac.nz!P.Kay
  3. From: news@massey.ac.nz (USENET News System)
  4. Subject: ET4000 in 800x600x256 - Switching between 35/38khz hor freq?
  5. Message-ID: <54sis-b@massey.ac.nz>
  6. Reply-To: P.Kay@massey.ac.nz
  7. Organization: School of Maths & Info. Sci., Massey University, Palmerston North, NZ
  8. Date: Thu, 5 Nov 1992 21:58:29 GMT
  9. Lines: 29
  10.  
  11. My SVGA monitor (Philips 1409) only has a fixed number of supported horizontal
  12. frequencies. I'm drving it with a clone ET4000 SVGA card, with the CSD drivers.
  13.  
  14. The ET4000 chipset has two modes for 800x600x256 resolution - 35.2 and 37.8khz
  15. (the default being 37.8).
  16.  
  17. Unfortunately the default frequency is not supported by the monitor.
  18.  
  19. Under DOS you can reprogram the ET4000 by giving the "VMODE 35K" command -
  20. VMODE is a program supplied with the card. This program only does two things!
  21. it ANDS 0040:0488 with 0xDF and ORS 0040:0489 with 0x40.
  22.  
  23. These locations are read by the ROM BIOS on the card when 800x600 mode is
  24. entered.
  25.  
  26. This does work even in a full screen DOS window under OS/2!
  27.  
  28. I had hoped to create a small program that I could "call" in my config.sys
  29. file to set the card to the 35khz frequency - but I can't believe that the
  30. device driver looks anywhere near the DOS BIOS parameter area.
  31.  
  32. Now I'm stuck - can anyone help me?
  33.  
  34. Thanks
  35.  
  36. Peter Kay (P.Kay@massey.ac.nz)
  37.  
  38. PS - I can run in 1024x768x256 interlaced mode - but sometimes (not often) the
  39. flicker is distracting.
  40.