bugzilla-noreply at freebsd.org
2018-Jul-23 09:10 UTC
[Bug 228536] x11/nvidia-driver: 11.2-BETA3 - fails to operate correctly
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228536 --- Comment #7 from Dave Cottlehuber <dch at 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.