Re: Wayland on a VT

2014-09-13 Thread Pekka Paalanen
On Sat, 13 Sep 2014 22:17:04 +0300 Marko Rauhamaa wrote: > > Sorry if this is the wrong mailing list, but I couldn't find a Wayland > users' (application developers') mailing list. > > Is it possible to build Wayland and run it on one linux VT while an X > server is running on another VT? I'd l

Wayland on a VT

2014-09-13 Thread Marko Rauhamaa
Sorry if this is the wrong mailing list, but I couldn't find a Wayland users' (application developers') mailing list. Is it possible to build Wayland and run it on one linux VT while an X server is running on another VT? I'd like to try out the Hello Wayland Tutorial on my Fedora laptop (http://h

[PATCH] window: Don't needlessly sync parent and geometry

2014-09-13 Thread Ondřej Majerech
When a toytoolkit client redraws, the toolkit syncs the parent and geometry. If a client redraws often (such as the terminal drawing a huge amount of output), this can spam the compositor with requests and may result in the client's eventual being killed. We don't need to send requests for changin