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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
<!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: Config Graphics</TITLE>
<META NAME="description" CONTENT="Crystal Space: Config Graphics">
<META NAME="keywords" CONTENT="Crystal Space: Config Graphics">
<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="SEC125"></A>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_48.html#SEC122"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_50.html#SEC126"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_46.html#SEC120"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_47.html#SEC121"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_53.html#SEC134"> >> </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>
<H3> 3.2.2 Graphics Configuration </H3>
<!--docid::SEC125::-->
<P>
This section describes the configuration keys used by the graphics drivers.
Note that most drivers also accept some additional options that are not
listed here. These options are specific to single drivers. You can have a
look at the config files for these drivers to find out which options exist.
</P><P>
<DL COMPACT>
<DT><CODE>Video.ScreenWidth = <width></CODE>
<DD>The default width of the display. What the real default is is system
dependent but often it is 320. The width and height can also be set with
the <CODE>-mode</CODE> commandline option.
<P>
<DT><CODE>Video.ScreenHeight = <height></CODE>
<DD>The default height of the display. What the real default is is system
dependent but often it is 200. The width and height can also be set with
the <CODE>-mode</CODE> commandline option.
<P>
<DT><CODE>Video.ScreenDepth = <depth></CODE>
<DD>This option is for all ports of Crystal Space where it is possible to control
the depth of the display from within Crystal Space itself (currently
SVGALIB, Windows (fullscreen), GGI, OS/2, and DJGPP (with
Allegro) support this option). Use 8, 15, or 16 here (default is 8). Note
that 15 is not supported by the Windows version. Note that the Windows
version ignores the given depth if it is running in windowed mode. Note also
that there is also an equivalent commandline option -depth.
<P>
Special note for the X11 version: normally the X11 version will also
ignore the <CODE>-depth</CODE> commandline option as it will open a window to
match the given depth of the display. However if you give a negative depth
it will simulate the given depth as well as possible. This is useful for
debugging purposes (to see on an 8-bit display if a feature works in 16-bit
mode as well without having to restart your server).
</P><P>
<DT><CODE>Video.XSHM = <yes/no></CODE>
<DD>This option is only for Crystal Space on the X window system. This option
is `<SAMP>yes</SAMP>' by default if enabled in the makefile (normally this is the
case). This option enables the shared memory extension which makes Crystal
Space considerably faster. This extension is not present on all systems.
Crystal Space will automatically detect this and disable shm. You can
manually disable this option by setting it to `<SAMP>no</SAMP>'. The shared memory
extension can also be enabled/disabled with the <CODE>-shm</CODE>/<CODE>-noshm</CODE>
commandline options.
<P>
<DT><CODE>Video.FullScreen = <yes/no></CODE>
<DD>This option is only for the Windows and OS/2 versions of Crystal Space
and is `<SAMP>yes</SAMP>' by default. It is used to set the Crystal Space window to
fullscreen.
<P>
<DT><CODE>Video.WindowX = <windowx></CODE>
<DD>For OS/2 only. Window X position relative to bottom-left corner
(percentage of total screen size).
<P>
<DT><CODE>Video.WindowY = <windowy></CODE>
<DD>For OS/2 only. Window Y position relative to bottom-left corner
(percentage of total screen size).
<P>
<DT><CODE>Video.WindowW = <width></CODE>
<DD>For OS/2 only. Absolute window size (without frame and titlebar).
<P>
<DT><CODE>Video.WindowH = <height></CODE>
<DD>For OS/2 only. Absolute window size (without frame and titlebar).
</DL>
<A NAME="Config Engine"></A>
<HR SIZE=1>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_48.html#SEC122"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_50.html#SEC126"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_46.html#SEC120"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_47.html#SEC121"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_53.html#SEC134"> >> </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>
<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>
|