diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-07 23:15:40 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-07 23:15:40 +0100 |
| commit | bfe3361a291412bd974c0c94e06fbc031b9efab6 (patch) | |
| tree | a4138dcdfdeaa2a0bfda2c1f741b55701fc35540 /content | |
| parent | a8d62d64da776027438017bcff870f308737b0b3 (diff) | |
Grammar
Diffstat (limited to 'content')
| -rw-r--r-- | content/posts/gentoo-kernel-upgrade.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/gentoo-kernel-upgrade.md b/content/posts/gentoo-kernel-upgrade.md index 74efc0c..ed81d7a 100644 --- a/content/posts/gentoo-kernel-upgrade.md +++ b/content/posts/gentoo-kernel-upgrade.md @@ -150,7 +150,7 @@ You can check exactly which kernel options features to enable on the wiki[^nvidi However I recently found the solution to a problem which caused my tty to be blank. I had accidentally activated `FB_SIMPLE`, `SYSFB_SIMPLEFB` and `DRM_SIMPLEDRM`. -They should all be disabled to work with newer nvidia drivers[^fb-nvidia]. +They should cause problems with newer nvidia drivers and should be disabled[^fb-nvidia]. ```sh {class="cmd-root"} emerge x11-drivers/nvidia-drivers |
