How to tell weston to show exactly one app in fullscreen?
Thilo Cestonaro
thilo at cestona.ro
Tue Mar 17 05:02:34 PDT 2015
Hey!
> Just curious, why didn't you get the fbdev backend to work? Was it the
> color format thing?
>
No, I got the color format to work, but I need to rotate the screen, and
the rotation in fbdev doesn't work as expected.
(I changed compositor-fbdev.c - weston_output_init() or so, to have the
Transform which I wanted to try)
Normal => 480x272
180° => didn't do anything here, panel still placed like in normal
90° => changed the image resolution to 272x480 but didn't rotate
correctly, so half of the screen was invisible
270° => like 90° but the other side was visible
But as fbdev doesn't support Transformation from weston.ini, I guess
this code isn't thought to be work, right?
Anyway I'm glad, drm with pixman backend is there! :)
> What kind of app is it?
It was a Qt4 QWS FBDev Fullscreen App, but not with any wayland shell
stuff in it.
> Has it been specifically written for fullscreen-shell? If not, it is
> probably a desktop app, which means you have to use the desktop shell.
>
> If it is for IVI, you should take a look at ivi-shell.
>
> If it is just some kiosk app, the desktop shell is probably
> appropriate.
Yeah, I think so to ... kiosk is what I want and as the panel can be
removed, I probably go with this solution.
Thanks again pq!
Regards,
Thilo
More information about the wayland-devel
mailing list