I've been working on enhancements to Minix's frame buffer driver that allow it to detect the supported resolutions of the connected display via EDID (extended display identification data) and automatically configure the frame buffer driver with a resolution that works well with the display and the board. I'm looking for some people to help test my code as I only have 1 physical monitor to test with in addition to the Linaro QEMU simulator. If you'd like to help, please read on.
Note, this only works with the BeagleBoard-xM. The BeagleBone isn't supported by the frame buffer driver yet.
Test Instructions
If it works
Please e-mail me at linu...@gmail.com to let me know. If you can, also include a description of your display (make, model, etc).
If it doesn't work
Please e-mail me at linu...@gmail.com with your display's EDID. Here are the steps to get the EDID:
Thomas