Path: utzoo!attcan!uunet!clyde.concordia.ca!mcgill-vision!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: Xcfbpmax Message-ID: <9002080145.AA21499@xenon.lcs.mit.edu> Date: 8 Feb 90 01:45:11 GMT References: <1990Feb7.221151.21867@eplrx7.uucp> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 27 > But Xcfbpmax from the X11R4 distribution gets a segmentation fault Messages like this are far from useful. The R4 server for a color decstation should run out-of-the box. As I use a color PMAX on my desk, I suspect this configuration was probably the most extensively tested of all of the servers. Please include a stack trace in messages like this; it's really not that difficult to do: $ xinit -- ./Xcfbpmax Segmentation fault: core dumped $ dbx Xcfbpmax core ... (dbx) where ... (dbx) quit At least that gives us an idea what troubles you're having. Most likely, the server is unable to locate some necessary resource. Fonts or the rgb database are frequently troublesome; make sure /usr/lib/X11 (or $(LIBDIR)) contain the appropriate files. Note that the MIT server cannot use the DEC server fonts; the formats are incompatible. Keith Packard MIT X Consortium