Author Topic: [Solved]T weaking KDe for Less Powerful Computers  (Read 11032 times)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Tweaking KDe for Less Powerful Computers
« Reply #60 on: August 25, 2011, 11:32:52 AM »
as, I haven't done anything because I am really not sure what to do.  :(

This is where I am and what I am looking at.  I clicked on the Root in the left panel and found file /etc/sysconfig/cpufreq.  This is what it looks like.


# set cpufreq governor if defined
# possible choices are: ondemand powersave userspace performance
GOVERNOR=ondemand

# minimum frequency
#MIN_FREQ=

# maximum frequency
#MAX_FREQ=

# Uncomment to use acpi-cpufreq as fallback
#USE_ACPI_CPUFREQ=yes

already set "ondemand", then please forget the edit session and apply only the following commands:

chkconfig cpufreq on
service cpufreq start
cpufreq-info

Offline ms_meme

  • Hero Member
  • *****
  • Posts: 2853
  • Mixed Up but Unmatched
Re: Tweaking KDe for Less Powerful Computers
« Reply #61 on: August 25, 2011, 12:01:18 PM »
[meme@localhost ~]$ su
Password:
[root@localhost meme]# chkconfig cpufreq on
[root@localhost meme]# service cpufreq start
Setting CPU frequency settings:                                            [  OK  ]
[root@localhost meme]# cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 10.00 ms.
  hardware limits: 375 MHz - 3.00 GHz
  available frequency steps: 375 MHz, 750 MHz, 1.13 GHz, 1.50 GHz, 1.88 GHz, 2.25 GHz, 2.63 GHz, 3.00 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 750 MHz and 3.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 3.00 GHz (asserted by call to hardware).
analyzing CPU 1:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 10.00 ms.
  hardware limits: 375 MHz - 3.00 GHz
  available frequency steps: 375 MHz, 750 MHz, 1.13 GHz, 1.50 GHz, 1.88 GHz, 2.25 GHz, 2.63 GHz, 3.00 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 750 MHz and 3.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 3.00 GHz (asserted by call to hardware).
[root@localhost meme]#
A turtle only makes progress when he sticks his neck out.

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Tweaking KDe for Less Powerful Computers
« Reply #62 on: August 25, 2011, 12:30:28 PM »
[meme@localhost ~]$ su
Password:
[root@localhost meme]# chkconfig cpufreq on
[root@localhost meme]# service cpufreq start
Setting CPU frequency settings:                                            [  OK  ]
[root@localhost meme]# cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 10.00 ms.
  hardware limits: 375 MHz - 3.00 GHz
  available frequency steps: 375 MHz, 750 MHz, 1.13 GHz, 1.50 GHz, 1.88 GHz, 2.25 GHz, 2.63 GHz, 3.00 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 750 MHz and 3.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 3.00 GHz (asserted by call to hardware).
analyzing CPU 1:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 10.00 ms.
  hardware limits: 375 MHz - 3.00 GHz
  available frequency steps: 375 MHz, 750 MHz, 1.13 GHz, 1.50 GHz, 1.88 GHz, 2.25 GHz, 2.63 GHz, 3.00 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 750 MHz and 3.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 3.00 GHz (asserted by call to hardware).
[root@localhost meme]#


.... it's not what I was expecting ... try the followings:

cpufreq-set -c 0 -g ondemand
cpufreq-set -c 1 -g ondemand
cpufreq-info

Offline ms_meme

  • Hero Member
  • *****
  • Posts: 2853
  • Mixed Up but Unmatched
Re: Tweaking KDe for Less Powerful Computers
« Reply #63 on: August 25, 2011, 12:44:12 PM »
[meme@localhost ~]$ su
Password:
[root@localhost meme]# cpufreq-set -c 0 -g ondemand
[root@localhost meme]# cpufreq-set -c 1 -g ondemand
[root@localhost meme]# cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 10.00 ms.
  hardware limits: 375 MHz - 3.00 GHz
  available frequency steps: 375 MHz, 750 MHz, 1.13 GHz, 1.50 GHz, 1.88 GHz, 2.25 GHz, 2.63 GHz, 3.00 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 750 MHz and 3.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 3.00 GHz (asserted by call to hardware).
analyzing CPU 1:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 10.00 ms.
  hardware limits: 375 MHz - 3.00 GHz
  available frequency steps: 375 MHz, 750 MHz, 1.13 GHz, 1.50 GHz, 1.88 GHz, 2.25 GHz, 2.63 GHz, 3.00 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 750 MHz and 3.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 3.00 GHz (asserted by call to hardware).
