mirror of
https://gitee.com/bianbu-linux/factorytest
synced 2025-04-24 06:07:38 -04:00
6 lines
262 B
Bash
6 lines
262 B
Bash
#export EGL_LOG_LEVEL=debug
|
|
export MESA_LOADER_DRIVER_OVERRIDE=pvr
|
|
export XDG_RUNTIME_DIR=/root
|
|
export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins/platforms
|
|
export QT_QPA_PLATFORM=wayland
|
|
weston --log=/var/log/weston --tty=1 --drm-device=card1 --idle-time=0
|