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

RE: How to do mode setting in Wayland

2017-02-06 Thread Zhu, Lingyun
and-devel@lists.freedesktop.org> Subject: Re: How to do mode setting in Wayland On Fri, Dec 23, 2016 at 08:59:20AM +, Zhu, Lingyun wrote: > Hi, Hi, > > I'm trying to set mode for a monitor from 4K@60Hz to 4K@30Hz (all supported) > under wayland/weston. > But it see

Re: How to do mode setting in Wayland

2016-12-23 Thread Emmanuel Gil Peyrot
On Fri, Dec 23, 2016 at 08:59:20AM +, Zhu, Lingyun wrote: > Hi, 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. That’s correct. > The only mode setting related api is

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