Re: [PATCH] Wayland X server uses xwayand.conf instead of xorg.conf

2012-09-06 Thread Pekka Paalanen
On Wed, 05 Sep 2012 12:44:27 -0700 Bill Spitzak spit...@gmail.com wrote: Are you saying that if I make $PREFIX/etc/X11/xorg.conf.d/foo and put my config in there, xwayland will read it? And it will then ignore the xorg.conf? You need to read 'man xorg.conf'. I still do not see this

Re: [call for testing] clients: add cliptest program

2012-09-06 Thread Pekka Paalanen
On Thu, 06 Sep 2012 12:41:15 +0200 Birin Sanchez birin...@gmail.com wrote: Hi Pekka, I gave this clipping algorithm a try and I found a weird behaviour that I don't know if it is expected of not. See attachment 1. And this is how to reproduce it: * Move the clipping area to get it

Re: [PATCH] screensaver: fix decoding of transparency in xpm files

2012-09-06 Thread Pekka Paalanen
On Thu, 6 Sep 2012 15:23:28 +0200 Philipp Brüschweiler ble...@gmail.com wrote: Use 0 as transparent pixel. This is needed when using premultiplied alpha. --- clients/wscreensaver-glue.c | 6 +++--- 1 Datei geändert, 3 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) diff --git

Re: [PATCH weston] compositor: automatically set opaque region for color formats

2012-09-06 Thread Kristian Høgsberg
On Wed, Sep 05, 2012 at 09:36:59AM +0300, Pekka Paalanen wrote: Some color formats are naturally opaque: RGB, XRGB, YUV formats without A channel. For these, automatically set the opaque region to whole surface. Note: If a client first sends a buffer with opaque color format, and then

Re: [PATCH] screensaver: fix decoding of transparency in xpm files

2012-09-06 Thread Kristian Høgsberg
On Thu, Sep 06, 2012 at 03:23:28PM +0200, Philipp Brüschweiler wrote: Use 0 as transparent pixel. This is needed when using premultiplied alpha. Thanks, committed. Kristian --- clients/wscreensaver-glue.c | 6 +++--- 1 Datei geändert, 3 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) diff

Re: bare bones opengl weston client sample

2012-09-06 Thread jegde jedge
Thank you so much, that did the trick! Next Question :) On the same code, on the same hardware... I am getting the glut 60 fps limit when running my app using the glut front end via gnome and X. I am getting ~24 fps using the simple-egl front end on top of wayland. I also noticed the display

Re: bare bones opengl weston client sample

2012-09-06 Thread jegde jedge
I forgot to mention. its on 945GME glut 60 fps uses 17%cpu wayland 24 fps uses 3% cpu I am hoping for an apples to apples. ! ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [PATCH] Wayland X server uses xwayand.conf instead of xorg.conf

2012-09-06 Thread Bill Spitzak
Pekka Paalanen wrote: Please, carefully read 'man xorg.conf' on how xorg.conf.d works. I assume you will want to have xwayland.conf.d replacing xorg.conf.d, just like you suggest xwayland.conf replaces xorg.conf. I get it now. Well they certainly made a mess of something that should be

Advantages of Wayland (Re: A barebone version of Weston?)

2012-09-06 Thread Pekka Paalanen
On Thu, 6 Sep 2012 22:40:49 -0700 Mikalai Kisialiou kisial...@gmail.com wrote: clip Next time you guys decide to update the documentation, it may probably make sense to explicitly list key advantages of Wayland/Weston, like the one that the clients are completely independent unlike X where