git: 12ed1b8f00 - main - handbook/x11: Fix xorg conf file nvidia example
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=12ed1b8f00efcf27615b30a7e19c88769f918f5b commit 12ed1b8f00efcf27615b30a7e19c88769f918f5b Author: Alexander Ziaee <[email protected]> AuthorDate: 2025-12-29 23:21:15 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2025-12-29 23:21:15 +0000 handbook/x11: Fix xorg conf file nvidia example These instructions are certainly a footgun. PR: 291208 Reported by: [email protected] --- documentation/content/en/books/handbook/x11/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc index d2bc18567f..b4806d5d3e 100644 --- a/documentation/content/en/books/handbook/x11/_index.adoc +++ b/documentation/content/en/books/handbook/x11/_index.adoc @@ -498,7 +498,7 @@ To configure the NVIDIA(R) driver in a configuration file: .... Section "Device" Identifier "Card0" - Driver "nvidia-modeset" + Driver "nvidia" EndSection .... ==== @@ -583,7 +583,7 @@ EndSection Section "Device" Identifier "Card1" - Driver "nvidia-modeset" + Driver "nvidia" BusID "pci0:0:2:1" EndSection ....