1 Star 0 Fork 10

yaokai13/xorg-x11-drv-vesa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vesa-2.3.0-24bpp-sucks.patch 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
t.feng 提交于 2020-03-21 18:36 . Refuse vesa on UEFI
diff -up xf86-video-vesa-2.3.0/src/vesa.c.jx xf86-video-vesa-2.3.0/src/vesa.c
--- xf86-video-vesa-2.3.0/src/vesa.c.jx 2010-01-04 14:16:31.000000000 -0500
+++ xf86-video-vesa-2.3.0/src/vesa.c 2010-10-11 15:29:52.000000000 -0400
@@ -651,10 +651,12 @@ VESAPreInit(ScrnInfoPtr pScrn, int flags
V_MODETYPE_VBE);
/* Preferred order for default depth selection. */
- if (depths & V_DEPTH_24)
+ if ((depths & V_DEPTH_24) && (flags24 & Support32bppFb))
defaultDepth = 24;
else if (depths & V_DEPTH_16)
defaultDepth = 16;
+ else if (depths & V_DEPTH_24)
+ defaultDepth = 24;
else if (depths & V_DEPTH_15)
defaultDepth = 15;
else if (depths & V_DEPTH_8)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaokai13/xorg-x11-drv-vesa.git
git@gitee.com:yaokai13/xorg-x11-drv-vesa.git
yaokai13
xorg-x11-drv-vesa
xorg-x11-drv-vesa
master

搜索帮助