安装成功后一直卡在桌面转圈,进不了桌面
Tofloor
poster avatar
156******21
deepin
2018-08-22 06:32
Author
安装成功后一直卡在桌面转圈,进不了桌面

然后开机时候按e进入grup

在linux        /boot/vmlinuz-4.9.0-deepin13-amd64 root=UUID=57d9aa6c-2452-4374-b4b8-bbd81a2975c2 ro splash quiet 后添加 acpi_osi=! acpi="windows 2009" 还是不行
然后试了下添加 acpi_osi=! acpi_osi="windows 2009" 也不行

最后试了下添加  acpi_osi=! acpi_osi="Windows 2009" 还是不行

有没有大佬帮帮忙,究竟该怎么解决 谢谢大佬了



Reply Favorite View the author
All Replies
avatar
156******21
deepin
2018-08-22 06:34
#1
电脑是:惠普暗夜精灵pro2  双系统
Reply View the author
avatar
156******21
deepin
2018-08-22 08:41
#2
已经解决,在quiet后添加 nouveau.modeset=0


Reply View the author
avatar
wuusai
deepin
2018-08-26 02:43
#3
和你一样的机型!弄了半天没弄好,直到看到你的帖子!感谢,现在一切都挺好
Reply View the author
avatar
douya250
deepin
2018-08-26 03:11
#4
https://bbs.deepin.org/post/167509
已经解决,在quiet后添加 nouveau.modeset=0

这是不加载NVIDIA显卡开源驱动的代码
Reply View the author
avatar
156******21
deepin
2018-08-27 20:03
#5
https://bbs.deepin.org/post/167509
和你一样的机型!弄了半天没弄好,直到看到你的帖子!感谢,现在一切都挺好 ...

哈哈  能够开机就好
Reply View the author
avatar
156******21
deepin
2018-08-27 20:04
#6
https://bbs.deepin.org/post/167509
这是不加载NVIDIA显卡开源驱动的代码

恩恩 谢谢 百度了很多才找到的 在论坛问没有人回复正确的
Reply View the author
avatar
wuusai
deepin
2018-08-28 05:29
#7
https://bbs.deepin.org/post/167509
这是不加载NVIDIA显卡开源驱动的代码

先不加载显卡,进去之后再加载 就是哪个prime方案就好了
Reply View the author
avatar
zmjbcm
deepin
2018-10-08 07:10
#8
https://bbs.deepin.org/post/167509
已经解决,在quiet后添加 nouveau.modeset=0

按照你的方法进入系统了,可第二次开机又是这情况怎么解决的?
Reply View the author
avatar
156******21
deepin
2018-10-16 02:38
#9
https://bbs.deepin.org/post/167509
按照你的方法进入系统了,可第二次开机又是这情况怎么解决的?

更改显卡驱动模式
Reply View the author
avatar
fhy
deepin
2018-10-16 18:23
#10
其实应该去改 /etc/default/grub 这样grub更新时会默认加上这两句参数 :
在 /etc/defaut/grub 里加入一行
GRUB_CMDLINE_LINUX="acpi_osi=! \"acpi_osi=Windows 2009\""
然后 sudo update-grub
可以安装独立显卡(NVIDIA)的最新闭源驱动,可能会解决问题,不用加这两句,禁用acpi了。 如果可以,就删掉这两句配置
Reply View the author
avatar
xiaozhudaxia
deepin
2019-11-20 21:12
#11
试试你的方法,我的也是N卡独显
Reply View the author