1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

# disable HW acceleration

-Dsun.java2d.d3d=false
-Dprism.order=sw
This commit is contained in:
Reinhard Pointner 2017-07-25 16:40:34 +08:00
parent d88d86891e
commit e7b115d6c8
3 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,10 @@
-Djna.nosys=true
-Djna.nounpack=true
# disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
# reduce default logging
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"

View File

@ -28,6 +28,10 @@
-Djna.nosys=true
-Djna.nounpack=true
# disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
# reduce default logging
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"

View File

@ -46,6 +46,7 @@
# disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
# force platform L&F
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel