Ubuntu 8.04 extremely slow

Kloofvreter

Honorary Master
Joined
Aug 7, 2008
Messages
30,281
Reaction score
1,991
Location
Cape Town
I have installed Ubuntu 8.04 on a Lenovo Core 2 Duo 2.66 with 2Gig RAM. Worked fine, and then installed all new updates (about 200Mb). Installed OpenOffice 3 and Wine and NDisWrapper. Now the PC is extremely slow when you drag a window around or open a new window. Applications open quickly, this appears to be a graphics rendering issue? Strange thing is, this suddenly started happening. Any help?
 
Did you recently run a wine application? Like office? it may still be running and taking up resources.

Have you restarted and seen any improvement?

Look at System->Administration->System Monitor and look at what processes is taking the most CPU and memory.

Who all said that free software always means good software? That is a point I have never heard and I have been in open source world for 5 years now. By free do you even mean open source or does freeware count as well?
 
Did you recently run a wine application? Like office? it may still be running and taking up resources.

Have you restarted and seen any improvement?

Look at System->Administration->System Monitor and look at what processes is taking the most CPU and memory.

Who all said that free software always means good software? That is a point I have never heard and I have been in open source world for 5 years now. By free do you even mean open source or does freeware count as well?

I have installed Wine, but no Wine applications. This installation is basically not even 2 hours old. Both processors are running at +- 20%. And all processes are sleeping except for System monitor.

And yes, a lot of freeware Windows apps are bull****. :D
 
ok, can you sort by CPU and Memory and see if anything is running particularly high, if you have not done so already.
 
What video adapter do you have in that notebook, and which driver are you using? Did you take note of what updates you installed?
 
You could use htop in a terminal to see if there is a process hoging your system.

Also look into disk access with htop to see if there is a zombie holding onto a disk. Use F1 for quick reference. There should be no Z's and D's. If there is, kill the process.

Also, there was a problem many a moon ago with people not having defined a correct hostname for their PC's, and the problem only affected Gnome. It would take for ever to load anything GTK (like starting up Gnome, etc.)

If this is the case:
Code:
hostname (to make sure you set one)
if not
nano -w /etc/conf.d/hostname (it will be something similar on Ubuntu)

Just re-read the post again and there is so many things that could have gone "wrong".
* Have you restarted X? (Ctrl+Alt+Backspace) Usually if it is gfx related it will not start gdm and you will then know to troubleshoot your gfx drivers.
* Did you reboot the machine since the update? If is was a kernel update that should sort it (kernel 2.6.27 gentoo-sources was released yesterday for gentoo, maybe you had a kernel update?
* Have you tested your Open-GL? Run glxgears in a terminal, what FPS do you get and what type of GFX card do you have?
* Have you updated your GFX drivers lately? Specially nVidia? If yes and the above does not work (no glxgears due to some arb error), do this:
Code:
rmmod nvidia
modprobe nvidia
eselect opengl set nvidia

If you could get a list of what you updated then it would also be much easier to narrow the field.
:(
 
Last edited:
Take a look at System->Admin->Hardware Drivers to check if your graphics drivers are installed. Then right click on your desktop (Ubuntu, right?) and click on Change Desktop Background, then go to the last tab (on the right) and see which Graphics option is selected. If in doubt, select the first or second one.
 
Top
Sign up to the MyBroadband newsletter
X