ok i am thinkin bout installing SUSE linux on my new pc that i am building, but i have never used linux before. so i was looking for linux compatible, video players, and came across the 'best' called MPlayer. only the download isnt exactly simple if you have no experience of linux. what do i actually need to do/download/burn etc in order to run this program on linux, do i have to compile it myself?, is there a different kind of .exe file for linux?, coz i heard they use a different file extension for executable files. man im confused bout this whole linux thing
ok i am thinkin bout installing SUSE linux on my new pc that i am building, but i have never used linux before. so i was looking for linux compatible, video players, and came across the 'best' called MPlayer. only the download isnt exactly simple if you have no experience of linux. what do i actually need to do/download/burn etc in order to run this program on linux, do i have to compile it myself?, is there a different kind of .exe file for linux?, coz i heard they use a different file extension for executable files. man im confused bout this whole linux thing
Well there might be a SuSE package of mplayer somewhere.
www.mplayerhq.hu has Fedora RPMs but that isn't going to help you.
Check the SuSE repositories.
I can walk you thru the installation process but I would need to know what packages you've installed already ( you need a lot of development packages ).
If you want I could also ssh into your Linux box share the screen with you and compile it for you. That would require a high speed internet connection tho.
It's really easy if you use Fedora Core 4. "yum install mplayer" or similar. A quick google search has shown that SuSE uses yast, which is similar to yum in that it installs stuff. Find a respository out there that has mplayer and it should be a 10 second install.
./configure --prefix=/usr --confdir=/etc --with-codecsdir=/usr/lib/mplayer/codecs
make
make install
# it should compile and install as long as you have gcc 3.x or higher and are not using a 64bit distro
# if you have gcc 3.x or gcc 4.x and mplayer doesn't like it use:
Doing that gives me some unusual results. I am under FC4 64 and using --enable-gui gives me an error that says X11 does not exist. Unusual. Any way to get around this?
here's my experience:
i put on SuSE 9.1 about 6 months ago. Kaffeine (xine) was fine for MPEGs, but didn't do anything like WMV or AVI.
So i put on SuSE 10.0 a month ago. Kaffeine proved useless, didn't even play MPEGs. something about licensing meant they had to leave it off the distro. so:
option 1: "just go to mplayerhq.hu, download the codec package, and Kaffeine will recognise it". yeah right. "error, no demux plugin" for any file type i tried to play.
option 2: "goto mplayerhq.hu and download the whole thing, compile it myself". seems reasonable, except when you try to compile and a warning flashes "mplayer compiles with gcc 3.*" and SuSE 10.0 is built on gcc 4. trying to force compile (ignoring gcc version) doesn't work.
option 3: "find a SuSE 10.0 rpm". well, i found one, search around on the mplayerhq.hu and you can find it too. go to install it, and it says i need extra codec packages to be pre-installed. good luck finding them.
so option 4: this was fun. kept my seperate /home drive connected, and reboot back to my old SuSE 9.1 drive. SuSE 9.1 is built on gcc 3 at least. install a few rpms, and compile it. had to tell it to compile the whole thing to /home/mplayer, so it would be there for SuSE 10.0. worked, eventually, but no GUI (X) support. tested it out, and it worked. replace my / drive, boot back to SuSE 10.0. had to remove DirectFB and Libdv packages and all dependancies (like a few games), and install the SuSE 9.1 version of them.
now, whenever i want to watch a movie, i have to open an xterm, "su", and "init 3". then login as root, and "/home/mplayer/bin/mplayer -vo vesa <file(s)>".
Still, at least it works, as comlpicated as it is. if anyone has found an easier way to use mplayer (or anything else that plays MPEGs, AVIs, and WMVs) on SuSE 10.0, i'd like to hear it.
seeing as you said you have little linux experience, then good luck. but if you download the mplayer tarball, somewhere in there is a file called README. read it. try to understand it, i couldn't, but still got through it...
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.