Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80712 - nxserver-freenx reports: Fatal server error: could not open default font 'fixed'
Summary: nxserver-freenx reports: Fatal server error: could not open default font 'fixed'
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Stuart Herbert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 06:10 UTC by Ellis Whitehead
Modified: 2006-03-20 01:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ellis Whitehead 2005-02-04 06:10:03 UTC
Whenever I tried to connect to nxserver-freenx-0.2.7 from either a linux or windows client, I got the following error from the nx server.

Fatal server error: 
could not open default font 'fixed' 

The connection was subsequently closed.

In order to fix the problem, I had to do the following:
# mv /usr/X11R6/lib/X11/fonts/ /usr/X11R6/lib/X11/fonts-old
# ln -s /usr/share/fonts /usr/X11R6/lib/X11/fonts


Reproducible: Always
Steps to Reproduce:
1. I started with a system xorg-x11 6.8.0-r1 and without nx
2. I emerged the nx ebuilds listed in "Additional Information"
3. I started an nx client
Actual Results:  
Authentication worked, but afterwards the connection get closed by the server. 

Expected Results:  
X11 window should have been opened 

x11-base/xorg-x11-6.8.0-r1   
net-misc/nx-x11-1.4.0-r3   
net-misc/nxproxy-1.4.0-r2   
net-misc/nxclient-1.4.0-r3   
net-misc/nxserver-freenx-0.2.7   
  
I previously had xfree installed.  The problem might be specific to once having 
xfree installed, and then replacing it with xorg?
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-04 06:14:00 UTC
Please use "New -> Gentoo Linux -> Component: Ebuilds" in future. Infrastructure is not the correct addressee.
Comment 2 STefan 2005-02-04 14:19:52 UTC
>In order to fix the problem, I had to do the following:
># mv /usr/X11R6/lib/X11/fonts/ /usr/X11R6/lib/X11/fonts-old
># ln -s /usr/share/fonts /usr/X11R6/lib/X11/fonts


Yeah, but that is no problem of freenx, I guess you didn't update your XFConfig and there you still point to font directories of xfree.

/usr/share/fonts is the new dir used by xorg the old dir /usr/X11R6/lib/X11/fonts was used by xfree, check if your XFConfig and make sure you don't point to the old xfree dir but the new xorg dir, then you don't need the symlink
Comment 3 Ellis Whitehead 2005-02-04 15:10:33 UTC
No, I didn't do any particular reconfiguration after upgrading to xorg -- but haven't noticed any problems with fonts either.  I'll set the bug status to invalid.