0

When I try to boot my computer, I get this error:

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.

The LIKELY causes like installation of wrong drivers, incorrect or invalid lightdm greeters, low disk space, incorrect installation of graphics card like ATI and Nvidia, incorrect configuration of xorg.conf file while setting up multiple monitors are not what is causing this as

  • I have No graphics card.
  • No additional drivers.
  • I freed space too.
  • I reinstalled desktop too.
  • I checked lightdm.config too. It already had

    greeter-session=unity-greeter
    
  • I did this too. sudo apt-get install fglrx sudo reboot No idea what this does but this was one of the solutions provided.

  • And this too.

    sudo apt-get update
    sudo apt-get -d install --reinstall gdm
    sudo apt-get remove --purge gdm
    sudo apt-get install gdm
    sudo reboot
    

Now I have no desktop in failsafe mode in ubuntu.

Now what do I do? I HAVE TRIED THE SOLUTIONS PROVIDED FOR How to fix “The system is running in low-graphics mode” error?. They didn't work.

Zanna
  • 70,465

1 Answers1

0

Try to run this command: cd /etc/X11/ and run this command sudo cp xorg.conf.failsafe xorg.conf now reboot your system

guru
  • 57
  • 1
  • 7
  • With what reason? And what if there doesn't exist such a file? – Radu Rădeanu Oct 04 '13 at 12:26
  • I didn't know what reason, but this file contains graphics configurations, such as Device identifiers for video device configuration – guru Oct 04 '13 at 12:57
  • So, if you copy a file from one place to another do you think that you solve this problem? No, this problem is a little bit more complicated; see here: http://askubuntu.com/questions/141606/how-to-fix-the-system-is-running-in-low-graphics-mode-error – Radu Rădeanu Oct 04 '13 at 13:01
  • I experienced this kind of problem and also use that solution you mentioned, but that solution didn't work. I use my own solution to solve this low graphics problem. – guru Oct 04 '13 at 13:10