home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / ibm / pc / hardware / 20429 < prev    next >
Encoding:
Text File  |  1992-07-27  |  2.5 KB  |  72 lines

  1. Newsgroups: comp.sys.ibm.pc.hardware
  2. Path: sparky!uunet!boulder!juliet!drew
  3. From: drew@juliet.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: DUAL MONITORS! Problem rebooting! HELP!
  5. Message-ID: <1992Jul28.022418.5638@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: juliet.cs.colorado.edu
  8. Organization: University of Colorado at Boulder
  9. References: <1992Jul28.110553.9687@waikato.ac.nz>
  10. Date: Tue, 28 Jul 1992 02:24:18 GMT
  11. Lines: 59
  12.  
  13. In article <1992Jul28.110553.9687@waikato.ac.nz> singlis@waikato.ac.nz writes:
  14. >I have a 386/33 Mhz machine with a trident 8900cs card, and a
  15. >brand new hercules graphics card. (also 1 serial/par & int.modem)
  16. >
  17. >When I reboot (alt-ctrl-del), the hercules card shows a capital N tilde
  18. >in the top left of the mono screen and the machine won't reboot 
  19. >properly.
  20. >
  21. >The CMOS reports "error", press F1 to continue, F2 to setup etc.
  22. >
  23. >It's a Phoenix bios.
  24. >
  25. >Can you help????
  26.  
  27. Poblems you may encounter : 
  28.  
  29. #1: 
  30.  
  31. You can thank IBM for problem 1.  In their infinite wisdom, 
  32. they provided a set of unlatched address lines with a 128k granularity.
  33. Now, in order to get a 16 bit transfer, you must pull the mem16
  34. line low to get a 16 bit transfer before you have a set of 
  35. latched addresses.  Unfortunately, you only have the address to
  36. within 128k.  The mono card's address at 0xb0000 - 0xb7fff 
  37. falls right in the middle of the Trident board's 128K address
  38. space from 0xa0000 - 0xbfffff.  When the Trident sees something
  39. in that range, it says "gimme a 16 bit transfer".  The latched lines
  40. become valid, the trident goes oops, and the 8 bit mono board gets 
  41. a 16 bit transfer.
  42.  
  43. To get around this, you must switch the Trident board to 8 bit mode.  
  44. Note that this will reduce speed considerably.
  45.  
  46. #2: 
  47.  
  48. Real hercules boards have "text", "half", and "full" modes.  Text mode
  49. has a 4k address space starting at 0xb0000, "half" mode
  50. a 32k address space, and "full" mode a 64k address space (allowing
  51. 2 pages of graphics).
  52.  
  53. Full mode will overlap color text mode address space, from
  54. 0xb8000 - 0xbffff.  You must configure the card for half mode 
  55. or text mode - this may be done in hardware or software.
  56.  
  57. one page of graphics, where as the "full" mode allows for two 
  58.  
  59. #3:
  60.  
  61. BIOS problem.  Some BIOS's might be unhappy having multiple displays
  62. in the system, some will allow only one as the "primary"
  63.  
  64. You should try changing the primary display. Run setup, set it 
  65. to mono, and change the motherboard jumper for a mono primary display.
  66.  
  67. The DOS mode command can be used to switch which monitor is used
  68. for DOS programs.
  69.  
  70.  
  71.  
  72.