From Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.2.18 i686) The Brother HL1250 laser printer is popular. There is a dedicated ghostscript device "hl1250" available (contributed category) which supports 1200x600dpi as well as other options like toner saving modes. Until standard tex distributions add support for a mode hl1250, the ljfzzz is fine at the cost of extra disc space for fonts. The following patch adds support for 1200x600dpi: --- dvi-to-ps.fpi.old Thu Jul 20 03:47:07 2000 +++ dvi-to-ps.fpi Fri Mar 23 22:03:06 2001 @@ -50,6 +50,9 @@ 800x800) DVIPSRES="-D 800 -mode lwpro" ;; + 1200x600) + DVIPSRES="-X 1200 -Y 600 -mode ljfzzz" + ;; 1200x1200) DVIPSRES="-D 1200 -mode ljfzzz" ;;
rhs-printfilters is no longer in development, so this RFE does not apply directly. I am changing it.
Adrian, do you have an idea how to adjust /usr/share/printconf/mf_rules/mf40-tetex_filters to have the equivalent desired feature?
These filters are no longer shipped.