I have recently installed Ubuntu 20.04 on my new Razer Blade Stealth and installed the Nvidia Driver 450, but now the boot time is weird. It takes more than two minutes for the system to boot and be responsive at all. When booting with nomodeset
passed as Kernel Parameter, it boots fine in a few seconds, but then the Nvidia Driver wouldn't be loaded...
After letting it boot (without nomodeset), these errors appear multiple times after running dmesg
[ 151.867350] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:83:pipe A] flip_done timed out
[ 162.107787] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:136:pipe B] flip_done timed out
[ 172.348571] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CONNECTOR:191:eDP-1] flip_done timed out
[ 182.588656] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CONNECTOR:212:DP-3] flip_done timed out
[ 192.828967] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:31:plane 1A] flip_done timed out
[ 203.068850] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:84:plane 1B] flip_done timed out
[ 213.308649] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:83:pipe A] flip_done timed out
[ 223.548542] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:136:pipe B] flip_done timed out
I have tried multiple things from other posts in the last few days without success, such as acpi_backlight=video/none/native/vendor
, video=SVIDEO-1:d
. Any help would be appreciated!
sudo dmidecode -s bios-version
to find your current version. Do this first. – heynnema Aug 12 '20 at 21:11video=SVIDEO-1:d quiet splash
as Kernel Parameters makes no difference. Thanks anyway! – Sander T Aug 13 '20 at 06:35Linux 5.7.15-050715-generic x86_64
but still having the same issue. Do you have any other ideas? – Sander T Aug 13 '20 at 16:56Because when I'm using
– Sander T Aug 16 '20 at 18:34i915.modeset=0
I don't get these errors, but without this modesetting I get them...nvidia.modeset=0
), then the errors occur. When I'm using the Nvidia card (i915.modeset=0
) everything goes well, but only the USB-C Hub HDMI port is not detected... Running only on the Nvidia card without the slow boot is perfectly fine by me, but I really need the HDMI port to work, which does work when booting from the Intel GPU... – Sander T Aug 16 '20 at 19:02