I am on precise, unity works fine but I would like to improve the performances of the system. The dash, for example, is slow and has an high cpu usage. Compiz in general uses 3-4% of cpu, and this is quite annoying for a notebook. What can I do?
Asked
Active
Viewed 1,554 times
2 Answers
2
Take the following steps for better performance:
- Open
compizconfig-settings-manager
. Go to OPENGL section. uncheck Sync To VBlank Add
vm.swappiness=$VALUE
in/etc/sysctl.conf
file by executingecho "vm.swappiness=10" |sudo tee -a /etc/sysctl.conf > /dev/null
- Use swap. If you don't have, create using this tutorial.
- Again compiz-settings-manager. Go to Unity plugin > Experimental section. Change Dash bar to static blur
- Avoid left click on dash. Use right click for specific option.
If you have a
/etc/X11/xorg.conf
file (do not create it if you do not have one), add the following lines in Device sectionOption "AccelMethod" "EXA" Option "MigrationHeuristic" "greedy" Option "AccelDFS" "true" Option "EnablePageFlip" "true" Option "EnableDepthMoves" "true"

shantanu
- 8,599
-
Why code tag is not working :( ? – shantanu Sep 14 '12 at 09:44
-
You need to indent it with an additional four spaces if you are using it in an enumeration. – Lekensteyn Sep 14 '12 at 10:28
0
That is actually quite good for compiz on nvidia, as it can be much higher.
See this thread for more information on the problem.

quaeritate
- 336