Compare commits

...

2 Commits

Author SHA1 Message Date
2b257f2507 Another addendum to the NVIDIA post. 2026-01-08 22:47:26 +01:00
a3891cab67 Add IMAP protocol link to cheat sheet. 2026-01-08 22:47:06 +01:00
2 changed files with 27 additions and 0 deletions

View File

@@ -95,3 +95,9 @@ starwars |>
```
<sup>Created on 2024-11-05 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>
## Wrangling computers
### Human interaction with IMAP servers
<https://geekmungus.co.uk/?p=4358>

View File

@@ -123,5 +123,26 @@ Yesterday I upgraded from Fedora 41 to Fedora 42 (KDE), and of course the NVIDIA
drivers were removed. Using the instructions above effortlessly installed the
driver (currently version 570). :-)
---
## Addendum 2026-01-18
This is turning into a pattern. Today I noticed while working with Darktable
that OpenCL was no longer in use. Sure enough `inxi -G` told me that no
NVIDIA driver was loaded.
When I issued
```fish
sudo dnf install nvidia-settings xorg-x11-drv-nvidia-cuda
```
dnf said that these packages were already installed, but with `sudo dnf update`
I got a whole bunch of updates for the NVIDIA-related packages.
After rebooting, my laptop would crash twice, but holding my breath I disconnected
the external screen, rebooted again, and after logging into Fedora 43 reconnected
the external screen, which finally went smoothly (and I could breathe again).
[Darktable]: https://www.darktable.org
[RPM fusion]: https://rpmfusion.org