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
--uJrvpPjGB3z5kYrA Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton, good day. Mon, Sep 29, 2008 at 12:33:50PM +0100, Anton Shterenlikht wrote: > vgapci0: <VGA-compatible display> mem 0xf0000000-0xf7ffffff,0xffa80000-0x= ffaffff > 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 >=20 > I've built X from ports, using x11-drivers/xf86-video-intel [...] > But on X -config /root/xorg.conf.new I get: >=20 [...] > 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 >=20 > 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-s= emicondensed--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-med= ium-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. --=20 Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual =20 )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook=20 {_.-``-' {_/ # --uJrvpPjGB3z5kYrA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjgx6YACgkQthUKNsbL7Yhc0ACgq9XU165eXWdTd3vYjU3C6gJ4 KUQAoKWwg0JUSx7HJ2HlhFG8xxDOy7MA =d1t9 -----END PGP SIGNATURE----- --uJrvpPjGB3z5kYrA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NMmwvH72slxr4nP7DG86CHjWYX0>