1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- Created by texi2html 1.64 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de>
Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
-->
<HTML>
<HEAD>
<TITLE>Crystal Space: Problems</TITLE>
<META NAME="description" CONTENT="Crystal Space: Problems">
<META NAME="keywords" CONTENT="Crystal Space: Problems">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="texi2html 1.64">
</HEAD>
<BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
<A NAME="SEC117"></A>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_42.html#SEC111"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_44.html#SEC118"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_19.html#SEC29"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_15.html#SEC22"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_45.html#SEC119"> >> </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_285.html#SEC711">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<HR SIZE=1>
<H2> 2.5 Platform Specific Problems </H2>
<!--docid::SEC117::-->
<P>
These problems are relevant for both compiling and running. Crystal Space is
work in progress. Expect these problems to go away in the future.
</P><P>
<UL>
<LI>
With the exception of MacOS/X Server, OpenStep, and NextStep, all ports of
Crystal Space require an 8-bit, 15-bit, 16-bit, or 32-bit display to run. It
will <EM>not</EM> work on 24-bit displays.
<P>
<LI>
DJGPP: If you have GCC 2.8.1 then you must disable optimization (use
<CODE>make djgpp MODE=debug</CODE>) before compilation because there seems
to be a bug in the optimizer. You can also download EGCS from
<A HREF="http://goof.com/pcg">http://goof.com/pcg</A> which fixes this problem and also generates a more
efficient executable.
<P>
<LI>
DJGPP: With very old versions of gcc you need to disable the assembler
routines (set <CODE>DO_ASM=no</CODE> in `<TT>mk/user.mak</TT>') because the assembler
doesn't understand some of the MMX routines. You should upgrade to a
more recent version of DJGPP if possible.
<P>
<LI>
OpenGL: If your OpenGL display looks really bad (bad quality of lighting
compared to the software renderer) then you have a card which doesn't support
the desired blending mode <CODE>2*SRC*DST</CODE> that Crystal Space uses. You can
edit `<TT>data/config/opengl.cfg</TT>' and change the `<SAMP>LightmapMode</SAMP>' option to
`<SAMP>multiply</SAMP>' (which all cards should understand) or any of the other
values. `<SAMP>multiply</SAMP>' will make everything dark but at least it will look
right. The RIVA 128ZX is an example of a card which doesn't support
<CODE>2*SRC*DST</CODE>.
<P>
<LI>
Direct3D: The Direct3D port suffers from the same bug as the OpenGL port with
the lightmaps not correctly applied on some 3D cards.
</UL>
<A NAME="Quick Start"></A>
<HR SIZE=1>
<BR>
<FONT SIZE="-1">
This document was generated
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
"><I>texi2html</I></A>
</BODY>
</HTML>
|