Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Nvidia drivers and KDE problem
Date: Sun, 26 May 2013 11:32:37
Message-Id: 51A1F29E.9020807@gmail.com
In Reply to: Re: [gentoo-user] Nvidia drivers and KDE problem by Dale
1 On 26/05/2013 13:03, Dale wrote:
2 > Alan McKinnon wrote:
3 >> On 26/05/2013 11:51, Dale wrote:
4 >>
5 >>> What package provides the kicker thingy? I think in KDE3 it was called
6 >>> kicker but it appears to have changed to something else. Is that
7 >>> krunner that has it now?
8 >> Maybe it's time you used the "thingy" suffix a little less and the real
9 >> names of things a little more :-)
10 >>
11 >> What thing are you asking about? The panel that is usually at the bottom
12 >> and holds the plasma widgets? Or the thin popup you get with Alt-F2?
13 >>
14 >> The panel is called plasma-desktop and comes from kde-base/plasma-workspace
15 >> The popup is krunner and comes from kde-base/krunner
16 >>
17 >> I doubt very much it's a real bug as such in either KDE app (although
18 >> the fix might go in there). It looks much more to me like a side-effect
19 >> of IO blocking - two or more apps are trying to get something done and
20 >> unexpectedly are not getting answers, so they hang around waiting in the
21 >> doorway and get get in the way of everything else. And just for fun,
22 >> video drivers are also trying to get in on the act as they have to deal
23 >> with mouse pointer repaints...
24 >>
25 >> Debugging this one is going to be fun (for peculiar definitions of fun)
26 >>
27 >>
28 >
29 > The thingy is the thing at the bottom where I can switch desktops, click
30 > the K menu and where my clock is. I think it was called Kicker in
31 > KDE3. KDE4 seems to have changed it but not sure what the new name is.
32
33 It's a plasma widget called a panel, the only useful thing it does is to
34 be a container for other widgets that do useful stuff.
35
36 The panel is started by plasma-desktop as one of the standard widgets it
37 manages. The idea is to give you stuff on the screen that looks more or
38 less like a familiar desktop. Plasma can do other things and give you
39 completely different layouts; like for instance not giving you a panel
40 at all. This would be useful on a phone with small screen
41
42 The whole thing is heavily event based and has to react to a bucket load
43 of system events being generated such as what the mouse is doing.
44 There's a fantastic number of ways this could go wrong, some might be
45 plasma's fault, some might be faults that happen to plasma
46
47 >
48 > I hope they fix this thing soon. If they remove the driver from the
49 > tree, I'm in a bit of a pickle.
50
51 No, you won't be. You have the ebuild right now, copy it to your overlay
52 and "remove" becomes something that will not happen
53
54
55
56 --
57 Alan McKinnon
58 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Nvidia drivers and KDE problem Dale <rdalek1967@×××××.com>