Changeset 553 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 2, 2007 2:32:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r1 r553 1286 1286 dprintf(("VBoxVideo::VBoxVideoResetDevice\n")); 1287 1287 1288 #if 0 1289 /* Don't disable the extended video mode. This would only switch the video mode 1290 * to <current width> x <current height> x 0 bpp which is not what we want. And 1291 * even worse, it causes an disturbing additional mode switch */ 1288 1292 VideoPortWritePortUshort((PUSHORT)VBE_DISPI_IOPORT_INDEX, VBE_DISPI_INDEX_ENABLE); 1289 1293 VideoPortWritePortUshort((PUSHORT)VBE_DISPI_IOPORT_DATA, VBE_DISPI_DISABLED); 1294 #endif 1290 1295 1291 1296 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.