Ionen wrote:If it's a recent'ish card (GTX 1650+), may want to try disabling its use of the GSP firmware. NVIDIA started to use it by default in 555 and it's the primary cause of regressions.
The ebuild briefly warn about this the first time 555 is emerged too (see the noted nvidia.conf):
Code: Select all
if use !kernel-open && [[ ${REPLACING_VERSIONS##* } ]] &&
ver_test ${REPLACING_VERSIONS##* } -lt 555
then
elog
elog "If using a Turing/Ampere+ GPU (aka GTX 1650+), note that >=nvidia-drivers-555"
elog "enables the use of the GSP firmware by default. *If* experience regressions,"
elog "please see '${EROOT}/etc/modprobe.d/nvidia.conf' to optionally disable."
fi
Thanks Ionen for you re help.
I didn't check the log

.
For info: curiously enough this message didn't appear when I installed it the first time
I did have a "Info: postinst" but no "Log: postinst " containing this info maybe because I updated my gentoo-kernel at the same time ?
But upon second reinstall the message did appear.
I did try to disable use of the GSP firmware with no effect
Code: Select all
# Disable use of the GSP firmware which has newly been enabled by default
# for GPUs that support it (Turing/Ampere+ GPUs, aka GTX 1650+). Not
# recommended unless experience regressions for which disabling helps.
# Cannot be disabled if using USE="kernel-open".
options nvidia NVreg_EnableGpuFirmware=0
I have an older card
NVIDIA GeForce GTX 1050
to check for enabled or not GSP enabled
Code: Select all
nvidia-smi -q
.
.
GSP Firmware Version : N/A
I am surprised no one got this problem.
for info
I didn't change anything (that I can think of wich vould have any obvious impact)
Using openrc plasma 6.1.1 under x or wayland it's the same result.
My 2 monitor are the same
One using nvidia HDMI to HDMI and the other DVI output to HDMI
and the one having problem is DVI output to HDMI
changing connection show that the DVI output to HDMI is the problematic one.
if anyone curious about it here is my emerge --info
https://dpaste.com/727YDD5EC
nvidia-smi -q
http://dpaste.com/HVFVDMRSU
I will go back to nvidia-drivers-550.90.07
thanks again Ionen for pointing out the GSP firmware potential problem and remind me to check my ebuild log
