Re: starting " weston " with non root user

2017-05-02 Thread Daniel Díaz Rodríguez
Hello! You may find some pointers here: https://github.com/96boards/meta-96boards/commit/8a2a30fc853f123a717300bde32ebb38e1d3391c Greetings! Daniel Díaz daniel.d...@linaro.org ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https

Re: weston sometime fails to start using systemd unit file

2017-01-10 Thread Daniel Díaz Rodríguez
lob/master/recipes-graphics/wayland/weston-init/71-weston-drm.rules If this doesn't help, please attach your weston.log. Greetings! Daniel Díaz daniel.d...@linaro.org [1] https://github.com/96boards/meta-96boards/blob/master/recipes-graphics/wayland

[PATCH v4] Add configuration option for no input device.

2016-10-21 Thread Daniel Díaz
-November/025193.html Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> Reviewed-by: Peter Hutterer <peter.hutte...@who-t.net> --- v2: Try different approach v3: Return 0 on successful init, not 1 v4: Remove a just-introduced warning (bool/int) compositor/main.c | 5

[PATCH v3] Add configuration option for no input device.

2016-10-20 Thread Daniel Díaz
-November/025193.html Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> Reviewed-by: Peter Hutterer <peter.hutte...@who-t.net> --- v2: Try different approach v3: Return 0 on successful init, not 1 compositor/main.c | 5 + libweston/compositor.h| 4 libweston/libinpu

Re: [PATCH v2] Add configuration option for no input device.

2016-10-20 Thread Daniel Díaz
udev_input_init (and the DRM backend) can handle that case differently if so needed. I reckon that's not common practice, so I'll submit v3 returning 0 there. Thanks and greetings! Daniel Díaz daniel.d...@linaro.org ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH v2] Add configuration option for no input device.

2016-10-19 Thread Daniel Díaz
-November/025193.html Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- v2: Try different approach compositor/main.c | 5 + libweston/compositor.h| 4 libweston/libinput-seat.c | 6 ++ man/weston.ini.man| 5 + weston.ini.in | 1 + 5 files chang