https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228536

--- Comment #7 from Dave Cottlehuber <d...@freebsd.org> ---
Hi Paco! Welcome to FreeBSD. I used translate.google.com as I don't speak 
Spanish. I'll put some quick notes on how to build this package from source
here but if you have any trouble please open a conversation on
https://forums.freebsd.org/ there, in English if you can. Its
normal to use a new post or bug for a different issue.

This assumes you included src and ports during installation.

Hola Paco! Bienvenido a FreeBSD. Utilicé translate.google.com porque no hablo
Español. Voy a poner algunas notas rápidas sobre cómo construir este paquete
desde la fuente aquí, pero si tienes algún problema, abre una conversación
sobre https://forums.freebsd.org/ allí, en inglés si puedes. Sus es normal
usar una nueva publicación o error para un problema diferente.

Esto supone que incluyó src y puertos durante la instalación.

# as root
pkg delete nvidia-driver
cd /usr/ports/x11/nvidia-driver
make package install clean

I don't load drivers in /boot/loader.conf if possible, as it's easier to fix
issues if they are loaded later on.

# put this in /etc/rc.conf
kld_list="${kld_list} nvidia-modeset"

then reboot and good luck!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to