diff options
author | 2023-10-19 12:42:55 -0400 | |
---|---|---|
committer | 2023-10-19 21:13:52 -0400 | |
commit | 0e1b66032c97ecd84382d227382cbaf22ba99412 (patch) | |
tree | 63a7bb269aae4a4eaad94e5d350337a2a781d5d7 /x11-drivers | |
parent | app-portage/gentoolkit: add 0.6.3 (diff) | |
download | gentoo-0e1b66032c97ecd84382d227382cbaf22ba99412.tar.gz gentoo-0e1b66032c97ecd84382d227382cbaf22ba99412.tar.bz2 gentoo-0e1b66032c97ecd84382d227382cbaf22ba99412.zip |
x11-drivers/nvidia-drivers: emphasise that fbdev=1 is experimental
Console works fine but personally had a poor experience where Xorg
applications were crashing (once) after a mode switch. Imagine
mileage may vary, but nvidia themselves call it experimental.
Untested, but I believe this actually works better with wayland.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/nvidia-drivers/files/nvidia-545.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-drivers/nvidia-drivers/files/nvidia-545.conf b/x11-drivers/nvidia-drivers/files/nvidia-545.conf index 9748d8312c66..6de5577d5bf9 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-545.conf +++ b/x11-drivers/nvidia-drivers/files/nvidia-545.conf @@ -11,7 +11,8 @@ blacklist nouveau # Enable experimental framebuffer console support (^ requires modeset=1). # Replaces efifb or similar once loaded. Note that unloading nvidia modules -# to, e.g. load a new version, would result in losing console display. +# to, e.g. load a new version, would result in losing console display +# (emphasis on being experimental, mode switch could cause issues with X). #options nvidia-drm fbdev=1 # Suspend options. Allocations=0 recommended over =1 unless enable nvidia's |