平台:PC/104,配备集成显卡的 AMD Geode LX CPU。Buildroot 框架,内核 4.18.10。
我正在使用 Buildroot 构建自定义 Linux 系统。由于我在内核 (lxfb) 中编译了 Geode LX 帧缓冲区驱动程序,因此平板 (800x600 LCD) 上出现黑屏,但 VGA 输出正常。
似乎驱动程序需要一些输入,但我不知道该怎么做。参见最后一个结构:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/video/geode/geodefb.h?h=linux-4.18.y&id=b5c26f97ec4a17c650055c83cfc1f2ee6d8818eb
谁能帮我 ?
答案1
我真傻。答案就在驱动程序文档中:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/fb/lxfb.txt?h=linux-4.18.y
我只需要传递lxfb.mode_option=800x600@75
给内核命令行,就可以了!