On Thu, Oct 17, 2002 at 03:37:38PM +0200, Roman Neuhauser wrote: > # [EMAIL PROTECTED] / 2002-10-17 08:38:26 -0400: > > On Thu, Oct 17, 2002 at 01:24:43AM -0700, J. Foobar wrote: > > > 'startx' returns the following: > > > > > > -------------------------------- > > > (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. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > have you checked for agpgard support in your kernel as mentioned > > above in the startx output? > > > > Add the following to your kernel - > > > > device agp > > > > Then recompile your kernel. > > % su > # echo agp_load="YES" >> /boot/loader.conf > # kldload agp > # exit > % startx > > enjoy >
Wait, do you have to both compile AGP support into the kernel AND load an the kernel module? Shouldn't it be just one or the other? Nathan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
