The system is running in low-graphics mode

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

The system is running in low-graphics mode

4,196 Views
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 .

Labels (3)
0 Kudos
Reply
2 Replies

2,801 Views
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 Kudos
Reply

2,801 Views
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 Kudos
Reply