1 ########################################################################
3 # $Xorg: Xprinters,v 1.3 2000/08/17 19:48:02 cpqbld Exp $
5 # X*printers sample configuration file
8 # This file belongs in /usr/lib/X11/X*printers, where the "*" is the
9 # display number of the server. For example, if the server is
10 # invoked using the command X :0, then the X0printers file is used.
11 ########################################################################
13 ########################################################################
14 # Use lpstat to augment the list of printers managed by the
15 # server. (This is the default behavior if the X*printers file does
16 # not exist, or if an "Augment_Printer_List" line is not specified.)
17 ########################################################################
18 #Augment_Printer_List %(default)%
20 ########################################################################
21 # Use the specified command pipeline to augment the list of printers
22 # managed by the server.
23 ########################################################################
24 #Augment_Printer_List lpstat -a | cut -d " " -f 1 # equivalent to default
26 ########################################################################
27 # Do not augment the list of printers managed by the server.
28 ########################################################################
29 #Augment_Printer_List %none%
31 ########################################################################
32 # Preconfigured entry for the PSspooldir model
33 # (which sends jobs to /tmp/Xprintjobs instead to a physical printer)
34 ########################################################################
35 #Printer xp_pdf_spooldir_tmp_Xprintjobs
36 Printer xp_ps_spooldir_tmp_Xprintjobs
38 ########################################################################
39 # Add individual printers to the list of printers managed by the
40 # server. These are aliases, determined by driver name.
41 ########################################################################