Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-08-2005, 05:07 PM
|
#1
|
Member
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921
Rep:
|
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
|
|
|
01-08-2005, 05:37 PM
|
#2
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
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.
|
|
|
01-08-2005, 06:39 PM
|
#3
|
Member
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921
Original Poster
Rep:
|
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#
|
|
|
01-08-2005, 06:45 PM
|
#4
|
Member
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921
Original Poster
Rep:
|
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$
|
|
|
01-08-2005, 06:52 PM
|
#5
|
Member
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921
Original Poster
Rep:
|
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$
|
|
|
01-09-2005, 03:44 AM
|
#6
|
LQ Newbie
Registered: Jan 2005
Posts: 1
Rep:
|
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 06:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|