Ubuntu 20.04 启动速度非常慢 [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *错误* Flip_done 超时

San*_*r T 3 boot nvidia kernel drivers 20.04

我最近在我的新 Razer Blade Stealth 上安装了 Ubuntu 20.04,并安装了 Nvidia 驱动程序 450,但现在启动时间很奇怪。系统启动并完全响应需要两分钟多的时间。当nomodeset以内核参数传递时,它会在几秒钟内正常启动,但随后 Nvidia 驱动程序将不会被加载......

让它启动后(没有nomodeset),运行后多次出现这些错误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
Run Code Online (Sandbox Code Playgroud)

在过去的几天里,我尝试了其他帖子中的多种操作,但没有成功,例如acpi_backlight=video/none/native/vendorvideo=SVIDEO-1:d。任何帮助,将不胜感激!

San*_*r T 7

对我来说,以下内容使一切正常工作。

/etc/default/grub编辑GRUB_CMDLINE_LINUX_DEFAULT以下内容 GRUB_CMDLINE_LINUX_DEFAULT="intremap=off"。之后运行一个sudo update-grub. 重新启动后,一切都应该正常工作。

编辑2020-11-17

正如 user228343 所建议的,GRUB_CMDLINE_LINUX_DEFAULT="intremap=off quiet splash button.lid_init_state=open"它也可以完美地进行暂停工作。