Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 09:10:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 228536] x11/nvidia-driver: 11.2-BETA3 - fails to operate correctly
Message-ID:  <bug-228536-227-l6r1OImOGZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228536-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228536-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #7 from Dave Cottlehuber <dch@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 the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228536-227-l6r1OImOGZ>