From 2c6aea71f092a1145dbf98d3ed71a0c1e322714e Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 8 Jan 2025 14:12:47 +0100 Subject: Reword --- content/posts/gentoo-kernel-upgrade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/posts/gentoo-kernel-upgrade.md') 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 -- cgit v1.2.3