From owner-freebsd-questions Mon Jul 16 8:39: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.79]) by hub.freebsd.org (Postfix) with ESMTP id 1F26D37B405 for ; Mon, 16 Jul 2001 08:39:01 -0700 (PDT) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out3.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f6GFd0r39498 for ; Mon, 16 Jul 2001 10:39:00 -0500 (CDT) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id KAA14177 for questions@freebsd.org; Mon, 16 Jul 2001 10:39:00 -0500 (CDT) Date: Mon, 16 Jul 2001 10:39:00 -0500 From: Doug Poland To: questions@freebsd.org Subject: XFree86 4.0.1 -- i810e video woes Message-ID: <20010716103859.A12947@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi everyone, I've done my reading on the lists and the handbook but am going absolutely no where in my attempts to configure an Intel i810e video chipset to work with XFree86. I'm running 4.3-RELEASE at the moment. Here's the step-by- step things I've done with error messages. added device agp to a custom kernel (suggestion from list archives): # grep agp /sys/i386/conf/CANAAN device agp loaded the agpgart module (suggestion from list archives): # kldstat Id Refs Address Size Name 1 4 0xc0100000 26140c kernel 2 1 0xc0362000 9cc0 agp.ko 3 1 0xc0fdc000 2000 warp_saver.ko 4 1 0xc0fdf000 12000 linux.ko made the agpgart device (suggestion from the handbook) # cd /dev # sh MAKEDEV agpgart # ls -l agp* crw------- 1 operator wheel 148, 0 Jul 16 08:11 agpgart Attempting to configure XFree86 (handbook): # XFree86 -configure lots of: "Symbol ______ from module /usr/X11R6/lib/modules/drivers/_____ unresolved" messages Fatal server error: Caught signal 11. Server aborting It did make me a XF86Config.new file, however. In it, I made sure the following was set.. Section "Device" Identifier "Intel i810" Driver "i810" EndSection In accordance with the README.i810 So, I try to test it despite the core dump and X reports fewer errors this time: Symbol fbPictureInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved! Symbol XAAFillSolidRects from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved! Symbol XAAFillSolidRects from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved! Fatal server error: Caught signal 11. Server aborting And this is as close as I can get to X11 running on this box :( Many thanks for your patience and help. -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message