From owner-freebsd-questions Tue Dec 23 02:59:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA29569 for questions-outgoing; Tue, 23 Dec 1997 02:59:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.hanyon.co.kr ([203.231.147.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA29562 for ; Tue, 23 Dec 1997 02:59:00 -0800 (PST) (envelope-from jhlee@mail.hanyon.co.kr) Received: from mail.hanyon.co.kr ([210.109.10.40]) by mail.hanyon.co.kr (8.6.9H1/8.6.9) with ESMTP id TAA23429 for ; Tue, 23 Dec 1997 19:56:13 +0800 Message-ID: <349F993D.6182E2BF@mail.hanyon.co.kr> Date: Tue, 23 Dec 1997 19:58:05 +0900 From: Jaeho Lee X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: X, MAKEDEV References: <349F7EC3.A148337F@ozemail.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Geoff C. Marshall wrote: > > I have recently installed FreeBSD 2.2.5 and then cvs'ed it > to 2.2-STABLE. I am quite impressed in a number of ways, > but of course, I have a few problems. If someone can help > I would appreciate it. > > 1. How do I force xdm to start in greater than 8-bit > colour ? Presumably I can edit out lower modes > in XF86Config, but that seems a little crude. > Did you try ' DefaultColorDepth 16 ' in /etc/XF86Config file? > 2. I have been trying to configure a sound device, > and I seem to have it right, but there is no > /dev/snd0 and "MAKEDEV snd0" produces nothing > but a small pause. What am I missing ? > What information can I supply ? Did you rebuild the kernal with these options? controller snd0 device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr (if your sound card is sound blaster. You have to give correct irq) Please refer LINT for the setting. > > 3. I like to use Netscape for mail and newsgroups, > but the version that comes with FreeBSD (the > latest according to Netscape) works only while > "online". I need to pick a utility to get my > newsgroups from an AT&T newserver. "slurp" > doesn't seem to work (for me), any particular > recommendatons ? > > 4. Never having uses Unix for WYSIWIG word > processing before, what is the best approach ? > > Sorry about all this, really, but the wealth > provided with FreeBSD is a bit overwhelming. > > Geoff....