Announcement

Collapse
No announcement yet.

Slow performance after upgrade from Kubuntu 12.04 to 14.04

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slow performance after upgrade from Kubuntu 12.04 to 14.04

    Hi,


    a couple of days ago I did the upgrade suggested by my system to the new 14.04 release. I followed the steps in the wizard and as far as I can tell everything went well. However, now the performance of my machine is slow and things frequently freeze for a couple of seconds. It's no comparison to the fast and reactive system I had before.

    I did some googling around and found various fixes, however, none of them did the job for me. FIrst thing I did was disabling the desktop effects, but with no result. Next I looked into the Baloo issue that some people seemed to be having. But restricting indexing to, say, just my home directory didn't seem to solve the problem neither. Anyhow, from looking at the top ten cpu consuming programs it doesn't seem like something is "eating" my CPU.

    $ ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10
    %CPU PID USER COMMAND
    2.4 2676 maxi /usr/bin/plasma-desktop
    2.3 19885 maxi /usr/bin/baloo_file_extractor 40203 40202 40201 40200 40199 40198 40197 40196 40195 40194 40193 40192 40191 40190 40189 40188 40187 40186 40185 40184 40183 40182 40181 40180 40179 40178 40177 40176 40175 40174 40173 40172 40171 40170 40169 40168 40167 40166 40165 40164
    2.3 19311 maxi /usr/bin/ksysguard
    19.0 7877 maxi /usr/lib/firefox/firefox
    1.8 1118 root /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
    0.2 19320 maxi ksysguardd
    0.1 2757 maxi /usr/bin/pulseaudio --start --log-target=syslog
    0.1 2668 maxi kwin


    Also swappiness doesn't seem to be the issue since I have never observed any swapping in KSysguard.
    My best guess at the moment is that it has something to do with the graphics card. I tried using a different driver as suggested here (It seems I can't post links. Google for "very-slow-graphics-performance-after-upgrade-12-04-14-04" on "askubuntu" ), but that didn't help neither. Also using the video=LVDS-1:d fix suggested in the same post didn't solve the problem for me.

    About my machine: I have an Asus X53S with 4GB of RAM and both a NVidia GT540M and an Intel graphics card. Here are more details:
    $ lspci | grep "VGA"
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
    $ uname -a
    Linux maxi 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux


    There is something I noticed when I was monitoring the CPU usage of my machine and that's that is seems to be juggling the jobs between two of the four CPUs. For a couple of seconds the first one has 100% and the other one 0% and then it swaps and the first one has 0% and the other one 100%. I feel this might have something to do with the problem, because I have never observed this behaviour before (I have the CPU monitor widget installed on my desktop).


    It would be great if there was some way to solve my problem or, say, do a downgrade to 12.04.


    Thanks very much for your help,


    Maxi

    #2
    Welcome to Kubuntu Forums . Net

    Use of the cores in the CPU as you describe isn't unusual.

    What version of KDE are you using?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Originally posted by Snowhog View Post
      Welcome to Kubuntu Forums . Net

      Use of the cores in the CPU as you describe isn't unusual.

      What version of KDE are you using?

      I'm using 4.13.0

      Comment


        #4
        try running
        Code:
        sudo apt-get update && sudo apt-get dist-upgrade
        to make sure every thing got upgraded well.

        allso going up so meney KDE-versions at once can sometimes have conflicting configs laying around in /home/you you may want to try moving/renaming your ~/.kde and see if it helps ....if not just move/rename it back.

        IE: log out of KDE>press ctrl+F6>login to TTY>run
        Code:
        mv ~/.kde ~/.kde.old
        >press ctrl+F7>log back in to KDE ,,,when you log back in and the system dose not find ~/.kde it will create a new default one ,,,,if it dose not help you can just "mv" it back.........the .kde.old that is

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Thanks, that did the job!

          Edit: I should have been more precise. I had to do both the update and reset the config files
          Last edited by ixam93; Sep 02, 2014, 05:00 PM.

          Comment


            #6
            Originally posted by ixam93 View Post
            Thanks, that did the job!
            OK ,,,,nice
            but witch one ,,,,,,,,,the fully upgrading or the MVing .kde out the way ?
            or both,,,,,,,,,,,,, I ask because it helps others looking at posts with problems similar to theirs

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              If you are using a laptop try this: sudo apt-get install indicator-cpufreq

              You can clock CPU in runtime with this tool...
              You can easily balance between performance and battery saving.

              Comment

              Working...
              X