显卡驱动出问题了,求助
Tofloor
poster avatar
zs12593
deepin
2017-12-02 00:10
Author
台式机,amd显卡,本想禁用amd独显,使用intel集显。
看论坛搜帖子,然后没看清楚,运行了 sudo apt-get install nvidia-driver,后面发现不对,然后 又卸载了, sudo apt autoremove --puer nvidia-driver,电脑重启后黑屏幕.请大神给个解决方案
Reply Favorite View the author
All Replies
avatar
emofode
deepin
2017-12-02 00:18
#1
本帖最后由 emofode 于 2017-12-1 16:22 编辑

执行
  1. sudo apt install xserver-xorg-video-intel --reinstall -y --allow-downgrades
Copy the Code


Reply View the author
avatar
zs12593
deepin
2017-12-02 00:28
#2

老铁,还是黑屏,怎么玩啊?
Reply View the author
avatar
emofode
deepin
2017-12-02 00:30
#3
https://bbs.deepin.org/post/149347
老铁,还是黑屏,怎么玩啊?

emmm.
那可能要动手删点东西 https://bbs.deepin.org/user/63839
Reply View the author
avatar
187******46
deepin
2017-12-02 01:00
#4
不是,你是AMD的显卡,为啥要装nv的驱动,sudo apt-get install nvidia-driver??? 不懂
Reply View the author
avatar
187******46
deepin
2017-12-02 01:03
#5
本帖最后由 caicai 于 2017-12-1 17:09 编辑

恢复到集显,可以先进到tty的模式。在grub.cfg的cmdline里面增加systemd.unit=multi-user.target就可以进入到tty模式。依次执行如下
#sudo apt-get purge nvidia-* -y
#sudo apt-get install xserver-xorg-core --reinstall
#sudo apt-get install xserver-xorg-input-all --reinstall
#sudo apt-get install libgl1-mesa-glx --reinstall
#sudo reboot
然后会重启一次。在重启之前一定要reinstall三个包。

Reply View the author
avatar
zs12593
deepin
2017-12-02 01:46
#6
https://bbs.deepin.org/post/149347
不是,你是AMD的显卡,为啥要装nv的驱动,sudo apt-get install nvidia-driver??? 不懂 ...

我也明白这个理,安装时候,迷糊了,后面发现安装错了,所以就卸载了..
Reply View the author
avatar
zs12593
deepin
2017-12-02 02:27
#7
https://bbs.deepin.org/post/149347
恢复到集显,可以先进到tty的模式。在grub.cfg的cmdline里面增加systemd.unit=multi-user.target就可以进入 ...

谢谢大佬,ok了
Reply View the author