summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lx_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_driver.c b/src/lx_driver.c
index b791de7..29d8948 100644
--- a/src/lx_driver.c
+++ b/src/lx_driver.c
@@ -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) {