[ ][drm] nouveau 0000:01L00.0L No native mode, forcing panel scaling
[ ][drm] nouveau 0000:01L00.0L No native mode, forcing panel scaling
[ ][drm] nouveau 0000:01L00.0L No native mode, forcing panel scaling
[ ][drm] nouveau 0000:01L00.0L No native mode, forcing panel scaling
[ ][drm] nouveau 0000:01L00.0L No native mode, forcing panel scaling
Solution #1]
The error
Normally occurs due to a driver problem with Nvidia cards when booting a Linux / Debian machine.
The troubleshooting is relatively easy to do by first creating the following file:
After that, we update the core and restart the computer:
nouveau 0000:01:00.0: DRM: failed to create kernel channel, -22
Normally occurs due to a driver problem with Nvidia cards when booting a Linux / Debian machine.
The troubleshooting is relatively easy to do by first creating the following file:
vi /etc/modprobe.d/blacklist-nouveau.conf
INSERT KEY
blacklist nouveau
options nouveau modeset=0
ESC-BUTTON
:wq
INSERT KEY
blacklist nouveau
options nouveau modeset=0
ESC-BUTTON
:wq
After that, we update the core and restart the computer:
update-initramfs -u
reboot
reboot
Solution #2]
vi /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet drm_kms_helper.poll=0"
GRUB_CMDLINE_LINUX_DEFAULT="quiet drm_kms_helper.poll=0"
update-grub2
reboot
reboot