From owner-freebsd-questions Sun Sep 22 10:47:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16932 for questions-outgoing; Sun, 22 Sep 1996 10:47:31 -0700 (PDT) Received: from ylana.vet.purdue.edu (expert.cc.purdue.edu [128.210.10.11]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA16876 for ; Sun, 22 Sep 1996 10:47:26 -0700 (PDT) Received: from ylana.vet.purdue.edu (localhost.vet.purdue.edu [127.0.0.1]) by ylana.vet.purdue.edu (8.7.5/8.7.3) with ESMTP id MAA21170; Sun, 22 Sep 1996 12:47:17 -0500 (EST) Message-Id: <199609221747.MAA21170@ylana.vet.purdue.edu> X-Mailer: exmh version 1.6.7 5/3/96 To: Mark Mayo cc: freebsd-questions@freebsd.org Subject: Re: Linux emu & Netscape In-reply-to: Your message of "Sun, 22 Sep 1996 11:54:36 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Sep 1996 12:47:16 -0500 From: Benjamin Lewis Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mark wrote: > Shit.. I have this *exact* setup, exept I'm using the final release of > 3.0, not beta 7. Out of curiosity, what X server do you run? > > All I get for a java app is the empty "grey rectangle" where it should be > -- but it never appears. Rather annoying. Something that just bit me after an X server upgrade was the X fonts. Make sure that every directory in your FontPath exists, and has actual fonts in it. Then, enter each directory and type "mkfontdir". My problem was that I didn't install the 100dpi fonts, but the upgrade created a directory for them anyway, and an entry in XF86Config. "mkfontdir" in that directory had no effect (no fonts -> no fonts.dir), and Java seems to like having "fonts.dir" files around. You'll probably want to restart the X server after either paring down XF86Config or running mkfontdir, just to make sure everything is re-initialized. Of course, this assumes that you are using XFree86. I'd imagine the X-Inside server would experience similar difficulties, but I don't know which files you'd have to modify. Something else to watch out for: If you've ever installed the Netscape.ad file into /usr/X11R6/lib/X11/app-defaults, you'll need to either install the newest version or just remove it (recommended). I think the symptom of this problem is that Netscape won't start at all, so it's probably no help to you now. Just watch out in the future, since it has bitten me a few times. Netscape has worked well for me on both a 2.1 and a 2.2-current system. I tend to grab the newest version as soon as I see a cvs commit log for ports/www/netscape3, and the only troubles I've encountered were the X fonts and playing about with the about:image-cache URL a bit too much. Java & "View Source" work fine for me, and crashes are very rare. -Ben -- Benjamin Lewis - blewis@vet.purdue.edu