NVIDIA 550.90.07-2: nvidia-drm parameters are now set by default
With the NVIDIA 550.90.07-2 packages, the nvidia-drmmodeset=1 and fbdev=1 parameters are now set by default…
When I boot my notebook Intel/NVIDIA combo with nvidia_drm.modeset=1 I can reproduce the same behaviour.
I guess we have to disable it on hybrid?
Anyone knows how to disable this new default configuration?
EDIT: Just updated again and rebooted with edited grub commandline: nvidia_drm.modeset=0. And it worked.
Is editing GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub the best practice way or is there a better solution?
In the same boat with an Intel/Nvidia hybrid laptop. I switched to open source graphics drivers using mhwd and can get to the desktop at least. Had other problems so I’m on a fresh minimal Gnome install
I encountered the next weird thing on my desktop machine (rtx4070):
When calling fastfetch in TTY: results in a blackscreen → switching to graphic session and back to tty solves this.
But with this issue I can’t say with certainty if it did exist before the update.
Maybe a problem in tty when querying GPU info?
PS: After a few tries I can pinpoint the problem: it occurs when calling the display module.
Just wanting to be sure I’m not doing something wrong:
when grub appears, you press ‘e’ and in the emacs editor, you write nvidia_drm modeset=0
and that’s ok, but next boot you’ll have to redo these operations?
On my laptop, even in a TTY, nvidia_drm is unknown command
Lenovo IdeaPad L340-15IRH Gaming boots to a black screen after the update.
> journalctl -eu sddm
Jun 10 20:44:10 lenovo systemd[1]: Started Simple Desktop Display Manager.
Jun 10 20:44:10 lenovo sddm[920]: Initializing...
Jun 10 20:44:10 lenovo sddm[920]: Starting...
Jun 10 20:44:10 lenovo sddm[920]: Logind interface found
Jun 10 20:44:10 lenovo sddm[920]: Adding new display...
Jun 10 20:44:10 lenovo sddm[920]: Loaded empty theme configuration
Jun 10 20:44:10 lenovo sddm[920]: Xauthority path: "/run/sddm/xauth_bPXzZp"
Jun 10 20:44:10 lenovo sddm[920]: Using VT 2
Jun 10 20:44:10 lenovo sddm[920]: Display server starting...
Jun 10 20:44:10 lenovo sddm[920]: Writing cookie to "/run/sddm/xauth_bPXzZp"
Jun 10 20:44:10 lenovo sddm[920]: Running: /usr/bin/X -dpi 0 -background none -seat seat0 vt2 -auth /run/sddm/xauth_bPXzZp -noreset -displayfd 16
Jun 10 20:44:12 lenovo sddm[920]: Failed to read display number from pipe
Jun 10 20:44:12 lenovo sddm[920]: Display server stopping...
Jun 10 20:44:12 lenovo sddm[920]: Attempt 1 starting the Display server on vt 2 failed
Jun 10 20:44:14 lenovo sddm[920]: Display server starting...
Jun 10 20:44:14 lenovo sddm[920]: Writing cookie to "/run/sddm/xauth_bPXzZp"
Jun 10 20:44:14 lenovo sddm[920]: Running: /usr/bin/X -dpi 0 -background none -seat seat0 vt2 -auth /run/sddm/xauth_bPXzZp -noreset -displayfd 16
Jun 10 20:44:15 lenovo sddm[920]: Failed to read display number from pipe
Jun 10 20:44:15 lenovo sddm[920]: Display server stopping...
Jun 10 20:44:15 lenovo sddm[920]: Attempt 2 starting the Display server on vt 2 failed
Jun 10 20:44:17 lenovo sddm[920]: Display server starting...
Jun 10 20:44:17 lenovo sddm[920]: Writing cookie to "/run/sddm/xauth_bPXzZp"
Jun 10 20:44:17 lenovo sddm[920]: Running: /usr/bin/X -dpi 0 -background none -seat seat0 vt2 -auth /run/sddm/xauth_bPXzZp -noreset -displayfd 16
Jun 10 20:44:18 lenovo sddm[920]: Failed to read display number from pipe
Jun 10 20:44:18 lenovo sddm[920]: Display server stopping...
Jun 10 20:44:18 lenovo sddm[920]: Attempt 3 starting the Display server on vt 2 failed
Jun 10 20:44:18 lenovo sddm[920]: Could not start Display server on vt 2
I timeshifted back to before the update and I can boot to sddm again.
System behaves weirdly when sleeping.
When the computer puts itself to sleep after a period of inactivity, it does not go to sleep. It goes to a black screen with the cursor. I can type in my password and log in without issue, though it takes a moment.
If I manually sleep the computer using the button in the home menu, it hangs for ~40 seconds before booting me to the lock screen.
some select details from a neofetch:
Kernel: 6.6.32-1-MANJARO
Resolution: 1920x1080, 1920x1080
DE: Plasma 6.0.5
WM: KWin
CPU: AMD Ryzen 5 5600G with Radeon Graphics (12) @ 4.464GHz
GPU: NVIDIA GeForce RTX 2060 SUPER
Running a pretty standard config and ran into the black screen issue after the update. nvidia_drm.modeset=0 in /etc/default/grub fixed it for me. Thanks a bunch!!
Here all okay.
Proprietary-Hyprid-AMD-Nvidia, and update on logout & tty no problem.
Grub Kernel Parameter nvidia-drm.modeset=1 nvidia_drm.fbdev=1 deleted, reboot and test sudo cat /sys/module/nvidia_drm/parameters/modeset and sudo cat /sys/module/nvidia_drm/parameters/fbdev all Y.