You are not logged in.

#1 2022-08-11 03:09:46

michaelii
Member
Registered: 2021-09-23
Posts: 51

Refresh Rate Issues NVIDIA

I have been having an issue where in display settings I have the option to turn my refresh rate up to 75hz, which is correct because on Windows I use that refresh rate.  However, when I turn up the refresh rate from 60 to 75hz, my monitor will give me a no signal message. 

I am using a GTX 1080 with the 'nvidia 515.65.01-2' driver.

Go ahead and let me know which logs need to be posted, and I'll get them over.

Offline

#2 2022-08-11 06:04:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: Refresh Rate Issues NVIDIA

https://aur.archlinux.org/packages/edid-decode-git

for edid in /sys/class/drm/card*/edid; do echo $edid; edid-decode < $edid; done

and also

xrandr -q

Offline

#3 2022-08-12 01:20:57

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: Refresh Rate Issues NVIDIA

seth wrote:

https://aur.archlinux.org/packages/edid-decode-git

for edid in /sys/class/drm/card*/edid; do echo $edid; edid-decode < $edid; done

The result I get is:

 bash: /sys/class/drm/card0/edid: No such file or directory 

-----


xrandr -q

The result is:

http://0x0.st/o21n.txt

Last edited by michaelii (2022-08-12 01:50:44)

Offline

#4 2022-08-12 01:51:41

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 630

Re: Refresh Rate Issues NVIDIA

Seems you have two monitors connected to HDMI and DisplayPort. For which one do you want to turn on 75 Hz? Are both working with 75 Hz on Windows?

Offline

#5 2022-08-12 06:50:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: Refresh Rate Issues NVIDIA

bash: /sys/class/drm/card0/edid: No such file or directory

https://wiki.archlinux.org/title/NVIDIA … de_setting

Does

xrandr --output HDMI-0 --refresh 75

lose the signal?

an issue where in display settings

What is "display settings" exactly? (I guess something from your desktop environment?)
Can you successfully control the refresh rate with "nvidia-settings"?

Offline

#6 2022-08-12 07:05:12

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: Refresh Rate Issues NVIDIA

dimich wrote:

Seems you have two monitors connected to HDMI and DisplayPort. For which one do you want to turn on 75 Hz? Are both working with 75 Hz on Windows?

I am not sure which one, but it does work in windows, and it did work on archlinux before I changed my graphics card and subsequently the drivers.

Offline

#7 2022-08-12 07:07:33

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: Refresh Rate Issues NVIDIA

seth wrote:

bash: /sys/class/drm/card0/edid: No such file or directory

https://wiki.archlinux.org/title/NVIDIA … de_setting

Does

xrandr --output HDMI-0 --refresh 75

lose the signal?

an issue where in display settings

What is "display settings" exactly? (I guess something from your desktop environment?)
Can you successfully control the refresh rate with "nvidia-settings"?

The xrandr command didn't appear to change anything... also yes the display settings are just what comes with KDE when you right click the desktop.  I haven't tried using nvidia-settings.

Offline

#8 2022-08-12 07:47:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: Refresh Rate Issues NVIDIA

Please avoid full quotes.
After running

xrandr --output HDMI-0 --refresh 75

, what's the output of

xrandr -q

and what does the monitors OSD say about the refresh rate?

Offline

#9 2022-08-15 01:45:41

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: Refresh Rate Issues NVIDIA

Here is the result of xrandr -q after running the first command.


https://0x0.st/o21n.txt

Offline

#10 2022-08-15 06:00:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: Refresh Rate Issues NVIDIA

HDMI-0 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 476mm x 268mm
   1920x1080     74.97 +  60.00*   59.94    50.00    60.00    50.04  

That would indicate that despite 75Hz being preferred you cannot even effectively toggle - but you also didn't get any error message from xrandr???

Install openbox and run an openbox session instead of KDE, see whether you can have/change to 75Hz there (do NOT run systemsettings, you can use nvidia-settings or "xrandr --output HDMI-0 --refresh 75")
I suspect that some process tries to be extra-clever here and monitors and aligns the refresh rates.
Can you set  HDMI-0 to 75Hz (in KDE) when you remove the other output on DP-3 ?

Offline

#11 2022-08-16 07:13:41

michaelii
Member
Registered: 2021-09-23
Posts: 51

Re: Refresh Rate Issues NVIDIA

seth wrote:
HDMI-0 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 476mm x 268mm
   1920x1080     74.97 +  60.00*   59.94    50.00    60.00    50.04  

That would indicate that despite 75Hz being preferred you cannot even effectively toggle - but you also didn't get any error message from xrandr???

Install openbox and run an openbox session instead of KDE, see whether you can have/change to 75Hz there (do NOT run systemsettings, you can use nvidia-settings or "xrandr --output HDMI-0 --refresh 75")
I suspect that some process tries to be extra-clever here and monitors and aligns the refresh rates.
Can you set  HDMI-0 to 75Hz (in KDE) when you remove the other output on DP-3 ?

Ah yes, even without the other monitor in the picture, only the 75hz plugged in, there is still no signal.  I highly doubt it is a KDE problem because it worked correctly in this configuration before.  Namely after I changed my NVIDIA drivers from the legacy ones to the mainline drivers when I upgraded my graphics card.  This is when the problem began.

Offline

Board footer

Powered by FluxBB