Are there any emulators that support VBE EDID?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Are there any emulators that support VBE EDID?

Post by BrightLight »

As the title says, I'm trying to implement VBE EDID to use the preferred resolution on the monitor instead of hard-coding the screen resolution to 800x600, and only use 800x600 as a fallback option.
AFAIK, Bochs, QEMU and VirtualBox don't support EDID. I don't want to keep rebooting my test PC hundreds of times per minute; are there any emulators/virtual machines that support EDID?

Thanks in advance!
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: Are there any emulators that support VBE EDID?

Post by Octacone »

I am quite sure Parallels does. :?
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Re: Are there any emulators that support VBE EDID?

Post by BrightLight »

Never mind; EDID was easier than I thought and I only rebooted my PC three times to get it right. My test PC now defaults to 1024x768 and my laptop defaults to 1366x768, and emulators (because they don't support EDID) use 800x600. :)
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Post Reply