|
[Date Index]
[Thread Index]
[Author Index]
Re: Beryl x Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg75069] Re: [mg75036] Beryl x Mathematica
- From: "Rodolfo Allan" <rodolfo.allan at gmail.com>
- Date: Mon, 16 Apr 2007 04:12:40 -0400 (EDT)
- References: <200704150905.FAA00529@smc.vnet.net>
C.O. Thanks!!!
It worked. I opened the script
'Wolfram/Mathematica/5.2/Executables/mathematica' and added that line
'export...' before the declaration of path and worked very well.
Thanks a lot.
Rodolfo
On 15/04/07, gardyloo <gardyloo at mail.wsu.edu> wrote:
> Hi, Rodolfo,
>
> Somehow you have to export XLIB_SKIP_ARGB_VISUALS=1 before you start
> Mathematica. This causes no problems (for me anyway) when I'm NOT using
> Beryl, so I've just put a tiny script in "/usr/local/bin/Mathematica":
>
> #!/bin/bash
>
> export XLIB_SKIP_ARGB_VISUALS=1
>
> sh /my/path/to/the/Mathematica/executable
>
>
>
> as I use bash.
>
>
> Hope this helps!
>
> C.O.
>
>
>
> Rodolfo Allan wrote:
> > Hello,
> >
> > I'm using Mathematica 5.2 under Linux Debian Lenny with Beryl (fancy
> > 3d desktop). When I open the Mathematica, the fonts in the notebook
> > become transparent. So if there is any white program opened behind it
> > I won't be able to read anything. The same happens with logo palette,
> > Math symbol is totally transparent.
> >
> > Is there any way to solve this?
> >
> > Thanks,
> > Rodolfo.
> > ------------
> > DON'T PANIC
> >
> >
> >
>
>
> --
> ==========================================================
> Curtis Osterhoudt
> gardyloo at mail.remove_this.wsu.and_this.edu
> PGP Key ID: 0x088E6D7A
> Please avoid sending me Word or PowerPoint attachments
> See http://www.gnu.org/philosophy/no-word-attachments.html
> ==========================================================
>
>
Prev by Date:
Re: Interpolation
Next by Date:
Continued Fractions
Previous by thread:
Re: Beryl x Mathematica
Next by thread:
How to Eliminate
|