ubuntu 18.04 突然黑屏的解决方案之一

安装了fcitx不久之后黑屏,

千万不要在一个桌面中安装2个输入法,会导致黑屏和鼠标无反应。
比如 fcitx 和 ibus.

解决办法:
首先,登陆ctrl+ alt + f3
安装新桌面

sudo apt update
sudo apt install lightdm
或者:sudo dpkg-reconfigure lightdm


然后,删除fcitx
sudo apt-get remove fcitx
sudo apt-get remove fcitx-module*
sudo apt-get remove fcitx-frontend*
sudo apt-get purge fcitx*

重新安装 ibus
sudo apt-get install ibus ibus-clutter ibus-gkt ibus-gtk3 ibus-qt4
im-config -s ibus
sudo apt-get install ibus-pinyiin
sudo ibus-setup
reboot

你可能感兴趣的:(ubuntu桌面,ubuntu)