http://bugs.winehq.org/show_bug.cgi?id=6149
wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
------- Additional Comments From wine.dev@web.de 2006-06-09 17:37 ------- Strange, that wineps get's "DefaultResolution = 0" during ParsePPD, but i have no Idea, if this affect the Output. I added a cups-pdf - Printer with "HP LaserJet 5M Postscript (recommended)" as Driver and got "DefaultResolution = 600".
I suggest to use an A4-Printer as default (The PPD from your Lexmark E312 has "DefaultPageSize: Letter")
Can you please Retry with the Driver from cups-pdf. Vendor: "Generic" Driver: "postscript color printer rev3b"
The Log-Size can be reduced with: "grep --line-number -v WriteSpool full.log >smaller.log"
When the app uses the default Print-Dialog (+commdlg) and the Checkmark "Redirect to a File" is disable or hiden, you can modify "dlls/comdlg32/printdlg.c" to display and Enable them (983,985,1132,1134: PD_DISABLEPRINTTOFILE and PD_HIDEPRINTTOFILE)
Another way to redirect the Postscript-Code is a simple Reg-Key in : "HKEY_CURRENT_USER\Wine\Printing\Spooler" Add a String with the Portname ("LPR:lexmark" as example) as Name and the full Unix-Path as Value
You can also overwrite the PPD-File for a Printer: "HKEY_CURRENT_USER\Wine\Printing\PPD Files" Add a String with the Printername ("lexmark" as example) as Name and the full Unix-Path to the PPD-File as Value
Is the Output different, when using "generic.ppd" from Wine? -- By by ... Detlef