Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE 4.9.5 VERY slow to respond
Date: Thu, 31 Jan 2013 13:02:25
Message-Id: 20130131150116.5f22221f@khamul.example.com
In Reply to: [gentoo-user] KDE 4.9.5 VERY slow to respond by Dale
1 On Thu, 31 Jan 2013 05:53:58 -0600
2 Dale <rdalek1967@×××××.com> wrote:
3
4 > Howdy,
5 >
6 > I upgraded to the latest KDE a bit ago. I update about twice a week,
7 > depending on what is going on and what is released. Anyway, KDE has
8 > become just dead dog slow. Just to login takes a couple minutes. If
9 > I click to open a KDE app, it takes a long time. If I click on the
10 > kicker/panel thingy at the bottom, it takes forever, even clicking on
11 > the K menu takes a minute or more for the menu to pop up. Also, when
12 > it freezes, the clock stops as well. It seems something is hung up or
13 > something. I also noticed that klipper is missing as is kmix for the
14 > volume control in the kicker/panel thingy at the bottom. If I try to
15 > manually start them, I get nothing even if I wait for a good long
16 > while. Also, while in a Konsole, within KDE so note the K there, if I
17 > try to copy/paste something, it locks up Konsole tight as a drum. It
18 > has yet to ever come back. I can't even switch tabs. Also, while I
19 > generally click on the panel at the bottom to switch desktops, this
20 > doesn't work when it is froze or stuck. I can however use the
21 > function keys to switch.
22 >
23 > When I login, the hard drive activity light on the case is very
24 > quiet. It is normally on solidly when I login since it is reading
25 > data but now it is pretty much dark all the time.
26 >
27 > What I have done so far. Renamed .kde4 and tried a new .kde4
28 > directory. No change. I did a emerge -e world with, no change. I
29 > have also checked the CPU and memory with htop and it shows nothing
30 > outside the norm that I can see. I have also went to the boot
31 > runlevel. killed anything that shouldn't be there and then went back
32 > to default runlevel.
33 >
34 > This started yesterday. I did my usual update and logged out and back
35 > in since checkrestart showed several programs using old
36 > configs/programs etc. After that, it got real slow. The biggest
37 > update was qt and all its friends. Sort of hard to tell right now
38 > since I can't get Konsole to work right and I can't copy and paste
39 > either. lol
40 >
41 > I was going to try to downgrade KDE to the previous version, it
42 > appears to be gone now. I guess my only other option is to upgrade
43 > again with a version from a overlay. This is not something I want to
44 > do tho.
45 >
46 > Has anyone else ran into this? Anyone got any ideas on how to track
47 > it down? It's going to be a week before another upgrade and this is
48 > getting on my nerves. ;-)
49
50 Can you log into a vt and tail ~/.xsession-errors and see anything
51 useful in there? I use a vt for this so konsole is not in the mix while
52 trying to tail stuff.
53
54 I've historically found that lockups of around 30 seconds are so are
55 often DNS lookup failures, and lockups of 1-2 minutes are often
56 IO timeouts (in my case usually nfs or smb mounts that went away when I
57 did something stupid hehehehe )
58
59 You can also try stracing the kdeinit process to see what they are
60 doing and where they are blocking. With KDE it's a lot harder to find
61 the process to trace (there are so *many* process), sorting top on the
62 "S" column can help - look for stuff listed as "D" in that column.
63
64 While we discuss KDE, any idea why my panel will occasionally stop
65 receiving mouse events and updates occasionally after coming out of
66 suspend? When this happnes, the clock stops ticking. Very annoying....
67
68
69 --
70 Alan McKinnon
71 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] KDE 4.9.5 VERY slow to respond Dale <rdalek1967@×××××.com>