https://bugzilla.novell.com/show_bug.cgi?id=231219 ------- Comment #6 from jsmeix@novell.com 2007-01-02 07:17 MST ------- The imageable area defined in your PPD file ---------------------------------------------------------------------- *ImageableArea A4/A4: "24 48 571 818" ---------------------------------------------------------------------- matches exactly to the 8mm and 17mm (one PostScript point is 0.353mm and A4 paper size resp. A4 page region is "0 0 595 842") which are actually printed for you via the YaST test page. Therefore there is now the question why plain text doesn't get printed inside this imageable area for you. It works perfectly for me with my Epson Stylus Photo RX420. I get the topmost leftmost character '1' of your test text printed exactly inside the imageable area which is marked by the top left triangle of my PostScript test page). It is the CUPS filter /usr/lib/cups/filter/texttops which converts plain text into PostScript and then this is processed as any other PostScript by the rest of the filtering system (in particular by the actual printer driver), for general info and details see http://en.opensuse.org/SDB:CUPS_in_a_Nutshell http://en.opensuse.org/SDB:Using_Your_Own_Filters_to_Print_with_CUPS Therefore it should not depend on the particular printer driver. But on the other hand your /usr/lib/cups/filter/texttops should do exactly the same as my /usr/lib/cups/filter/texttops because we use openSUSE final on i386 compatible 32-bit hardware. Please provide the PostScript output "test1.ps" and "test1a.ps" as attachments which result when you run /usr/lib/cups/filter/texttops job user title 1 options <test1 >test1.ps and when you run export LC_ALL="POSIX" export LANG="POSIX" /usr/lib/cups/filter/texttops job user title 1 options <test1 >test1a.ps Does test1.ps and/or test1a.ps print correctly for you? What results the following command: for p in $( rpm -qa | grep ^cups ) ; do \ echo $p ; rpm -q --changelog $p | head -n3 ; done -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.