LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-26-2004, 05:52 AM   #1
rayesteq
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Rep: Reputation: 0
MPlayer installation problem on SUSE 9.1


Ok...this thread was asked before by several people for several times.(I am really sorry and ashamed about asking it one more time )I have read all of them.I read refence pages on that pages.I don't know if I am missing something but I downloaded "MPlayer-1.Opre5.tar-bz2" when I say

tar -xjvk MPlayer-1.Opre5.tar-bz2

it returns me an error such =

"tar:MPlayer-1.Opre5.tar-bz2 Cannot Open :No such file or directory"
"tar:Error is not recovarable:existing now"
"tar:Child return status 2"
"tar:Errors exit delay from previous erros "(or somehthing like that)



then I downloaded
"MPlayer-1.Opre5-pm.1.i586.rpm"
and tried

rpm -ivh MPlayer-1.Opre5-pm.1.i586.rpm

but I got nearly same thing
could not open the file :MPlayer-1.Opre5-pm.1.i586.rpm

Did I do something wrong?

(Ps:These files in /home/MPlayer/.....)
 
Old 08-26-2004, 06:52 AM   #2
garfield81
LQ Newbie
 
Registered: Aug 2004
Location: Leipzig
Distribution: gentoo
Posts: 9

Rep: Reputation: 0
I don't know whats up with your source-code, probably it is not called mplayer...tar-bz2 but mplayer...tar.bz2, also I dont need the "-" before tar options, it gets me an error-message. Just try without the "-" and a correct path your mplayer source. If this does't work, you still can download the package from http://packman.links2linux.de/ They build all the packages for Suse because the "normal" rpm's wont work on suse (I dont know why , had myself troubles installing multimedia-software on suse.)
garfield81
 
Old 08-26-2004, 08:05 AM   #3
mikedeatworld
Member
 
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828

Rep: Reputation: 30
Try installing it with YaST and report any errors back here
 
Old 08-27-2004, 07:21 AM   #4
rayesteq
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Original Poster
Rep: Reputation: 0
OK first I apologize to everyone who reads this article because
I made a huge mistake by seeing "0" like"O" in

tar -xjvk MPlayer-1.-----O---pre5.tar-bz2 see.....

But when i solve this and want to

./configure --enable-gui

I got message

The GUI requires GTK devel packages (which were not found)...
and tells me to look at the configure.log file to see the error more detailed.I've looked at that file but there is nothing.
I installed every gtk packages -- I know ---but what am i doing wrong...
I found some forum thread about this error but three is no exact solution on them....
 
Old 08-27-2004, 08:37 AM   #5
Marius2
Member
 
Registered: Jan 2004
Location: Munich
Distribution: SuSE 9.2, 10.2, 10.3, knoppix
Posts: 276

Rep: Reputation: 31
I think MPlayer GUI requires GTK 1.2. Default installation in SuSE 9.1 is
GTK 2.something. I'm not sure if GTK 1.2 still comes with 9.1, and even
if it does, if it's going to cooperate with MPlayer. I myself could compile
MPlayer with GUI easily on SuSE 8.1, but never accomplished this with
9.0 (still not using 9.1).
Compile it without the GUI and see if you really need a graphical inter-
face; it's fairly easy to use from the shell.
 
Old 08-27-2004, 09:44 AM   #6
rayesteq
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Hi Marius2,

I 'ne tried it . with just

./configure it is ok.No compiling erros ;no error on "make install"

but when want to try mplayer it didnt work.
For example when I say

mplayer 18.avi(or mpg or mpeg) from console

a window opened but shows nothing but pinky sligtss.

Do have any idea...??
 
Old 08-30-2004, 12:45 AM   #7
Marius2
Member
 
Registered: Jan 2004
Location: Munich
Distribution: SuSE 9.2, 10.2, 10.3, knoppix
Posts: 276

Rep: Reputation: 31
You need to install the appropriate codecs to play avi. Download them
from mplayer homepage and read the installation instruction which comes
with them.

HTH
 
Old 08-30-2004, 05:05 AM   #8
rayesteq
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Hi all,

I downloaded the all codecs but it didnt worked either.Mplayer windows opens but no display.As I said before just pinky slights.Do i have uninstall and install Mplayer again?
Thanks
 
Old 08-30-2004, 05:36 AM   #9
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally posted by rayesteq
Hi all,

I downloaded the all codecs but it didnt worked either.Mplayer windows opens but no display.As I said before just pinky slights.Do i have uninstall and install Mplayer again?
Thanks
Yup, you've to compile mplayer again in order to mplayer to recognize the codecs:

Quote:
from mplayer's doc
Win32 codecs: If you plan to use MPlayer on x86 architecture, you will possibly need them. Download the Win32 codecs from our codecs page and install them to /usr/local/lib/codecs BEFORE compiling MPlayer, otherwise no Win32 support will be compiled!
The full documentation and installation instructions is found here:

http://www.mplayerhq.hu/DOCS/HTML/en/index.html

and I highly recommend you to read it . You may want to install mplayer from SuSE's Yast if you think it's getting too tough:

http://www.linuxquestions.org/questi...09#post1102609

Good luck!
 
Old 08-30-2004, 06:20 AM   #10
rayesteq
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks MegamanX,

I have already did what you said.It dind't changed my display.But at least I figure out what is the problem.The problem is not the codec ; the problem is the output device that I selected.
Ok ...When I said:

mplayer -vo X11 filename.mpg

it worked.But i could't figure out how can I make this change permanent.Do you know anything about that.Thanks
 
Old 08-30-2004, 08:26 AM   #11
rayesteq
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Hi guys;

I found that i have to write something into a config file of mplayer in order to make permanent of x11...

~/.mplayer/config:

vo=x11
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mplayer Installation problem waelaltaqi Linux - Software 6 12-01-2005 03:39 PM
mplayer installation problem darkangel29 Linux - Newbie 7 12-16-2004 11:32 PM
mplayer installation problem the app doesnot start Nadim Slackware 4 05-09-2004 09:31 PM
Mplayer Installation Problem! novkhan Linux - Software 5 04-20-2004 03:08 AM
mplayer installation problem captainchainsaw Linux - Software 4 10-29-2002 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration