Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2000 10:04:00 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        fujie zhang <fujiezhang@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: X with i810(e) chipset
Message-ID:  <20000804100400.B83467@sunbay.com>
In-Reply-To: <20000803064526.4097.qmail@web1403.mail.yahoo.com>; from fujiezhang@yahoo.com on Wed, Aug 02, 2000 at 11:45:26PM -0700
References:  <20000803064526.4097.qmail@web1403.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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