LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   BLFS Trial/Hard Time/Mplayer (https://www.linuxquestions.org/questions/linux-from-scratch-13/blfs-trial-hard-time-mplayer-275516/)

rvijay 01-08-2005 05:07 PM

BLFS Trial/Hard Time/Mplayer
 
I downloaded/installed Mplayer, skin and fonts.

The new default skin is Blue.

I used the following to setup the gui:
cat > /etc/mplayer/mplayer.conf << "EOF"
gui = yes
skin = Blue
EOF

Here is the result:
bash-2.05b$ sudo mplayer
MPlayer 1.0pre4-2.95.3 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices K6-2 337.9 MHz (Family: 5, Stepping: 12)
Detected cache-line size is 32 bytes
CPUflags: MMX: 1 MMX2: 0 3DNow: 1 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX 3DNow

Reading config file /etc/mplayer/mplayer.conf
Please remove gui=yes from your config and run gmplayer if you want the GUI.
Error parsing option gui=yes at line 1
Warning unknown option skin at line 2
bash-2.05b$

I tried replacing Blue in the script for default. Still get the same error.

Please assist.

Thanks.

Vijay

XavierP 01-08-2005 05:37 PM

Re: BLFS Trial/Hard Time/Mplayer
 
Quote:

Originally posted by rvijay
Please remove gui=yes from your config and run gmplayer if you want the GUI.
Kinda says it all. Re-edit your config file, set gui=yes to gui=no and run gmplayer. If you didn't run ./configure --enable-gui when you installed, you will have to start from that point.

rvijay 01-08-2005 06:39 PM

I didnot (include)run the
/ configure --enable-gui
command the first time. Thanks for posinting this out. Now I get a very different output. For the GUI I see there are several dependencies. I need to get them all.

Vijay

Checking for GUI ... yes
Checking for XShape extension ... yes
Checking for gtk version ...
Error: The GUI requires GTK devel packages (which were not found).

Check "configure.log" if you do not understand why it failed.
bash-2.05b#

rvijay 01-08-2005 06:45 PM

Also used gui=no, it didn't help. Please Assist.

Thanks.

Vijay

bash-2.05b# cat > /etc/mplayer/mplayer.conf << "EOF"
> gui = no
> skin = default
> EOF
bash-2.05b# exit
exit
bash-2.05b$ sudo mplayer
MPlayer 1.0pre4-2.95.3 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices K6-2 337.9 MHz (Family: 5, Stepping: 12)
Detected cache-line size is 32 bytes
CPUflags: MMX: 1 MMX2: 0 3DNow: 1 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX 3DNow

Reading config file /etc/mplayer/mplayer.conf
Please remove gui=yes from your config and run gmplayer if you want the GUI.
Error parsing option gui=no at line 1
Warning unknown option skin at line 2
bash-2.05b$

rvijay 01-08-2005 06:52 PM

Command gmplayer doesn't work.

Vijay

bash-2.05b# gmplayer
bash: gmplayer: command not found
bash-2.05b# exit
exit
bash-2.05b$ sudo gmplayer
sudo: gmplayer: command not found
bash-2.05b$

BlueSilence 01-09-2005 03:44 AM

The GUI requires GTK devel packages (which were not found).
install GTK+-1.2.10 first
if you want enable-gui


All times are GMT -5. The time now is 12:01 PM.