Commit b6fd3708 authored by Michel Dänzer's avatar Michel Dänzer
Browse files

Don't prefer 24bpp for depth 24.

parent 43236f5b
......@@ -415,7 +415,7 @@ FBDevPreInit(ScrnInfoPtr pScrn, int flags)
return FALSE;
default_depth = fbdevHWGetDepth(pScrn,&fbbpp);
if (!xf86SetDepthBpp(pScrn, default_depth, default_depth, fbbpp,
Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24))
Support24bppFb | Support32bppFb | SupportConvert32to24 | SupportConvert24to32))
return FALSE;
xf86PrintDepthBpp(pScrn);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment