You are not logged in.
Hi guys. When I am loading an online video player site like YouTube, my cpu usage is about 88-90% !!!
I know that videos are using a big part of cpu but I think that 88-90% it's a huge part
My CPU: 1.60M Pentium HP Laptop with CPU Scaling enabled. Any ideas? Thanks
Last edited by k3rn31 (2008-01-27 10:06:10)
~k3rn31
Offline
Not sure what the problem could be, my CPU usage peaks around 40-50% occasionally when viewing YouTube videos. I'm on a 1.6GHz Celeron M, which is pretty much your Pentium with half the cache and no speedstep. Flash is a resource hog, but there is no reason it should be using that much CPU.
Is it a steady 90% usage?
Which video chipset do you have?
Offline
sounds like the CPU scaling isn't kicking in to up the speed when needed.
running cpufreq-info should show your current CPU speed.. try it when watching a video and see if it scales up.
Offline
Also check the conf file for the cpufreq. If it's like mine, if it sees a video application running it automatically maxes out the processor. The cpu freq rules were set up to do that.
Last edited by mrunion (2008-01-27 16:31:28)
Matt
"It is very difficult to educate the educated."
Offline
My cpufreq-info when I am watching the video:
$ cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 0
hardware limits: 1.20 GHz - 1.60 GHz
available frequency steps: 1.60 GHz, 1.20 GHz
available cpufreq governors: userspace, powersave, performance
current policy: frequency should be within 1.20 GHz and 1.60 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.60 GHz.
The conky displays that firefox (with YouTube video opened) is taking the 60-65% of CPU.
Is the cpu scaling not configured correctly?
@mrunion: what parameter to check in the conf? Thank you
~k3rn31
Offline
i always thought flash was responsible for this...
Offline
xdeusx do you have the same probs?
Anyone to help me ?
Last edited by k3rn31 (2008-01-27 17:55:03)
~k3rn31
Offline
I have the same problem. I think it's a problem with this ugly proprietary flash plugin- do you use it, too?. You could try gnash, it's supposed to support playback of youtube videos.
Offline
Yes I am using flash plugin. Gnash? Is it lightweight?
I think that it has problems with Firefox
Last edited by k3rn31 (2008-01-27 18:03:25)
~k3rn31
Offline
To be honest, I never tried it. It's open source, just give it a try :-)
Offline
I will but If anyone has any ideas how to fix it with flash plugin, please post
Thanks
~k3rn31
Offline
I have no suggestions of how to fix it, but on my old P4 2.4GhZ (Northwood) box, i had the same issue...Your only real choices are to not use flash, to download all the flash videos you want to watch and watch them locally or to use something like swfdec or Gnash.
Offline
Ok. Thanks. If anyone else has another solution, please post
~k3rn31
Offline
From /etc/cpufreqd.conf:
# use performance mode if I'm watching a movie
# I don't care for batteries!
# But don't heat too much.
[Rule]
name=Movie Watcher
programs=xine,mplayer,gmplayer
battery_interval=0-100
acpi_temperature=0-60
#cpu_interval=70-100
profile=Performance High
[/Rule]
Matt
"It is very difficult to educate the educated."
Offline
I don't have this file. I must create it?
I have configured cpudyn acpid for CPU Scaling.
Last edited by k3rn31 (2008-01-28 08:54:04)
~k3rn31
Offline
I don't use cpudyn. you shouldn't need this file with cpudyn I wouldn't think.
Matt
"It is very difficult to educate the educated."
Offline
From /etc/cpufreqd.conf:
# use performance mode if I'm watching a movie # I don't care for batteries! # But don't heat too much. [Rule] name=Movie Watcher programs=xine,mplayer,gmplayer battery_interval=0-100 acpi_temperature=0-60 #cpu_interval=70-100 profile=Performance High [/Rule]
Yes but how I use this ^ ?
~k3rn31
Offline