summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2006-09-14 18:57:57 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2006-09-14 18:57:57 -0400
commit7939c8dfb7c7bed4febcdc12922fb2e17619ea36 (patch)
tree44f04eeb56c6092b8b5efd5a8eedb3a15489dab1
parent72af975f9c8de0ff6796f1ce4b76dcf841d21e99 (diff)
Bump the default pixel depth to 24, and default bpp to 32.
-rw-r--r--hw/xfree86/common/xf86Helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c
index c7d3fae7a..851a345f2 100644
--- a/hw/xfree86/common/xf86Helper.c
+++ b/hw/xfree86/common/xf86Helper.c
@@ -430,11 +430,11 @@ xf86AddPixFormat(ScrnInfoPtr pScrn, int depth, int bpp, int pad)
#define DO_PIX24FOR32(f) ((f & Support32bppFb) && (f & SupportConvert24to32))
#ifndef GLOBAL_DEFAULT_DEPTH
-#define GLOBAL_DEFAULT_DEPTH 16
+#define GLOBAL_DEFAULT_DEPTH 24
#endif
#ifndef GLOBAL_DEFAULT_FBBPP
-#define GLOBAL_DEFAULT_FBBPP 16
+#define GLOBAL_DEFAULT_FBBPP 32
#endif
_X_EXPORT Bool