Changeset 5f83175
- Timestamp:
- 10/11/2014 01:52:02 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- bc0ab4c
- Parents:
- 2214b51
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2214b51 r5f83175 72 72 <!-- End LFS versions --> 73 73 74 <!ENTITY blfs-bootscripts-version "2014 0919">74 <!ENTITY blfs-bootscripts-version "20141008"> 75 75 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 76 76 -
introduction/welcome/changelog.xml
r2214b51 r5f83175 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Expand configuration for Cups. Fixes 52 <ulink url="&blfs-ticket-root;5628">#5628</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[fernando] - Update to Archive-Zip-1.38. Fixes 52 56 <ulink url="&blfs-ticket-root;5639">#5639</ulink>.</para> -
pst/printing/cups.xml
r2214b51 r5f83175 72 72 </listitem> 73 73 </itemizedlist> 74 <!--75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>76 <itemizedlist spacing="compact">77 <listitem>78 <para>79 Optional patch:80 <ulink url="&patch-root;/cups-&cups-version;-content_type-1.patch"/>81 </para>82 </listitem>83 </itemizedlist>-->84 74 85 75 <bridgehead renderas="sect3">Cups Dependencies</bridgehead> … … 103 93 <xref linkend="python2"/>, and 104 94 <xref linkend="xdg-utils"/> 105 </para> 106 107 <bridgehead renderas="sect4">Required (Runtime)</bridgehead> 95 96 </para> 97 98 <bridgehead renderas="sect4">Required (Postinstall)</bridgehead> 108 99 <para role="required runtime"> 109 100 <xref linkend="cups-filters"/> 110 101 </para> 111 102 103 <bridgehead renderas="sect4">Optional (Postinstall)</bridgehead> 104 <para role="optional runtime"> 105 <xref linkend="gutenprint"/> and 106 <ulink url="http://hplipopensource.com/hplip-web/index.html">hplip</ulink> (HP printers) 107 </para> 108 112 109 <para condition="html" role="usernotes">User Notes: 113 110 <ulink url="&blfs-wiki;/cups"/> … … 134 131 </para> 135 132 136 <screen> Device Drivers --->133 <screen><literal>Device Drivers ---> 137 134 USB support ---> 138 OHCI HCD (USB 1.1) support: Y or M 139 UHCI HCD (most Intel and VIA) support: Y or M 140 USB Printer support: Y or M </screen>135 OHCI HCD (USB 1.1) support: Y or M [CONFIG_USB_OHCI_HCD] 136 UHCI HCD (most Intel and VIA) support: Y or M [CONFIG_USB_UHCI_HCD] 137 USB Printer support: Y or M [CONFIG_USB_PRINTER]</literal></screen> 141 138 142 139 <para> … … 146 143 147 144 <screen><literal>Device Drivers ---> 148 Parallel port support ---> 149 PC-style hardware: Y or M 145 Parallel port support ---> [CONFIG_PARPORT] 146 PC-style hardware: Y or M [CONFIG_PARPORT_PC] 150 147 Character devices ---> 151 Parallel printer support: Y or M </literal></screen>148 Parallel printer support: Y or M [CONFIG_PRINTER]</literal></screen> 152 149 153 150 <indexterm zone="cups cups-kernel"> … … 201 198 choice. 202 199 </para> 203 <!--204 <para>205 If you need to access a remote <application>Cups</application> print206 server, use the following patch:207 </para>208 209 <screen><userinput>patch -Np1 -i ../cups-&cups-version;-content_type-1.patch</userinput></screen>-->210 200 211 201 <!-- docdir is also document root for cups administration interface, so … … 218 208 219 209 <para> 220 Install <application>Cups</application> by running the 221 following commands: 210 Build <application>Cups</application> by running the following commands: 222 211 </para> 223 212 … … 244 233 245 234 <para> 246 Now, as the <systemitem class="username">root</systemitem> 247 user: 235 Now, as the <systemitem class="username">root</systemitem> user: 248 236 </para> 249 237 … … 353 341 354 342 <para> 343 Normally, printers are set up via a web browser. The 344 <application>Cups</application> server will normally connect via 345 the url http://localhost:631. From there printers, print 346 jobs, and the server configuration can be set up and managed. 347 Remote system administration can also be set up. Configuration 348 can also be done from the command line via the 349 <command>lpadmin</command>, <command>lpoptions</command>, 350 and <command>lpstat</command> commands. 351 </para> 352 353 <para> 355 354 Configuration of <application>Cups</application> is dependent on 356 355 the type of printer and can be complex. Generally, PostScript printers 357 356 are easier. For detailed instructions on configuration and use of 358 357 <application>Cups</application>, see <ulink 359 url="http://www.cups.org/documentation.php"/>. The Software 360 Administrators Manual and Software Users Manual are particularly useful. 358 url="http://www.cups.org/documentation.php"/>. 361 359 </para> 362 360 … … 365 363 <application>Cups</application>, you need to install <xref 366 364 linkend="gs"/> to convert PostScript to raster images and a driver 367 (e.g. ,from <xref linkend="gutenprint"/>) to convert the resulting365 (e.g. from <xref linkend="gutenprint"/>) to convert the resulting 368 366 raster images to a form that the printer understands. <ulink 369 367 url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink> 370 drivers use Ghostscript to convert PostScript to a printable form371 directly, but this is considered to be a hackby368 drivers use <xref linkend="gs"/> to convert PostScript to a printable 369 form directly, but this is considered suboptimal by 372 370 <application>Cups</application> developers. 373 371 </para> … … 381 379 If <application>CUPS</application> has been built with 382 380 <application>Linux PAM</application> support, you need to create a 383 <application>PAM</application> configuration file ,to get it working381 <application>PAM</application> configuration file to get it working 384 382 correctly with BLFS. 385 383 </para>
Note:
See TracChangeset
for help on using the changeset viewer.