LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-28-2008, 06:37 PM   #1
garyg007
Member
 
Registered: Aug 2008
Location: north-east ohio
Distribution: Debian-squeeze/stable;
Posts: 279
Blog Entries: 1

Rep: Reputation: 31
Mplayer


command:
Code:
mplayer /dev/dvd
will play the dvd in the drive.
If I enter command
Code:
mplayer -gui
when I try to open the dvd I get:
Quote:
Error opening/intializing the selected video-out (-vo) device
The investigation I've done so far lead me to believe that the follow Info might be significant:
Code:
gary@Abitbox:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.1.7769 Release

gary@Abitbox:~$ uname -a
Linux Abitbox 2.6.24.5-smp #2 SMP Wed Apr 30 13:41:38 CDT 2008 i686 Intel(R) Celeron(R) CPU 3.06GHz GenuineIntel GNU/Linux
What other info can I provide for assistance in fixing this?
 
Old 09-28-2008, 07:15 PM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Did you try start mplayer as gmplayer ?
 
Old 09-28-2008, 10:32 PM   #3
garyg007
Member
 
Registered: Aug 2008
Location: north-east ohio
Distribution: Debian-squeeze/stable;
Posts: 279

Original Poster
Blog Entries: 1

Rep: Reputation: 31
Quote:
Originally Posted by keefaz View Post
Did you try start mplayer as gmplayer ?
How does one do that ?
what is gmplayer?
 
Old 09-28-2008, 10:36 PM   #4
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by garyg007
How does one do that ?
what is gmplayer?
Just type 'gmplayer' in a terminal to try it out. gmplayer is the mplayer GUI (it is included in a standard mplayer installation). It should be noted that I get the same (successful) result when running `gmplayer` and `mplayer -gui`, so it may not work for you. I have always found the, for whatever reason, gmplayer fails on some files that mplayer (the console version) plays successfully, despite the fact that they are essentially the same. However, that may be a configuration error on my part that I have been too lazy to fix. How did you install mplayer?
 
Old 09-29-2008, 01:09 AM   #5
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
If you compiled the sources then you need to pass the --enable-gui option to configure for gmplayer. And I think you also need to install a skin before you can run it.
 
Old 09-29-2008, 01:34 AM   #6
bobaye
Member
 
Registered: Dec 2006
Location: Riverside CA
Distribution: Slackware first, then everything else
Posts: 48

Rep: Reputation: 15
Check Alien Bobs slackbuilds {http://www.slackware.com/~alien/slackbuilds/}
Check there, you should find everything you could want for MPlayer
Worked very well for my install, get the codecs and plugins packages there too.
 
Old 09-29-2008, 01:59 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Did you mess with the configuration in a while ? If so, and you know you have mplayer installed with the gui option, edit the file '~/.mplayer/gui.conf', make sure there is a line that reads:

Code:
vo_driver = "xv"
If it's a different driver there, change it to read exactly as it is above.
 
Old 09-29-2008, 07:55 AM   #8
garyg007
Member
 
Registered: Aug 2008
Location: north-east ohio
Distribution: Debian-squeeze/stable;
Posts: 279

Original Poster
Blog Entries: 1

Rep: Reputation: 31
Thankyou to everyone for the information.

The change to "gui.conf" did the trick.
Now both "mplayer -gui" amd "gmplayer" work great.

Gary

ps: @T3slider ---I installed mplayer using MPlayer.SlackBuild, mplayer-codecs-all.SlackBuild, and
mplayerplug-in.SlackBuild - all from one of the slackware pages (don't remember which one)

Last edited by garyg007; 09-29-2008 at 08:07 AM.
 
Old 09-29-2008, 02:43 PM   #9
Cuetzpallin
Member
 
Registered: Feb 2008
Location: Monterrey, MX
Distribution: Slackware since 3.4 and love it!!!
Posts: 164

Rep: Reputation: 31
Quote:
Originally Posted by keefaz View Post
Did you try start mplayer as gmplayer ?
you could use smplayer too from the slackbuilds repository

I found smplayer easier to use and use less memory on my computer
 
Old 09-29-2008, 03:05 PM   #10
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I use only mplayer for my part as I watch movies in full screen most of the time (so no need for gui)

But I admit smplayer is appealing tough:
Quote:
Originally Posted by smplayer.sourceforge.net
One of the most interesting features of SMPlayer: it remembers the settings of all files you play. So you start to watch a movie but you have to leave... don't worry, when you open that movie again it will resume at the same point you left it, and with the same settings: audio track, subtitles, volume...
 
  


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 build: configure finds ALSA, but mplayer doesn't galle Linux - Software 5 10-13-2007 06:14 PM
Mplayer codecs - running 32bit mplayer on 64bit OS sleepyrob Linux - Software 2 08-12-2006 05:08 AM
In Kubuntu I have compiled MPlayer and it works fine, MPlayer Plug-in is not working kickass331 Linux - Newbie 10 08-11-2006 09:12 PM
using mplayer with .asx without -playlist? Would be useful for mplayer plug-in pierrethibault Linux - Software 1 02-18-2005 08:12 AM
mplayer is cool ... mplayer plug-in is even cooler..! linuxlah Linux - General 4 07-16-2003 10:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:47 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