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 - 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-22-2007, 12:44 AM   #1
wycolorado
LQ Newbie
 
Registered: Aug 2003
Posts: 29

Rep: Reputation: 15
gmplayer can't start


hi, all:

I just compiled and installed MPlayer on my Suse box but gmplayer doesn't work. But mplayer works for me in the command line mode. Below is the error message:

MPlayer 1.0rc1-4.1.2 © 2000-2006 MPlayer Team
CPU: Intel® Pentium® 4 CPU 2.80GHz (Family: 15, Model: 4, Stepping: 1)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
mplayer: could not connect to socket
mplayer: Permission denied
Failed to open LIRC support. You will not be able to use your remote control.
[skin] file ( /usr/local/share/mplayer/skins/default/skin ) not readable.
Skin not found (default).

if I run as root, I got slightly different response:

MPlayer 1.0rc1-4.1.2 © 2000-2006 MPlayer Team
CPU: Intel® Pentium® 4 CPU 2.80GHz (Family: 15, Model: 4, Stepping: 1)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
mplayer: could not connect to socket
mplayer: Connection refused
Failed to open LIRC support. You will not be able to use your remote control.

I did copy all the skin files into /usr/local/share/mplayer/skins/default/skin directory. Below is the ls -l results:

-rwxr-xr-x 1 root root 2218 2007-08-17 02:09 about.png
-rwxr-xr-x 1 root root 2240 2007-08-17 02:09 double.png
-rwxr-xr-x 1 root root 380 2007-08-17 02:09 dvd.png


Really have no idea why gmplayer doesn't work.

Can anybody help me figure out the reason? thanks a lot.

David
 
Old 08-22-2007, 06:05 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
You have to install a skin to /usr/local/share/mplayer/Skin. If you use the 'Blue' skin, then you would
Code:
wget http://www.mplayerhq.hu/MPlayer/skins/Blue-1.7.tar.bz2 &&
tar -xvf Blue-1.7.tar.bz2 -C /usr/local/share/mplayer/Skin &&
chown -v -R root:root /usr/local/share/mplayer/Skin/Blue &&
chmod -v 755 /usr/local/share/mplayer/Skin/Blue{,/icons} &&
ln -sfv Blue /usr/local/share/mplayer/Skin/default
In any event you don't a full 'skin' at /usr/local/share/mplayer/Skin/default. This is mine
Code:
-rw-r--r-- 1 root root 2.3K 2003-03-14 05:21 about.png
-rw-r--r-- 1 root root 1.6K 2003-03-14 05:21 bareqb.png
-rw-r--r-- 1 root root 1.8K 2003-03-14 05:21 barexit.png
-rw-r--r-- 1 root root 1.7K 2003-03-14 05:21 barffwd.png
-rw-r--r-- 1 root root 1.6K 2003-03-14 05:21 barfwd.png
-rw-r--r-- 1 root root 1.8K 2003-03-14 05:21 barmute.png
-rw-r--r-- 1 root root 1.8K 2003-03-14 05:21 barplay.png
-rw-r--r-- 1 root root 1.7K 2003-03-14 05:21 barrev.png
-rw-r--r-- 1 root root 1.7K 2003-03-14 05:21 barrevv.png
-rw-r--r-- 1 root root 1.6K 2003-03-14 05:21 barstop.png
-rw-r--r-- 1 root root  997 2003-03-14 05:21 barzoom.png
lrwxrwxrwx 1 root root    4 2007-02-25 01:26 Blue -> Blue
-rw-r--r-- 1 root root  253 2003-03-14 05:21 eqb.png
-rw-r--r-- 1 root root 2.1K 2005-11-24 20:57 exit.png
-rw-r--r-- 1 root root 2.0K 2003-03-14 05:21 font.fnt
-rw-r--r-- 1 root root 1.4K 2003-03-14 05:21 font-pl.png
-rw-r--r-- 1 root root 3.1K 2003-03-14 05:21 forward.png
drwxr-xr-x 2 root root 4.0K 2006-12-22 22:06 icons
-rw-r--r-- 1 root root 1.8K 2004-05-30 20:24 load.png
-rw-r--r-- 1 root root  31K 2004-06-01 22:06 main.png
-rw-r--r-- 1 root root  26K 2003-03-14 05:21 main-silver.png
-rw-r--r-- 1 root root  17K 2006-07-01 04:16 menu.png
-rw-r--r-- 1 root root  17K 2006-07-01 04:16 menus.png
-rw-r--r-- 1 root root 1.6K 2004-05-30 20:24 minimize.png
-rw-r--r-- 1 root root  378 2003-03-14 05:21 mute.png
-rw-r--r-- 1 root root 2.2K 2003-03-14 05:21 next.png
-rw-r--r-- 1 root root  20K 2005-11-24 20:57 playbar.png
-rw-r--r-- 1 root root  292 2003-03-14 05:21 playlist.png
-rw-r--r-- 1 root root 3.0K 2003-03-14 05:21 play.png
-rw-r--r-- 1 root root  440 2003-03-14 05:21 pos.png
-rw-r--r-- 1 root root 2.1K 2005-11-24 20:57 prefs.png
-rw-r--r-- 1 root root 2.2K 2003-03-14 05:21 prev.png
-rw-r--r-- 1 root root  834 2005-11-24 20:57 progres-long2c.png
-rw-r--r-- 1 root root  948 2005-11-24 20:57 progres-long2d.png
-rw-r--r-- 1 root root   71 2004-05-13 22:06 README
-rw-r--r-- 1 root root 2.8K 2003-03-14 05:21 rev.png
-rw-r--r-- 1 root root 5.9K 2005-11-24 20:57 skin
-rw-r--r-- 1 root root  544 2003-03-14 05:21 skinb.png
-rw-r--r-- 1 root root 3.7K 2004-05-30 20:24 stop.png
-rw-r--r-- 1 root root  55K 2006-12-22 22:06 subblue.png
-rw-r--r-- 1 root root  237 2003-03-14 05:21 subload.png
-rw-r--r-- 1 root root  647 2003-03-14 05:21 symbols2.png
-rw-r--r-- 1 root root  437 2003-03-14 05:21 symbols.fnt
-rw-r--r-- 1 root root  153 2003-03-14 05:21 symbolsg.fnt
-rw-r--r-- 1 root root    4 2006-12-22 22:06 VERSION
-rw-r--r-- 1 root root  397 2003-03-14 05:21 zoom-3.png

Last edited by weibullguy; 08-22-2007 at 06:07 AM.
 
Old 08-23-2007, 01:13 AM   #3
wycolorado
LQ Newbie
 
Registered: Aug 2003
Posts: 29

Original Poster
Rep: Reputation: 15
thanks for your reply. I tried but still doesn't work. It gave me the same error message and a dialog box showing "[skin] file ( /usr/local/share/mplayer/skins/default/skin ) not readable.

I don't understand what the error means. Also I am confused about the error text about the "can't connect to socket".

would you have any insight on it? thanks.

Yong
 
  


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
gmplayer message at start-"echo 1024 > /proc/sys/dev/rtc/max-user-freq" Mutation_1101 Slackware 7 01-11-2006 07:46 PM
gmplayer doesen't start !!! kky Linux - Software 3 12-10-2005 03:19 PM
gmplayer hangs on start DraaX Linux - Software 5 04-28-2005 12:31 PM
Could not start gmplayer ...? Why ?? sys7em Linux - Software 4 02-05-2005 09:03 AM
GMplayer - will not start, compiled correctly AFAIK XavierP Linux - Software 6 10-26-2003 09:40 AM

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

All times are GMT -5. The time now is 09:44 PM.

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