增加 Weston 基本配置.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
8ba9fb2c6c
commit
0aa216ca83
|
@ -0,0 +1,22 @@
|
||||||
|
# Weston 基本配置
|
||||||
|
|
||||||
|
Weston 系统默认配置文件为:/etc/xdg/weston/weston.ini
|
||||||
|
|
||||||
|
各账户的 Weston 配置文件为:~/.config/weston.ini
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[core]
|
||||||
|
repaint-window=34
|
||||||
|
|
||||||
|
[v4l2-renderer]
|
||||||
|
device=/dev/media1
|
||||||
|
device-module=vsp2
|
||||||
|
```
|
||||||
|
|
||||||
|
通过 weston-launch 启动,weston-launch 可以作为 systemd service 运行。
|
||||||
|
|
||||||
|
为 weston-launch 指定 --log=\<log file\> 可以将 weston-launch 的日志记录到文件中。
|
||||||
|
|
||||||
|
weston-terminal 为 Weston 的终端程序。
|
||||||
|
|
||||||
|
有些情况下必须为 display 指定至少一个 input device,此时需要外接一个鼠标或者键盘才能正确启动 weston-launch。
|
Loading…
Reference in New Issue