From owner-freebsd-questions Fri Aug 4 0: 4:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id BCC4B37B883 for ; Fri, 4 Aug 2000 00:04:25 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id KAA83936; Fri, 4 Aug 2000 10:04:02 +0300 (EEST) Date: Fri, 4 Aug 2000 10:04:00 +0300 From: Ruslan Ermilov To: fujie zhang Cc: freebsd-questions@freebsd.org Subject: Re: X with i810(e) chipset Message-ID: <20000804100400.B83467@sunbay.com> Mail-Followup-To: fujie zhang , freebsd-questions@freebsd.org References: <20000803064526.4097.qmail@web1403.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000803064526.4097.qmail@web1403.mail.yahoo.com>; from fujiezhang@yahoo.com on Wed, Aug 02, 2000 at 11:45:26PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Aug 02, 2000 at 11:45:26PM -0700, fujie zhang wrote: > Dear Ruslan, > I got the XFree86 4.0.1 port installed with the i810 > patch. when i tried to start X with startx or initx, > it seemed coming up, but then crashed. i attached the > XFconfig file and the log file. if you can have a look > at those files and spot where i did wrong, i'd > appreciate it a lot. Also, when i tried to use > "XFree86 -configure" to configure X, it just crashed. > thx for any help. > The problem is that you do not have AGP kernel module installed. Either run `kldload /modules/agp.ko' command to dynamically load it, or add the `device agp' line into your kernel configuration file to make AGP module compiled into your kernel statically. Also please make sure that there is a /dev/agpgart device entry, if not, `cd /dev; ./MAKEDEV agpgart' command will do it for you. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message