Compare commits
2 Commits
dc9075eb0c
...
2b257f2507
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b257f2507 | |||
| a3891cab67 |
@@ -95,3 +95,9 @@ starwars |>
|
|||||||
```
|
```
|
||||||
|
|
||||||
<sup>Created on 2024-11-05 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>
|
<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>
|
||||||
@@ -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
|
drivers were removed. Using the instructions above effortlessly installed the
|
||||||
driver (currently version 570). :-)
|
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
|
[Darktable]: https://www.darktable.org
|
||||||
[RPM fusion]: https://rpmfusion.org
|
[RPM fusion]: https://rpmfusion.org
|
||||||
Reference in New Issue
Block a user