Changing XDG_RUNTIME_DIR to /run/shm (which is tmpfs) made a pretty
significant improvement in wayland performance for me. I can run dozens
of programs and they still drag around acceptably. This is with Gallium
software egl and x11_compositor, which I was blaming for the slowness
before. I thi
On Sun, 09 Dec 2012 16:50:54 -0800
Bill Spitzak wrote:
> Another question: I thought XDG_RUNTIME_DIR was being used for the locks
> and sockets and other status indicators. I expected large shm buffers to
> go to some more-standard place (though I don't know what the Linux
> standard is). I ce
Another question: I thought XDG_RUNTIME_DIR was being used for the locks
and sockets and other status indicators. I expected large shm buffers to
go to some more-standard place (though I don't know what the Linux
standard is). I certainly was suprised to find that XDG_RUNTIME_DIR has
such a maj
On Sat, 8 Dec 2012 17:52:46 -0500
dar...@chaosreigns.com wrote:
> On 12/08, Bill Spitzak wrote:
> > On 12/08/2012 12:23 AM, Pekka Paalanen wrote:
> >
> > >FWIW, I have seen a bus error (SIGBUS) before. One way to trigger
> > >it is to run out of space on the tmpfs, where your XDG_RUNTIME_DIR
> >
On 12/08, Bill Spitzak wrote:
> On 12/08/2012 12:23 AM, Pekka Paalanen wrote:
>
> >FWIW, I have seen a bus error (SIGBUS) before. One way to trigger
> >it is to run out of space on the tmpfs, where your XDG_RUNTIME_DIR
> >points to. Maybe you should check that?
> >
> >I think it needs at least 20-
On 12/08/2012 12:23 AM, Pekka Paalanen wrote:
FWIW, I have seen a bus error (SIGBUS) before. One way to trigger
it is to run out of space on the tmpfs, where your XDG_RUNTIME_DIR
points to. Maybe you should check that?
I think it needs at least 20-30 MB, to not run out too soon with
shm clients
On Fri, 07 Dec 2012 10:39:41 -0800
Bill Spitzak wrote:
> Okay the newest version does not even run simple-shm for me. I hope
> somebody has a hint as to what is wrong and how to fix it, as I am very
> interested in wayland development but rather limited as long as I cannot
> test any changes!
Okay the newest version does not even run simple-shm for me. I hope
somebody has a hint as to what is wrong and how to fix it, as I am very
interested in wayland development but rather limited as long as I cannot
test any changes!
I deleted my ~/install directory and managed to build wayland,