by Kurlon » Thu Mar 22, 2012 6:38 pm
$this->bbcode_second_pass_quote('overoarm', '[')code]omapfb.mode=dvi:1024x768MR-16@60 omapdss.def_disp=dvi vram=12M[/code]that is the uboot variable you should be passing for 720p.
1024x768 != 720p mode, and may be why some TVs ignore it. Try 1280x720MR-24@60 for proper 720p mode.
$this->bbcode_second_pass_quote('overoarm', 'F')rom my understanding a DVI-D signal is not the same as a true HDMI signal regardless of the settings you pass and this is what gives the difficulty on some TV's.
DVI-D is the same signaling. More specifically, HDMI is built on DVI's protocol but allows for higher signaling rates to accomodate audio and other data streams along with the video. Where the difficulty comes in is video mode timings. Monitors are built to accept a wide range of input modes, various resolutions, refresh rates, etc. Some TVs to save costs only bother with support for very specific resolution/refresh/timing sets that cover what you'd expect out of a DVD player or cable box. If you can write a matching modeline to the requirement, you can supply that signal via DVI-D and have the TV accept it.