diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-07 23:12:35 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-07 23:13:50 +0100 |
| commit | a8d62d64da776027438017bcff870f308737b0b3 (patch) | |
| tree | 0534162685ad6a1500d6ad3d5bd09beda4fdf3d9 /content | |
| parent | 0d3a7e0a00502efa889fcb05b9b0148e9f719062 (diff) | |
Tweak article
Diffstat (limited to 'content')
| -rw-r--r-- | content/posts/gentoo-kernel-upgrade.md | 8 |
1 files changed, 4 insertions, 4 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 |
