From 08a11cdf845cc7ccd79561b2ba3272c49734ee69 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 3 Nov 2021 22:24:12 -0700 Subject: [PATCH] soundd: use offscreen platform to avoid initialzing gpu stuff old-commit-hash: b7394c61713e6a4133b2974bb8c18ed2d842e39b --- selfdrive/ui/soundd | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/soundd b/selfdrive/ui/soundd index 7517a1112c..66dda46d5b 100755 --- a/selfdrive/ui/soundd +++ b/selfdrive/ui/soundd @@ -1,4 +1,5 @@ #!/bin/sh cd "$(dirname "$0")" export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH" +export QT_QPA_PLATFORM="offscreen" exec ./_soundd