From owner-freebsd-hackers Thu Jul 10 02:36:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA17800 for hackers-outgoing; Thu, 10 Jul 1997 02:36:29 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id CAA17778 for ; Thu, 10 Jul 1997 02:36:24 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id KAA05398; Thu, 10 Jul 1997 10:26:45 +0200 From: Luigi Rizzo Message-Id: <199707100826.KAA05398@labinfo.iet.unipi.it> Subject: Re: no SYSVSHM in GENERIC now.. To: joerg_wunsch@uriah.heep.sax.de Date: Thu, 10 Jul 1997 10:26:44 +0200 (MET DST) Cc: hackers@FreeBSD.ORG In-Reply-To: <19970710092221.JN34121@uriah.heep.sax.de> from "J Wunsch" at Jul 10, 97 09:22:02 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > As Andrew Atrens wrote: > > > Does the X-server run any faster with MIT-SHM than without? > > No, it doesn't. The only thing is that it disables the MIT-SHM > extension if no SYSVSHM is available in the kernel (it catches SIGSYS, > and attempts to issue a shmget() call). > > MIT-SHM is an extension that must be explicitly used by the clients, > and AFAIK only few clients actually use it. It is not to be confused "tv" and friends seem to run a bit faster with MITSHM since they probably save one copy. Of course it is much faster to let the frame grabber dump data straight to the video card. Cheers Luigi