RSS2.0

Showing posts with label Linux Xine. Show all posts
Showing posts with label Linux Xine. Show all posts

Tuesday, March 17, 2009

openSUSE 11 Speed Tweaks

1. Disable Swap.
Swap is provide to anticipate lack of memory when using heavy application like graphical application. But sometime i using it.
To disable swap, in terminal konsole as root type /sbin/swapoff -a, anyway it can enable anytime with /sbin/swapon -a.

add on : Oct 17, 2008
Just found the effect when i swap off 256 MB RAM on my friend PC. It’s resulting Hang. I’m not recommend to disable swap if RAM size <=256MB

2. Inactivate Unnecessary Service
Open Yast | System | System Service (Runlevel) and click Expert Mode radio button. Disable service below by pressing STOP button then following with SET button to disable.
1. aaventd
2. boot.aapmor
3. atd
4. auditd
5. autofs
6. autoyast
7. fbset
8. gpm
9. joystick
10. mdadmd
11. portmap
12. nfs
13. nscd
14. ntp
15. openct
16. pcscd
17. postfix
18. powerd
19. powersaved
20. raw
21. rpasswdd
22. smbfs
23. spamd
24. xfs
25. xinetd
26. ypbind

3. Edit Innitab
At terminal konsole type vi /etc/inittab then push insert button on keyboard and give comment with # at following line :
1:2345:respawn:/sbin/mingetty –noclear tty1
2:2345:respawn:/sbin/mingetty tty2
#3:2345:respawn:/sbin/mingetty tty3
#4:2345:respawn:/sbin/mingetty tty4
#5:2345:respawn:/sbin/mingetty tty5
#6:2345:respawn:/sbin/mingetty tty6

This will inactivate ty3~tty6

4. Modify sysconfig
open Yast | System | /etc/sysconfig Editor, click plus on SYSTEM then KERNEL tree and change
SCHED_MINTIMESLICE to 1000
SCHED_MAXTIMESLICE to 40000
next click File systems then mdadm, change MDADM_DELAY to 0.

5. Edit Service Manager
open K menu | Personal Settings | advance tab | Service Manager
Let below service running :
KDED Favicon Module
Konqueror preloader (if using Konqueror)
Kwallet Daemon Module

And disable others than above.

6. Inactivate Beagle
open Yast | Software | Software Management
search for beagle and tick to remove this application then click Accept Button.

Monday, March 16, 2009

Daily xine RPMS - Linux DVD player

Daily xine RPMS (Linux DVD player)

update notice: this server has been updated recently (rh7.3 to fc4) but i still haven\'t been able to adjust the build scripts with the new configuration. the last cvs rpms will remain the same in the meantime.

This is an "unofficial" xine release. "Unofficial" just because the xine project does not officially distribute any binary or compiled packages. xine is free software and the source code is always available and licensed under GPL. "Linux DVD Player" is here so you can google for it ;-)

The provided RPMS are built automatically everyday from xine's Sourceforge CVS. This is all you need to play DVDs in linux (with full menu support) and the other media formats xine can handle. For more information please check the xine homepage.

The xine developers do not support CSS descrambling. The use of this software for watching your legally purchased DVDs may be illegal in your country.

You need to install libdvdcss rpm besides xine-lib and xine-ui. Without libdvdcss you won't be able to watch encrypted DVDs, that is, most of them.

If the files below are some days old that means cvs changes have broken my daily building. Also note that sourceforge public CVS access is getting worse everyday, and if the scripts cannot get the latest version, packages won't be updated.

These rpms are build in a RedHat Linux 7.3 server. Some care is taken to keep them portable across different distros, so they should also work on RH 7.x, 8.0, 9.0, Fedora, Mandrake, Suse, Conectiva...

Important notes:
  1. Dependencies for libxine rpm are manually set to a minimum. The package will not require libraries used by specific plugins, such as ALSA, to be available in order to be installed.
  2. Ogg/Vorbis version 1.0 is statically linked.
  3. To watch asf/avi files encoded with win32 dlls just install w32codec rpm. This rpm includes the old Video for Windows (vfw) codecs, Windows Media Video 8 (WMV8), WMV9 and Quicktime 6 codecs. these codecs will be used by xine as needed (that is, when native ones aren't available).

  4. If you install the RealPlayer8/9 rpm you will be able to watch Real Networks streams (.rm). xine plays Real streams with less cpu utilization than RealPlayer itself and works on sound cards without 44.1Khz support. Do not use RealPlayer10, xine will not be able to use their libraries since they changed the binary interfaces. fortunately, Real10 streams can be decoded perfectly using the Real9 libraries.
  5. libdvdcss 1.2.8 provided here is patched with network support. this makes possible to watch dvds from a remote dvdrom drive. check xine-lib/doc/README.network_dvd (ignore the steps to build 'cdda_server' as the same utility is included here as 'dvdcss_server').
  6. xine-ui is statically linked to libcurl. press (control+d) while running xine-ui to download new skins.
  7. libpng is now statically linked to keep dependencies low.
  8. Travis England kindly sent me x86_64 rpms for suse-9.1. These files are available here. Note: don't ask me about these rpms, I have not tested them. Check the readme file for more information.

Step by step guide to run xine

  1. You need to download the xine engine (libxine). Get the libxine rpm which more closely matches yourCPU:

      libxine1-(version)-xxxxxx.i586.rpm for Pentium/Pentium MMX
    libxine1-(version)-xxxxxx.i686.rpm for Pentium II/III/IV
    libxine1-(version)-xxxxxx.k6.rpm for AMD K6
    libxine1-(version)-xxxxxx.k7.rpm for AMD Athlon/Duron

    If you don't know your CPU just get the i586 package.

  2. Download xine-ui:

    xine-ui-(version)-xxxxxx.i586.rpm for any CPU.
  3. Install the packages (you need to be root):

    # rpm -U libxine1* xine-ui*
  4. If you want full DVD support download and install libdvdcss:

    libdvdcss-1.2.8-1.network.i386.rpm

    By default, xine expects to find your DVD-ROM at /dev/dvd. Creating a symbolic link to your device is recommended (for example, /dev/hdc or /dev/scd0). The command below should work for most users:

      # ln -s /dev/cdrom /dev/dvd

    Make sure the DMA is enabled for your DVD-ROM, otherwise playback will be 'jumpy'.

      # hdparm -d1 /dev/cdrom
  5. If you want full Windows Media Video and Quicktime support download and install:

    w32codec-0.52-1.i386.rpm
  6. If you want full Real Media support download and install:

    RealPlayer9-9.0.7.151-4.i386.rpm newest version
    (alternative rpm for fedora core: RealPlayer9-9.0.7.151-6.fdr.0.i386.rpm), or
    RealPlayer8-8.0.3.412-5.i386.rpm older version (if you have problems instaling RealPlayer9)
    obs: Depending on your distro, you might need /usr/sbin/update-alternatives or libXm.so.2
  7. Type 'xine' at your console window and enjoy...

    Hint: consider reading the xine FAQ.

  8. To try an experimental Netscape/Mozilla plugin using xine to play embedded videos, download and install:

    xine-mozilla-plugin-(version)-xxxxxx.i586.rpm xine plugin for Netscape/Mozilla.

    This plugin was not officialy released, it might hang/crash/freeze/burn. in case of trouble just uninstall.

You can find the Daily Xine RPMs Here:

Daily Xine RPMs