I see user interface lag in ubuntu 10.10, but there's no obvious cause that I can tell. Where else do I look?

2

A few years ago I finally gave up using windows for my main development machine. So I installed the latest ubuntu and I've been keeping up until 10.10, which is what I have now. The machine is a core 2 quad 3ghz with 8 gigs of memory. I run a lot of stuff sure, but I use no swap, and everything runs along speedily, but every once in a while I get a 2-3 second lag before my keyboard input is processed.

I watch the system monitor, and vmstat and iostat, and there's nothing going on.

I think the machine is fine, and there's something wrong with gnome, but I have no idea what to fix or configure. Windows has a lot of problems, but it gave a lot of cpu priority to the mouse and keyboard, and was far less annoying to use in this regard. Any suggestions? I've got 47 day uptime, and if rebooting is the answer clearly linux still has a long way to go.

Stu

Posted 2011-10-14T21:03:44.193

Reputation: 1 044

I am also an ubuntu user since a couple of years ago. Most of the lags that I experience are due to flash. I solve them this way: $ killall npviewer.bin Regarding uptime and reliability, have a look at this: http://ospatia.blogspot.com/2011/11/fiabilidad.html This is a capture of my development computer, which do usually has uptimes of several weeks.

– jap1968 – 2011-12-15T17:33:06.360

Answers

0

I have a couple of suggestions: 1. Update to 11.10:

cp /etc/apt/sources.list /etc/apt/sources.list.maverick
sudo nano -w /etc/apt/sources.list

Replace all instances of maverick with natty

sudo apt-get update
sudo apt-get dist-upgrade

Repeat the process again but

cp /etc/apt/sources.list /etc/apt/sources.list.natty

and replace all instances of natty with oneiric.

2.Update packages:

sudo apt-get update
sudo apt-get upgrade

yutsi

Posted 2011-10-14T21:03:44.193

Reputation: 105

isn't natty the one with gnome 3 or unity or whatever it's called? I'll pass thanks. I mean I see your point, get rid of gnome and gnome won't go slow, but that alternative seems worse to me. Thanks for the idea though. – Stu – 2011-12-23T16:25:39.613