Re: Weston window move to second monitor

2022-10-03 Thread Terry
On 03/10/2022 08:25, Alexandros Frantzis wrote: On Sun, Oct 02, 2022 at 09:13:27AM +0100, Terry Barnaby wrote: Hi, I am developing software for an instrument embedded system using NXP CPU's and the Wayland/Weston GUI system. The hardware platform has a main LCD panel and an optional pl

Weston window move to second monitor

2022-10-02 Thread Terry Barnaby
s and move the application and tell it to resize. I don't have much knowledge of Wayland/Weston internals (lots of X11), so can anyone give me any pointers on how I might achieve this in the simplest/quickest way ? Terry

Re: Weston window move to second monitor

2022-10-03 Thread Terry Barnaby
On 03/10/2022 08:25, Alexandros Frantzis wrote: On Sun, Oct 02, 2022 at 09:13:27AM +0100, Terry Barnaby wrote: Hi, I am developing software for an instrument embedded system using NXP CPU's and the Wayland/Weston GUI system. The hardware platform has a main LCD panel and an optional pl

Weston 8: kiosk-shell background is black but should be grey

2022-10-04 Thread Terry Barnaby
with that release ? Terry

Re: Weston 8: kiosk-shell background is black but should be grey

2022-10-04 Thread Terry Barnaby
On 04/10/2022 09:56, Alexandros Frantzis wrote: On Tue, Oct 04, 2022 at 08:55:22AM +0100, Terry Barnaby wrote: From what I can see the kiosk-shell in Weston 9.0 should draw a grey (0.5, 0.5, 0.5) solid colour background. However on my NXP embedded system it shows as black. Should the kiosk

Re: Weston 8: kiosk-shell background is black but should be grey

2022-10-05 Thread Terry Barnaby
On 05/10/2022 09:41, Marius Vlad wrote: On Tue, Oct 04, 2022 at 11:07:11AM +0100, Terry Barnaby wrote: On 04/10/2022 09:56, Alexandros Frantzis wrote: On Tue, Oct 04, 2022 at 08:55:22AM +0100, Terry Barnaby wrote: From what I can see the kiosk-shell in Weston 9.0 should draw a grey (0.5

Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-22 Thread Terry Barnaby
idea one where to look ? 3. Given the wl_surface in the Qt app or in waylandsink is there a way I can print out its state and the surface hierarchy easily ? 4. Any idea on any debug methods to use ? Cheers Terry

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-22 Thread Terry Barnaby
Hi Marius, Many thanks for the info. Some notes/questions below: Terry On 22/02/2024 17:49, Marius Vlad wrote: Hi, On Thu, Feb 22, 2024 at 03:21:01PM +, Terry Barnaby wrote: Hi, We are developing a video processing system that runs on an NXP imx8 processor using a Yocto embedded Linux

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-22 Thread Terry Barnaby
get is hidden/shown/resized. Or could there be a way of "activating" the child QWidget's Wayland surface ? On 22/02/2024 18:44, Terry Barnaby wrote: Hi Marius, Many thanks for the info. Some notes/questions below: Terry On 22/02/2024 17:49, Marius Vlad wrote: Hi, On Thu,

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-23 Thread Terry Barnaby
n the QWidget is hidden/shown/resized. Or could there be a way of "activating" the child QWidget's Wayland surface ? Terry On 23/02/2024 08:35, David Edmundson wrote: On Fri, Feb 23, 2024 at 6:15 AM Terry Barnaby wrote: I don't know how to determine the Wayland sur

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-25 Thread Terry Barnaby
parent surface dist/changes-5.12.0: - [QTBUG-49809] Added support for wl_subsurface.place_above and place_below in WaylandQuickItem. dist/changes-5.15.2: - [QTBUG-86176] We now send subsurface expose events when a different toplevel (such as a dialog) is configured. Could any of these be relate

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-26 Thread Terry Barnaby
Hi Pekka, Thanks for the response. Notes below: Terry On 26/02/2024 13:28, Pekka Paalanen wrote: On Sun, 25 Feb 2024 08:04:30 + Terry Barnaby wrote: Hi, I have investigated a bit further. I have built my own Weston server to run under X11 on Fedora37 so I can add printf's and

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-28 Thread Terry Barnaby
Hi Pekka, Some questions below: Thanks Terry On 26/02/2024 15:56, Pekka Paalanen wrote: Ok. What Wayland API requests cause a surface to actually be mapped (Sorry don't really know Wayland protocol) ? Hi Terry, the basic protocol object is wl_surface. The wl_surface needs to be gi

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-02 Thread Terry Barnaby
s://bugreports.qt.io/browse/QTBUG-122941. Terry On 29/02/2024 13:39, Pekka Paalanen wrote: On Wed, 28 Feb 2024 18:04:28 + Terry Barnaby wrote: Hi Pekka, Some questions below: Thanks Terry On 26/02/2024 15:56, Pekka Paalanen wrote: Ok. What Wayland API requests cause a surface to actu

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
While I am trying to investigate my issue in the QtWayland arena via the Qt Jira Bug system, I thought I would try taking Qt out of the equation to simplify the application a bit more to try and gain some understanding of what is going on and how this should all work. So I have created a pure

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
On 04/03/2024 09:41, Pekka Paalanen wrote: On Mon, 4 Mar 2024 08:12:10 + Terry Barnaby wrote: While I am trying to investigate my issue in the QtWayland arena via the Qt Jira Bug system, I thought I would try taking Qt out of the equation to simplify the application a bit more to try and

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby wrote: On 04/03/2024 09:41, Pekka Paalanen wrote: On Mon, 4 Mar 2024 08:12:10 + Terry Barnaby wrote: While I am trying to investigate my issue in the QtWayland arena via the Qt Jira Bug system

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
On 04/03/2024 15:50, Pekka Paalanen wrote: On Mon, 4 Mar 2024 14:51:52 + Terry Barnaby wrote: On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby wrote: On 04/03/2024 09:41, Pekka Paalanen wrote: On Mon, 4 Mar 2024 08:12:10 + Terry Barnaby

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-08 Thread Terry Barnaby
On 05/03/2024 12:26, Pekka Paalanen wrote: On Mon, 4 Mar 2024 17:59:25 + Terry Barnaby wrote: On 04/03/2024 15:50, Pekka Paalanen wrote: On Mon, 4 Mar 2024 14:51:52 + Terry Barnaby wrote: On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-08 Thread Terry Barnaby
On 08/03/2024 15:23, Pekka Paalanen wrote: On Fri, 8 Mar 2024 14:50:30 + Terry Barnaby wrote: On 05/03/2024 12:26, Pekka Paalanen wrote: On Mon, 4 Mar 2024 17:59:25 + Terry Barnaby wrote: ... I would have thought it better/more useful to have a Wayland API call like

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-19 Thread Terry Barnaby
On 05/03/2024 12:26, Pekka Paalanen wrote: On Mon, 4 Mar 2024 17:59:25 + Terry Barnaby wrote: On 04/03/2024 15:50, Pekka Paalanen wrote: On Mon, 4 Mar 2024 14:51:52 + Terry Barnaby wrote: On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby