up vote 23 down vote favorite
6
share [g+] share [fb]

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?

link|improve this question

feedback

3 Answers

up vote 6 down vote accepted

For 11.10

Users of 11.10 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

link|improve this answer
feedback

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
link|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
feedback

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
link|improve this answer
5  
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
feedback

Your Answer

 
or
required, but never shown

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