Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I read that there is now a 2D version of Unity built on Qt. How do I install it, and once it's installed, how do I switch to it?

share|improve this question

3 Answers

up vote 18 down vote accepted

For 11.10, 12.04, & above

Users of 11.10 and above have Unity 2D installed by default already.

To use it, logout, you will be confronted by the LightDM manager.

Then, click the little cog wheel, and select Ubuntu 2D.

Then, enter your password, hit Enter and you'll be logged into Unity 2D.

enter image description here

share|improve this answer
3  
+1 for the .gif! :D – Alvar Apr 21 '12 at 23:13
is the cog wheel position saved for succeeding logins? – naxa Mar 18 at 14:45
in which file is this setting saved? – naxa Mar 18 at 14:51
it is indeed saved for succeeding logins. as for were, no clue. – jrg Mar 18 at 15:14

For 10.10

For people running 10.10 you can add the Unity 2D PPA.

Go to Applications -> Ubuntu Software Center -> Edit (Menu) -> Software Sources -> Other Software (tab) -> Add and then paste ppa:unity-2d-team/unity-2d-daily and then install unity-2d from the software center.

This will install all of the necessary dependencies to run Unity 2D, including a "Unity 2D" session that you'll need to login with. Then log out and when logging back in select "Unity 2D" at the bottom of the login screen.

alt text

Command Line Instructions

sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily
sudo apt-get update
sudo apt-get install unity-2d
share|improve this answer
1  
Just installed this 0n 10.10 Netbook Edition and the difference in performance is huge - much better usability – Mark Rooney Jan 15 '11 at 22:37

For 11.04

Users of 11.04 can install unity-2dInstall unity-2d from the archive.

This will install all of the necessary dependencies to run Unity 2D, including a "Unity 2D" session that you'll need to login with. Then log out and when logging back in select "Unity 2D" at the bottom of the login screen.

alt text

Command Line Instructions

sudo apt-get install unity-2d
share|improve this answer
6  
I think the relevant package is now unity-2d not -default-settings. – Mark Shuttleworth Jan 28 '11 at 2:43
Natty users can of course also use the daily ppa if they prefer. – robin0800 Mar 13 '11 at 16:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.