Reply 20 of 23, by Scali
wrote:Hm i never got any VGA Card with EGA fully combatible with EGA.
Many Software still detects VGA.. and often you can't change that behavior.
Well yea, VGA is backwards compatible with EGA, but I don't know of any card that can 'block' the new VGA features. So if there is software that tries to detect EGA or VGA, it will still detect VGA.
It's possible to create a TSR that intercepts the detection, so you can force the VGA detection to fail.
One common detection method is to try to set a VGA graphics mode via the BIOS and see if it failed or succeeded. This is quite easy to intercept.