Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-10 Thread Bill Spitzak
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

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-10 Thread Pekka Paalanen
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

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-09 Thread Bill Spitzak
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

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-09 Thread Pekka Paalanen
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 > >

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-08 Thread darxus
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-

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-08 Thread Bill Spitzak
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

SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-08 Thread Pekka Paalanen
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!

Newest git version of Wayland is even worse

2012-12-07 Thread Bill Spitzak
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,