Date: Mon, 29 Sep 2008 16:18:46 +0400 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: Anton Shterenlikht <mexas@bristol.ac.uk> Cc: freebsd-current@freebsd.org Subject: Re: drmOpen failed - agp - 82845M chipset - i386 Message-ID: <NMmwvH72slxr4nP7DG86CHjWYX0@8X77cxDgKzPGZDl80ZIdUbVxKzY> In-Reply-To: <20080929113349.GA58496@mech-cluster238.men.bris.ac.uk> References: <20080929113349.GA58496@mech-cluster238.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Anton, good day.
Mon, Sep 29, 2008 at 12:33:50PM +0100, Anton Shterenlikht wrote:
> vgapci0: <VGA-compatible display> mem 0xf0000000-0xf7ffffff,0xffa80000-0xffaffff
> f irq 11 at device 2.0 on pci0
> agp0: <Intel 82845M (845M GMCH) SVGA controller> on vgapci0
> agp0: detected 892k stolen memory
> agp0: aperture size is 128M
>
> I've built X from ports, using x11-drivers/xf86-video-intel
[...]
> But on X -config /root/xorg.conf.new I get:
>
[...]
> expected keysym, got XF86KbdBrightnessDown: line 71 of pc
> expected keysym, got XF86KbdBrightnessUp: line 72 of pc
> expected keysym, got XF86KbdLightOnOff: line 70 of pc
> expected keysym, got XF86KbdBrightnessDown: line 71 of pc
> expected keysym, got XF86KbdBrightnessUp: line 72 of pc
>
> Fatal server error:
> could not open default font 'fixed'
The last two lines are posing the problem -- font 'fixed' (alias
'fixed', really) is not found anywhere on your FontPath.
Normally 'fixed' lives in /usr/local/lib/X11/fonts/misc, but
it is purely English. National fixed fonts can live in some
other directories:
-----
$ grep ^fixed /usr/local/lib/X11/fonts/*/fonts.alias
/usr/local/lib/X11/fonts/cyrillic/fonts.alias:fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi8-r
/usr/local/lib/X11/fonts/misc/fonts.alias:fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
/usr/local/lib/X11/fonts/terminus-font/fonts.alias:fixed -xos4-terminus-medium-r-normal--16-160-72-72-c-80-koi8-r
-----
Try adding the line
-----
FontPath "/usr/local/lib/X11/fonts/misc/"
-----
to your xorg.conf -- it should help.
--
Eygene
_ ___ _.--. #
\`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard
/ ' ` , __.--' # to read the on-line manual
)/' _/ \ `-_, / # while single-stepping the kernel.
`-'" `"\_ ,_.-;_.-\_ ', fsc/as #
_.-'_./ {_.' ; / # -- FreeBSD Developers handbook
{_.-``-' {_/ #
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
iEYEARECAAYFAkjgx6YACgkQthUKNsbL7Yhc0ACgq9XU165eXWdTd3vYjU3C6gJ4
KUQAoKWwg0JUSx7HJ2HlhFG8xxDOy7MA
=d1t9
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NMmwvH72slxr4nP7DG86CHjWYX0>
