LeoKesler wrote: 
> 
> Can you or others users, test the quad image, using a HDMI-DVI cable and
> a not full hd monitor ?

There has been some discussion on the Wandboard forum. Multiple issues
with EDID detection, which seems to be worse on the quad for some
reason. ISTR, someone using a HDMI->DVI adapter wasn't able to get video
at all. 

You might try and edit /boot/uboot/uEnv.txt. If you know your monitor
does 1680x1050, change the line .....


Code:
--------------------
    
  video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 mxcfb2:dev=ldb,LDB-WVGA,if=RGB24
  
--------------------


to .....


Code:
--------------------
    
  video=mxcfb0:dev=hdmi,1680x1050M@60,if=RGB24 mxcfb2:dev=ldb,LDB-WVGA,if=RGB24
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to