[LX] Bump the default pixel depth up to 24-bit.

Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
This commit is contained in:
Martin-Éric Racine
2024-06-23 13:02:54 +03:00
parent d4de71cfd5
commit eb79135ab2

View File

@@ -354,7 +354,7 @@ LXPreInit(ScrnInfoPtr pScrni, int flags)
/* Fill in the monitor information */
pScrni->monitor = pScrni->confScreen->monitor;
if (!xf86SetDepthBpp(pScrni, 16, 16, 16, Support24bppFb | Support32bppFb))
if (!xf86SetDepthBpp(pScrni, 24, 24, 24, Support24bppFb | Support32bppFb))
return FALSE;
switch (pScrni->depth) {