diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-21 23:06:54 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-21 23:06:54 +0000 |
commit | 8d2216a2097f2df48e4db1548a4303856787bde6 (patch) | |
tree | 21bb95eab2ac65ef50b90c1522ed8a6e7ceacef4 /doc/README.solaris | |
parent | 539b3c6391fa3f7e8ae24694548349ae1ccfcf63 (diff) | |
download | xine-lib-8d2216a2097f2df48e4db1548a4303856787bde6.tar.gz xine-lib-8d2216a2097f2df48e4db1548a4303856787bde6.tar.bz2 |
Move FAQ to doc dir, rename some doc files. All current docs aren't installed by xine-lib but xine-ui.
CVS patchset: 318
CVS date: 2001/07/21 23:06:54
Diffstat (limited to 'doc/README.solaris')
-rw-r--r-- | doc/README.solaris | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/README.solaris b/doc/README.solaris new file mode 100644 index 000000000..b177bc3f9 --- /dev/null +++ b/doc/README.solaris @@ -0,0 +1,30 @@ +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. |