From owner-freebsd-questions Thu Sep 7 11:39:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uberhacker.org (uberhacker.org [207.229.137.234]) by hub.freebsd.org (Postfix) with SMTP id 6CA9637B422 for ; Thu, 7 Sep 2000 11:39:26 -0700 (PDT) Received: (qmail 22003 invoked by uid 1000); 7 Sep 2000 18:39:25 -0000 Date: Thu, 7 Sep 2000 13:39:25 -0500 From: "Paul D. Schmidt" To: freebsd-questions@freebsd.org Subject: (EE) Failed to load module "i810" (module does not exist, 0) Message-ID: <20000907133925.A21801@uberhacker.org> Mail-Followup-To: "Paul D. Schmidt" , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 | Programmer | 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