annotate DOCS/SOLARIS @ 1225:9b974dd1faf0

*** empty log message ***
author gabucino
date Mon, 25 Jun 2001 06:31:33 +0000
parents c51dfea4fa20
children 41f9ef2451ae
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),
1221
c51dfea4fa20 Update by jk.
atmos4
parents: 1061
diff changeset
8 native Solaris make will not work. You also need the GNU C compiler,
c51dfea4fa20 Update by jk.
atmos4
parents: 1061
diff changeset
9 configured to use the GNU Assembler. The mplayer code makes heavy use
c51dfea4fa20 Update by jk.
atmos4
parents: 1061
diff changeset
10 of MMX, SSE and 3DNOW! instructions that cannot be compiled using Sun's
c51dfea4fa20 Update by jk.
atmos4
parents: 1061
diff changeset
11 assembler /usr/ccs/bin/as.
1061
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
12
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
13 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
14 http://www.tools.de/solaris/mplayer/
e565d452de79 URL for libcss patch added
arpi_esp
parents: 1042
diff changeset
15
1061
0f7be115a4db patch by J¸«ärgen Keil
arpi_esp
parents: 1043
diff changeset
16 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
17 capacity >4GB:
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
18
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
19 - 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
20 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
21 (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
22 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
23 (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
24
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
25 - 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
26 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
27 accessed modulo 4GB
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
28 (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
29
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
30 --
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
31 Jürgen Keil
b333271f4e7c Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents: 1038
diff changeset
32