Hi Everyone, I want to generate a custom resolution on HDMI output port. For example, if I want resolution of 1680x1050@60Hz, I can do it easily on the Raspberry Pi as the below link: http://www.raspberrypi.org/phpBB3/viewt ... 29&t=24679 I wonder if I could do the same on UDOO board. Anyone please help me. Thanks!
One way could be retrieving the edid.txt file of your specific monitor and copy it to /etc/edid.txt. More info here (at the end): http://www.udoo.org/faq-items/how-can-i-solve-my-hdmi-issues/
Thanks, I have odered the board. I will try this as soon as I get it. The Raspberry Pi HDMI output is Coordinated Video Timing (CVT) so it can generate non-standard resolution. Is the UDOO HDMI is also CVT?