0

Possible Duplicate:
How to fix “The system is running in low-graphics mode” error?

As title, I'm using Ubuntu 10.04, and my ubuntu kept showing the sign “Ubuntu is running in low-graphics mode”. I've read another question with same topic (How do I fix "Ubuntu is running in low-graphics mode?" ), but the other one is using ATI Radeon X1200. How can I fix the problem? I'm running Ubuntu on a 200GB partition, and the rest of my computer is Windows7. My graphic card is NVIDIA GeForce GT 555M, and my computer is ACER ASPIRE 5951G.

  • GT 555M has optimus supported. If it is enabled in your laptop try installing bumblebee (http://bumblebee-project.org/) – Web-E Mar 31 '12 at 08:18

3 Answers3

1

Thank @Web-E, that really solve it. I follow this page and I ran the following commands to solve this problem.

sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia

Usage:

optirun [options] <application> [application-parameters]
Lekensteyn
  • 174,277
sam
  • 6,831
0

Your graphics card is an Optimus; it means that you have 2 video cards on your notebook. For that technology Nvidia doesn't have support, than the community is making a way to fix these, but is a little buggy in some systems.

First system is Bumblebee, that in my case didn't work out and you will have to Google the way because I don't now how it works properly.

The second is Ironhide' you can see these forum on Mint community that the process is the same. http://community.linuxmint.com/tutorial/view/610

I hope I have helped. In my notebook a Toshiba F750 i have to install the updates then the Intel graphic works only then I install the Ironhide.

Tom Brossman
  • 13,111
Ricaxe
  • 36
0

Change the default settings for power management.

Go to System ► Preferences ► Power Management, and change the default Display setting to never.

Mateo
  • 8,104