[26/26] runqemu: additional setting to force software rendering with sdl 2.0.18

Message ID 20211215224034.1814148-26-alex@linutronix.de
State Accepted, archived
Commit 282e28bec1419d4e34076234027f34af3a49e7b5
Headers show
Series [01/26] insane: add Inactive-Upstream to possible patch status list | expand

Commit Message

Alexander Kanavin Dec. 15, 2021, 10:40 p.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 scripts/runqemu | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/scripts/runqemu b/scripts/runqemu
index 410d2a9939..d49f128fe4 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -474,6 +474,7 @@  class BaseConfig(object):
 
         if 'gl' not in sys.argv[1:] and 'gl-es' not in sys.argv[1:]:
             os.environ['SDL_RENDER_DRIVER'] = 'software'
+            os.environ['SDL_FRAMEBUFFER_ACCELERATION'] = 'false'
 
         unknown_arg = ""
         for arg in sys.argv[1:]: