Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

MPlayer NO GUI

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
lokirulez
Posts: 4
Joined: 2005-05-05 09:07
Location: Japan

MPlayer NO GUI

#1 Post by lokirulez »

Hello all, I am somewhat new to linux and even newer to Debian so details would help me out a lot. I am running Debian 3.1 with a 2.6.8 kernel. I just installed mplayer and it works fine from the command line but does not display a GUI when I try and run gmplayer. I have the necessary font, skin, and plug-ins. Below is what spits out at me after running gmplayer:

CPU: Intel (Family: 6, Stepping: 6)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2


vo: X11 running at 1280x800 with depth 24 and 32 bpp (":0.0" => local display)
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.


If this can be fixed by just adding that echo 1024 line to my startup script, how would I do that? Although I doubt that is the real problem.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#2 Post by lacek »

RTC has nothing to do with the absence of the GUI. How did you installed mplayer?

lokirulez
Posts: 4
Joined: 2005-05-05 09:07
Location: Japan

#3 Post by lokirulez »

I installed it from source, then used the basic:

Code: Select all

./configure --enable-gui
make
make install
There were no erros and mplayer without the GUI works great, but as soon as I type gmplayer that error above spits out.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#4 Post by lacek »

Hmm, strange... Are there more lines of output?

Guest

#5 Post by Guest »

No, but when I run gmplayer as root, I don't get the last two lines of output.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#6 Post by lacek »

Yes, because root has access to RTC. But this still has nothing to do with GUI, I think. Mplayer displays loads of output. Unless it exits at the point where it tries to access RTC, there must be more output. Could you paste it there, please?
Or doesn mplayer stops at this point, and doesn't start to play video?

maagimies
Posts: 5
Joined: 2005-09-07 08:02

Why compile?

#7 Post by maagimies »

Why don't you just go to http://www.apt-get.org/
and find a repository that offers mplayer? Much easier and faster that way.
This repository has many different mplayer packets.
deb ftp://ftp.nerim.net/debian-marillat/ sarge main

Post Reply