Subject: Re: X-windows again.
To: Gregory McGarry <g.mcgarry@qut.edu.au>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 11/11/1997 18:48:47
On Wed, 12 Nov 1997 08:54:54 +1000 (EST)
    Gregory McGarry <g.mcgarry@qut.edu.au> writes:

>Jonathan Stone wrote:

[bad advice snipped]

>>User ZOMBIE wrote:
>>
>> The changes to the fontserver didn't help. The servers exits with the error:
>> 
>> failed to set default font path '/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X
>> 11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dp
>i
>> /'
>> Fatal server error:
>> could not open default font 'fixed'
>> X connection to :0.0 broken (explicit kill or server shutdown).


Gregory replies:

>Try this:

># ln -s /usr/X11R6/bin/Xcfbpmax /usr/X11R6/bin/X
># ln -s /dev/fb0 /dev/mouse
># ln -s /usr/X11R6/lib /store
># /usr/X11R6/bin/xfs &

># /usr/X11R6/bin/X -fp tcp/localhost:7100

That's completely correct for 1.2G, and will work with 1.3_ALPHA and
1.3.  My advice had as illy transposition, tho' I think the earlier
description in the archiges is correct.

But Gregory's example has two steps that shouldn't be necessary:

	># ln -s /dev/fb0 /dev/mouse

The 1.3_ALPHA MAKEDEV now creates this symlink automatically.
It can't hurt.

	 ># ln -s /usr/X11R6/lib /store

This isn't necessary anymore either. It was needed for the X11R5
servers compled by Arne Juul.  The 1.3 pmax release has servers
recompiled by Michael Hitch (huge thanks to Michael) which are include
a single server for 3100 cfb, TC sfb, TC sfb, and TC mfb; and a server
for the 3100 mono framebuffer.  (I think I have the mono buffers the
right way around.)


>You will have to edit /usr/X11R6/lib/X11/xdm/Xservers.

If someone wanted to write a README file to go into the
Xservers.tar.gz tarset, that would be really neat.