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
This commit is contained in:
parent
5588783e92
commit
d5ac1b02ad
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue