[PATCH s3] Add missing call to vbeFree (bug 4417)

Jesse Adkins jesserayadkins at gmail.com
Fri Dec 3 23:18:49 PST 2010


I should have been more clear. I really was wondering why there's a
vbeInit right before a vbeFree. It seems like that would end up being
a rather long no-op.

It looks like the vbe pointer is never used by the driver, and that
this would result in everything vbe creates being freed. Assuming you
have this hardware, why not try to remove the vbe stuff entirely? If
that fails, what about substituting the vbeInit with the stuff under
int10 (the xf86InitInt10).


More information about the xorg-devel mailing list