[meta-freescale] Screen rotation

Cliff Brake cbrake at bec-systems.com
Thu Sep 11 07:36:47 PDT 2014


On Wed, Sep 3, 2014 at 3:09 AM, Riccardo Stronati <r.stronati at gmail.com> wrote:

> I need to rotate my desktop environment by 90 deg. I've read on freescale
> comunity that vivante driver do not support the rotation so I need to go
> back to framebuffer. Is that right?

That is my experience.

> How do I build and enable the frame buffer?

bitbake xf86-video-fbdev

> I changed the xorg.conf but the xserver can't find the framebuffer driver. I
> suppose that I need to change the image recipe

Correct, include xf86-video-fbdev in the image recipe.

http://bec-systems.com/site/177/the-correct-way-to-add-packages-to-an-openembedded-image

> and change the kernel bootargs, how?

I don't think bootargs needs to change.

lastly, modify /etc/X11/xorg.conf to include:

Section "Device"
        Identifier      "fbdev driver"
        Driver          "fbdev"
        Option          "fbdev"         "/dev/fb0"
        Option          "Rotate"        "CCW"
EndSection

Thanks,
Cliff


More information about the meta-freescale mailing list