Active Topics

 


Reply
Thread Tools
Posts: 6 | Thanked: 0 times | Joined on Feb 2010
#1
I hate touch the screen and press "D" every time to enable the frame dropping function, is there anyway to enable it by default?
 
Posts: 30 | Thanked: 42 times | Joined on Oct 2010 @ Russia
#2
Try creating file /home/user/.mplayer/config with
Code:
framedrop=yes
I believe kmplayer launches mplayer which should read it's options the same way as on a desktop linux PC.
 
Posts: 6 | Thanked: 0 times | Joined on Feb 2010
#3
How to create the file? I am noob on this.
 
Posts: 30 | Thanked: 42 times | Joined on Oct 2010 @ Russia
#4
Run those commands in terminal:

Code:
cd /home/user
mkdir .mplayer
echo framedrop=yes >>.mplayer/config
 
Posts: 6 | Thanked: 0 times | Joined on Feb 2010
#5
it says "cannot create create directory '.mplayer': File exists
also I cant fine the key ">>"
 
Posts: 30 | Thanked: 42 times | Joined on Oct 2010 @ Russia
#6
Originally Posted by HamsterKing View Post
it says "cannot create create directory '.mplayer': File exists
The directory was created earlier... In this case I think it would be better to use a text editor. I personally cannot recommend one, search this forum for "text editor". Some people say Leafpad is a good one.

Originally Posted by HamsterKing View Post
also I cant fine the key ">>"
While in terminal, press "function" key, then "ctrl". You will get on-screen extra keys. But I think text editor will be better since the config file may exist.
 
Reply


 
Forum Jump


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