diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-03-04 13:13:54 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-03-04 13:13:54 +0000 |
commit | 9af61238fc24d4772b3c9e5fbd63fcaee2526699 (patch) | |
tree | d7e5ea73149f431c9d2d1ca38f019c9e50dcd66b | |
parent | 91c0b14ca270853eb54c47e6918c4ebbae535bd4 (diff) |
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
-rw-r--r-- | documentation/content/en/books/handbook/x11/_index.adoc | 9 |
1 files 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 .... ==== |