Pete, et.al.,

I got XF86_FBDev working on the JavaStation with 
the latest RedHat-6.0 XFree-3.3.3.1 src RPM sources.

Seems to work great, though I had to make the tiniest
of modifications to the kernel to get it to play nice
with XF86_FBDev.

In drivers/video/sbusfb.c in sbusfb_set_var() I modified
the 

        return -EINVAL;
        
to

        return 0;
        
I must admit that I have no understanding of what this 
method is SUPPOSED to do, or what dependencies I may
have broken in other apps by returning 0.

Could anybody clarify a bit about what this method
SHOULD do? I assume it is unimplemented only because
it did not have a current use.

E
 

-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]

Reply via email to