Issue with starting Weston service

2024-03-28 Thread Akshaya Maran
Hi,

I am facing an issue while trying to start the weston service .
Below is the error message :

*weston.service - Weston, a Wayland compositor, as a system service*

* Loaded: loaded (/lib/systemd/system/weston.service; disabled; preset:
enabled)*

* Active: failed (Result: exit-code)*

*TriggeredBy: �● weston.socket*

*   Docs: man:weston(1)*

* man:weston.ini(5)*

* http://wayland.freedesktop.org/
*

*Process: 167 ExecStart=/usr/bin/weston
--log=${XDG_RUNTIME_DIR}/weston.log --modules=systemd-notify.so
(code=exited, status=1/FAILURE)*

*   Main PID: 167 (code=exited, status=1/FAILURE)*

*CPU: 28ms*


* weston[167]: failed to load swrast driver*

* weston[167]: Internal warning: debug scope 'drm-backend' has not been
destroyed.*

* weston[167]: PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]*

* weston[167]: PVR:(Error): PVRSRVConnect: Unable to open connection. [0, ]*

* weston[167]: PVR:(Error): Couldn't connect to services [0, ]*

* weston[167]: PVR:(Error): PVRDRIEGLGlobalDataInit: PVR Services
initialisation failed [0, ]*

* weston[167]: PVR:(Error): PVRDRICreateScreenImpl: Couldn't create EGL
global data [0, ]*

* systemd[1]: weston.service: Main process exited, code=exited,
status=1/FAILURE*

* systemd[1]: weston.service: Failed with result 'exit-code'.*

* systemd[1]: Failed to start weston.service.*

Can you please help me to understand and fix this error ?

Thanks,
Akshaya.M


Qustion: Support for Splitting Application Output Across Multiple Displays in Weston

2024-03-28 Thread Yosuke Nakayama
Dear Wayland-devel Community,

I am currently exploring the capabilities of Weston, the reference
compositor for Wayland, specifically in the context of an application use
case that I am working on. My goal is to achieve a functionality where the
graphical output of a single application can be divided and displayed
simultaneously across two separate displays. This functionality would
enable part of the application window to be shown on one display and the
rest on another, effectively spanning the application window across
multiple screens.

>From my understanding and current experimentation with Weston, this
particular use case does not seem to be directly supported, but I'm not
sure. Does functionality exist at this time to achieve such a use case?

Thank you for your time and assistance!

Best regards,