Kid <> wrote:
>
>Is there some cool way to cause VGA driver bluescreen ?
>
>I need a common API method which can test any chip vendor's driver.
What do you think you would be testing?
If you want to test the way the system handles blue screens, it's trivially
easy to write your own driver that calls KeBugCheckEx. However, that
process involves removing the original graphics driver and bringing up the
fallback VGA driver, so the chip's driver is not involved.
--
Tim Roberts,
Providenza & Boekelheide, Inc.