Package Details: nvidia-550xx-dkms 550.163.01-1

Git Clone URL: https://aur.archlinux.org/nvidia-550xx-dkms.git (read-only, click to copy)
Package Base: nvidia-550xx-dkms
Description: NVIDIA drivers - module sources, 550 branch
Upstream URL: http://www.nvidia.com/
Keywords: 550 beta dkms drivers kernel nvidia panic utils whatever
Licenses: custom
Conflicts: nvidia, nvidia-dkms, NVIDIA-MODULE
Provides: nvidia, nvidia-dkms, NVIDIA-MODULE
Submitter: Kimiblock
Maintainer: failsafe65
Last Packager: failsafe65
Votes: 4
Popularity: 0.45
First Submitted: 2024-08-03 13:43 (UTC)
Last Updated: 2025-04-18 17:23 (UTC)

Required by (40)

Sources (6)

Latest Comments

Tharbad commented on 2025-04-19 09:45 (UTC)

Bug fixed as of 550.163.01

eduardoeae commented on 2025-04-18 10:55 (UTC)

There is a new version: 550.163.01 I can't test it this weekend, maybe they fixed this latest bug. It is not on the changelog though.

evorster commented on 2025-04-18 10:51 (UTC) (edited on 2025-04-18 11:04 (UTC) by evorster)

With the update of linux to 6.14.2 in main, this issue is hitting more people.

Putting

sed -i '/\.date/d' nvidia-drm/nvidia-drm-drv.c

just after cd kernel in PKGBUILD fixed the issue for me.

Just for future reference, running the 550 series fixes two important bugs for me:

kwin_wayland memory leak: https://bugs.kde.org/show_bug.cgi?id=496469#add_comment

External Monitor not waking up after suspend if refresh rate is higher than 30Hz: https://forums.developer.nvidia.com/t/bug-external-monitor-fails-to-wake-up-from-powersave-mode-if-refresh-rate-is-higher-than-30hz/316612/21

ww998 commented on 2025-04-11 23:21 (UTC) (edited on 2025-04-11 23:25 (UTC) by ww998)

The package failed to build for me as well on kernel 6.14.2.

Thanks @eduardoeae for the fix. Sadly it didn't work for me and threw a sed error all the time. (extra characters at the end of command). Gave up on it.

I fixed it quick and dirty like this:

After "cd kernel"

grep -v "20160202" nvidia-drm/nvidia-drm-drv.c > nvidia-drm/nvidia-drm-drv.c2
rm nvidia-drm/nvidia-drm-drv.c
mv nvidia-drm/nvidia-drm-drv.c2 nvidia-drm/nvidia-drm-drv.c

eduardoeae commented on 2025-04-09 03:28 (UTC) (edited on 2025-04-11 04:54 (UTC) by eduardoeae)

This is required in prepare() to build with linux>=6.14:

sed -i '/\.date/d' nvidia-drm/nvidia-drm-drv.c

EDIT: The package nvidia-525xx-dkms has a better patch for compatibility with older kernels

abud7eem commented on 2024-11-24 20:57 (UTC)

@failsafe65 thank you very much for the update, now everything work as expected

gendo3000 commented on 2024-11-12 15:08 (UTC)

Hi everyone,

I managed build and install 550xx version of the drivers using the PKGBUILD files from nvidia-utils and lib32-nvidia-utils repos: - https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/tree/550.90.07-4?ref_type=tags - https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nvidia-utils/-/tree/550.90.07-1?ref_type=tags

What I did is cloned the repos, checked out to the wanted tag/version and ran makepkg -si to build and install the packages.

I'm inexperienced and quite ignorant on the topic so please be mindful of that and proceed on your own risk if you want to install the drivers this way.

abud7eem commented on 2024-11-11 09:12 (UTC)

@Kimiblock hello hope you doing well, I know you're not interested in lib32 but its required for install steam, the beta and NFB both have strong glitches/bugs/ and lockup the system before completing 24h, just for this couple critical months moving to Wayland and new 56x or 57x hit the production branch, if you can't I completely understand and hope someone with the knowledge can package them, wish you the best of luck.

Kimiblock commented on 2024-08-07 16:10 (UTC)

Hi @Mario156090, I personally don't use these packages and plans to drop this. The 560 drivers fixed memory corruption which is the reason why I submitted the 550 series.

Mario156090 commented on 2024-08-07 00:52 (UTC)

Hello, what about this packages?

lib32-nvidia-550xx-utils lib32-opencl-nvidia-550xx libxnvctrl-550xx opencl-nvidia-550xx