DefaultColorDepth became just DefaultDepth in XFree86 4.X, which is
what is being documented here. PR: 33044 Submitted by: Ashley Penney <ashp@unloved.org>
This commit is contained in:
parent
32d2dd1413
commit
0c311a13f0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11618
1 changed files with 3 additions and 3 deletions
|
@ -420,14 +420,14 @@ EndSection</programlisting>
|
|||
Identifier "Screen0"
|
||||
Device "Card0"
|
||||
Monitor "Monitor0"
|
||||
DefaultColorDepth 24
|
||||
DefaultDepth 24
|
||||
SubSection "Display"
|
||||
Depth 24
|
||||
Modes "1024x768"
|
||||
EndSubSection
|
||||
EndSection</programlisting>
|
||||
|
||||
<para>The <varname>DefaultColorDepth</varname> keyword describes
|
||||
<para>The <varname>DefaultDepth</varname> keyword describes
|
||||
the color depth to run at by default. This can be overridden
|
||||
with the <command>-bpp</command> command line switch to
|
||||
&man.XFree86.1;
|
||||
|
@ -440,7 +440,7 @@ EndSection</programlisting>
|
|||
|
||||
<para>To run at a resolution of one thousand twenty four pixels by
|
||||
seven hundred sixty eight pixels at twenty four bits per pixel,
|
||||
then add the <varname>DefaultColorDepth</varname> keyword with the
|
||||
then add the <varname>DefaultDepth</varname> keyword with the
|
||||
value of twenty four, and add to the <varname>"Display"</varname>
|
||||
subsection with the desired Depth the Modes keyword with the
|
||||
resolution the user wishes to run at. Note that only VESA
|
||||
|
|
Loading…
Reference in a new issue