This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] Linux/BEAGLEBK:不带指点设备的 Weston

Guru**** 2923960 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/664846/linux-beaglebk-weston-without-pointing-device

器件型号:BEAGLEBK

工具/软件:Linux

您好!

我正在处理 BeagleBone Black 上的应用、必须在 HDMI 上运行 Qt 应用。 我在 Beagle 上使用 Sitara Linux SDK、我知道 Weston 需要使用鼠标来获得 HDMI 显示、但无论如何、我可以在不插入鼠标的情况下获得 HDMI 显示吗?

谢谢你

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Samer、

    请在 /etc/weston.ini 文件的[core]部分添加 require-input=false 选项。

    此致、
    Kemal

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    非常感谢 Kemal!