I recently updated from Ubuntu 12.04 LTS to 14.04 LTS and for the first time it worked!
However, whenever I move my mouse over an application icon on the unity shell, the animation takes forever to show me what the name of the application is ( A.k.a the tooltip ). The same happens with menus and sub-menus.
Other than that, it is overall in general, slow. I just want to know if there are any tips to fix this or make my system faster.
This is what it says when I type in glxinfo | grep renderer
:
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
Output of lspci | grep VGA
:
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
glxinfo | grep renderer
to your question? You may need tosudo apt-get install mesa-utils
first – Charles Green Aug 23 '14 at 15:40glxinfo | grep renderer
should only be a few lines - you are looking to not see something that says 'llvmpipe' – Charles Green Aug 23 '14 at 15:50lspci | grep VGA
– Charles Green Aug 23 '14 at 15:52| grep VGA
sifts the output of lspci so that we only see lines of interest for this subject – Charles Green Aug 23 '14 at 15:52