[NVIDIA]The system is running in low-graphics mode Your screen, graphics cards, and input device settings could not be detected correctly. You will need to configure these yourself.

/ linux / 0 条评论 / 3501浏览

The system is running in low-graphics mode

Your screen, graphics cards, and input device settings could not be detected correctly. You will need to configure these yourself.

CTRL+ALT+F1 输入用户名 密码 进入terminal

sudo apt-get install nvidia-current

current 为最近版本

sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install gdm
reboot

再一次 CTRL+ALT+F1 输入用户名 密码 进入terminal

sudo service lightdm stop
sudo dpkg-reconfigure gdm3

选择 gdm3

sudo reboot

完美解决,完美进入桌面系统

本案例仅适用于NVIDIA显卡