diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-03-05 08:28:39 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-03-05 08:28:39 +0100 |
commit | 274eb021b56d78a73a2ee9fabda150cb5f1278b6 (patch) | |
tree | 23e854f431c76235ea0d33c74bdb74f57396be4b /content/2023 | |
parent | ab77b9415118fa2f36370f59b5d75734edda1691 (diff) |
fix: add missing numbers
Diffstat (limited to 'content/2023')
-rw-r--r-- | content/2023/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md | 8 |
1 files changed, 4 insertions, 4 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 efcdf75..649850d 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 @@ -13,10 +13,10 @@ tags: --- First, the bad news: I could not make FreeBSD work with Hybrid Graphics, so I use only the discrete one. To ensure this, open BIOS and -Configuration -Display -Graphics Device -select `Discrete Graphics` +1. Configuration +2. Display +3. Graphics Device +4. select `Discrete Graphics` Then, log in as root and install the drivers: |