Re: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Jomon John
Teemu, > Okay, good news. After using the correct name (fbdev) the screen is rotated! Tested on a older image and working here too. Thanks Paalanen, Teemu. > I tried building linux-fslc - based system with etnaviv, but ran problems > with imx-gpu-viv - module still being built. There is extern

RE: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Keskinarkaus, Teemu
ut I don't know what kind of can of worms I'd have opened so decided against it. -Teemu -Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] Sent: 22. kesäkuuta 2017 12:05 To: Keskinarkaus, Teemu Cc: Jomon John; wayland-devel@lists.freedesktop.org Subject: Re: Dis

Re: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Pekka Paalanen
On Thu, 22 Jun 2017 08:20:07 + Jomon John wrote: > Paalanen, > > >> >>Transform will work, i tried the same on i.mx6 (with DRM backend) > >> >>and it was working, but you will need mainline kernel. Not sure > >> >>whether you can do the same fbdev backend.  > > > >Are you sure of the kern

Re: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Pekka Paalanen
On Thu, 22 Jun 2017 07:56:15 + "Keskinarkaus, Teemu" wrote: > Hi, > > I tried following lines in weston.ini (Also made sure weston actually loaded > it.) > > [output] > name=LCD > mode=240x320 > transform=90 > > I'm not sure what the name should be. Display is connected to > parallel port

Re: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Jomon John
Paalanen, >> >>Transform will work, i tried the same on i.mx6 (with DRM backend) >> >>and it was working, but you will need mainline kernel. Not sure >> >>whether you can do the same fbdev backend.  > >Are you sure of the kernel requirement? Weston should be using the >composition to rotate the i

RE: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Keskinarkaus, Teemu
l@lists.freedesktop.org Subject: Re: Display rotation in Wayland/weston in imx6sx On Thu, 22 Jun 2017 06:50:11 + Jomon John wrote: > Teemu, > > >>> There is rotate config(transform) option in Weston, but it did > >>> nothing when tested. Is there a way to rotate

Re: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Pekka Paalanen
On Thu, 22 Jun 2017 06:50:11 + Jomon John wrote: > Teemu, > > >>> There is rotate config(transform) option in Weston, but it did > >>> nothing when tested. Is there a way to rotate the display in > >>> Wayland that would work with iMX6 or is that something that is > >>> not currently support

RE: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Keskinarkaus, Teemu
than FBDev so I'm not sure how DRM would work. Is it accelerated? -Teemu Keskinarkaus -Original Message- From: Jomon John [mailto:jomon.j...@tataelxsi.co.in] Sent: 22. kesäkuuta 2017 8:41 To: Keskinarkaus, Teemu; wayland-devel@lists.freedesktop.org Subject: Re: Display rotation in Wayl

Re: Display rotation in Wayland/weston in imx6sx

2017-06-22 Thread Jomon John
Teemu, >>> We have HW iMX6SoloX based HW running Yocto 2.2 and Wayland/Weston 1.11. >>> There is need to rotate the display 90 degrees. In X11 this wouldn't be a >>> problem since you could use xrandr. >>What I understood Wayland does not  >>> support this method. >> >>You are right, xrandr is

Re: Display rotation in Wayland/weston in imx6sx

2017-06-21 Thread Jomon John
Teemu, > We have HW iMX6SoloX based HW running Yocto 2.2 and Wayland/Weston 1.11. > There is need to rotate the display 90 degrees. In X11 this wouldn’t be a > problem since you could use xrandr. What I understood Wayland does not > support this method. You are right, xrandr is the configurat

Display rotation in Wayland/weston in imx6sx

2017-06-21 Thread Keskinarkaus, Teemu
Hi, We have HW iMX6SoloX based HW running Yocto 2.2 and Wayland/Weston 1.11. There is need to rotate the display 90 degrees. In X11 this wouldn't be a problem since you could use xrandr. What I understood Wayland does not support this method. There is rotate config(transform) option in Weston,