[PATCH xserver] vfb: Bump default depth to 24
Adam Jackson
ajax at redhat.com
Mon Feb 20 15:24:14 UTC 2017
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
hw/vfb/InitOutput.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index d7bfd70..6d386ee 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -70,7 +70,7 @@ from The Open Group.
#define VFB_DEFAULT_WIDTH 1280
#define VFB_DEFAULT_HEIGHT 1024
-#define VFB_DEFAULT_DEPTH 8
+#define VFB_DEFAULT_DEPTH 24
#define VFB_DEFAULT_WHITEPIXEL 1
#define VFB_DEFAULT_BLACKPIXEL 0
#define VFB_DEFAULT_LINEBIAS 0
--
2.9.3
More information about the xorg-devel
mailing list