comparison DOCS/documentation.html @ 8781:8e3e71a8c414

Remove an obsolete link in the solaris section of the documentation (mplayer should work out of the box with the included mpdvdkit2 on solaris). Mention the patches that should be installed to fix one of the two bugs that prevent the use of DVDs >4GB on solaris 8.
author jkeil
date Sat, 04 Jan 2003 19:33:22 +0000
parents 1c16edd41203
children b22d9e9ba310
comparison
equal deleted inserted replaced
8780:0c0b84a656fe 8781:8e3e71a8c414
1686 "(stdin)", line 3567 : Illegal mnemonic 1686 "(stdin)", line 3567 : Illegal mnemonic
1687 "(stdin)", line 3567 : Syntax error 1687 "(stdin)", line 3567 : Syntax error
1688 ... more "Illegal mnemonic" and "Syntax error" errors ... 1688 ... more "Illegal mnemonic" and "Syntax error" errors ...
1689 </PRE> 1689 </PRE>
1690 1690
1691 <P>For DVD support you must have the patched libcss installed. Patch: 1691 <P>Due to bugs in Solaris 8, you may not be able to play DVD discs larger
1692 <A HREF="http://www.tools.de/solaris/mplayer/">http://www.tools.de/solaris/mplayer/</A>.</P>
1693
1694 <P>Due to two bugs in Solaris 8 x86, you cannot reliably play DVD discs larger
1695 than 4 GB:</P> 1692 than 4 GB:</P>
1696 1693
1697 <UL> 1694 <UL>
1698 <LI>The sd(7D) driver on Solaris 8 x86 driver has bug when accessing a disk 1695 <LI>The sd(7D) driver on Solaris 8 x86 has a bug when accessing a disk
1699 block &gt;4GB on a device using a logical blocksize != DEV_BSIZE (i.e. CD-ROM 1696 block &gt;4GB on a device using a logical blocksize != DEV_BSIZE (i.e. CD-ROM
1700 and DVD media). Due to a 32Bit int overflow, a disk address modulo 4GB is 1697 and DVD media). Due to a 32Bit int overflow, a disk address modulo 4GB is
1701 accessed. 1698 accessed.
1702 (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22516">http://groups.yahoo.com/group/solarisonintel/message/22516</A>) 1699 (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22516">http://groups.yahoo.com/group/solarisonintel/message/22516</A>)
1700 <P>
1701 This problem does not exist in the SPARC version of Solaris 8.
1703 </LI> 1702 </LI>
1704 <LI>A similar bug is present in the hsfs(7FS) filesystem code (aka 1703 <LI>A similar bug is present in the hsfs(7FS) filesystem code (aka
1705 ISO9660), hsfs currently does not support partitions/disks larger than 4GB, all data 1704 ISO9660), hsfs may not not support partitions/disks larger than 4GB, all data
1706 is accessed modulo 4GB. 1705 is accessed modulo 4GB.
1707 (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22592">http://groups.yahoo.com/group/solarisonintel/message/22592</A>) 1706 (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22592">http://groups.yahoo.com/group/solarisonintel/message/22592</A>).
1707 <P>
1708 The hsfs problem can be fixed by installing patch 109764-04 (sparc) /
1709 109765-04 (x86).
1708 </LI> 1710 </LI>
1709 </UL> 1711 </UL>
1710 1712
1711 <P>On Solaris with an UltraSPARC CPU, you can get some extra speed by 1713 <P>On Solaris with an UltraSPARC CPU, you can get some extra speed by
1712 using the CPU's VIS instructions for certain time consuming operations. 1714 using the CPU's VIS instructions for certain time consuming operations.