如何更改 Android 的默认帧缓冲区?

发布于 2024-09-08 18:33:37 字数 298 浏览 2 评论 0原文

我正在将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

极致的悲 2024-09-15 18:33:37

您可以尝试在内核中禁用 omapfb。在 make menuconfig 中:

-> Device Drivers
 -> Graphics support
  -> OMAP2/3 Display Subsystem support (EXPERIMENTAL)

禁用最后一个选项。

另外,请确保 udlfb 默认启用(即不在模块中)。

You can try to disable omapfb in your kernel. In make menuconfig:

-> Device Drivers
 -> Graphics support
  -> OMAP2/3 Display Subsystem support (EXPERIMENTAL)

Disable the last option.

Also, be sure that udlfb is enabled by default (ie not in module).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文