Re: New Wayland Live CD

2013-08-30 Thread Pier Luigi
2013/8/31 nerdopolis > ** > > > Unfortunately the Hawaii shell is currently not working on the framebuffer > backed weston, which means it won't work on VirtualBox as of right now. > It's likely issues with the pixman renderer that is used on the > fbdev-backend? > Guess it's pixman yeah, same i

New Wayland Live CD

2013-08-30 Thread nerdopolis
I am releasing a new ISO of my Wayland Live CD, which is named in honor my favorite celebrity, Rebeccca Black. The files are here: http://sourceforge.net/projects/rebeccablackos/files/August%2029th%202013/ MD5: 9b2d95773d625b6145b0b50aebda1ef8 RebeccaBlackLinux_Reduced_i386.iso f4116f40f06f

Re: Destructors for pointer/keyboard/touch

2013-08-30 Thread Kristian Høgsberg
On Tue, Aug 13, 2013 at 08:06:28PM +0100, Rob Bradford wrote: > Hi folks, > > One of the prerequisites for pointer lock support is the client being able to > request the destruction of the client. Kristian wrote the patches below some > time ago and i've rebased and bumped the versions appropriate

Re: [RFC] compositor-drm: Add hardware accelerated capture of screen using libva

2013-08-30 Thread Kristian Høgsberg
On Fri, Aug 30, 2013 at 09:10:06AM -0400, Daniel Stone wrote: > Hi, > > On 30 August 2013 03:56, wrote: > > On 30/08/2013 06:37, Kristian Høgsberg wrote: > >> On Fri, Aug 23, 2013 at 05:15:48PM +0300, Ander Conselvan de Oliveira > >> wrote: > >>> +PKG_CHECK_MODULES(LIBVA, [libva >= 0.34.0 libva-

Re: [PATCH wayland-web] building: Recommend disabling setuid for non-root installs

2013-08-30 Thread Kristian Høgsberg
On Sun, Aug 25, 2013 at 07:05:45PM +, Bryce W. Harrington wrote: > On Sun, Aug 25, 2013 at 10:57:59AM +0300, Pekka Paalanen wrote: > > On Fri, 23 Aug 2013 19:54:17 + > > "Bryce W. Harrington" wrote: > > > diff --git a/building.html b/building.html > > > index b7a1158..a47744e 100644 > > >

Re: [PATCH weston] input: add a motion signal to weston_pointer

2013-08-30 Thread Giulio Camuffo
2013/8/30 Kristian Høgsberg > On Sun, Aug 25, 2013 at 11:18:20AM +0200, Giulio Camuffo wrote: > > The signal will be emitted after the pointer is moved. A shell plugin > > can listen to the signal and activate certain effects when the pointer > > touches the screen corners, for instance. > > I wo

Re: [PATCH weston] input: add a motion signal to weston_pointer

2013-08-30 Thread Kristian Høgsberg
On Sun, Aug 25, 2013 at 11:18:20AM +0200, Giulio Camuffo wrote: > The signal will be emitted after the pointer is moved. A shell plugin > can listen to the signal and activate certain effects when the pointer > touches the screen corners, for instance. I wonder how we would implement something lik

Re: [PATCH wayland-web] building: Update renamed client names

2013-08-30 Thread Kristian Høgsberg
On Fri, Aug 23, 2013 at 07:54:17PM +, Bryce W. Harrington wrote: > These were renamed mid-July to add a weston- prefix. Thanks, this and the next one committed. Kristian > Signed-off-by: Bryce Harrington > --- > building.html | 18 +- > 1 file changed, 9 insertions(+), 9

Re: [PATCH] .gitignore: Reflect recent client binary rename

2013-08-30 Thread Kristian Høgsberg
On Fri, Aug 23, 2013 at 07:57:04PM +, Bryce W. Harrington wrote: > Commit 77ab1721 renamed the client binaries; this change updates > .gitignore to follow this change. Good one, thanks. Kristian > Signed-off-by: Bryce Harrington > --- > clients/.gitignore | 37 +++

Re: [PATCH weston] autotools: Fix AC_PATH_PROG call

2013-08-30 Thread Kristian Høgsberg
On Sat, Aug 24, 2013 at 08:36:10PM +0200, Quentin Glidic wrote: > From: Quentin Glidic > > Signed-off-by: Quentin Glidic > --- > > Sorry for the noise, this one is the good fix Thanks, in master now. Kristian > configure.ac | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > >

Re: [RFC] compositor-drm: Add hardware accelerated capture of screen using libva

2013-08-30 Thread Ander Conselvan de Oliveira
On 08/30/2013 07:37 AM, Kristian Høgsberg wrote: On Fri, Aug 23, 2013 at 05:15:48PM +0300, Ander Conselvan de Oliveira wrote: From: Ander Conselvan de Oliveira This patch adds a feature to the DRM backend that uses libva for encoding the screen contents in H.264. Screen recording can be activa

Re: [RFC] compositor-drm: Add hardware accelerated capture of screen using libva

2013-08-30 Thread Daniel Stone
Hi, On 30 August 2013 03:56, wrote: > On 30/08/2013 06:37, Kristian Høgsberg wrote: >> On Fri, Aug 23, 2013 at 05:15:48PM +0300, Ander Conselvan de Oliveira >> wrote: >>> +PKG_CHECK_MODULES(LIBVA, [libva >= 0.34.0 libva-drm >= 0.34.0], >>> [have_libva=yes], [have_libva=no]) >>> +AS_IF([test "x$h

Re: [RFC] compositor-drm: Add hardware accelerated capture of screen using libva

2013-08-30 Thread sardemff7+wayland
On 30/08/2013 06:37, Kristian Høgsberg wrote: On Fri, Aug 23, 2013 at 05:15:48PM +0300, Ander Conselvan de Oliveira wrote: +PKG_CHECK_MODULES(LIBVA, [libva >= 0.34.0 libva-drm >= 0.34.0], [have_libva=yes], [have_libva=no]) +AS_IF([test "x$have_libva" = "xyes"], + [AC_DEFINE([HAVE_LIBVA], [