MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: RenderBadPicture error while running Mathematica 6 on Linux

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88997] Re: RenderBadPicture error while running Mathematica 6 on Linux
  • From: "William O. Bray" <bray at math.umaine.edu>
  • Date: Fri, 23 May 2008 03:07:54 -0400 (EDT)

I have tried the starting Mathematica with
env XLIB_SKIP_ARGB_VISUALS=1 mathematica

However, the fonts are not very clear. Another solution which works nicely on Ubuntu Hardy is to delete the libraries
Path to Mathematica/SystemFiles/Libraries/Linux/libQtCore.so.4
and libQtGui.so.4

Then create symlinks to the same libs on the system, so in Ubunutu
sudo ln -s /usr/lib/libQtCore.so.4 PathtoMathematica/SystemFiles/Libraries/Linux/libQtCore.so.4
and the same for libQtGui.so.4

If you are on 64 bit the directory Linux would be replaced with Linux-x86-64
More info on this bug/solution can be found at
https://bugs.launchpad.net/bugs/197163


  • Prev by Date: How to plot a graph, using a distance matrix
  • Next by Date: Re: The FinancialData Function
  • Previous by thread: Re: RenderBadPicture error while running Mathematica 6 on Linux
  • Next by thread: Re: Re: RenderBadPicture error while running Mathematica 6 on Linux