How to specify the output for a weston window?

2017-02-06 Thread Zhu, Lingyun
Hi, Guys Is this possible to specify the output for a weston window (use API)? E.g. When I connected 2 monitors (monitor A and monitor B) on my system, and I want to display a picture on monitor A. Thanks, Lingyun ___ wayland-devel mailing list waylan

RE: How to do mode setting in Wayland

2017-02-06 Thread Zhu, Lingyun
Hi, Guys Is this possible to specify the output for a weston window? E.g. When I connected 2 monitors (monitor A and monitor B) on my system, and I want to display a picture on monitor A. Thanks, Lingyun ___ wayland-devel mailing list wayland-devel@li

RE: How to do mode setting in Wayland

2017-02-06 Thread Zhu, Lingyun
Thank you very much. It works. Thanks, Lingyun -Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Emmanuel Gil Peyrot Sent: Friday, December 23, 2016 11:59 PM To: Zhu, Lingyun Cc: wayland-devel Subject: Re: How to do mode setting

How to do mode setting in Wayland

2016-12-23 Thread Zhu, Lingyun
Hi, I'm trying to set mode for a monitor from 4K@60Hz to 4K@30Hz (all supported) under wayland/weston. But it seems there's no api for doing this. The only mode setting related api is wl_output::mode event, but it's a notifying event. How can I change the mode of a monitor under wayland/weston?

RE: [Question] About muti-thread with wayland/weston

2016-08-03 Thread Zhu, Lingyun
Hi, Daniel Thank you :). I also tried it with create threads in simple-egl. It works well. Thanks, Lingyun -Original Message- From: Daniel Stone [mailto:dan...@fooishbar.org] Sent: Wednesday, July 20, 2016 8:39 PM To: Zhu, Lingyun Cc: wayland-devel@lists.freedesktop.org Subject: Re

[Question] About muti-thread with wayland/weston

2016-07-20 Thread Zhu, Lingyun
Hi, guys I'm trying to develop an application under Yocto, which may have multiple (maybe 16) threads contained in one process. Each thread wants to have an individual connection with Weston and render its own picture independently at the same time. But I'm not sure whether it's feasible with We