Re: mplayer: use XShm 1.2

2025-02-18 Thread Kurt Mosiejczuk
On Sun, Feb 16, 2025 at 09:44:50PM +0100, Matthieu Herrb wrote: > On Sun, Dec 15, 2024 at 07:08:23PM +0100, Matthieu Herrb wrote: > > So mplayer is using the XShm extention to share memory with the X > > server. Unfortunatly, on OpenBSD the X server and the mplayer process > > don't run with the s

Re: mplayer: use XShm 1.2

2025-02-16 Thread Matthieu Herrb
On Sun, Dec 15, 2024 at 07:08:23PM +0100, Matthieu Herrb wrote: > Hi again. > > So mplayer is using the XShm extention to share memory with the X > server. Unfortunatly, on OpenBSD the X server and the mplayer process > don't run with the same uid, leading to the patches to set the shared > memory

Re: mplayer: use XShm 1.2

2024-12-15 Thread Matthieu Herrb
On Sun, Dec 15, 2024 at 07:08:23PM +0100, Matthieu Herrb wrote: > Hi again. > > So mplayer is using the XShm extention to share memory with the X > server. Unfortunatly, on OpenBSD the X server and the mplayer process > don't run with the same uid, leading to the patches to set the shared > memory

mplayer: use XShm 1.2

2024-12-15 Thread Matthieu Herrb
Hi again. So mplayer is using the XShm extention to share memory with the X server. Unfortunatly, on OpenBSD the X server and the mplayer process don't run with the same uid, leading to the patches to set the shared memory segement permissions to 0777. (one can see them with `ipcs -m` while mplaye