summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-03-04 09:00:09 +0100
committerMichał M. Sapka <michal@sapka.me>2023-03-04 09:00:09 +0100
commit456b2d2bdbc167d7a4ce9531e61ebc14e9771de0 (patch)
tree14821e6a8edb0f9825d5538e91cbb0637078fc5d /content
parent6f61947ffc15209ff8c27b15f318caf4ae6b3df5 (diff)
fix: small reword
Diffstat (limited to 'content')
-rw-r--r--content/2023/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/2023/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md b/content/2023/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md
index 5d734c0..efcdf75 100644
--- a/content/2023/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md
+++ b/content/2023/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md
@@ -65,9 +65,9 @@ Open `/etc/X11/xorg.conf`, look for `Section "Device"` and add:
BusID "PCI:1:0:0"
```
-For me everything worked fine after that.
+In my case, everything worked fine after that.
-References:
+Notes:
-[Nude Systems](https://nudesystems.com/how-to-fix-no-screen-found-xorg-error-on-freebsd/)
+I learned the BUS trick from [Nude Systems](https://nudesystems.com/how-to-fix-no-screen-found-xorg-error-on-freebsd/)