![]() |
2011-03-17
, 09:10
|
Posts: 724 |
Thanked: 1,255 times |
Joined on Nov 2007
@ Cambridge, UK
|
#11
|
![]() |
2011-03-17
, 09:16
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#13
|
The Following User Says Thank You to slender For This Useful Post: | ||
![]() |
2011-03-17
, 09:23
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#14
|
![]() |
2011-03-17
, 09:34
|
Posts: 440 |
Thanked: 160 times |
Joined on Aug 2010
@ Las Vegas, NV
|
#15
|
![]() |
2011-03-17
, 09:44
|
Posts: 36 |
Thanked: 14 times |
Joined on Mar 2010
@ Slovakia
|
#16
|
ps -ef | grep mediaplayer
renice -10 ID_of_process
![]() |
2011-03-17
, 09:59
|
Posts: 724 |
Thanked: 1,255 times |
Joined on Nov 2007
@ Cambridge, UK
|
#17
|
![]() |
2011-03-17
, 10:12
|
|
Posts: 279 |
Thanked: 231 times |
Joined on Apr 2010
@ Holland
|
#18
|
The Following 4 Users Say Thank You to blipnl For This Useful Post: | ||
![]() |
2011-03-17
, 10:45
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#19
|
The noices and lags while playing music is not related to default music player, but to the design of whole system. If you perform some heavy operations, some parts of the system are colapsing... Try to ungzip 100MB file and browse the web while the file is being uncompressed. Impossible. Try to start download of large file via wifi, and play some random game / music. It will be pain in the ***.
Temporary workaround would be renice-ing the process of mediaplayer. Start mediaplayer, open terminal, and as root user type
Two processes should be found (don't ask me why there are 2 of them)Code:ps -ef | grep mediaplayer
First number on line is process ID. Chouse one of mediaplayer processes, and do
If it's not helpfull, try any lower number (to -19) or renice the second process tooCode:renice -10 ID_of_process
Lower the number, higher the priority of the process.
The Following User Says Thank You to slender For This Useful Post: | ||
![]() |
2011-03-17
, 19:58
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#20
|
![]() |
Tags |
just an idiot?, just shoot me, the unfanboi, try things out |
|