Матричный принтер Panasonic, в виндах работал как 24-игольчатый Epson. Использую magicfilter в Debian - но там есть только 9-игольчатые Эпсоны! На Linuxprinting.org нужно конвертить файлы pdq, а мне бы гтовый файл для magicfilter. Максимальное разрешение, которое удалось подставить - 240x72. Как не правил этот файл - принтер все равно работает как 9-игольчатый - подскажите, где подправить!
#! /usr/sbin/magicfilter # # Magic filter setup file for 9-pin Epson (or compatible) printers # THIS FILE IS UNTESTED! # # This file is in the public domain. # # This file has been automatically adapted to your system. # # wild guess: native control codes start with <ESC> 0 \033 cat
# PostScript 0 %! filter /usr/bin/gs -q -dSAFER -dNOPAUSE -r240x72 -sDEVICE=epson -sOutputFile=- - -c quit 0 \004%! filter /usr/bin/gs -q -dSAFER -dNOPAUSE -r240x72 -sDEVICE=epson -sOutputFile=- - -c quit
# Wind/U postscript driver. This one creates broken postscript, so we have to # put in a special case to convert it to PCL first 65 "%%Creator: Wind/U" filter /usr/bin/gs -q -dSAFER -dNOPAUSE -r240x72 -sDEVICE=epson -sOutputFile=- - -c quit
# PDF 0 %PDF fpipe /usr/bin/pdftops $FILE -
# TeX DVI 0 \367\002 fpipe /usr/bin/dvips -X 360 -Y 180 -R -q -f
# compress'd data 0 \037\235 pipe /bin/gzip -cdq
# packed, gzipped, frozen and SCO LZH data 0 \037\036 pipe /bin/gzip -cdq 0 \037\213 pipe /bin/gzip -cdq 0 \037\236 pipe /bin/gzip -cdq 0 \037\240 pipe /bin/gzip -cdq
0 BZh pipe /usr/bin/bzip2 -cdq
# troff documents 0 .\?\?\040 fpipe `/usr/bin/grog -Tps $FILE` 0 .\?\?\012 fpipe `/usr/bin/grog -Tps $FILE` 0 .\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 '\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 '.\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 \\\" fpipe `/usr/bin/grog -Tps $FILE`
# ditroff 0 "x T ps" pipe /usr/bin/grops 0 "x T dvi" pipe /usr/bin/grodvi 0 "x T ascii" pipe /usr/bin/grotty 0 "x T latin1" pipe /usr/bin/grotty 0 "x T lj4" reject Cannot print LaserJet 4 ditroff files.
# Portable bit-, grey- and pixmaps 0 P1\n pipe /usr/bin/pnmtops -scale 1000 -dpi 360 2>/dev/null 0 P2\n pipe /usr/bin/pnmtops -scale 1000 -dpi 360 2>/dev/null 0 P3\n pipe /usr/bin/pnmtops -scale 1000 -dpi 360 2>/dev/null 0 P4\n pipe /usr/bin/pnmtops -scale 1000 -dpi 360 2>/dev/null 0 P5\n pipe /usr/bin/pnmtops -scale 1000 -dpi 360 2>/dev/null 0 P6\n pipe /usr/bin/pnmtops -scale 1000 -dpi 360 2>/dev/null
# PNG - Portable network graphics 0 \x89PNG pipe /usr/bin/pngtopnm
# HP Printer Control Language (PCL) -- assume start with reset code 0 \033E\033 reject Cannot print PCL files on this printer.
# HP Printer Job Language (PJL) 0 \033%-12345X reject Cannot print PJL files on this printer. 0 "@PJL " reject Cannot print PJL files on this printer. 0 @PJL\t reject Cannot print PJL files on this printer. 0 @PJL\r reject Cannot print PJL files on this printer. 0 @PJL\n reject Cannot print PJL files on this printer.
# GIF files
0 \000\000\000\000\000 cat
... ну и т.д. - дальше в форум не влезает