Im Using The LG Cosmo Board the problem is that on Android 4.1.2 the hdmi output is always in potrait mode regardles of device orientation here isthe link to the kernel in use https://github.com/CyanogenMod/lge-kernel-omap4/tree/android-omap-3.0/drivers/video
the hdmi uses /sys/devices/platform/omapdss/overlay3
output size is 646,1080 it should be 1920,1080
im not sure how overlay3 output_size and positions are set
i cannot use echo "0" > /sys/class/graphics/fb0/rotate nor echo "1" > /sys/devices/omapdss/display1/rotate sysfs changes don't seem to take place is possible to either force hdmi to output in landscape instead of potrait?
is possible to enable settings from sysfs in the kernel somehow?
Thanks any Help would be great George