I’m using kernel 66 and proprietary nvidia 550.120 with X11 and KDE. My laptop is a Dell G15 5530.
I’m not using hybrid because I’ve gave up on it. It was impossible, quite unstable.
The nvidia-only setup works fine with kernel 6.6, but I’ve never manage to upgrade it to 6.9 or now to 6.10, and I cannot understand why.
I’ve tried today the new linux-meta
package and it also didn’t work.
I have on my /etc/default/grub
, and on /etc/mkinitcpio.conf
the following lines:
GRUB_CMDLINE_LINUX="nvidia_drm.fbdev=1 nvidia_drm.modeset=1"
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
These were recommended on Manjaro tutorials and forum. I’ve run sudo update-grub
and sudo mkinitcpio -P
after editing these files.
If I try kernel 6.10, the system sometimes boots, but freezes after a short while. It’s random. Sometimes it freezes during boot, sometimes at the login screen, sometimes I manage to login, but it freezes after a short while. Every time it freezes after boot, the mouse pointer still moves, but nothing responds I have to restart but forcing a power-off holding the power button.
I understand that kernel 6.6 is still the LTS and I should relax. But fresh installs use kernel 6.10 and breaks my system. I like to format and start fresh every now and then, and this issue is making it hard to do it. Please don’t tell me not to format it, because it is the way I like to clean my system: keeping home on its own partition and cleaning the rest.
Is there still a known issue moving beyond kernel 6.6 with nvidia? Or is it a problem in my setup?