--- old/modules/graphics/src/main/java/com/sun/glass/ui/monocle/mx6/MX6PlatformFactory.java 2014-03-17 14:33:21.338676503 -0400 +++ new/modules/graphics/src/main/java/com/sun/glass/ui/monocle/mx6/MX6PlatformFactory.java 2014-03-17 14:33:21.134781067 -0400 @@ -34,7 +34,9 @@ @Override protected boolean matches() { - return new File("/sys/devices/platform/Vivante GCCore").exists(); + boolean retval = new File("/sys/devices/platform/Vivante GCCore:00").exists() || + new File("/sys/devices/platform/Vivante GCCore").exists(); + return retval; } @Override