[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#489051: Possible patch to solve unresolved symbol



mariodebian a écrit :
> Hi.
>
> I have made a small patch to solve this bug.
>
> I'm very newbie in this things excuse me if this patch isn't necesary...
>
> I don't know exactly from which version of Xorg this patch applies
>
> #if XORG_VERSION_MAJOR > 1 && XORG_VERSION_MINOR >= 4 &&
> XORG_VERSION_PATCH > 2
>  	mode = xf86GTFMode(p->HDisplay, p->VDisplay, v, 0, 0);
> #else
> 	mode = xf86CVTMode(p->HDisplay, p->VDisplay, v, FALSE, FALSE);
> #endif
>   


Thanks, I just tested this on my Thinkpad T43 (Radeon Mobility X300),
vesa 2.0 now starts fine and seems to behave as 1.3.0 did. I sent the
patch to the upstream bug.

Brice




Reply to: