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

I have Ubuntu 11.10 installed on my Asus 1015PEM (Atom N570). The interface seems pretty sluggish, compared to what I remember it being with Ubuntu 10 using Metacity. What's the easiest way to increase the responsiveness of the system and the UI?

share|improve this question

2 Answers

up vote 3 down vote accepted

Logout, and select Ubuntu2d as session. Ubuntu2s (aka Unity2d) looks very similar, still uses Metacity, and should provide better performance, especially on machines with Intel GPUs. If you like the result, make Ubuntu2d the default session:

sudo nano /etc/lightdm/lightdm.conf

change the line

user-session=ubuntu

to

user-session=ubuntu-2d

Info source: How do I change the default session for when using auto-logins?

share|improve this answer

On my netbook I saw improvements when upgrading the RAM from 1GB to 2GB, it's surprising how much it does. :)

share|improve this answer

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.