First post, by Kahenraz
- Rank
- l33t
While swapping around hardware in a build I had made recently, I noticed at some video cards were causing Windows 98 to hang. This only happened after installing the appropriate drivers and acceleration was enabled. I was certain that there was some kind of hardware conflict because there was no issue in DOS and the problem appeared across several generations of cards.
The cause resulted from pairing a Pentium 3 with an older 440EX chipset. While this did work for the most part, I believe there is a problem when SSE instructions are called that cause the system to lock up. The reason this was triggered by the graphics card drivers was likely due to SSE optimizations. And since it's a kernel mode driver, the whole system locked up. I'm aware that SSE didn't exist around the time of this chipset but I had no idea that such a pairing was unstable.
Some of you may already know about this but it was a discovery for me and I wanted to share.
For those who may be curious, installing Intel's chipset drivers did not help.