Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2007 20:05:45 +0100
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        freebsd-questions@freebsd.org
Cc:        hxc@planet.nl
Subject:   Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!
Message-ID:  <20070313190545.GB7445@xs3.xs4all.nl>
In-Reply-To: <45F6D4D5.3010509@planet.nl>
References:  <45F541F3.5040309@planet.nl> <200703131607.47274.pieter@degoeje.nl> <45F6C136.9050105@planet.nl> <200703131634.38837.pieter@degoeje.nl> <45F6D4D5.3010509@planet.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue 13 Mar 2007 17:03, hxc@planet.nl wrote:
> Pieter de Goeje wrote:
> >
> >Look here:
> >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
> >or the dutch version:
> >http://www.freebsd.org/doc/nl_NL.ISO8859-1/books/handbook/kernelconfig.html
> >
> >Basically it comes down to this:
> ># cd /usr/src/sys/i386/conf
> ># cp GENERIC MYKERNEL
> >edit MYKERNEL, delete 'device agp'
> >or you could: grep -v agp GENERIC > MYKERNEL
> ># cd /usr/src
> ># make kernel KERNCONF=MYKERNEL
> ># reboot
> >
> >Regards,
> >Pieter de Goeje
> >
> >  
> Thank you for your extensive answer. I tried both your method and the method described in the handbook*. I still get the same error message 
> though**. I have attached MYKERNEL, maybe you can take a look at it to see if somethings wrong?


Next time you build a kernel, you should change indent GENERIC to indent MYKERNEL
This will avoid any confusion about which kernel you are using.



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