Your Ubuntu 12.04 is running in 2D mode. Many features will not be available.(Ubuntu 12.04)

12,767

Solution 1

Okay, now I have faced this exact same problem myself and solved this a few days previously. My previous answer was in accordance with the standard procedure for troubles regarding logging in to Unity-3D

Apparently, the official drivers that are tested by Ubuntu are not being detected and are in effect worthless.

Here is the solution I found to the issue (quoting from another site) :

http://nerdysermons.blogspot.in/2011/11/solve-graphic-driver-errors-unity-3d.html

There are 3 suggested methods that are given in this post. I have tried all three and the third was the one that worked for me.(That is the option where you install the open source drivers removing all the existing drivers). The second option actually caused my system to hang after the Ubuntu splash screen.

The procedure given in the above site, for simplicity's sake, and for your ease can be summarised as follows:

  1. Prior to taking any of the above approach, run this command to install dependencies :

    sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf

  2. Install Open source Graphic Drivers (Recommended) The below command will remove all traces of Ubuntu's default fglrx drivers (if installed).

    sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*

  3. Remove the existing xorg.conf

    sudo rm /etc/X11/xorg.conf

  4. Reinstall the xorg.conf

    sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64

  5. Configure xorg

    sudo dpkg-reconfigure xserver-xorg

  6. Reboot the system

    sudo reboot

This worked for me just fine. Hope it works for you too.

Solution 2

Ah, this happened to me, and the solution is easy. First, log off. (Or go to the login screen.)enter image description here

enter image description here Now, as shown, click the Ubuntu Logo.

enter image description here

It will open this. Click 'Ubuntu' (Not Ubuntu 2D.) Then sign in as normal. Note: This will always be the default setting. To change it, use these steps again.

Sorry about the formatting. It's quite hard.

Oh, and the options on the 3rd image you might not have.(E.g. GNOME)Unless you installed them.

Share:
12,767

Related videos on Youtube

Franco
Author by

Franco

Updated on September 18, 2022

Comments

  • Franco
    Franco over 1 year

    What does that means and how to switch from 2D to 3D. I have a AMD Radeon7670M I tried installing and re installed the driver it recommended in additional drivers and i have checked synaptic package manager all the 2D and 3D related results are marked green.Now What to do i am very confused.

  • Franco
    Franco over 11 years
    Tried it it's still the same :/
  • Franco
    Franco over 11 years
    echo $DESKTOP_SESSION gives ubuntu -2d in both ubuntu and ubuntu 2D after that i tried the other command and this was the result"X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 22 Current serial number in output stream: 22"
  • Franco
    Franco over 11 years
    echo $DESKTOP_SESSION gives ubuntu -2d in both ubuntu and ubuntu 2D
  • horIzoN
    horIzoN over 11 years
    Ok, before doing this, does the Ubuntu Logo look like the logo is popping out? (Out of the launcher)
  • Franco
    Franco over 11 years
    Yes it's the same
  • root_access
    root_access over 11 years
    If this post was useful to you please move it up and mark the answer as accepted by using the up arrow and check-box on the left side of this post. Thank you!
  • root_access
    root_access over 11 years
    :) happy to help!
  • Franco
    Franco over 11 years
    Thanks is enough for your answer the accepted answer has already been marked. :)