Couple of minor corrections to what Aaron said.
The file that needs the fix is under the hplip tree.
Comment out all the lines under SupportSeparateBlack except the last
line,
return FALSE
so that this method always returns FALSE.
Then, from the same directory (hplip-1.x.x/prnt/hpijs)
make hpijs
make install (you need root privileges for this)
Raghu
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Albright,
Aaron
Sent: Wednesday, July 12, 2006 4:06 PM
To: [email protected]
Subject: Re: [Hplip-help] print quality problem: HP Deskjet 6540

Bill,

We've found a workaround for your printing problem.

Edit the file /usr/share/hplip/prnt/hpijs/dj9xxvip.h

change:

     inline virtual BOOL SupportSeparateBlack (PrintMode *pCurrentMode)
     {
         if (pCurrentMode->medium == mediaAuto ||
             pCurrentMode->medium == mediaPlain)
         {
             return TRUE;
         }
         return FALSE;
to:

     inline virtual BOOL SupportSeparateBlack (PrintMode *pCurrentMode)
     {
#        if (pCurrentMode->medium == mediaAuto ||
#            pCurrentMode->medium == mediaPlain)
#        {
#            return TRUE;
         }
         return FALSE;

Restart HPLIP. Let me know if you have any other problems.

Aaron

Bill wrote:
> Aaron J Albright <aaron.albright <at> hp.com> writes:
> 
>> Bill,
>>
>> Sorry for my previous assessment, it appears that there may be an 
>> issue, we are investigating--however I don't have any ETA on an
update.
>>
>> Sorry for the inconvenience.
>>
>> Aaron
>>
> 
> No problem -- thanks for the taking the time to check it out!  Let me 
> know if I can provide more information.
> 
> Bill



------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to