Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia-drivers-555.58 DVI output not working on monitor
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
jms.gentoo
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2009
Posts: 102

PostPosted: Sat Jun 29, 2024 10:47 pm    Post subject: nvidia-drivers-555.58 DVI output not working on monitor Reply with quote

Hey everyone,

Just wondering if anyone else is having trouble with this new driver?

I've been rocking a sweet Nvidia setup for 5 years now, with no issues running my dual monitor setup... until this driver update. Now only one monitor shows anything, even though I see info pop up on the second one during boot process.

reverting back to nvidia-drivers-550.90.07 solve the issue

Anyone else experiencing this weirdness?


Last edited by jms.gentoo on Sun Jun 30, 2024 8:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
Ionen
Developer
Developer


Joined: 06 Dec 2018
Posts: 2745

PostPosted: Sun Jun 30, 2024 3:50 am    Post subject: Reply with quote

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:
    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
Back to top
View user's profile Send private message
jms.gentoo
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2009
Posts: 102

PostPosted: Sun Jun 30, 2024 8:09 pm    Post subject: Reply with quote

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:
    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 :oops: .
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:

# 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:
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 :wink:


Last edited by jms.gentoo on Mon Jul 01, 2024 4:34 am; edited 1 time in total
Back to top
View user's profile Send private message
Ionen
Developer
Developer


Joined: 06 Dec 2018
Posts: 2745

PostPosted: Mon Jul 01, 2024 12:30 am    Post subject: Reply with quote

Yeah for a 1050 GSP is unrelated then, I don't know what may be causing this (I don't think I heard about it). The message also only show when upgrading from 550 to 555 (not installing 555 on its own), but either way it doesn't apply to you.

You could always browse the 555 thread on nvidia forums and see if someone mention it (the thread is pretty big though, so it'shard to find anything). No harm in sticking to still-supported stable drivers though (550 is a production branch, while 555 is an experimental new feature branch that will never be stabilized), if luck has it may be resolved by the time of the next production branch.
Back to top
View user's profile Send private message
jms.gentoo
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2009
Posts: 102

PostPosted: Mon Jul 01, 2024 4:32 am    Post subject: Reply with quote

Ionen wrote:
No harm in sticking to still-supported stable drivers though (550 is a production branch, while 555 is an experimental new feature branch that will never be stabilized), if luck has it may be resolved by the time of the next production branch.


yes will do that ,it's not worth the hassle.

Also it seems that this is not an isolated case ,I found some arch users with DVI output problem with this driver.
https://bbs.archlinux.org/post.php?tid=297229&qid=2181018
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum