Active Topics

 


Reply
Thread Tools
Posts: 16 | Thanked: 0 times | Joined on Dec 2009
#1
After I use Mplayer or KMplayer to watch movies, the CPU alway show 100%, so I must restart my N900, who can solvle this problem. Thanks
 
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#2
killall -9 mplayer to console with root access should work.
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 
Posts: 16 | Thanked: 0 times | Joined on Dec 2009
#3
Can you explain clearly? I type "killall -9 mplayer" it's display "killall: mplayer: no process killed"
 
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#4
Open a terminal as root, type: TOP then Enter. This is the process monitor and will tell you which process needs to be killed. using killall -9 processname
 

The Following 2 Users Say Thank You to [DarkGUNMAN] For This Useful Post:
Posts: 16 | Thanked: 0 times | Joined on Dec 2009
#5
When I type TOP: it display /usr/libexec/gst-v (CPU 98.2% ) and I type KILALL -9 /usr/libexec/gst-v it display "killall: /usr/libexec/gst-v : no process killed" also I type "killall -9 gst-v" the same result
 
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#6
Originally Posted by giacay View Post
When I type TOP: it display /usr/libexec/gst-v (CPU 98.2% ) and I type KILALL -9 /usr/libexec/gst-v it display "killall: /usr/libexec/gst-v : no process killed" also I type "killall -9 gst-v" the same result
try

ps aux |grep gst-v

it should give you something like
1249 user 0 SW [/usr/libexec/gst-v]

then kill -9 1249

note you must pick the correct number from ps, don't use 1249!
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 

The Following User Says Thank You to ossipena For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 00:28.