On Fri, Nov 30, 2012 at 5:54 AM, Dave Airlie <[email protected]> wrote: > No idea where this got lost across development cycles, but its > definitely missing.
Might also fix the segfaults on hybrid laptops? https://bugs.freedesktop.org/show_bug.cgi?id=56986 > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=57448 > > Signed-off-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]> > --- > randr/randr.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/randr/randr.c b/randr/randr.c > index da48c3f..f0decfc 100644 > --- a/randr/randr.c > +++ b/randr/randr.c > @@ -264,6 +264,8 @@ RRInit(void) > return FALSE; > if (!RROutputInit()) > return FALSE; > + if (!RRProviderInit()) > + return FALSE; > RRGeneration = serverGeneration; > } > if (!dixRegisterPrivateKey(&rrPrivKeyRec, PRIVATE_SCREEN, 0)) > -- > 1.7.11.7 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
