The system is running in low-graphics mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

The system is running in low-graphics mode

4,201 次查看
jiangyaqiang
Contributor V

HI everyone:

       I'm involved in a problem with ubuntu 12.04 , when click power down in UI, the system go to low-graphics mode like low.

pastedImage_0.png

more information: mx6q , linux 3.0.35

debug port log:  NO LOG

      Anyone know why, please give a hand , thanks very much .

标签 (3)
0 项奖励
回复
2 回复数

2,806 次查看
adamdanischewsk
Contributor I

Old thread yet I had this problem recently, after installing Ubuntu on a mostly unsupported laptop I had problems with sound. I uninstalled PulseAudio and Unity was affected. First update and upgrade your system and run auto-remove.

$> sudo apt-get update

$> sudo apt-get upgrade-distro

$> sudo apt-get upgrade

$> sudo apt-get auto-remove

See if that fixes it for you - if not, then I recommend you check Unity and try installing

LXDE to make sure X-Windows isn't the issue.

$> sudo apt-get install unity

$> sudo apt-get install lxde

At this point it should be working, try

$> startx

If it is, yet you still get the "low-graphics mode" message on reboot then install a new greeter for LightDM:

$> sudo apt-get install lightdm-gtk-greeter

Now it should be fixed.

0 项奖励
回复

2,806 次查看
igorpadykov
NXP Employee
NXP Employee

Hi jiang

this may caused by incorrect graphic driver and well described on

ubuntu forums:

xorg - How to fix "The system is running in low-graphics mode" error? - Ask Ubuntu

Fix the error "The system is running in low graphics mode" - Solution - YouTube

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复