summaryrefslogtreecommitdiff
path: root/doc/README.solaris
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-17 15:40:14 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-17 15:40:14 +0000
commit5fb2291fb9ef632f146d5a74cf591e1293766c23 (patch)
tree7ce1e641f02d29d08a75b1dbd81190663dd00a82 /doc/README.solaris
parentad541d616b3e5b1f559dacbd5106223541b56a59 (diff)
downloadxine-lib-5fb2291fb9ef632f146d5a74cf591e1293766c23.tar.gz
xine-lib-5fb2291fb9ef632f146d5a74cf591e1293766c23.tar.bz2
Cleanup (first stage) docs/mans.
CVS patchset: 297 CVS date: 2001/07/17 15:40:14
Diffstat (limited to 'doc/README.solaris')
-rw-r--r--doc/README.solaris30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/README.solaris b/doc/README.solaris
deleted file mode 100644
index b177bc3f9..000000000
--- a/doc/README.solaris
+++ /dev/null
@@ -1,30 +0,0 @@
-building xine on solaris
-------------------------
-
-* Compile xine with GNU make (gmake, /opt/sfw/bin/gmake)
-
-* If you get a "fatal: relocation error" ... "symbol __divdi3:
- referenced symbol not found" error when running xine, re-configure
- xine-lib with gcc as the linker command (env LD=gcc configure ...)
-
-* To get VIS accelerated MPEG decoding and colour space conversion
- on Solaris SPARC, download and install Sun's mediaLib 2.0, available
- here:
-
- http://www.sun.com/sparc/vis/mediaLib.html
-
-
-Known Problems
---------------
-
-* Can't use MIT shared memory for local video display
-
- The default value for the maximum allowed shared memory segment size
- (1MByte) is very small on solaris. You may want to increase the
- max. allowed shared memory segment size. Add the following line to
- /etc/system to increase the shmmax parameter to 8MBytes:
-
- set shmsys:shminfo_shmmax=8388608
-
- Reboot the machine after modifying /etc/system to activate the new
- default.