User Tools

Site Tools


blog:blank_screen_with_maple_12_on_ubuntu_if_running_compiz

This is an old revision of the document!


Blank screen with maple 12 on ubuntu if running compiz

Maple 12 will display a blank screen if compiz (Desktop effects) are active. This is because the default java install (openjdk) causes trouble with the combination compiz+maple.

Quick fix: Disable compiz Real fix, without losing compiz:

  • Enable partner repositories in sources.lst
  • sudo apt-get install sun-java6-jre
  • sudo update-java-alternatives -l
  • sudo update-java-alternatives -s sun-java6-jre
  • Edit the maple start file (/opt/maple12/bin/maple on my system). Locate your system type (bin.X86_64 in my case) and change the java jre variable
    "bin.X86_64_LINUX")                                                             # -brb-
  MAPLE_JRE_BIN="/usr/lib/jvm/java-6-sun/jre/bin/"
# MAPLE_JRE_BIN="$MAPLE/jre.X86_64_LINUX/bin/"

Ref:

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
  _      __   __    ___   _____   ___ 
 | | /| / /  / /   / _ \ / ___/  / _ \
 | |/ |/ /  / /__ / , _// (_ /  / // /
 |__/|__/  /____//_/|_| \___/  /____/
 
blog/blank_screen_with_maple_12_on_ubuntu_if_running_compiz.1276608403.txt.gz · Last modified: 2010-06-15 15:26 by brb