home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / tools / 2219 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.7 KB

  1. Path: sparky!uunet!pipex!unipalm!uknet!almac!terry.harris
  2. From: terry.harris@almac.co.uk (Terry Harris)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: UN: *BIG* problems with *
  5. Message-ID: <832.934.uupcb@almac.co.uk>
  6. Date: 24 Jan 93 19:01:00 GMT
  7. Reply-To: terry.harris@almac.co.uk (Terry Harris)
  8. Organization: Almac BBS Ltd. +44 (0)324 665371
  9. Lines: 39
  10.  
  11. LF>> Lo and Behold - whenever the second monochrome video card
  12.   >> is plugged into its slot, my main monitor slows down by at least 40%. Whene
  13.   >> it is removed, the system behaves normally.
  14.  
  15. LF>Only if you could get a 16-bit mono (MDA or Hercules comp.) video card,
  16.   >and those are real hard to come by.
  17.  
  18. LF>If anyone out there got a pointer to any such adapter, I'd really
  19.   >appreciate a hint !
  20.  
  21. I have had this problem for some time and there may be a
  22. workaround for some. On some VGA cards it is possible to force
  23. them back into 16 bit mode.
  24.  
  25. This also forces the system to think the mono card is 16 bit so
  26. the attribute bytes don't get written to it (although some things
  27. manage to write to them, I have a full screen flashing mono
  28. display next to me now, wish I knew how so I could clear it!).
  29.  
  30. For Trident cards it is possible to force them into 16 bit mode using
  31. the TVGACRTC.SYS driver.
  32.  
  33. I use an ATI graphics ultra clone at the moment and I can toggle
  34. 16 bit mode from the command line
  35.  
  36. to force 8 bit mode:-
  37. mov dx,1ce
  38. mov ax,20b3
  39. out dx,ax
  40. int 20
  41.  
  42. and load ax with 00b3 to force 16 bit mode. The 1ce is the ultra
  43. control port address which you are supposed look in the video BIOS
  44. for (can't remember exactly how).
  45.  
  46. Cheers Terry...
  47. ---
  48.  . OLX 2.2 . terry.harris@almac.co.uk
  49.                                                                                                                        
  50.