From a8d62d64da776027438017bcff870f308737b0b3 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Tue, 7 Jan 2025 23:12:35 +0100 Subject: Tweak article --- content/posts/gentoo-kernel-upgrade.md | 8 ++++---- themes/chilldark | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/posts/gentoo-kernel-upgrade.md b/content/posts/gentoo-kernel-upgrade.md index cef8655..74efc0c 100644 --- a/content/posts/gentoo-kernel-upgrade.md +++ b/content/posts/gentoo-kernel-upgrade.md @@ -146,11 +146,11 @@ grub-mkconfig -o /boot/grub/grub.cfg ### Nvidia drivers I will not delve too much on the details here. -You can check exactly which kernel options features to enable on the wiki [^nvidia]. +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. -It was caused by the kernel options: `FB_SIMPLE`, `SYSFB_SIMPLEFB`, `DRM_SIMPLEDRM`. -They should all be disabled to work with newer nvidia drivers [^fb-nvidia]. +I had accidentally activated `FB_SIMPLE`, `SYSFB_SIMPLEFB` and `DRM_SIMPLEDRM`. +They should all be disabled to work with newer nvidia drivers[^fb-nvidia]. ```sh {class="cmd-root"} emerge x11-drivers/nvidia-drivers @@ -186,7 +186,7 @@ Verify after the rebooting that the microcode is loaded by the kernel. dmesg | grep microcode ``` -For more details see the wiki [^intel]. +For more details see the wiki[^intel]. ## References diff --git a/themes/chilldark b/themes/chilldark index 0ca34da..021a77d 160000 --- a/themes/chilldark +++ b/themes/chilldark @@ -1 +1 @@ -Subproject commit 0ca34dae8318ede00a9d1fc7a4b3336fb7c31bfd +Subproject commit 021a77d829dcb20736547ca0f0c14a1536a0a8e4 -- cgit v1.2.3