drmOpen failed - agp - 82845M chipset - i386

Eygene Ryabinkin rea-fbsd at codelabs.ru
Mon Sep 29 12:18:49 UTC 2008


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 
    {_.-``-'         {_/            #
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20080929/6c7b50ed/attachment.pgp


More information about the freebsd-current mailing list