Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Laptop fan contantly on:MDV One Spring 2008.1 KDE

  1. #1
    Join Date
    Jan 2006
    Location
    Durban, South Africa
    Beans
    834
    Distro
    Ubuntu Development Release

    Laptop fan contantly on:MDV One Spring 2008.1 KDE

    I am dual booting with Ubuntu 8.04, so I can compare power and freq scaling in both. Ubuntu does with very neatly, but MDV KDe event though KPowersave is isntalled does nto seem to achieve the same freq scaling as does Ubuntu. Fan is contantaly on.
    Is there another application that will automatically scale cpu freq when not in use (ondemand); and fire fans only when needed.

    Thanks for the help,
    S
    Howzit! 8) Ubuntu User #21505 Registered Linux user #408849

  2. #2
    Join Date
    Jan 2006
    Location
    Durban, South Africa
    Beans
    834
    Distro
    Ubuntu Development Release

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    some feedback; gnome version does not have cpu scaling issues ( I have moved to GNOME now)
    Howzit! 8) Ubuntu User #21505 Registered Linux user #408849

  3. #3
    Join Date
    Mar 2007
    Beans
    387

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    It's likely that there was nothing wrong with the actual scaling, but your CPU was genuinely being used more. I've been following a discussion on our development mailing list lately which notes a few things in 2008 Spring which likely cause quite high 'idle' CPU usage. You can check exactly what's going on by monitoring /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq , which gives you the actual current speed your CPU's running at.
    Adam Williamson | http://www.happyassassin.net
    Fedora QA Community Monkey

  4. #4
    Join Date
    Jul 2006
    Location
    /usr/share/beer
    Beans
    1,316
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    If it's a laptop, has anyone tried removing desktop kernel while installing laptop kernel? Apparently when I tested Mandriva 2008.1, it installed the desktop kernel on my laptop which limited avail mem and a few other issue(s)...

    Registered Linux User #419773, Ubuntu User #8473 ("It Is What It Is")

    If you type rm -Rf / as root at command line you will get herpes... then die... (okay, it'll erase ALL your data)

  5. #5
    Join Date
    Mar 2007
    Beans
    387

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    One always installs the same kernel, desktop586, due to the way its installation system works. Free and Powerpack will install the correct kernel for the hardware.

    Honestly, though, kernel-laptop doesn't really change much from desktop. We've actually dropped kernel-laptop from Cooker, post-2008 Spring, because there was little real difference between the two.
    Adam Williamson | http://www.happyassassin.net
    Fedora QA Community Monkey

  6. #6
    Join Date
    Jan 2006
    Location
    Durban, South Africa
    Beans
    834
    Distro
    Ubuntu Development Release

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    How would one them explain the difference I am noting betweeing KDe and GNOME versions (note, I did not install GNOME over the KDE install)?
    Also, if this helps, browsing using Firefox (especially pages that scripts, like this one and GMAIL) just makes the cpu go up and down, then heating takes over. This is not visible in Opera. The behavior of FF is also presen tin Ubuntu, BTW.
    How would one explain this behavior.
    Luckily, GNOME Mandriva is behaving and heating (thank goodness) is not becoming an issue).
    Thanks
    Howzit! 8) Ubuntu User #21505 Registered Linux user #408849

  7. #7
    Join Date
    Mar 2007
    Beans
    387

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    Couple of things. One, PulseAudio is a CPU hog in the KDE version because of how aRts works together with Pulse. aRts is the KDE sound server. It seems to keep a channel open to Pulse all the time, even when it's not playing any actual sounds, which causes Pulse to run its resampling algorithm on nothing at all, constantly (on many systems), resulting in a constant load on the CPU. So the CPU never hits its idle state, which could potentially cause the effect you're noticing. You could test by booting the KDE version and disabling PulseAudio, to see if it helps.

    Second, I've noticed a candidate update going through for KDE for another power-related issue. If I'm reading the advisory text right, it seems like the neat constantly-changing-background feature was refreshing far too often in KDE, which again eats unnecessary power. The update will significantly increase the refresh interval, which should alleviate that problem. The candidate update is kdebase-3.5.9-37.1mdv2008.1 , you can grab it from the /main/testing repository if you want to check it out.

    I suspect those two issues combined might account for the difference.
    Adam Williamson | http://www.happyassassin.net
    Fedora QA Community Monkey

  8. #8
    Join Date
    Jul 2006
    Location
    /usr/share/beer
    Beans
    1,316
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    Quote Originally Posted by AdamWill View Post
    One always installs the same kernel, desktop586, due to the way its installation system works. Free and Powerpack will install the correct kernel for the hardware.

    Honestly, though, kernel-laptop doesn't really change much from desktop. We've actually dropped kernel-laptop from Cooker, post-2008 Spring, because there was little real difference between the two.
    Desktop kernel maxes out at 1GB MEM, laptop up to 4GB... Other little differences as well...

    Registered Linux User #419773, Ubuntu User #8473 ("It Is What It Is")

    If you type rm -Rf / as root at command line you will get herpes... then die... (okay, it'll erase ALL your data)

  9. #9
    Join Date
    Mar 2007
    Beans
    387

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    Nope, desktop586 maxes out at 1GB. desktop supports up to 4GB.

    desktop586 is built with only i586 optimizations and only supports up to 1GB; it basically exists because Mandriva still supports i586 CPUs. It only supports up to 1GB of RAM because basically no-one is running an i586 CPU with more than 1GB of RAM, and 'himem' support - supporting up to 4GB rather than 1GB of RAM - actually comes with an appreciable performance overhead that users of i586 machines would notice. This does leave a bit of a loophole in terms of One, though. One has to use desktop586 so it can be booted on i586 machines. If it used the regular desktop kernel (which is built with i686 optimizations), it couldn't.

    In 2008 Spring, the only actual differences between the desktop and laptop kernels are:

    i) timer lowered from 1000Hz to 300Hz, but we have NO_HZ enabled on both kernels anyway, so this actually makes very little difference to anything.

    ii) Big kernel lock preempting disabled: this actually has no effect as it's only defined for an architecture we don't support.

    iii) USB_SUSPEND enabled: post-2008 Spring this is no longer experimental so we've just enabled it in kernel-desktop.

    iv) a bunch of modules for hardware that would never be in a laptop were not built to save a bit of space.

    and that's it. That's the sum total of differences. Three that made no practical difference and one that's no longer necessary post-2008 Spring. That's why we dropped the laptop kernel in Cooker now.
    Adam Williamson | http://www.happyassassin.net
    Fedora QA Community Monkey

  10. #10
    Join Date
    Feb 2007
    Beans
    18

    Re: Laptop fan contantly on:MDV One Spring 2008.1 KDE

    Quote Originally Posted by shuttleworthwannabe View Post
    I am dual booting with Ubuntu 8.04, so I can compare power and freq scaling in both. Ubuntu does with very neatly, but MDV KDe event though KPowersave is isntalled does nto seem to achieve the same freq scaling as does Ubuntu. Fan is contantaly on.
    Is there another application that will automatically scale cpu freq when not in use (ondemand); and fire fans only when needed.

    Thanks for the help,
    S
    I ran the same setup cool as a cucumber on my laptop - markedly cooler than Ubuntu, which runs a little warm.

    The regulator is called kpowersave. It shows up on the taskbar as a plug or battery icon on the right usually. Right click on it for preferences or something similar. There is a tab choice to address cpu frequency. Choose dynamic. That should do it.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •