You are not logged in.

#1 2025-08-15 10:11:35

codrut
Member
Registered: 2025-08-15
Posts: 5

problems with nvidia mostly

I am new to Arch Linux. I am using KDE (tried Hyprland but I will get into that later) with NVidia proprietary drivers.
There are two issues preventing it from being perfect:
1. My internal CPU (Core 9 Ultra 285k) GPU is disabled. I have two NVidia RTX 4000 ADA GPUs. One of them is connected to my Alienware 4k monitor via a Display Port cable. Then my monitor is connected to my audio system via a HDMI cable. So basically I get audio passing though my monitor from the NVidia GPU. This works for me only with the NVidia proprietary drivers, it doesn't seem to work with the open source drivers. But everybody is recommending the open source drivers. Anyone knows how to solve this?
2. In KDE using either of the proprietary or open source drivers my monitor is experiencing flickering when playing YouTube videos. This seems to happen only when the refresh rate is set to 239.99 Hz, if I lower the refresh rate it seems to work. Is there anyway to fine tune this 239.99 Hz rate? I think it's a problem is slight difference between this setting and what this monitor actually supports.

Thank You!

Offline

#2 2025-08-15 14:03:06

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,273

Re: problems with nvidia mostly

it doesn't seem to work with the open source drivers. But everybody is recommending the open source drivers.

nvidia-open, nouveau or nova?
The ADA chips are supported by nvidia and nvidia-open and you'd use which ever is working better, but for nvidia-open GSP (firmware) is mandatory.

You don#t get the flicker w/ hyprland?
KDE will take the mode from the EDID

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

You'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/

But the signal rate (pclck, basically resolution*refresh rate) might just be too much for the cable (it's usually the cable) and that would affect hyprland just as much…
https://en.wikipedia.org/wiki/DisplayPo … _HDR_video

Online

#3 2025-08-15 14:16:19

codrut
Member
Registered: 2025-08-15
Posts: 5

Re: problems with nvidia mostly

I have an expensive cable and it worked fine in Windows. Maybe something with NVidia drivers. I will retry the open source drivers.

Offline

#4 2025-08-15 14:29:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,273

Re: problems with nvidia mostly

I'm afraid the price tag is not really meaningful.
"worked" or "works"?

seth wrote:

You don't get the flicker w/ hyprland?

Online

#5 2025-08-15 14:58:43

codrut
Member
Registered: 2025-08-15
Posts: 5

Re: problems with nvidia mostly

It worked a couple of days ago. The cable worked for at least six months at 240 Hz, Unfortunately I have deleted Windows, Arch Linux is my only OS now

Offline

#6 2025-08-15 15:05:14

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,273

Re: problems with nvidia mostly

seth wrote:
seth wrote:

You don't get the flicker w/ hyprland?

seth wrote:
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/

Online

#7 2025-08-15 15:21:08

codrut
Member
Registered: 2025-08-15
Posts: 5

Re: problems with nvidia mostly

I have performed a reinstallation using the archinstall and chose nvidia open source drivers (for Touring and +) and I have unchecked in KDE System Settings for Screen Tearing - allow in full screen mode
It is better and most importantly sound is working
I can still see some flickering only on my righ half of the taskbar and only when a video is playing. The monitor is running at 239.99 Hz.

About Hyprland, I need to loose weeks to configure everything as I don't like to use other people's config and I just don't have the time now.

Offline

#8 2025-08-15 16:56:28

codrut
Member
Registered: 2025-08-15
Posts: 5

Re: problems with nvidia mostly

When the PC is coming out of sleep then audio via NVidia is not working

Offline

#9 2025-08-15 20:22:04

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,273

Re: problems with nvidia mostly

for Touring and +

https://en.wikipedia.org/wiki/Alan_Turing

I need to loose weeks to configure everything

You don't need to rice stuff for unixporn, just check on the flicker behavior (I've asked since you hinted at but then didn't pick up on it)

When the PC is coming out of sleep then audio via NVidia is not working

It does before the sleep?
Please post your complete system journal for the boot after this

sudo journalctl -b | curl -F 'file=@-' 0x0.st

and also the output of

aplay -lL

Online

Board footer

Powered by FluxBB