Results 1 to 4 of 4

Thread: How to make Unity 2D the default when logging in to Ubuntu.

  1. #1
    Join Date
    Oct 2012
    Beans
    18

    Question How to make Unity 2D the default when logging in to Ubuntu.

    Hi, i have a laptop I want to install Ubuntu on but since it's old it doesn't have a graphics card (just your standard integrated one) so I wanted to know how to make Unity 2D the default desktop. Thanks!

    EDIT: For Ubuntu 12.04.1
    Last edited by Confused2570; December 19th, 2012 at 02:01 PM.

  2. #2
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: How to make Unity 2D the default when logging in to Ubuntu.

    On the log in screen, click the little Ubuntu logo on your username, choose "Ubuntu 2D" on the list.

    If you want to make it default for ALL users, then modify /etc/lightdm/lightdm.conf . The command will launch Gedit as root to edit it:
    Code:
    gksu gedit /etc/lightdm/lightdm.conf
    Find this line:
    Code:
    user-session=ubuntu
    and change it to:
    Code:
    user-session=ubuntu-2d

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to make Unity 2D the default when logging in to Ubuntu.

    If your graphics adapter is not capable of running Ubuntu Unity (3~D) then the install process will automatically install Ubuntu 2D and that will be the default login option. If it turns out that your adapter is capable but you think the machine will work better with Unity 2D. You may find that 2D has not been installed. You can install it in 12.04 through the Software Centre.

    Things are a little different for 12.10 onwards. As Unity 2D is not used in 12.10 there is another method of getting the Unity 3D effect on hardware with lower specification. This also is done automatically during the installation process.

    Regards.
    Last edited by grahammechanical; December 19th, 2012 at 05:14 PM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  4. #4
    Join Date
    Oct 2012
    Beans
    18

    Re: How to make Unity 2D the default when logging in to Ubuntu.

    Thanks zombifier, it works!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •