diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-05 19:13:07 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-05 19:13:07 +0000 |
commit | 013aca7b86c8ffa24698285f5bced219d3c94555 (patch) | |
tree | 1629bc221db4b8bf110b8df6b8270f745b25a7a2 | |
parent | 51a669308d83e1fed72e7a1059112a1bb59f4c4d (diff) | |
download | xine-lib-013aca7b86c8ffa24698285f5bced219d3c94555.tar.gz xine-lib-013aca7b86c8ffa24698285f5bced219d3c94555.tar.bz2 |
Document problem with missing /etc/imrc / ~/.imrc on solaris. This file
is needed for proper operation when using an 8-bit Xserver.
CVS patchset: 744
CVS date: 2001/10/05 19:13:07
-rw-r--r-- | doc/README.solaris | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/doc/README.solaris b/doc/README.solaris index 6312b6476..852d4e33d 100644 --- a/doc/README.solaris +++ b/doc/README.solaris @@ -15,7 +15,7 @@ building xine on solaris * To get VIS accelerated video decoding and colour space conversion on Solaris SPARC with an UltraSPARC cpu, download and install Sun's - mediaLib 2.0, available here: + mediaLib 2.0 before compiling xine. mediaLib is available here: http://www.sun.com/sparc/vis/mediaLib.html @@ -36,3 +36,29 @@ Known Problems Reboot the machine after modifying /etc/system to activate the new shared memory defaults. + + +* When using an 8-bit display, xine aborts with the error message: + + IMLIB ERROR: Cannot Find Palette. A Palette is required for this mode + Unable to initialize Imlib + + xine expects an installed Imlib package, installed using the "prefix" / + xine is looking for the global Imlib config file in /etc/imrc. + + If you have the solaris 8 companion CD installed, an Imlib package is + already installed on your system, but it uses the "prefix" /opt/sfw. + + To work around the problem: + + - install a symbolic link /etc/imrc, pointing to /opt/sfw/etc/imrc + (needs root permission) + + # ln -s /opt/sfw/etc/imrc /etc + + or + + - install an ".imrc" file in your home directory, + with the following contents: + + PaletteFile /opt/sfw/etc/im_palette.pal |