From owner-freebsd-questions Thu Aug 10 18:54:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id 4367737BB96 for ; Thu, 10 Aug 2000 18:54:16 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id NAA07371; Fri, 11 Aug 2000 13:54:08 +1200 (NZST) (envelope-from jonc) Date: Fri, 11 Aug 2000 13:54:08 +1200 From: Jonathan Chen To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: warning after exiting X-windows Message-ID: <20000811135408.B6778@jonc.ntdns.wilsonandhorton.co.n> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from zzhang@cs.binghamton.edu on Thu, Aug 10, 2000 at 09:29:24PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Aug 10, 2000 at 09:29:24PM -0400, Zhihui Zhang wrote: > > Each time I exit X-windows by ctrl_alt_backspace, I got the following: > > Gdk-WARNING ** : locale not supported by C library > /dev/dsp: no such file or directory. > > What is /dev/dsp? How to avoid this annoying message? I am new to > X-windows. Just tell me how to fix this. Thanks. /dev/dsp is the digitised sound device, from `man pcm' [...] FILES The following commonly used symbolic links to real device nodes should be present: /dev/audio Sparc-compatible audio device /dev/dsp Digitized voice device /dev/dspW Like /dev/dsp, but 16 bits per sample /dev/midi Raw midi access device /dev/mixer Control port mixer device /dev/music Level 2 sequencer interface /dev/sequencer Sequencer device /dev/pss Programmable device interface [...] To disable it you may possibly want to disable sound-support. -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message