LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-17-2005, 03:41 AM   #1
x13729388
LQ Newbie
 
Registered: Mar 2005
Posts: 22

Rep: Reputation: 15
xine problems


Hi, I install xine 1.0 library from the rpm package, after install all the necessary rpms, then I type xine to start it.

xine starts but it quits immediately. It does not display any error messages. I tried to uninstall and reinstall it again, but it still give me the same result. Could someone help me?
 
Old 04-17-2005, 03:47 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
try running

xine-config

and see if u can get to something
 
Old 04-18-2005, 06:53 AM   #3
x13729388
LQ Newbie
 
Registered: Mar 2005
Posts: 22

Original Poster
Rep: Reputation: 15
I've tried that. The xine-config can just list the installed directory of xine. I don't know how to use this command to diagnose where the problem is, any other suggestions?
 
Old 04-18-2005, 07:52 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
what do u get the results of the

xine-config

command

post that here

regards
 
Old 04-19-2005, 04:36 AM   #5
x13729388
LQ Newbie
 
Registered: Mar 2005
Posts: 22

Original Poster
Rep: Reputation: 15
Here is the result:

[root]# xine-config
Usage: xine-config [OPTIONS] [LIBRARIES]
Options:
[--prefix[=DIR]]
[--exec-prefix[=DIR]]
[--version]
[--libs]
[--acflags]
[--cflags]
[--plugindir]
[--datadir]
[--scriptdir]
[--localedir]
[--objcflags]
[root]# xine-config --prefix
/usr/local
[root]# xine-config --exec-prefix
/usr/local
[root]# xine-config --version
1.0.0
[root]# xine-config --libs
-L/usr/local/lib -lxine -lz -lnsl -lpthread -L/usr/X11R6/lib -L/usr/X11R6/lib -lXv -lXext
[root]# xine-config --acflags
-I /usr/local/share/aclocal
[root]# xine-config --cflags
-I/usr/local/include
[root]# xine-config --plugindir
/usr/local/lib/xine/plugins/1.0.0
[root]# xine-config --datadir
/usr/local/share/xine
[root]# xine-config --scriptdir
/usr/local/share/xine/scripts
[root]# xine-config --localedir
/usr/local/share/locale
[root]# xine-config --objcflags

[root]#
 
Old 04-19-2005, 05:14 AM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
run "xine-check" and see what it says, it may be a bad package or a bad dependency package
 
Old 04-19-2005, 05:51 AM   #7
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by __J
run "xine-check" and see what it says, it may be a bad package or a bad dependency package
hey thanks for reminding the correct command
i also wanted to the user to run the xine-check command but was confused with
xine-check and xine-config
and this will only help in checking for corrupt packages
 
Old 04-20-2005, 01:53 AM   #8
x13729388
LQ Newbie
 
Registered: Mar 2005
Posts: 22

Original Poster
Rep: Reputation: 15
Here is the result by xine-check:

Please be patient, this script may take a while to run...
[ good ] you're using Linux, doing specific tests
[ good ] looks like you have a /proc filesystem mounted.
[ good ] You seem to have a reasonable kernel version (2.4.29-1)
[ good ] intel compatible processor, checking MTRR support
[OUCH!!] no MTRR support in kernel.
If you have an AGP graphics card, you can probably get some
performance improvements if you recompile your kernel with
MTRR support.
press <enter> to continue...

[ good ] found the player at /usr/bin/xine
[ good ] /usr/bin/xine is in your PATH
[ good ] found /usr/bin/xine-config in your PATH
[ good ] plugin directory /usr/lib/xine/plugins/1.0.0 exists.
[ good ] found input plugins
[ good ] found demux plugins
[ good ] found decoder plugins
[ good ] found video_out plugins
[ good ] found audio_out plugins
[ good ] skin directory /usr/share/xine/skins exists.
[ good ] found logo in /usr/share/xine/skins
[ good ] I even found some skins.
[ good ] /dev/cdrom points to /dev/hdd
[ hint ] /dev/dvd is /dev/dvd, not a DVD device
/dev/dvd is the default device that xine uses for playing DVDs.
You could make your life easier by creating a symlink named /dev/dvd
pointing to your DVD device (something like /dev/scd0 or /dev/hdc).
If your DVD-ROM device is /dev/hdb (slave ATAPI device on primary bus),
rm /dev/dvd
ln -s hdb /dev/dvd
typed as root will give you the symlink.
Alternatively, you can configure xine to use the real device directly,
using the setup dialog within xine, but I can't check your DMA
settings in that case...
press <enter> to continue...

