Vesa 问题:0xA0000 或 0xB0000
在处理 Vesa(版本 2)时,我可以检测它是否可用,获取所有可用的分辨率,但在设置分辨率时...我可以更改为 1024x768 (32bpp),但屏幕只是空白。 ..正在VirtualBox上测试它...
设置模式后,还需要做什么吗?
When dealing with Vesa (version 2) I can detect if its available, get all the available resolutions, but when it comes to setting the resolution... I am able to change to 1024x768 (32bpp) but then the screen is just blank... am testing it on VirtualBox...
After setting the mode, is there anything else am supposed to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你真的设置了像素吗?内存可能已清零,因此您看到的只是全黑屏幕。
Did you actually set any pixels on? It's possible the memory is zeroed out so all you see is an all black screen.