Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] kde apps extremely slow  (Read 3279 times)

Offline jyp

  • User
  • Posts: 118
[EN] kde apps extremely slow
« on: 2018/06/03, 04:56:45 »
Hi
Just completed a long overdue du this afternoo on 3 machines that have been happily running siduction for quite a while: a thinkpad and two similar desktop boxes, all running Intel video.
As usual, everything went smoothly except on one of the desktop machine.

Dolphin, Gwenview, Konqueror are so slow to respond that they are virtually unusable.
Krusader, Kate, Gimp all seem to work normally.
I tried hard to find something through Google without any success.
Any clue or direction that I could investigate?
Thanks.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: kde apps extremely slow
« Reply #1 on: 2018/06/03, 12:06:24 »
Slow KDE packages does not appear to be a common problem -- there are no other recent reports like this.

You will have to use htop or other diagnostic tools to find out exactly which process is consuming too many resources, whether it is CPU or memory that is the bottleneck, and then apply your google-foo to search for other cases similar to yours.

There is a known current bug in the xserver-xorg and xserver-common packages, but the bug report says it causes a plasma-desktop freeze:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900149

I did not experience this bug on my 3 KDE desktop systems, but other users are waiting to upgrade until the fixed packages are available.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline jyp

  • User
  • Posts: 118
Re: kde apps extremely slow
« Reply #2 on: 2018/06/03, 17:08:38 »
Thanks @dibl for replying
I did use htop to see unusual behavior, cpu or memory wise, but didn't notice anything strange.
I will keep trying to find something and post it if relevant.
The last resort would be to reinstall using the latest image, patience 2018.3.0, and keep from upgrading that recent image until things get sorted out.

Also, a big thank to the team for all the tremendously good work and the constant caring of siduction users.

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: kde apps extremely slow
« Reply #3 on: 2018/06/03, 17:35:45 »
There was something with a file from vbox that needed to be deleted. Can't find it right now, on vacation and only equipped with a phone. Someone else reading this might jump in. The issues shows one of the problems stemming from infrequently updating. Noone can tell you when the problem was introduced.

Offline jyp

  • User
  • Posts: 118
Re: kde apps extremely slow
« Reply #4 on: 2018/06/03, 21:26:01 »
@devil wrote
Quote
one of the problems stemming from infrequently updating
.
Yes, my bad. It is not my usual behavior but things happen sometimes.
Maybe downgrading to
  • xserver-common_1.19.6-1_all.deb
  • xserver-xorg-core_1.19.6-1_amd64.deb
  • xserver-xorg-video-intel_2.99.917+git20171229-1_amd64.deb
Never done that kind of procedure but I will search for it.

Offline jyp

  • User
  • Posts: 118
Re: kde apps extremely slow
« Reply #5 on: 2018/06/03, 23:54:11 »
So I downloaded
  • xserver-common_1.19.6-1_all.deb
  • xserver-xorg-core_1.19.6-1_amd64.deb
  • xserver-xorg-video-intel_2.99.917+git20171229-1_amd64.deb
Do I need to first purge
  • xserver-common_1.20.0-2_all
  • xserver-xorg-core_1.20.02_amd64
  • xserver-xorg-video-intel_2.99.917+git20171229-1+_amd64
or simply do
Code: [Select]
dpkg -i server-common_1.19.6-1_all.deb xserver-xorg-core_1.19.6-1_amd64.deb xserver-xorg-video-intel_2.99.917+git20171229-1_amd64.debAnd what about the config files?
Thank you.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: kde apps extremely slow
« Reply #6 on: 2018/06/04, 01:03:44 »
Yes, you'll purge first, but here's a problem for you.  What you should have done was enable the repos where you found the older package versions, (was it stable or testing?) and disable the unstable repo.  You say you "downloaded" but what if those three packages have dependencies, and those dependencies are located in repos that you do not have enabled?

So, you will have to enable the repos where you found the 19.6-1 packages, and disable the unstable repos, and then
Code: [Select]
apt update and then
Code: [Select]
apt install and install the three packages that you downloaded, FROM THE REPO, not using the downloaded packages.

This could work -- good luck!  And of course we still don't know whether the xserver packages are even the source your slow KDE packages, so .........
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline jyp

  • User
  • Posts: 118
Re: kde apps extremely slow
« Reply #7 on: 2018/06/04, 16:39:54 »
@dibl
Thanks for the big picture! I was naively assuming that it was simply a substitution of  packages.I downloaded the packages from snapshot.debian.org.
I am also aware that dpkg does not take care of dependencies.
Patience... I will wait out for the next xserver-* update.
Thanks again.

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: kde apps extremely slow
« Reply #8 on: 2018/06/04, 17:05:52 »
I am also aware that dpkg does not take care of dependencies.
Patience... I will wait out for the next xserver-* update.

Maybe a different approach is also helpful next time such things happend - why use plumbing tools if one could use the porcelain :P - yes, analogue to git plumbing and procelain. apt is able to install local packages and do the resolving work. apt-show-versions might be helpful too:
  • point to the snapshot you like
  • comment out sid
  • update the package list
  • use apt-show-versions to show which packages are not in any archive
  • happy hacking
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Offline jyp

  • User
  • Posts: 118
Re: kde apps extremely slow
« Reply #9 on: 2018/06/04, 19:06:20 »
@melmarker
Forgive my ignorance but the main part of the procedure is a bit cryptic to me._point to the snapshot you like_ ?? Does it mean modifying _/etc/apt/sources.list.d_ ? adding the snapshot repo? Something like _http://snapshot.debian.org/archive/debian/20091004T111800Z/ lenny main_?
_comment out sid_?? Does it mean commenting out the line pointing to sid in _/etc/apt/sources.list.d_ ?
Thanks



Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: kde apps extremely slow
« Reply #10 on: 2018/06/04, 19:17:59 »
You get it nearly right - except the lenny part. Let's take nano:
 * in buildd is 1.98-1, you want the older version (hypotetical)
 * you type in the package you want in the snapshots main page
 * you get your result: http://snapshot.debian.org/package/nano/
 * http://snapshot.debian.org/package/nano/2.9.7-1/  <-- the version we want
 * we look when the binaries are last seen in snapshots
Code: [Select]
4ec23d1e8df1115f1791e3e58b9220d79a9629b4:

    nano_2.9.7-1_amd64.deb
        Seen in debian on 2018-05-16 15:32:04 in /pool/main/n/nano.
  * we extract the link and build a source line from:
     http://snapshot.debian.org/archive/debian/20180516T153204Z/pool/main/n/nano/
Code: [Select]
deb  http://snapshot.debian.org/archive/debian/20180516T153204Z/ unstable main
# deb $some_debian_mirror/debian unstable main
  * we should now apt update - the regular repo is commented out, so the mirror have the latest version
 
after doing so business as usual
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Offline jyp

  • User
  • Posts: 118
Re: kde apps extremely slow
« Reply #11 on: 2018/06/04, 20:11:13 »
Thanks a lot.
Almost right would not have done it. You made it clear.
Always fun to learn.Thanks again.

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: kde apps extremely slow
« Reply #12 on: 2018/06/04, 20:18:36 »
and now to the really funny part - downgrades don't work in several situations like any kind of databases or applications that changed the data format within the new version - sure, one can downgrade the application - but whats about the datas? 8)
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: kde apps extremely slow
« Reply #13 on: 2018/06/04, 21:28:07 »
Code: [Select]
rm -f /etc/X11/Xsession.d/98vboxadd-xclient
vbox that needed to be deleted ;)
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck