24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
$OpenBSD: README,v 1.6 2012/10/19 09:27:09 ajacoutot Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
When using the Foomatic framework, printers are driven by a PPD (Printer
|
|
Postscript Description) file which, unless already provided in a
|
|
particular package, can be generated using the foomatic-ppdfile(1)
|
|
command.
|
|
Drivers availability depends on which Foomatic DB(s) package(s) is/are
|
|
installed on the system:
|
|
e.g. (non-exhaustive list) foomatic-db, hplip/hpijs, foo2zjs, splix,
|
|
gutenprint...
|
|
|
|
PPD generation example for a Samsung ML-2850D
|
|
=============================================
|
|
$ foomatic-ppdfile -P 2850
|
|
Samsung ML-2850D Id='Samsung-ML-2850D' Driver='Postscript' CompatibleDrivers='Postscript pxlmono '
|
|
$ foomatic-ppdfile -p 'Samsung-ML-2850D' -d 'Postscript' > samsung-ml2850d.ppd
|
|
|
|
"samsung-ml2850d.ppd" can then be used as an input filter with CUPS or
|
|
lpd(8) and foomatic-rip(1) from the foomatic-filters package.
|