git: c085ee0716 - main - Handbook-x11: Update 20-drivers.conf example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 May 2026 09:38:08 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=c085ee0716be0905e6872775f0d64cbe7bdf4855
commit c085ee0716be0905e6872775f0d64cbe7bdf4855
Author: Mike Saldivar <msaldivar@journaltechnologies.com>
AuthorDate: 2026-05-16 09:36:51 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-05-16 09:36:51 +0000
Handbook-x11: Update 20-drivers.conf example
Reviewed by: ziaee
Pull Request: https://github.com/freebsd/freebsd-doc/pull/636
---
documentation/content/en/books/handbook/x11/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc
index a9b5cb8f42..1106260d6c 100644
--- a/documentation/content/en/books/handbook/x11/_index.adoc
+++ b/documentation/content/en/books/handbook/x11/_index.adoc
@@ -592,7 +592,7 @@ EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
- BusID "pci0:0:2:1"
+ BusID "pci0:1:0:0"
EndSection
....
====