Bug 33044

Summary: Minor changes to Chapter 5 of the handbook.
Product: Documentation Reporter: Ashley Penney <ashp>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ashley Penney 2001-12-21 01:20:01 UTC
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>
Comment 1 dd freebsd_committer freebsd_triage 2002-01-07 06:19:06 UTC
State Changed
From-To: open->closed

applied, thanks