[comp.windows.x] Xcfbpmax

cristy@eplrx7.uucp (John Cristy) (02/08/90)

  I got X11R4 to work with the X11R3 version of Xcfb server shipped with
  Ultrix 3.1 for the DecStation 3100.  But Xcfbpmax from the X11R4
  distribution gets a segmentation fault.  All I did was type
  'make world' and 'make install'.  Was there a configuration change I
  overlooked?

--
The UUCP Mailer

keith@EXPO.LCS.MIT.EDU (Keith Packard) (02/08/90)

>  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