如何更改 Android 的默认帧缓冲区?
我正在将 Android 移植到 overo gigstix。因此,omapfb 驱动程序在该平台上似乎存在一些问题。这根本不重要,因为无论如何我想使用udlfb(USB显示器的驱动程序)。
直到今天,我无法弄清楚如何将 udlfb 定义为默认帧缓冲区。 尝试 make menuconfig
并在那里选择 udlfb,但在引导新编译的内核时没有任何变化。 omapfb 仍然想上来。
- 所以我的最后一个问题:我如何定义 默认的帧缓冲区驱动程序 安卓内核?
感谢您对此的任何建议:-)
i'm porting android to an overo gumstix. thus it seems the the omapfb driver has some problems on that platform. it doesn't matter at all, because i want to use udlfb (a driver for usb displays) anyway.
till today, i wasn't able to figure out how i can define udlfb as default framebuffer.
tried make menuconfig
and select udlfb there, but no changes when booting the fresh compiled kernel. omapfb still wants to come up.
- so my final question: how do i define
the default framebuffer driver for an
android kernel?
thank you for any suggestions to this :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在内核中禁用 omapfb。在 make menuconfig 中:
禁用最后一个选项。
另外,请确保 udlfb 默认启用(即不在模块中)。
You can try to disable omapfb in your kernel. In make menuconfig:
Disable the last option.
Also, be sure that udlfb is enabled by default (ie not in module).