[root@localhost meme]#
A turtle only makes progress when he sticks his neck out.

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Tweaking KDe for Less Powerful Computers
« Reply #64 on: August 25, 2011, 01:10:31 PM »
... clearly I'm missing something here ... what ?  ???

Offline MtnMan

  • Sr. Member
  • ****
  • Posts: 258
  • Aged to perfection
Re: Tweaking KDe for Less Powerful Computers
« Reply #65 on: August 25, 2011, 05:06:46 PM »
... clearly I'm missing something here ... what ?  ???


Don't know - could there be a clue here?

http://www.pclinuxos.com/forum/index.php/topic,84154.msg697884.html#msg697884
I worry that the person who thought up Muzak may be thinking up something else. - Lily Tomlin

Offline Hootiegibbon

  • Hero Member
  • *****
  • Posts: 4151
Re: Tweaking KDe for Less Powerful Computers
« Reply #66 on: August 25, 2011, 05:10:08 PM »


I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Tweaking KDe for Less Powerful Computers
« Reply #67 on: August 25, 2011, 05:18:36 PM »
Thank you MtnMan and Hootiegibbon,

the packages actually look like already updated, and the difference I still see are:
the fact the min max frequencies are not specified on ms_meme computer, (though mine work without needing mix and max freq),
and the fact that ms_meme is actually using kernel 2.6.33.7, because the update to the recent kernel 2.6.37.4 and 2.6.38.8 actually doesn't works smoothly on ms_meme machine.

Offline MtnMan

  • Sr. Member
  • ****
  • Posts: 258
  • Aged to perfection
Re: Tweaking KDe for Less Powerful Computers
« Reply #68 on: August 25, 2011, 06:53:22 PM »
I pointed to the link because driver:  p4-clockmod was in common.  Maybe nothing.
I worry that the person who thought up Muzak may be thinking up something else. - Lily Tomlin

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Tweaking KDe for Less Powerful Computers
« Reply #69 on: August 25, 2011, 07:02:11 PM »
I pointed to the link because driver:  p4-clockmod was in common.  Maybe nothing.
Thank you, I will try to find a P4 to perform some test  ;)

This isn't the more important issue, I renew the request about new ideas to decrease the use of RAM memory.  ::) ::) ::)

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8590
  • Aurum nostrum non est aurum vulgi.
Re: Tweaking KDe for Less Powerful Computers
« Reply #70 on: August 25, 2011, 07:35:11 PM »
IMO unless ms_meme provides us with a more recent screenshot of her System Activity setting the heading Memory as the primary sort on the table, what else is using the most and can these processes/apps be turned off or not.

I see in mine that X uses the most followed by virtuoso-t, both at over 100M ...
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Tweaking KDe for Less Powerful Computers
« Reply #71 on: August 26, 2011, 11:21:02 AM »
IMO unless ms_meme provides us with a more recent screenshot of her System Activity setting the heading Memory as the primary sort on the table, what else is using the most and can these processes/apps be turned off or not.

I see in mine that X uses the most followed by virtuoso-t, both at over 100M ...



Hi Archie,

it was posted previously, (not sorted): http://www.pclinuxos.com/forum/index.php/topic,96036.msg810709.html#msg810709

The only things I think it could be removed are akonadi and mysqld server ... still have a bit uncertain about ...
squid, sshd, postfix, xfs, snmpd, has been already stopped/disabled...

Offline ms_meme

  • Hero Member
  • *****
  • Posts: 2853
  • Mixed Up but Unmatched
Re: Tweaking KDe for Less Powerful Computers
« Reply #72 on: August 26, 2011, 12:26:16 PM »
I haven't been idle.  I took the thing apart and dusted up a bit. Could strangle my mate with the cords.  :o  But got it all back together in one piece.  :P

http://oi56.tinypic.com/2e0pged.jpg

http://oi53.tinypic.com/29bev6p.jpg
A turtle only makes progress when he sticks his neck out.

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Tweaking KDe for Less Powerful Computers
« Reply #73 on: August 26, 2011, 01:00:40 PM »
Ouch! That's a surprise!  :D ;D


Now, wouldn't you be able to substitute those two RAM modules ?   ::) ::) ::)



Offline ms_meme

  • Hero Member
  • *****
  • Posts: 2853
  • Mixed Up but Unmatched
Re: Tweaking KDe for Less Powerful Computers
« Reply #74 on: August 26, 2011, 01:09:39 PM »
Ouch! That's a surprise!  :D ;D

Now, wouldn't you be able to substitute those two RAM modules ?   ::) ::) ::)


Ouch!  I feel a wee bit exposed.  :o
A turtle only makes progress when he sticks his neck out.