View previous topic :: View next topic |
Author |
Message |
lars_msh n00b


Joined: 25 Aug 2002 Posts: 50 Location: Airstrip One
|
Posted: Mon Sep 16, 2002 10:27 pm Post subject: Where did my MPlayer GUI go? |
|
|
I did an emerge --update world earlier, it was nice to see the new Mplayer in there... but unfortunately things ain't quite right for me: I can't get the GUI anymore. That is, the -gui option gives me this error:
Error: 'gui' is not a mplayer/mencoder option
This is with MPlayer 0.90pre7-2.95.3. I haven't changed any USE variables since it was last installed, I just have this:
USE="oss dvd"
Not sure why I have oss in there, it's in make.profile/make.defaults anyway, but so is gtk... |
|
Back to top |
|
 |
alec Apprentice


Joined: 19 Apr 2002 Posts: 270 Location: Here
|
Posted: Mon Sep 16, 2002 10:57 pm Post subject: |
|
|
Do you have "X" in your USE? Don't know if that makes any difference, but it just might. |
|
Back to top |
|
 |
dev Apprentice


Joined: 06 Jul 2002 Posts: 248 Location: San Antonio, TX
|
Posted: Tue Sep 17, 2002 2:17 am Post subject: |
|
|
gmplayer will do the same thing as load mplayer -gui
You might want to also backup/remove your ~/.mplayer folder. |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20629
|
Posted: Tue Sep 17, 2002 2:23 am Post subject: |
|
|
The new version of mplayer doesn't use -gui... it is set in a config file. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
ciclic0 n00b

Joined: 29 Aug 2002 Posts: 44
|
Posted: Tue Sep 17, 2002 3:24 am Post subject: |
|
|
Code: |
mkdir .mplayer (if not exists)
cd .mplayer
echo "gui = 1" > config
|
Also if you want, you could add other options like:
Code: |
"echo" vo = xv >> config
|
|
|
Back to top |
|
 |
lars_msh n00b


Joined: 25 Aug 2002 Posts: 50 Location: Airstrip One
|
Posted: Tue Sep 17, 2002 5:50 pm Post subject: |
|
|
Thanks, it's working fine now.  |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20629
|
Posted: Tue Sep 17, 2002 6:34 pm Post subject: |
|
|
ciclic0 wrote: | Code: |
mkdir .mplayer (if not exists)
cd .mplayer
echo "gui = 1" > config
|
| Will overwrite existing settings in .mplayer/config. If anyone lost the settings, my config file contained: _________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
|