annotate DOCS/SOLARIS @ 1061:0f7be115a4db

patch by J¸«ärgen Keil
author arpi_esp
date Fri, 08 Jun 2001 23:36:58 +0000
parents e565d452de79
children c51dfea4fa20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1038
b36fb1ae4b53 applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents:
diff changeset
1 Notes for Solaris users
b36fb1ae4b53 applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents:
diff changeset
2 =======================
b36fb1ae4b53 applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents:
diff changeset
3
1061
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
4 1. It *only* works on Solaris x86. It can't work on SPARC systems due to
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
5 the use of win32 codecs.
1042
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
6
1061
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
7 2. To build the package you will need GNU make (gmake, /opt/sfw/gmake),
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
8 native Solaris make will not work.
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
9
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
10 3. For DVD support you must have the patched libcss installed. Patch:
1043
e565d452de79 URL for libcss patch added
arpi_esp
parents: 1042
diff changeset
11 http://www.tools.de/solaris/mplayer/
e565d452de79 URL for libcss patch added
arpi_esp
parents: 1042
diff changeset
12
1061
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
13 4. Due to two bugs in solaris 8 x86, you cannot reliably play DVDs using a
1042
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
14 capacity >4GB:
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
15
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
16 - The sd(7D) driver on solaris 8 x86 driver has bug when accessing a
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
17 disk block >4GB on a device using a logical blocksize != DEV_BSIZE
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
18 (i.e. CDROM and DVD media). Due to a 32bit int overflow, a disk
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
19 address modulo 4GB is accessed.
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
20 (http://groups.yahoo.com/group/solarisonintel/message/22516)
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
21
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
22 - The similar bug is present in the hsfs(7FS) filesystem code (aka ISO9660),
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
23 hsfs currently does not support partitions/disks >4GB, all data is
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
24 accessed modulo 4GB
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
25 (http://groups.yahoo.com/group/solarisonintel/message/22592)
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
26
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
27 --
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
28 Jürgen Keil
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
29