can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-23 Thread eculp
I get: Fatal server error: could not open default font 'fixed' I have looked at: XFree86-4-fontDefaultBitmaps is not used with xorg x11-fonts/font-alias is installed xorg-fonts-miscbitmaps is installed thinking that it might sub the Default I have checked font.conf for correct path.

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-23 Thread Etienne Robillard
Hi eculp, Yes -- I'm gettting the same results here on 7.0-CURRENT. I've compiled with gcc 3.4.6 and trying to start /usr/local/bin/X returns a segmentation fault and the message you've described below. I dont know if that could help but maybe you could try recompiling x11-fonts/xorg-fonts and s

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-23 Thread eculp
Quoting Etienne Robillard <[EMAIL PROTECTED]>: Hi eculp, Yes -- I'm gettting the same results here on 7.0-CURRENT. I've compiled with gcc 3.4.6 and trying to start /usr/local/bin/X returns a segmentation fault and the message you've described below. Thanks Etienne. My case is a bit differen

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-23 Thread Jona Joachim
On Wed, 23 May 2007 08:28:10 -0500 [EMAIL PROTECTED] wrote: > I get: >Fatal server error: >could not open default font 'fixed' > > I have looked at: >XFree86-4-fontDefaultBitmaps is not used with xorg >x11-fonts/font-alias is installed >xorg-fonts-miscbitmaps is installed thin

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-23 Thread Kris Kennaway
On Wed, May 23, 2007 at 08:28:10AM -0500, [EMAIL PROTECTED] wrote: > I get: > Fatal server error: > could not open default font 'fixed' > > I have looked at: > XFree86-4-fontDefaultBitmaps is not used with xorg > x11-fonts/font-alias is installed > xorg-fonts-miscbitmaps is installed thi

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-24 Thread eculp
Quoting Etienne Robillard <[EMAIL PROTECTED]>: Hi eculp, Yes -- I'm gettting the same results here on 7.0-CURRENT. I've compiled with gcc 3.4.6 and trying to start /usr/local/bin/X returns a segmentation fault and the message you've described below. I dont know if that could help but maybe yo

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-24 Thread Etienne Robillard
Nice. Which GCC version did you used for compiling all theses ports ? I don't get anymore a segfault but still gets that fatal error message about the missing font 'fixed'... It looks like the /usr/local/lib/X11/fonts/misc path gets ignored by the fc-cache utility, even after having upgraded the

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-24 Thread Dejan Lesjak
Etienne Robillard wrote: > > Nice. Which GCC version did you used for compiling > all theses ports ? > > I don't get anymore a segfault but still gets that > fatal error message about the missing font 'fixed'... > > It looks like the /usr/local/lib/X11/fonts/misc path > gets ignored by the fc-c

Re: can't startx after xorg upgrade: could not open default font 'fixed'

2007-05-25 Thread Etienne Robillard
Hi Dejan, Thanks for the help. It appear it was a font-misc-misc and font-cursor-misc related problem. Regards, Etienne --- Dejan Lesjak <[EMAIL PROTECTED]> wrote: > Etienne Robillard wrote: > > > > > Nice. Which GCC version did you used for compiling > > all theses ports ? > > > > I do