help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SOUND function and Macs


From: emmanuelsegard
Subject: Re: SOUND function and Macs
Date: Sun, 16 Oct 2011 06:27:51 -0700 (PDT)

Hello,

I work with Mac OS X 10.6.8 (and xterm/bash) :
bash-3.2$ echo $DISPLAY
/tmp/launch-4C7mnF/org.x:0

I set the display in the .bashrc :
bash-3.2$ cat ~/.bashrc  
export DISPLAY=:0.0

If I quit and launch the X11 app again, then it seems that this display
setting causes some problems :
bash-3.2$ xterm
xterm Xt error: Can't open display: :0.0
bash-3.2$ gvim
E233: ouverture du display impossible
Appuyez sur ENTR'EE ou tapez une commande pour continuer

In the end, I prefer to force the local mode in the Octave source code :
/audio-1.1.4/inst/sound.m:98:
islocal = 1;

Nevertheless, it is a dirty hack...

Emmanuel

--
View this message in context: 
http://octave.1599824.n4.nabble.com/SOUND-function-and-Macs-tp2293433p3909492.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]