glfs/pst/printing/cups/cups-config.xml
Tushar Teredesai fe88f5841a Completed lfs-bootscripts changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1942 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-28 07:14:54 +00:00

29 lines
1.5 KiB
XML

<sect2>
<title>Configuring <application><acronym>CUPS</acronym></application></title>
<para>Configuration of <application><acronym>CUPS</acronym></application> is
dependent on the type of printer and can be complex. Generally, PostScript
printers are easier. For detailed instructions on configuration and use of
<application><acronym>CUPS</acronym></application>, see
<ulink url="http://www.cups.org/documentation.php"/>. The Software
Administrators Manual and Software Users Manual are particularly useful.</para>
<para>For non-PostScript printers to print with CUPS you need to install
<xref linkend="espgs"/> to convert PostScript to raster images
and a driver (e.g. from <xref linkend="gimp-print"/>) to convert
the resulting raster images to a form that the printer understands.
<ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
drivers use Ghostscript to convert PostScript to a printable form directly, but this
is considered to be a hack by <application><acronym>CUPS</acronym></application>
developers.</para>
<para>During the install, <application><acronym>CUPS</acronym></application>
created the startup file <filename>/etc/rc.d/init.d/cups</filename>. The file
works, but you may want to change it to a more conventional <acronym>LFS
</acronym> startup file by installing the script included in the
<xref linkend="intro-important-bootscripts"/> package:</para>
<screen><userinput><command>make install-cups</command></userinput></screen>
</sect2>