From 3ee5c0723e275d5d430b5be8f3c60bc6ced586fd Mon Sep 17 00:00:00 2001 From: David Rice Date: Thu, 16 Apr 2026 18:07:39 +0100 Subject: [PATCH] shiz --- display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.py b/display.py index c189f21..cd44977 100644 --- a/display.py +++ b/display.py @@ -42,7 +42,7 @@ USE_FB: bool = _args.framebuffer or bool(os.environ.get('JARVIS_FB')) if USE_FB: # SDL2 env vars must be set before pygame.display.init() - os.environ.setdefault('SDL_VIDEODRIVER', 'fbdev') + os.environ.setdefault('SDL_VIDEODRIVER', 'kmsdrm') os.environ.setdefault('SDL_FBDEV', os.environ.get('JARVIS_FBDEV', '/dev/fb0')) # Prevent SDL trying to open a mouse device on the framebuffer os.environ.setdefault('SDL_NOMOUSE', '1')