How can I speed up the GUI?

13,103

Solution 1

Does your system has enough hardware resources? You can use light weight desktop manager like LXDE instead of Gnome / Unity. If you still prefer using Gnome / Unity then, you can use it without any effects (you can choose these options from the login screen). That is, Unity 2D:

Solution 2

You can try a basic or light weight window manager such as Lubuntu (openbox + LXDE), Xubuntu, or fluxbox. If you are running Unity, you can run it in 2d.

I have a quick guide on Fluxbox here :

http://blog.bodhizazen.com/linux/a-5-minute-guide-to-fluxbox/

You can find other, longer guides as well if you stay with fluxbox.

In general, of the ubuntu flavors, and performance of window managers :

Lubuntu > xubuntu > ubuntu > kubuntu

But, if you do a minimal instal, and install kde, and not kubuntu-desktop, kde is fast.

Ubuntu wiki Minimal Low Memory Systems

In my experience, with anything resembling modern hardware, changing window managers and turning off effects has little to modest effect on graphics performance.

Performance is most affected by the driver, the nvidia closed source driver performs better then the open source driver for example. As another example, the GMA500 runs gnome (2d), with all the effects I use (transparency, etc) faster on the psb_gfx driver then openbox with no effects using the uvesafb.

Other drivers can affect your hardware as well, including interestingly wireless drivers.

Share:
13,103

Related videos on Youtube

Oli
Author by

Oli

Hi, I'm Oli and I'm a "full-stack" web-dev-op. Eurgh. I'm also allergic to jargon BS. I spend most of my professional time writing Django websites and webapps for SMEs. I write a lot of Python outside of Django sites too. I administer various Linux servers for various tasks. I contribute to the open source projects that I use when I can. I'm a full-time Linux user and that has lead to helping other people live the dream. I am an official Ubuntu Member and I earnt my ♦ on SE's own Ask Ubuntu in 2011's moderator election. That's probably where I spend most of my unpaid time. I also run thepcspy.com which has been my place to write for the last decade or so. If you need to contact me for extended help, you can do so via my website, just remember that I have bills so if I feel your request is above and beyond normal duty, I might ask for remuneration for one-on-one support. For more social contact, you can usually find me (or just my computer) lurking in the Ask Ubuntu General Chat Room and on Freenode in #ubuntu and #ubuntu-uk under the handle Oli or Oli``.

Updated on September 18, 2022

Comments

  • Oli
    Oli almost 2 years

    I would like to ask if there are some possibilities for speeding up Ubuntu a little. For example I do not need windows content to be visible while moving them, nor I need animations when launching the animations etc.


    Thanks guys. I actually changed to ubuntu 2d and turned off everything there was to be found in bunch of tutorials. I was just wondering if it was possible to find some kind of options like that which are available for ex in windows: fit for best performance.

    As for my graphics card I have ATI Radeon X2100 (integrated with mainboard). lspci | grep VGA writes that my card is found and compatibile. I have installed open source drivers, so I assume my card works, however when checking system properties it says that graphics card is undefined. So does it work or not? How to check it?

    • Admin
      Admin over 12 years
      what graphics card do you have (lspci | grep VGA) - what CPU type are you using and how much RAM have you got. Have you any graphics drivers installed?
    • Admin
      Admin about 12 years
      If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions.
  • Jo-Erlend Schinstad
    Jo-Erlend Schinstad over 12 years
    "Gnome" things only apply if you're using gnome-shell? What does that mean?