Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2005 15:16:07 +0800
From:      Xu Qiang <Qiang.Xu@fujixerox.com>
To:        freebsd-x11@freebsd.org
Subject:   RE: Problem with "X -configure /root/xorg.conf.new"
Message-ID:  <20050418070744.D709D1D92E@imss.sgp.fujixerox.com>

next in thread | raw e-mail | index | archive | help

As I said, the first two error messages are: 
-----------------------------------------------
[drm] failed to load kernel module "i810"
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. 
-----------------------------------------------

But strangely, they dissapeared after I tuned the configuration file's "Screen" section according to the handbook: 

#############################################
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport  0 0
                Depth     24
                Modes     "1024x768"
        EndSubSection
EndSection
#############################################

Anyway, this is good althought I don't understand the mechanism behind it. 

However, the last error message is still there: 
-----------------------------------------------
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
-----------------------------------------------

Any suggestions?

Thanks,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050418070744.D709D1D92E>