I editted nv_dac.c in both versions (4.1.0 and 4.0.2) according to the
diff results you sent. 4.1.0 works well now; however, 4.0.2 still
exhibits the same behavior. Although this is a non-issue to me, perhaps
closer examination of the 4.0.2 source is in order. The XFree86 project
is too large for me to hack thu, so I'll leave it up to another. Thanks
for the help.

On Sat, 15 Sep 2001 13:03:28 -0700 (PDT) Mark Vojkovich wrote:

> On Sat, 15 Sep 2001, deadice wrote:
> 
> > I understand that you answered the question for 4.1.0. I was
> unaware that 
> > this bug originated from or simply is present in previous releases of X.
> > Since the effect is different (howsoever similar in appearance), I
> > assumed this was a different issue. One, perhaps, solved by an
> XF86Config 
> > param. Sorry for the re-done-dance.
> > 
> 
>    The artifacts are probably different between the two because
> 4.1.0 supports gamma correction while 4.0.2 did not.  The palette
> is programmed differently in the two cases.  I think the patch
> should apply as easily to 4.0.2 as it would to 4.1.0.  I don't
> think much has changed in there.  So if you've built from source
> it shouldn't be a difficult fix no matter what version you are
> using.  Let us know if that patch doesn't fix the problem.
> 
>                               Mark.
> 
> > 
> > 
> > 
> > On Sat, 15 Sep 2001 12:18:56 -0700 (PDT) Mark Vojkovich wrote:
> > 
> > > On Sat, 15 Sep 2001, deadice wrote:
> > > 
> > > > When the X (4.0.2) server terminates, the console is set to all 
> > > > black (foreground / background). With 4.1.0, the console would 
> > > > become progressively darker. Since the Solaris console is black 
> > > > text on white background, how do I set X 4.0.2 to prevent this from 
> > > > happening.
> > > > 
> > > 
> > >    I've already answered your question. 
> > > 
> > > http://www.xfree86.org/pipermail/xpert/2001-September/011263.html
> > > 
> > >    It's a driver bug.  Fixed in XFree86 CVS on Sun Jul 8 21:21:10 
> 2001 UTC
> > > by Matthieu Herrb.   Here is the description of the fix:
> > > 
> > > "Revert the order in which things are restored in NVDACRestore.
> > >  This fixes the text mode dimming problem seen on Net/OpenBSD."
> > > 
> > >   On non-Linux systems some registers were left locked when restoring
> > > the palette, thereby preventing the palette from getting restored.
> > > I don't expect you to be able to work around this without patching
> > > the source.  It's a simple patch:
> > > 
> > > 
> > > --- xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dac.c  2001/02/18
> > > 23:47:29     1.10
> > > +++ xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dac.c  2001/07/08
> > > 21:18:26     1.11
> > >  
> > > @@ -146,9 +146,9 @@ NVDACRestore(ScrnInfoPtr pScrn, vgaRegPt
> > >  {
> > >      NVPtr pNv = NVPTR(pScrn);
> > >      DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, "NVDACRestore\n"));
> > > +    pNv->riva.LoadStateExt(&pNv->riva, nvReg);
> > >      vgaHWRestore(pScrn, vgaReg, VGA_SR_CMAP | VGA_SR_MODE | 
> > >                         (restoreFonts? VGA_SR_FONTS : 0));
> > > -    pNv->riva.LoadStateExt(&pNv->riva, nvReg);
> > >  }
> > >  
> > >  /* 
> > > 
> > >                           Mark.
> > > 
> > > 
> > 
> > 
> > 
> > ---------------------------------------------------------
> > This message sent using EMUmail -- http://www.emumail.com
> > ---------------------------------------------------------
> > 
> > Jumping through hoops to get E-mail on the road? 
> > You've got two choices: Join the circus, or use MollyMail.
> > 
> > Molly Mail -- http://www.mollymail.com
> > 
> > 
> 
> 



---------------------------------------------------------
This message sent using EMUmail -- http://www.emumail.com
---------------------------------------------------------

Jumping through hoops to get E-mail on the road? 
You've got two choices: Join the circus, or use MollyMail.

Molly Mail -- http://www.mollymail.com


___________________________________________________
This message is from the kde-solaris mailing list.
Account management:  http://mail.kde.org/mailman/listinfo/kde-solaris.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




---------------------------------------------------------
This message sent using EMUmail -- http://www.emumail.com
---------------------------------------------------------

Jumping through hoops to get E-mail on the road? 
You've got two choices: Join the circus, or use MollyMail.

Molly Mail -- http://www.mollymail.com


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to