The attachment contains some simple test apps created with FreeBASIC DOS. You control them by pressing the spacebar key to continue to the next test or the escape key to exit. Other keys are ignored so you can use Alt+Enter without disturbing the application. There is one app to test the QB/FB modes 9, 10, 11, 12, and 13, corresponding to VGA modes 10h, 0fh, 11h, 12h, and 13h, and two others that test the FB modes 17 and 18, corresponding to VESA modes 100h and 101h. I didn’t include tests for any of the higher resolution VESA modes because VBE could not identify the modes.
Running under the Windows XP NTVDM, on two different systems, all of the tests run full-screen only, Alt+Enter minimizes to the task bar, and restore returns to full-screen. One anomaly on the newer system was that the FreeBASIC graphics library substituted a mode that was reported as 30h for what should have been VGA mode 13h.
The display adapters in my test system are more or less old so they support the old lower-resolution modes, but I suspect that some of the recent hardware may lack support for these modes.