Robert hedges writes:
 > Apparently, I had not, I must have only restarted X, because things seem to be
 > working fine now. Thanks.
 > 

I think video has been around in the older driver versions which used
to work for you. 
It is possible that the gamma, contrast, brighness, hue or saturation
controls which were implemented later caused your problems.

Could you please comment out the lines:
    tridentSetVideoGamma(pTrident,pPriv->Gamma,pPriv->Brightness);
    tridentSetVideoContrast(pTrident,pPriv->Contrast);
    tridentSetVideoParameters(pTrident,pPriv->Brightness,pPriv->Saturation,
                            pPriv->HUE);

in TRIDENTResetVideo() and see if the problem goes away, too?

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

Reply via email to