Deepin安装成功后开机黑屏
Tofloor
poster avatar
flyingeagle1015
deepin
2017-09-08 00:41
Author
本帖最后由 flyingeagle1015 于 2017-9-7 16:45 编辑

电脑配置:HP540
安装情况:全新安装,单deepin系统
现象:1. 每次启动显示完deepin动画后黑屏,等待30分钟以上依然黑屏。
             2. 在启动参数中增加i915.modeset=0后可以正常启动,但启动后分辨率不正确(正常为1280x800, 实际为1024x768)             3. 等启动显示完deepin动画后黑屏后,按下Alt+Ctrl+F2切到tty2,然后按下Alt+Ctrl+F7切回,可以正常显示登录界面,正常登录使用。


虽然可以勉强使用,每次都要切换到TTY再切换回来很麻烦,请问亲们有什么解决方法?
Reply Favorite View the author
All Replies
avatar
187******46
deepin
2017-09-08 01:03
#1
上传一下你的deepin-feedback的日志呢
Reply View the author
avatar
flyingeagle1015
deepin
2017-09-08 06:02
#2
执行deepin-feedback-cli收集的日志。
Reply View the author
avatar
187******46
deepin
2017-09-09 01:32
#3
你安装一下driver呢,  sudo apt-get install xserver-xorg-video-intel,
然后重启一次或者执行sudo systemctl restart lightdm 也可以.
Reply View the author
avatar
flyingeagle1015
deepin
2017-09-09 18:28
#4
https://bbs.deepin.org/user/63839 谢谢!已经找到解决方案。
这是显卡驱动对svideo的处理的BUG,禁用掉svideo。
解决方案:1. 修改/etc/default/grub中的GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"行,
                           修改为GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1:d";
                      2. 运行sudo update-grub更新grub启动配置;
                      3. 重启系统。
Reply View the author
avatar
dean2018
deepin
2018-01-01 18:57
#5
小白弱弱的问一句,开机就黑屏,怎么修改
Reply View the author
avatar
dean2018
deepin
2018-01-01 18:59
#6
https://bbs.deepin.org/user/92153 能麻烦您详细说说么?
Reply View the author
avatar
dean2018
deepin
2018-01-02 03:02
#7
运行startx只有背景图片和鼠标,能进恢复模式,恢复模式没有问题
Reply View the author
avatar
flyingeagle1015
deepin
2018-01-02 22:32
#8
我的情况是启动显示完启动动画后就黑屏了(本来应该显示登录页面),而且一直卡在那里。
你的情况应该是显卡的问题,可以在启动的时候修改选项试试。具体操作:
1. 开机启动出现下边的内容时按e键
    Deepin 15.5 GNU/Linux
    Advanced options for Deepin 15.5 GNU/Linux
    Deepin Recovery
2. 找到splash quiet,在后面输入nomodeset,按F10启动。
3. 找到splash quiet,在后面video=SVIDEO-1:d,按F10启动。
第2步和第3步选一种实验,看哪种可以就用哪一种。
都不行的就把只能把你的硬件信息回馈给官方了。+
Reply View the author
avatar
w739824410
deepin
2018-01-06 05:29
#9
开机输入可以进去 更新grub后 反而进不去了
Reply View the author
avatar
esn
deepin
2021-03-29 18:39
#10
flyingeagle1015
我的情况是启动显示完启动动画后就黑屏了(本来应该显示登录页面),而且一直卡在那里。
你的情况应该是显卡的问题,可以在启动的时候修改选项试试。具体操作:
1. 开机启动出现下边的内容时按e键
    Deepin 15.5 GNU/Linux
    Advanced options for Deepin 15.5 GNU/Linux
    Deepin Recovery
2. 找到splash quiet,在后面输入nomodeset,按F10启动。
3. 找到splash quiet,在后面video=SVIDEO-1:d,按F10启动。
第2步和第3步选一种实验,看哪种可以就用哪一种。
都不行的就把只能把你的硬件信息回馈给官方了。+

谢谢!

我的情况是惠普台式机安装完deepin v20,登录之后,显示3点旋转的图标,之后黑屏,有背光,ctl+alt+f2无法显示控制台。

添加nomodeset后,正常。

Reply View the author