I have an UDOO (i.MX6 Quad/GC2000) dev board connected to an external HDMI->VGA display (1024x768).
I am running a custom Ubuntu 12.04 armhf rootfs w/ UDOO's 3.0.35 kernel (w/ GPU drivers compiled) and Xorg 1.11.3
I am using the latest Timesys repos userspace/X11 drivers for the 3.0.35 kernel.
I have it in portrait mode (768x1024) and have been able to succesfully rotate the console w/ fbcon, and to set rotation in X11 w/ Option "Rotate" "CW" in the Display in the Device section of my xorg.conf when I am using the software (fbdevhw) renderer. Unfortunately, the sw renderer performs quite poorly (I can literally see blits move across the screen).
When running the vivante drivers on the Device, the 2D performance is improved. However, it doesn't respect the Rotate option. I've also tried xrandr combinations, but I get either a BadMatch when specifying -o or a message that it can't use rotation when I try to specify a --rotate for the --output.
I saw a thread where someone made their own modifications to xrandr and a followup from a Freescale employee about implementing rotation via Wayland (this was back in September): 3D APP run failed after add RandR support on imx6q
Has there been any progress? What are the alternatives? I'm developing on this UDOO board for an embedded application and I can't imagine it being an uncommon use case for devs to need to support portrait displays? There must be some workaround?
Look like the 4.6.9p13 driver associated with the 3.10.17 beta BSP adds proper xrandr support:
https://lists.yoctoproject.org/pipermail/meta-freescale/2014-January/006736.html
I have the same question, it's supported in i.MX51, is support for i.MX6 coming?