Re: [wayland-dev] EGL_KHR_Surfaceless_gles2 is not supported

2012-04-09 Thread Juan Zhao
On 04/10/2012 02:25 PM, Simon Hong wrote: Dear folks, All of weston compositor's backend(x11, drm, wayland) checks EGL_KHR_Surfaceless_gles2 extension. But my egl driver doesn't support it. Which commit are you using? It should not check it for now. http://cgit.freedesktop.org/wayland/wayla

[wayland-dev] EGL_KHR_Surfaceless_gles2 is not supported

2012-04-09 Thread Simon Hong
Dear folks, All of weston compositor's backend(x11, drm, wayland) checks EGL_KHR_Surfaceless_gles2 extension. But my egl driver doesn't support it. If so, Is it impossible to run wayland on my platform? Thank you. Simon -- == Simon Hong "Secret of success is

Re: [PATCH] shell: handle surface destruction during move, resize and rotate grabs

2012-04-09 Thread Kristian Hoegsberg
On Wed, Apr 04, 2012 at 05:48:05PM +0300, Ander Conselvan de Oliveira wrote: > When the surface being moved, resized or rotated was destroyed, the > compositor would crash. > > Fix this by using a destroy listener on the referenced surface. To > reduce code duplication, the surface reference and t

Re: How do I run Wayland outside of X?

2012-04-09 Thread Bill Spitzak
On 04/09/2012 11:53 AM, Kristian Høgsberg wrote: As Scott said, sounds like a Nouveau bug. Try running "~/source/drm/tests/modetest/modetest -v" outside of X. Hopefully that will fail too, and you can report a bug to Nouveau similar to this one: https://bugs.freedesktop.org/show_bug.cgi?id=344

Re: State of Wayland, 2012-04-08

2012-04-09 Thread Simon Hong
I saw that Wayland port is removed in the chromium project, two days ago. I don't know the reason and next plan about wayland. Refer to below issue. https://chromiumcodereview.appspot.com/10009024 2012/4/10 Kristian Høgsberg > That's a very nice overview of the project, though I'd point out tha

Re: [Web] [PATCH] Fix remaining html errors.

2012-04-09 Thread Kristian Høgsberg
On Fri, Apr 06, 2012 at 01:40:01PM -0400, Darxus wrote: > Before committing, I always run html pages through > http://htmlhelp.com/tools/validator/upload.html.en > That tool also has the ability to recursively check an entire site, which I > just did: http://htmlhelp.com/tools/validator/ Good fix

Re: State of Wayland, 2012-04-08

2012-04-09 Thread Kristian Høgsberg
That's a very nice overview of the project, though I'd point out that there's a bit more work to do on GTK+ support: client side decorations (as you mention), selections, dnd and popup placement are the big ones. It would also be nice to included a summary of what's mssing in the protocol and the s

Re: How do I run Wayland outside of X?

2012-04-09 Thread Kristian Høgsberg
On Mon, Apr 9, 2012 at 2:04 PM, wrote: > On 04/09, Bill Spitzak wrote: >> The best result I have had was by altering weston to chown root.root >> and to turn on the setuid bit, and then running from a pty I switch >> to with Ctrl+Alt+1. In this case it certainly takes over the screen >> and displ

Re: Wayland compile now needs libpam-dev

2012-04-09 Thread Kristian Høgsberg
You can disable weston-launch. weston-launch lets weston run as the user. weston-launch does all priviledged operations and creates a proper session for weston. If you disable weston-launch, weston will be install setuid as before (unless you disable that). Kristian On Mon, Apr 9, 2012 at 11:20

Re: How do I run Wayland outside of X?

2012-04-09 Thread darxus
On 04/09, Bill Spitzak wrote: > The best result I have had was by altering weston to chown root.root > and to turn on the setuid bit, and then running from a pty I switch > to with Ctrl+Alt+1. In this case it certainly takes over the screen > and displays a hash of colors and lines that seem to be

Re: How do I run Wayland outside of X?

2012-04-09 Thread Scott Moreau
> > > Wayland/weston are installed without the setuid bit in ~/install/... > > I am able to launch weston under X with a script that sets the environment > to look there before running it. I can then run clients by typing them into > the weston-terminal I can launch from there, or by running from o

Slow trailing of mouse movement

2012-04-09 Thread Bill Spitzak
This seems to have gotten worse in the newest Wayland when running the x11_compositor. Mouse movement is very slow and trails behind, depending on how many clients Wayland is running. simple-shm appears to be the worst. It appears that Wayland is drawing the composite for every mouse movement,

Wayland compile now needs libpam-dev

2012-04-09 Thread Bill Spitzak
I had to add another install package to my Ubuntu to compile wayland: libpam-dev. I think this is only used by the new wayland-launch program. In any case, here is my newest variation on the build-script for Ubuntu: wayland-build.sh Description: application/shellscript ___

How do I run Wayland outside of X?

2012-04-09 Thread Bill Spitzak
I'm having great success running the test x11_compositor even on my primitive machine now. The previous requirement that EGL_DEPTH_SIZE be turned off seems to be fixed now (though it would be nice to have an EGL program that actually uses the depth buffer to see if this works, that may be somet