To resolve this problem, change the order of the display divers to make sure that the VGA driver is not listed first in the display device .inf file. To do this, follow these steps:
- Open the display device .inf file.
- Locate the InstalledDisplayDrivers value. For example, the string that contains this value may resemble the following:
HKR,, InstalledDisplayDrivers, 0x00010000, vga, mydispdd
- If you do not need the VGA driver, change the string to the following:
HKR,, InstalledDisplayDrivers, 0x00010000, mydispdd
Note The driver supports only the very low display settings of the original VGA standard. The most useful setting is the 640 by 480 screen resolution. - If you must have the VGA driver, change the string to the following:
HKR,, InstalledDisplayDrivers, 0x00010000, mydispdd, vga
- Save the display device .inf file.