x11-drivers/nvidia-drivers: adjust fbsimple warning to mention vesa

Also note that it's ok to ignore if it works, hard to say how
everything behaves on different hardware and this is not hard
requirements (may start working again with new kernel/driver too).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-12-07 15:20:30 -05:00
parent fa5d1b16c3
commit 2ad23f7bad
6 changed files with 18 additions and 18 deletions

View File

@@ -154,12 +154,12 @@ pkg_setup() {
fi
if kernel_is -ge 5 18 13; then
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI"
" as it is currently known broken with >=kernel-5.18.13 + NVIDIA."
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI or"
" FB_VESA as it currently may be broken with >=kernel-5.18.13 + NVIDIA:"
" https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341"
" (feel free to ignore this if it works for you)"
)
fi

View File

@@ -158,12 +158,12 @@ pkg_setup() {
fi
if kernel_is -ge 5 18 13; then
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI"
" as it is currently known broken with >=kernel-5.18.13 + NVIDIA."
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI or"
" FB_VESA as it currently may be broken with >=kernel-5.18.13 + NVIDIA:"
" https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341"
" (feel free to ignore this if it works for you)"
)
fi

View File

@@ -160,12 +160,12 @@ pkg_setup() {
fi
if kernel_is -ge 5 18 13; then
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI"
" as it is currently known broken with >=kernel-5.18.13 + NVIDIA."
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI or"
" FB_VESA as it currently may be broken with >=kernel-5.18.13 + NVIDIA:"
" https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341"
" (feel free to ignore this if it works for you)"
)
fi

View File

@@ -169,12 +169,12 @@ pkg_setup() {
fi
if kernel_is -ge 5 18 13; then
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI"
" as it is currently known broken with >=kernel-5.18.13 + NVIDIA."
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI or"
" FB_VESA as it currently may be broken with >=kernel-5.18.13 + NVIDIA:"
" https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341"
" (feel free to ignore this if it works for you)"
)
fi

View File

@@ -169,12 +169,12 @@ pkg_setup() {
fi
if kernel_is -ge 5 18 13; then
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI"
" as it is currently known broken with >=kernel-5.18.13 + NVIDIA."
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI or"
" FB_VESA as it currently may be broken with >=kernel-5.18.13 + NVIDIA:"
" https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341"
" (feel free to ignore this if it works for you)"
)
fi

View File

@@ -164,12 +164,12 @@ pkg_setup() {
fi
if kernel_is -ge 5 18 13; then
# https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI"
" as it is currently known broken with >=kernel-5.18.13 + NVIDIA."
" CONFIG_FB_SIMPLE: is set, recommended to disable and switch to FB_EFI or"
" FB_VESA as it currently may be broken with >=kernel-5.18.13 + NVIDIA:"
" https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341"
" (feel free to ignore this if it works for you)"
)
fi