missing patch

This commit is contained in:
Jeremy Katz 2006-08-29 01:34:59 +00:00
parent 6a72d12b26
commit 77cf3fe4b0

11
fbdev-0.3.0-32fbbpp.patch Normal file
View File

@ -0,0 +1,11 @@
--- xf86-video-fbdev-0.3.0/src/fbdev.c.fbbpp 2006-08-28 20:32:56.000000000 -0400
+++ xf86-video-fbdev-0.3.0/src/fbdev.c 2006-08-28 21:32:52.000000000 -0400
@@ -421,7 +421,7 @@
return FALSE;
default_depth = fbdevHWGetDepth(pScrn,&fbbpp);
if (!xf86SetDepthBpp(pScrn, default_depth, default_depth, fbbpp,
- Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24))
+ Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert24to32))
return FALSE;
xf86PrintDepthBpp(pScrn);