maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   about Mplayer (https://talk.maemo.org/showthread.php?t=47084)

giacay 2010-03-11 07:50

about Mplayer
 
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 2010-03-11 07:51

Re: about Mplayer
 
killall -9 mplayer to console with root access should work.

giacay 2010-03-11 07:57

Re: about Mplayer
 
Can you explain clearly? I type "killall -9 mplayer" it's display "killall: mplayer: no process killed"

[DarkGUNMAN] 2010-03-11 08:09

Re: about Mplayer
 
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

giacay 2010-03-11 09:17

Re: about Mplayer
 
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 2010-03-11 09:31

Re: about Mplayer
 
Quote:

Originally Posted by giacay (Post 563472)
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!


All times are GMT. The time now is 02:03.

vBulletin® Version 3.8.8