From owner-freebsd-multimedia Fri Feb 11 15: 7: 5 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from charon.ipass.net (charon.ipass.net [198.79.53.8]) by builder.freebsd.org (Postfix) with ESMTP id 463F3412B for ; Fri, 11 Feb 2000 15:07:00 -0800 (PST) Received: from stealth.ipass.net. (ppp-1-153.dialup.rdu.ipass.net [209.170.132.153]) by charon.ipass.net (8.9.3/8.9.3) with ESMTP id SAA19179; Fri, 11 Feb 2000 18:06:46 -0500 (EST) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA04068; Fri, 11 Feb 2000 18:08:29 -0500 (EST) (envelope-from rhh) Date: Fri, 11 Feb 2000 18:08:29 -0500 From: Randall Hopper To: Tim Pozar Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv Message-ID: <20000211180829.C3420@ipass.net> References: <20000210225128.A23075@lns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000210225128.A23075@lns.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tim Pozar: |On Thu, Feb 10, 2000 at 09:28:01PM -0900, pstern stern wrote: |> I notice that if I try to zoom the window it locks the system up tight |> after zooming the window. It takes a hard shutdown to restore the |> system. When the chaneel is changed or volume is changed the % volume or |> channel number never disappear from the screen. | |I also have problems resizing the window but get the error... | | shmget() failed: Cannot allocate memory | |Clues? Hmmm. Interesting. Do you have: options SYSVSHM in your kernel config file? Also, run "ipcs -M". You should see available shared memory. Here's what I see: shminfo: shmmax: 4194304 (max shared memory segment size) shmmin: 1 (min shared memory segment size) shmmni: 32 (max number of shared memory identifiers) shmseg: 8 (max shared memory segments per process) shmall: 1024 (max amount of shared memory in pages) Finally, if both of the above look good, you could just have orphaned shared memory lying around. Run "ipcs -m" and you probably should see a blank slate. If not, use "ipcrm" to remove the orphaned shared memory queues (assumes you're not running apps that allocate shared memory). Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message