git: 9af61238fc - main - Fix NVIDIA install and configure intructions in X11 chapter
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Mar 2023 13:15:35 UTC
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 .... ====