No matter what I try I can't get Nvidia 3d acceleration to
work. Please help!
Pieter de Goeje
pieter at degoeje.nl
Tue Mar 13 15:34:42 UTC 2007
Op dinsdag 13 maart 2007 16:20, schreef hxc at planet.nl:
> Do you have a link where I can more (newbie friendly) information on how
> to do this?
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
More information about the freebsd-questions
mailing list