mirror of
https://github.com/X11Libre/xf86-video-geode.git
synced 2026-03-24 01:24:52 +00:00
[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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user