| Summary: | Minor changes to Chapter 5 of the handbook. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ashley Penney <ashp> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed applied, thanks |
DefaultColorDepth became just DefaultDepth in XFree86 4.X, which is what is being documented here. Fix: - <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 @@ <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--J6qFAetEtU5tIQk8Q8D1MavsbKf9FDcqd796bk8pVpChYHnk Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- chapter.sgml.old Thu Dec 20 20:10:34 2001 +++ chapter.sgml Thu Dec 20 20:10:27 2001 @@ -420,14 +420,14 @@ Identifier "Screen0" Device "Card0" Monitor "Monitor0" - DefaultColorDepth 24 + DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection</programlisting>