[ good ] found xvinfo: X-Video Extension version 2.2
[ good ] your Xv extension supports YV12 overlays (improves MPEG performance)
[ good ] your Xv extension supports YUY2 overlays
[ good ] Xv ports: YUY2 YV12 I420 RV15 RV16 Y211

My computer has not any DVD rom, I don't think disable the MTRR support casue xine quits unexpectly.
Previously, xine 0.99 has been installed and work without any problem, but one day it quits after it started, then I uninstall it again. It didn't solve the problem. Then I installed the 1.0 version. It also does not solve the problem, it quits immediately after it started. It seems that the problem is cause by another library use by xine but which does not provided by the package.
If it is about the library dependency problem, what can I do?
 
Old 04-20-2005, 06:02 AM   #9
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
strace it and see if you can see where it is hanging. ( see "man strace" for a (moderately long) list of options).
 
Old 04-20-2005, 08:08 AM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
i think the problme is with some audio or video cards

so u need to start xine with some other audio/vedio card

try

xine - A arts
xine - A alsa
xine - A oss

or

xine -V xv

ther are other video cards too but i do not remember them now
regards
 
Old 04-22-2005, 02:40 AM   #11
x13729388
LQ Newbie
 
Registered: Mar 2005
Posts: 22

Original Poster
Rep: Reputation: 15
I've tried:

xine -A via82cxx

but whcih give me the same result.

Then I tried strace which givie me a large log file about 300kb. There are too many "open" and "close" list on the file. Which item can be used to determinate the problem (where it is hanging)?
 
Old 04-22-2005, 02:51 AM   #12
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
u need to try for ur sound plugins not ur sound card

what about the commands i mentioned above??
 
Old 04-22-2005, 09:43 AM   #13
x13729388
LQ Newbie
 
Registered: Mar 2005
Posts: 22

Original Poster
Rep: Reputation: 15
The about command give me the same result.
 
Old 04-22-2005, 09:54 AM   #14
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
ther last option

reinstall xine from source

remove the rpms first

when u run ./configure in xine run that with

./configure --prefix=/usr
 
Old 04-23-2005, 05:44 AM   #15
x13729388
LQ Newbie
 
Registered: Mar 2005
Posts: 22

Original Poster
Rep: Reputation: 15
After remove the rpm package, is it necessary to remove the remained xine files left?

Also from the official web site of xine, there are some steps in install xine.

Step 1: Download and install xine lib

xine-lib-1.0.tar.gz (signatures)
xine-lib-1-rc8.tar.gz
xine-lib-1-rc7.tar.gz (signatures)
xine-lib-1-rc6a.tar.gz
xine-lib-0.9.13.tar.gz

There are serval libraries, should I get all of them or just any one of them?

Step 2: Download and install a frontend

xine-ui-0.99.3.tar.gz
xine-ui-0.99.2.tar.gz
xine-ui-0.99.1.tar.gz (signatures)
xine-ui-0.9.23.tar.gz
xine-ui-0.9.22.tar.gz

Same question, should I get all of them or just any one of them?
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xine problems Drifter Linux - Software 1 04-25-2005 06:12 PM
xine problems tcomputerchip Linux - Software 6 01-01-2005 03:59 PM
Xine Problems wyze0ne Linux - Software 2 04-27-2004 03:56 AM
xine problems :( hurricane Linux - Software 7 10-05-2003 03:44 PM
More xine problems InsaneBob Linux - Software 6 07-11-2003 01:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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