diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-08 14:12:47 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-08 14:12:47 +0100 |
| commit | 2c6aea71f092a1145dbf98d3ed71a0c1e322714e (patch) | |
| tree | b718695af6b41796f4239a4c3efcbf76309a6b35 /content/posts/gentoo-kernel-upgrade.md | |
| parent | 91b681e9826d373ba0d1a9b64c3e8ca845f3619b (diff) | |
Reword
Diffstat (limited to 'content/posts/gentoo-kernel-upgrade.md')
| -rw-r--r-- | content/posts/gentoo-kernel-upgrade.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/gentoo-kernel-upgrade.md b/content/posts/gentoo-kernel-upgrade.md index c7f9b44..361d4d3 100644 --- a/content/posts/gentoo-kernel-upgrade.md +++ b/content/posts/gentoo-kernel-upgrade.md @@ -3,7 +3,7 @@ title = "Gentoo kernel upgrade" subtitle = "" summary = "A brief howto on updating the kernel on a Gentoo system." categories = [ "linux", "guide" ] -tags = [ "gentoo", "kernel", "linux", "sysadmin" ] +tags = [ "linux", "gentoo", "kernel", "sysadmin" ] date = "2024-12-10" +++ @@ -149,9 +149,9 @@ grub-mkconfig -o /boot/grub/grub.cfg I will not delve too much on the details here. You can check exactly which kernel options features to enable on the wiki[^nvidia]. -However I recently found the solution to a problem which caused my tty to be blank. +However, I recently found the solution to a problem which caused my TTYs to be blank. I had accidentally activated `FB_SIMPLE`, `SYSFB_SIMPLEFB` and `DRM_SIMPLEDRM`. -They should cause problems with newer nvidia drivers and should be disabled[^fb-nvidia]. +These options cause problems with newer nvidia drivers and should be disabled[^fb-nvidia]. ```sh {class="cmd-root"} emerge x11-drivers/nvidia-drivers |
