Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2000 13:39:25 -0500
From:      "Paul D. Schmidt" <pds@uberhacker.org>
To:        freebsd-questions@freebsd.org
Subject:   (EE) Failed to load module "i810" (module does not exist, 0)
Message-ID:  <20000907133925.A21801@uberhacker.org>

next in thread | raw e-mail | index | archive | help
I read the mailing list postings about how to get i810
chipsets working with XFree86 4.0.1 on a Dell OptiPlex
GX110, and I have device agp in my kernel.  I also have
Identifier "i810" and Driver "i810" in the Device section
in my /etc/X11/XF86Config file.

I get the following error when I try to run startx:

(WW) Warning, couldn't open module i810
(EE) Failed to load module "i810" (module does not exist, 0)
...
(EE) No drivers available.
Fatal server error:
no screens found

I compiled the XFree86-4 port (there is a patch-i810 file
in the patches directory) today on 9/7/2000...

Here is my /etc/X11/XF86Config:

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "GLcore"
        Load  "dbe"
        Load  "record"
EndSection
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection
Section "Device"
        ### Available Driver options are:-
        #Option     "ShadowFB"
        #Option     "VGAClocks"
        Identifier  "i810"
        Driver      "i810"
        VendorName  "Intel"
        BoardName   "i810e"
        BusID       "PCI:0:1:0"
        VideoRam        8192
EndSection
Section "Screen"
        Identifier "Screen0"
        Device     "i810"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection
Section "DRI"
EndSection

What do I do to install the i810 module?

Thanks,
-Paul

--
Paul D. Schmidt         |  <paul.schmidt@unbound-inc.com>
Programmer              |            <pds@uberhacker.org>
Unbound Communications  |       http://www.unboundcom.com

 "A true friend stabs you in the front."  --Oscar Wilde


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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