Native Wayland GUI on Linux Kernel

2013-07-13 Thread Hui Lee
Hi , Guys! I am really excited about the new protocol Wayland. but I am not really familiar with it right now. I wonder how could I build Wayland on just a linux kernel, and run a simple GUI on it. I have a old laptop, I hope to make it to be a playground for native Wayland GUI. Thanks ! ___

Re: [PATCH wayland] Zero out the closure serializing buffer to make valgrind happy.

2013-07-13 Thread Jason Ekstrand
*bump* This one came up on IRC again the other day. --Jason Ekstrand On Tue, Apr 9, 2013 at 4:59 PM, Jason Ekstrand wrote: > Valgrind complains because sometimes padding at the ends of strings and > arrays > is left uninitialized. Zeroing out the buffer fixes this problem. > > Signed-off-by:

New Wayland Live CDs (with Wayland 1.2)

2013-07-13 Thread nerdopolis
Hi. For anyone who wants to test Wayland 1.2, I have pushed out new ISOs of my Wayland Live CD project which is named after my favorite celebrity. (It actually has Wayland and Weston master, but at the ISO build time, the 1.2 release was the most recent commit to both repos) I also recently re

[PATCH] evdev-touchpad: Set some options using weston.ini

2013-07-13 Thread Armin K
This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. --- src/evdev-touchpad.c | 46 +- weston.i