--- ZDE.orig	2008-11-29 03:15:04.000000000 -0600
+++ ZDE	2008-11-29 03:47:38.000000000 -0600
@@ -1537,14 +1537,18 @@
 
 ##################################################################################
 # LAUNCH VM
 
 # Passing in addtional stuff
 options="$options $lax_nl_java_option_additional"
 
+# Hack in this option to solve garbled text problem as per:
+# http://tinyurl.com/zendchrfix
+options="$options -Dsun.java2d.pmoffscreen=false"
+
 
 # Changing working directory
 if [ ! "$lax_user_dir" = "" ]
 then
 	if [ ! "$lax_user_dir" = "." ];
 	then
 		cd "$lax_user_dir"
