Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443952 | Differences between
and this patch

Collapse All | Expand All

(-)xf86-video-mach64-6.8.0/src/atipreinit.c.jx (-1 / +1 lines)
Lines 584-590 ATIPreInit Link Here
584
        else
584
        else
585
        {
585
        {
586
            i = Support24bppFb | Support32bppFb;
586
            i = Support24bppFb | Support32bppFb;
587
            DefaultDepth = 0;
587
            DefaultDepth = 16;
588
        }
588
        }
589
589
590
        if (!xf86SetDepthBpp(pScreenInfo, DefaultDepth, 0, 0, i))
590
        if (!xf86SetDepthBpp(pScreenInfo, DefaultDepth, 0, 0, i))

Return to bug 443952