From owner-freebsd-questions Thu Oct 17 5:38:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3846937B401 for ; Thu, 17 Oct 2002 05:38:32 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id C575743E75 for ; Thu, 17 Oct 2002 05:38:31 -0700 (PDT) (envelope-from jud@myrealbox.com) Received: from jud [12.33.164.6] by myrealbox.com with NetMail ModWeb Module; Thu, 17 Oct 2002 08:38:26 -0400 Subject: Re: Re: X problems, please advise helpless newbie From: "Jud" To: spreng@insomniac.ch Cc: jfoobar1@yahoo.com, freebsd-questions@freebsd.org Date: Thu, 17 Oct 2002 08:38:26 -0400 X-Mailer: NetMail ModWeb Module X-Sender: jud MIME-Version: 1.0 Message-ID: <1034858306.2d7a3fc0jud@myrealbox.com> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable 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 -----Original Message----- From: Thomas Spreng To: "J. Foobar" Date: Thu, 17 Oct 2002 13:27:30 +0200 Subject: Re: X problems, please advise helpless newbie On Thu, Oct 17, 2002 at 01:24:43AM -0700, J. Foobar wrote: > I have been unable to get X to start successfully.=20 > Hopefully I am overlooking something stupid. >=20 > FreeBSD 4.6.2 on an Intel machine >=20 > My graphics card is an Intel 82845G/GL. I searched > for info on the Intel site and it mentioned that this > card is in the i810 class. >=20 > >From my XF86Config file: > Section "Device" > Identifier "Card0" > Driver "i810" > Chipset "i810" > Card "Intel i810" > End Section >=20 > I have added the agp_load=3D"YES" line to > /boot/loader.conf and /dev/agpgart exists. >=20 > 'startx' returns the following: >=20 > -------------------------------- > (EE) GARTInit: Unable to open /dev/agpgart (Device not > configured) > (EE) I810(0): AGP GART support is not available. Make > sure your kernel has agpgart support or that the > agpgart kernel module is loaded. > (EE) Screen(s) found, but none have a usable > configuration. > > Fatal server error: > no screens found > have you checked for agpgard support in your kernel as mentioned above in the startx output? ************************************************** ************************************************** Add the following to your kernel - device agp You can add some comments if you like - # Video device agp #Graphics card Then recompile your kernel. If it still doesn't work, I guess something else is borked. I usually have my best success configuring X using the old-fashioned xf86config command and working through the subsequent question-and-answer. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message