Ron Stodden wrote:
>
> My .lproptions for my HP970Cxi only contains:
>
> Default hp_dup orientation-requested=6
>
> Is that why I have to continuously tell it for every printing
> application invocation that I wish to use:
>
> A4 paper not Letter,
> kprinter -stdin not lpr(<great long string>),
> no collate & reverse output not collate & don't reverse?
>
> How do I set up these choices since CUPS forgets to?
>
To make them system-wide, get root and set them with printerdrake or the
"Configure Printer" when right-clicking on printer in the KDE Print
Manager. Then they get defaults in /etc/cups/ppd/<queue>.ppd and only
printer-specific options defined in the PPD file can be set. Using xpp,
kprinter, or lpoptions as root gives you the possibilty to set
system-wide defaults for all CUPS-specific options. They get saved in
/etc/cups/lpoptions. Don't forget to click on "Save options..." in xpp
or kprinter. Using xpp, kprinter, or lpoptions as normal user sets
personal defaults.
Till