VBE modeset silently failing
Posted: Thu Apr 19, 2012 10:55 pm
(odds are I've overlooked something simple here)
I've found an issue in real hardware testing. I attempt to use VBE to set the video mode to 1024x768x32bpp using INT 0x10/AX=0x4F02/BX=0x4118 (mode 0x118 is in the list returned by 0x4F00)
However, although the modeset call returns AX=0x004F, the mode does not change. The VGA cursor continues to flash, and there is no change in the display (I would expect an interesting pattern along the top as the B8000 data is interpreted as 32-bpp pixels)
Hardware Details: UniChrome S3 VGA (Vendor 0x1106, Dev 0x3108)
I've found an issue in real hardware testing. I attempt to use VBE to set the video mode to 1024x768x32bpp using INT 0x10/AX=0x4F02/BX=0x4118 (mode 0x118 is in the list returned by 0x4F00)
However, although the modeset call returns AX=0x004F, the mode does not change. The VGA cursor continues to flash, and there is no change in the display (I would expect an interesting pattern along the top as the B8000 data is interpreted as 32-bpp pixels)
Hardware Details: UniChrome S3 VGA (Vendor 0x1106, Dev 0x3108)