Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2025 23:23:56 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 12ed1b8f00 - main - handbook/x11: Fix xorg conf file nvidia example
Message-ID:  <69530d8c.2390d.40ece4cf@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=12ed1b8f00efcf27615b30a7e19c88769f918f5b

commit 12ed1b8f00efcf27615b30a7e19c88769f918f5b
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-12-29 23:21:15 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
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:    erichanskrs@gmail.com
---
 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
 ....


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69530d8c.2390d.40ece4cf>