Package: xine-ui Version: 0.99.3-1
[EMAIL PROTECTED]:~$ which xine-check /usr/bin/xine-check [EMAIL PROTECTED]:~$ type xine-check xine-check is /usr/bin/xine-check [EMAIL PROTECTED]:~$ dpkg --search /usr/bin/xine-check xine-ui: /usr/bin/xine-check [EMAIL PROTECTED]:~$ dpkg --list xine-ui Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii xine-ui 0.99.3-1 the xine video player, user interface [EMAIL PROTECTED]:~$ dpkg --status xine-ui Package: xine-ui Status: install ok installed Priority: optional Section: graphics Installed-Size: 3368 Maintainer: Siggi Langauf <[EMAIL PROTECTED]> Version: 0.99.3-1 Depends: libc6 (>= 2.3.2.ds1-4), libcurl3 (>= 7.12.2-1), libfreetype6 (>= 2.1.5-1), libice6 | xlibs (>> 4.1.0), libidn11 (>= 0.5.2), libncurses5 (>= 5.4-1), libpng12-0 (>= 1.2.8rel), libreadline5, libsm6 | xlibs (>> 4.1.0), libssl0.9.7, libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0), libxine1 (>= 1-rc3a), libxtst6 | xlibs (>> 4.1.0), libxv1, zlib1g (>= 1:1.2.1) Recommends: aalib1 (>= 1.2), slang1 (>> 1.4.9dbs-4) Description: the xine video player, user interface This is an X11 based GUI for the libxine video player library. It provides xine, a skin based media player that can play all the audio/video formats that libxine supports. Currently, this includes MPEG1/2, some AVI and Quicktime files, some network streaming methods and disc based media (VCD, SVCD, DVD). A more complete list can be found on http://xinehq.de/index.php/features/. . This package contains an additional front end, aaxine, which runs even on the console. aaxine uses aalib to render ASCII art video, or you can tell it to use a framebuffer device. This is more a proof of concept, but you can use it to watch DVDs on your old vt100 terminal, of course. ;-) . Most DVDs on the market today are play-protected by the Content Scrambling System (CSS). Xine does not provide any code to descramble those DVDs, because of legal uncertainties. Have a look at /usr/share/doc/xine-ui/README.Debian for more information! Running xine-check gives this output (with error messages): [EMAIL PROTECTED]:~$ 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.6.11-ln.std) [ good ] intel compatible processor, checking MTRR support [ good ] you have MTRR support and there are some ranges set. [ good ] found the player at /usr/bin/xine [ good ] /usr/bin/xine is in your PATH [ hint ] No xine-config found. Assuming xine from Debian package The xine-config script can be used to deternime some file locations used by xine-lib, but you don't have such a script on your system. However, it looks like you installed xine from the Debian packages. So I'll just guess that you are using the standard locations. If you want me to be sure about those file locations, you can install the 'libxine-dev' package, which contains xine-config. However, this package is not really needed to run xine... press <enter> to continue... [ good ] plugin directory /usr/lib/xine/plugins exists. [ good ] found unknown plugin: *.so [OUCH!!] There are no input plugins. xine needs at least one input plugin, but none is installed. You should probably reinstall xine-lib... press <enter> to continue... [OUCH!!] There are no demux plugins. xine needs at least one demux plugin, but none is installed. You should probably reinstall xine-lib... press <enter> to continue... [OUCH!!] There are no decoder plugins. xine needs at least one decoder plugin, but none is installed. You should probably reinstall xine-lib... press <enter> to continue... [OUCH!!] There are no video_out plugins. xine needs at least one video_out plugin, but none is installed. You should probably reinstall xine-lib... press <enter> to continue... [OUCH!!] There are no audio_out plugins. xine needs at least one audio_out plugin, but none is installed. You should probably reinstall xine-lib... press <enter> to continue... [ 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/hde [ good ] /dev/dvd points to /dev/hde [ hint ] DMA is disabled for your DVD interface. This will probably result in a serious performance hit when playing DVDs. You can issue the command hdparm -d1 /dev/hde as root to enable DMA. It would be wise to add this command to some script that is executed executed at boot time. Note that you probably have to set the DMA mode for your drive as well. Most DVD-ROMs work fine with multiword DMA mode 2. You can use hdparm -d1 -X34 /dev/hde (as root again) to set this mode. Maybe UDMA2 will give you even better performance, but it only works well with some controllers. You'll probably need UDMA capable IDE cables for this mode. If you want to try: make backups of your important data and type (as root again) sync hdparm -d1 -X66 /dev/hde If your System still works fine after this, you probably want to keep these settings (add them to some boot script). If your system hangs or behaves very strangely after a few minutes, you should reboot immediately and never use this setting again on this machine. Good luck ;-) 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 UYVY I420 YUY2 YV12 UYVY I420 YUY2 YV12 UYVY I420 Installing package libxine-dev corrects the issue. libxine-dev should be made as a dependency when installing xine-ui, so that running the xine-check script does not error out. Note that the plugins are there all the time, it's just that xine-check doesn't go looking for them correctly without libxine-dev installed. I couldn't see how to add this information the bug report #285493, so followed the instructions at: http://www.debian.org/Bugs/Reporting. Output of uname -a: Linux melkor 2.6.7 #11 Wed Mar 9 22:55:26 EST 2005 i686 GNU/Linux [EMAIL PROTECTED]:~$ ls -l /lib/libc.so.6 lrwxr-xr-x 1 root root 13 Jan 5 20:57 /lib/libc.so.6 -> libc-2.3.2.so [EMAIL PROTECTED]:~$ dpkg -s libc6 | grep ^Version Version: 2.3.2.ds1-20 Dave Proud Libranet GNU/Linux user Libranet The TOP Libranet distribution http://www.libranet.com/ Download your free trial of Libranet 2.8.1 today!
xine_check_post_libxine-dev.
Description: Binary data
xine_check_pre_libxine-dev.
Description: Binary data