From 7ae04f7fcfc7279954e17fa63ce54a156cdb4e1d Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 17 Nov 2018 14:09:55 +0700 Subject: [PATCH] Disable HW acceleration (APPX build only) --- installer/appx/filebot.launcher.l4j.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/appx/filebot.launcher.l4j.ini b/installer/appx/filebot.launcher.l4j.ini index 91516865..8c992b15 100644 --- a/installer/appx/filebot.launcher.l4j.ini +++ b/installer/appx/filebot.launcher.l4j.ini @@ -14,6 +14,10 @@ # Force alphanumeric sort order to work around Windows Explorer DnD peculiarities -Dnet.filebot.dnd.sort=true +# Disable HW acceleration +-Dsun.java2d.d3d=false +-Dprism.order=sw + # Support JAVA_OPTS and FILEBOT_OPTS environment variables %JAVA_OPTS% %FILEBOT_OPTS%