Gxine hangs up Puppy 201

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
New Puppy Fan
Posts: 77
Joined: Sun 14 Aug 2005, 08:55
Location: Minnesota, USA

Gxine hangs up Puppy 201

#1 Post by New Puppy Fan »

Hi to all Puppylovers,
There is one unpleasant moment in Puppy 2.0.1. - gxine couldn't start at all, it hangs up my computer. Nothing helps accept reset button for restarting.
Did someone had such kind of problem?
Thanks in advance!

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

no, this is new to me, and I have no solution.
But there are alternatives, mplayer, xmms, xine-ui:
http://www.murga.org/~puppy/viewtopic.php?t=9000
http://www.murga.org/~puppy/viewtopic.php?t=7145

Mark

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

you also could try to rename /root/.gxine, so that it starts with no configuration.
Or edit the files there, maybe it uses by default a video-driver incompatible with your card.
Or maybe your card works with another colordepth, try to edit /etc/X11/xorg.conf , the screen-section, try 24 instead of 16.

Mark

User avatar
New Puppy Fan
Posts: 77
Joined: Sun 14 Aug 2005, 08:55
Location: Minnesota, USA

#4 Post by New Puppy Fan »

you also could try to rename /root/.gxine, so that it starts with no configuration.
Or edit the files there, maybe it uses by default a video-driver incompatible with your card.
Or maybe your card works with another colordepth, try to edit /etc/X11/xorg.conf , the screen-section, try 24 instead of 16.
Thank you, Mark. I first installed xmms - it works just fine. Then I renemed /root/.gxine - gxine works now too. Thanks again! Is it possible to run video with gxine in repeat mode (like with xmms)? I couldn't find such option in menu.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#5 Post by MU »

New Puppy Fan wrote:Is it possible to run video with gxine in repeat mode (like with xmms)? I couldn't find such option in menu.
I don't know that (would like to know, too).

To play videos in loops, I use mplayer.
You could do this, if you have it:

create a script
/usr/local/bin/gmplayer-loop

Code: Select all

#!/bin/sh

gmplayer -loop 10000 "$@" &
Make it executable (right-click in Rox -> permissions.
Now right-click a video -> Set run action

Replace the line defaultmediaplayer "$1" with gmplayer-loop "$1"
Now you can watch looping videos by clicking on them in Rox.

You don't really need the script, you also could use directly
gmplayer -loop 10000 "$1"
as run-action in Rox.
But I can use the script from other applications too, so I use this way.

You also could add the option -fs for "fullscreen".

Mark

User avatar
timcriger
Posts: 115
Joined: Wed 09 Nov 2005, 05:40

#6 Post by timcriger »

Is it possible to run video with gxine in repeat mode (like with xmms)? I couldn't find such option in menu.
yes, just open gxine's playlist and check the box "Repeat."

hope this is what you were asking.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#7 Post by BarryK »

There's also Xfmedia multimedia player, available as a pupget.

User avatar
New Puppy Fan
Posts: 77
Joined: Sun 14 Aug 2005, 08:55
Location: Minnesota, USA

#8 Post by New Puppy Fan »

timcriger wrote:yes, just open gxine's playlist and check the box "Repeat."
hope this is what you were asking.
I never thought Repeat box is in a Playlist. I'm using it now. Thanks you, timcriger.
BarryK wrote:There's also Xfmedia multimedia player, available as a pupget.
Thanks, Barry. I installed xfmedia. It's cool!

User avatar
New Puppy Fan
Posts: 77
Joined: Sun 14 Aug 2005, 08:55
Location: Minnesota, USA

Problem running xine

#9 Post by New Puppy Fan »

MU wrote:But there are alternatives, mplayer, xmms, xine-ui:
http://www.murga.org/~puppy/viewtopic.php?t=9000
http://www.murga.org/~puppy/viewtopic.php?t=7145
Mark
I installed xine-ui recently. I like it, but there is one thing about Set Run Action in Rox. I entered a shell command: run-xine "$1", but nothing happens, xine starts and I have to run .mpg file manually. The same thing is with xmms. Maybe I put wrong command there?
Thanks for any idea!
New Puppy Fan

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#10 Post by MU »

xine "$1" works
xmms "$1" too, also
gmplayer-loop "$1" with my examplescript above.

How does your "run-xine" looks like?

Mark

User avatar
New Puppy Fan
Posts: 77
Joined: Sun 14 Aug 2005, 08:55
Location: Minnesota, USA

About xine

#11 Post by New Puppy Fan »

MU wrote:xine "$1" works
xmms "$1" too, also
gmplayer-loop "$1" with my examplescript above.

How does your "run-xine" looks like?

Mark
I downloaded xine-ui from here : http://www.murga.org/~puppy/viewtopic.php?t=5701

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#12 Post by MU »

Ah, no, run-xine is only to start it from the dotpups-menu.
This startscript does not handle parameters.

use
xine "$1"

Mark

User avatar
New Puppy Fan
Posts: 77
Joined: Sun 14 Aug 2005, 08:55
Location: Minnesota, USA

#13 Post by New Puppy Fan »

MU wrote:Ah, no, run-xine is only to start it from the dotpups-menu.
This startscript does not handle parameters.

use
xine "$1"

Mark
Thanks, Mark. It works! There is only 1 more thing. Each time I have to check box for Loop in Playlist>LoopModes menu. Is it possible to save all parameters? (I mean looped playback).

Thanks again.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#14 Post by MU »

Oh, don't know that, but there might be a option in /root/.xine/config

You can open it in the texteditor, it is quite long, so you might have a chance to find an apropriate entry.
Mark

User avatar
New Puppy Fan
Posts: 77
Joined: Sun 14 Aug 2005, 08:55
Location: Minnesota, USA

Re: Problem running xine

#15 Post by New Puppy Fan »

New Puppy Fan wrote:
MU wrote:But there are alternatives, mplayer, xmms, xine-ui:
http://www.murga.org/~puppy/viewtopic.php?t=9000
http://www.murga.org/~puppy/viewtopic.php?t=7145
Mark
Hi! It looks I have strange behaviour with xine-ui. I installed xine-unicrome.pup. It works fine. But when I run PupGet Manager to install or delete any other packages it always remove xine package, so I have to reinstall it again.
Really appreciate any suggestions.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#16 Post by MU »

oh sorry, Pupget wants Dotpups to use uppercase as first letter.
I re-uploaded a new one now:
http://dotpups.de/dotpups/Multimedia/Xine-unichrome.pup
Thanks for reporting it.
Mark

Post Reply