Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2023 13:15:35 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 9af61238fc - main - Fix NVIDIA install and configure intructions in X11 chapter
Message-ID:  <202303041315.324DFZ1o073352@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9af61238fc24d4772b3c9e5fbd63fcaee2526699

commit 9af61238fc24d4772b3c9e5fbd63fcaee2526699
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-03-04 13:13:54 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-03-04 13:13:54 +0000

    Fix NVIDIA install and configure intructions in X11 chapter
    
    Upgrade NVIDIA instructions based on commit[1]
    
    PR:             269626
    
    [1] https://cgit.freebsd.org/ports/commit/?id=a09185f8
---
 documentation/content/en/books/handbook/x11/_index.adoc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc
index 331cdf2481..dfeb8aa6df 100644
--- a/documentation/content/en/books/handbook/x11/_index.adoc
+++ b/documentation/content/en/books/handbook/x11/_index.adoc
@@ -291,17 +291,16 @@ Then add the module to `/etc/rc.conf` file, executing the following command:
 
 [source,shell]
 ....
-# sysrc kld_list+=nvidia
+# sysrc kld_list+=nvidia-modeset
 ....
 
 [WARNING]
 ====
-The `nvidia-modeset` driver must be used *only* as an alternative to `nvidia` if starting the X server results in a hang or these values are observed in `/var/log/Xorg.0.log`:
+The `nvidia` driver must be used if the packages x11/nvidia-driver-304 or x11/nvidia-driver-340 have been installed.
 
-[.programlisting]
+[source,shell]
 ....
-(II) NVIDIA(0): Validated MetaModes:
-(II) NVIDIA(0):     "NULL"
+# sysrc kld_list+=nvidia
 ....
 ====
 



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