diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-29 23:21:15 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-29 23:21:15 +0000 |
| commit | 12ed1b8f00efcf27615b30a7e19c88769f918f5b (patch) | |
| tree | cbdbc9da94903e61fd9eb965d09cb0e95c90f8a2 | |
| parent | bdca54a1aabac21d739aa4e575894417604e6239 (diff) | |
handbook/x11: Fix xorg conf file nvidia example
These instructions are certainly a footgun.
PR: 291208
Reported by: erichanskrs@gmail.com
| -rw-r--r-- | documentation/content/en/books/handbook/x11/_index.adoc | 4 |
1 files 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 .... |
