GiGaBiTe
Veteran Member
Given that EISA cards generally require special configuration in the EISA setup utility to work, I would second using a regular ISA video card that will work without any special configuration being required.
| VCF Latam | Apr 24 - 26, 2026, | Bahía Blanca, Argentina |
| VCF Pac. NW | May 02 - 03, 2026, | Tukwila, WA |
| VCF Southwest | May 29 - 31, 2026, | Westin Dallas Fort Worth Airport |
| VCF Southeast | Aug 01 - 02, 2026, | Atlanta, GA |
| VCF West | Aug 01 - 02, 2026, | Mountain View, CA |
| VCF Midwest | Sep 12 - 13, 2026, | Schaumburg Convention Center, IL |
| VCF Montreal V2.0 | Nov 07 - 08, 2026, | Saint-Lambert, Montreal, Canada |
| VCF SoCal | See you in 2027, | Southern CA |
| VCF East | Apr TBD, 2027, | InfoAge, Wall, NJ |
The Compaq QVision (1024/E, 1280/E) are the only ones I've run into that don't work at all until configured. The VGA core of the Mach32 EISA will work fine without the board being configured. The VGA core on the Spectrum/24 EISA (if so equipped) is only connected to the ISA bus anyway, so it also works. I can't speak from experience about any other EISA "base" video boards.Given that EISA cards generally require special configuration in the EISA setup utility to work, I would second using a regular ISA video card that will work without any special configuration being required.

You run the ECU with an ISA video board to insert the QVision into the configuration, save, power off, then install the card. This is what Compaq telephone support told me to do in the early '90s when I tried upgrading my (non-Compaq) 486 from a CL-GD5422 (ISA) to a QVision 1280/E and ran into this, and it is what I ended up having to do.Hmmm. The card I have is a QVision 1280/E. I'm going to try it in my other EISA system to ensure that it works. How do you configure it if it does not work until configuring?
I may pick up an ISA video card as well, however I would have expected a different behavior than I am seeing after trying to boot with no video card.
If a PC VGA card is supported on the Alpha, it's directly supported. The Alpha SRM and AlphaBIOS both emulate x86 instructions on the Alpha for the purpose of executing VGA BIOS extension ROM code.I wonder if any of them are alpha firmware?
If a PC VGA card is supported on the Alpha, it's directly supported. The Alpha SRM and AlphaBIOS both emulate x86 instructions on the Alpha for the purpose of executing VGA BIOS extension ROM code.


How much will the missing EISA configuration file cause trouble? I assume this file is lost forever, is it possible to adapt a file from a similar system (same chipset etc)?
Are the configuration utilities pretty universal?
How much will the missing EISA configuration file cause trouble? I assume this file is lost forever, is it possible to adapt a file from a similar system (same chipset etc)?
I suppose it depends on the error, but IME if the CFG file contains, say, a syntax error, the ECU will reject it. If your CFG is syntactically correct but writes the wrong configuration registers, then I guess your card will not be configured correctly. I don't know from experience, but I don't imagine that would prevent you from rewriting them some other way later. Without knowledge of how the board makes use of its configuration registers, I doubt you will be able to usefully write a config file from scratch. Having an empty file might let the ECU write a valid configuration that it won't complain about, but I wouldn't then expect any of the cards to be configured in any predictable way. Some of them might give you "default" configurations, but absolutely not all. I'd want to be extremely cautious trying to do this for a system board, where a bad configuration might well result in an inability to run the ECU again. One possible hedge against that is to dump the EISA NVRAM in its current state, so that, in case of catastrophe, it can be externally reprogrammed with known-good contents.I've started to poke around in some of the EISA utilities and docs. Is there a way to go from card -> de novo config file, or is it all just guesswork?
How much can I wedge the system if my handcrafted "!DTI3520.CFG" contains errors, but it still lets me write to NVRAM?
I suppose it depends on the error, but IME if the CFG file contains, say, a syntax error, the ECU will reject it. If your CFG is syntactically correct but writes the wrong configuration registers, then I guess your card will not be configured correctly. I don't know from experience, but I don't imagine that would prevent you from rewriting them some other way later. Without knowledge of how the board makes use of its configuration registers, I doubt you will be able to usefully write a config file from scratch. Having an empty file might let the ECU write a valid configuration that it won't complain about, but I wouldn't then expect any of the cards to be configured in any predictable way. Some of them might give you "default" configurations, but absolutely not all. I'd want to be extremely cautious trying to do this for a system board, where a bad configuration might well result in an inability to run the ECU again. One possible hedge against that is to dump the EISA NVRAM in its current state, so that, in case of catastrophe, it can be externally reprogrammed with known-good contents.