summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-02-09 16:07:48 +0000
committerRüdiger Timm <rt@openoffice.org>2006-02-09 16:07:48 +0000
commitd5ac1b02ad955bfdc9c61f0edbc1ac3576521a09 (patch)
tree2d6ebe7e9925da9f9d2a2d9b2b3e03f61b4cacf4 /desktop/scripts
parent5588783e920088446348c6a90c2b3fe14859ad82 (diff)
INTEGRATION: CWS hro02 (1.20.20); FILE MERGED
2006/02/07 14:22:25 hro 1.20.20.1: #i59521# Make it easy to disable OpenGL support in start script
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 9a3f7127961f..6fea3a942bd0 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -5,9 +5,9 @@
#
# $RCSfile: soffice.sh,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: hr $ $Date: 2006-01-24 16:46:21 $
+# last change: $Author: rt $ $Date: 2006-02-09 17:07:48 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,11 @@
SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING
+# Uncomment the below line if you suspect that OpenGL is not
+# working on your system.
+# export SAL_NOOPENGL=true;
+
+
# the following test is needed on Linux PPC with IBM j2sdk142
if [ `uname -s` = "Linux" -a "`uname -m`" = "ppc" ] ; then
JITC_PROCESSOR_TYPE=6