modesetting: setup colormap
Fixes utilities like xcalib Upstream xorg commit ac138f9b31b0fba00742edbc3326afe66e28099a ok matthieu
This commit is contained in:
parent
26b9521ab8
commit
13d37ac4fa
@ -1675,7 +1675,7 @@ ScreenInit(ScreenPtr pScreen, int argc, char **argv)
|
||||
if (!xf86CrtcScreenInit(pScreen))
|
||||
return FALSE;
|
||||
|
||||
if (!miCreateDefColormap(pScreen))
|
||||
if (!drmmode_setup_colormap(pScreen, pScrn))
|
||||
return FALSE;
|
||||
|
||||
xf86DPMSInit(pScreen, xf86DPMSSet, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user