From 35717af1e25f50059247d1923cf8a3e7fac07ff5 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 10 Jun 2006 12:24:43 +0000 Subject: Expand and update the Solaris and AIX sections. patch by "Derek E. Lewis" dlewis**at**solnetworks**dot**net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18673 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/ports.xml | 85 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 79 insertions(+), 6 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 927568aceb..86b8a85917 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -171,6 +171,23 @@ on a 400MHz CPU. You'll need installed. +Caveat: + +mediaLib is +currently disabled by default in +MPlayer because of brokenness. SPARC users +who build MPlayer with mediaLib support have reported a thick, +green-tint on video encoded and decoded with libavcodec. You may enable +it if you wish with: + +$ ./configure --enable-mlib + +You do this at your own risk. x86 users should +never use mediaLib, as this will +result in very poor MPlayer performance. + + + To build the package you will need GNU make (gmake, /opt/sfw/gmake), native @@ -202,7 +219,9 @@ option to tell the configure script where it can find GNU "as" on your system). - +Solutions to common problems: + + Error message from configure on a Solaris x86 system using GCC without GNU assembler: @@ -227,8 +246,33 @@ Typical error you get when building with a GNU C compiler that does not use GNU ... more "Illegal mnemonic" and "Syntax error" errors ... + - +MPlayer may segfault when decoding +and encoding video that uses the win32codecs: + +... +Trying to force audio codec driver family acm... +Opening audio decoder: [acm] Win32/ACM decoders +sysi86(SI86DSCR): Invalid argument +Couldn't install fs segment, expect segfault + + +MPlayer interrupted by signal 11 in module: init_audio_codec +... + +This is because of a change to sysi86() in Solaris 10 and pre-Solaris +Nevada b31 releases. This has been fixed in Solaris Nevada b32; +however, Sun has yet to backport the fix to Solaris 10. The MPlayer +Project has made Sun aware of the problem and a patch is currently in +progress for Solaris 10. More information about this bug can be found +at: +. + + + + Due to bugs in Solaris 8, you may not be able to play DVD discs larger than 4 GB: @@ -249,6 +293,8 @@ accessed modulo 4GB The hsfs problem can be fixed by installing patch 109764-04 (sparc) / 109765-04 (x86). + + @@ -425,6 +471,7 @@ The following architectures have been tested: 604e +POWER3 POWER4 @@ -434,7 +481,6 @@ The following architectures are untested, but should still work: POWER POWER2 -POWER3 POWER5 @@ -442,11 +488,38 @@ The following architectures are untested, but should still work: Sound via the Ultimedia Services is not supported, as Ultimedia was dropped in AIX 5.1; therefore, the only option is to use the AIX Open Sound System (OSS) drivers from 4Front Technologies at http://www.opensound.com/aix.html. -4Front Technologies freely provides the OSS drivers for personal and -non-commercial usage. +url="http://www.opensound.com/aix.html">http://www.opensound.com/aix.html +. +4Front Technologies freely provides OSS drivers for AIX 5.1 for +non-commercial use; however, there are currently no sound output +drivers for AIX 5.2 or 5.3. This means AIX 5.2 +and 5.3 are not capable of MPlayer audio output, presently. +Solutions to common problems: + + + + +If you encounter this error message from configure: + +$ ./configure +... +Checking for iconv program ... no +No working iconv program found, use +--charset=US-ASCII to continue anyway. +Messages in the GTK-2 interface will be broken then. + +This is because AIX uses non-standard character set names; therefore, +converting MPlayer output to another character set is currently not +supported. The solution is to use: + +$ ./configure --charset=noconv + + + + + -- cgit v1.2.3