首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Ubuntu20.04非常慢的启动[drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *错误* flip_done超时

Ubuntu20.04非常慢的启动[drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *错误* flip_done超时
EN

Ask Ubuntu用户
提问于 2020-08-12 19:33:44
回答 2查看 15.5K关注 0票数 2

我最近安装了Ubuntu20.04在我的新Razer隐身和安装的Nvidia驱动450,但现在的启动时间是奇怪的。系统启动和响应需要超过两分钟。当nomodeset引导作为内核参数传递时,它在几秒钟内启动良好,但是Nvidia驱动程序不会被加载.

让它启动后(没有常规代码),这些错误在运行dmesg之后会出现多次。

代码语言:javascript
运行
复制
[  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

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

EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2020-10-25 21:06:15

对我来说,以下几点使一切正常运转。

/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"很好地完成了暂停工作。

票数 6
EN

Ask Ubuntu用户

发布于 2020-11-15 03:39:42

@Sander提供的解决方案可以让nvidia驱动程序正常工作,但是一旦笔记本电脑挂起,它就进入了睡眠循环。这是使用:https://help.ubuntu.com/community/RazerBlade解决的,所以我最后的grub更新有:

代码语言:javascript
运行
复制
GRUB_CMDLINE_LINUX_DEFAULT="intremap=off quiet splash button.lid_init_state=open"
票数 3
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1266668

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档