help-octave
[Top][All Lists]
Advanced

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

Re: Re^2: Plotting performance with cywin running under Win7


From: marco atzeri
Subject: Re: Re^2: Plotting performance with cywin running under Win7
Date: Tue, 25 Jun 2013 17:22:53 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Il 6/25/2013 5:07 PM, Matthew Reich ha scritto:
Marco,

Thank you very much for this suggestion.  It solved the grey window
problem, which makes octave plots interactively presentable.

To pass the command line options to the Xserver:

     Change the command in the  Win 'Xwin Server' short cut icon, the
target field, to
            C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c
/usr/bin/startxwin-script

      Write a simple bash script in /usr/bin/startxwin-script that contains
             /usr/bin/startxwin.exe -- -multiwindow -nowgl


The script is needed, since in the context of C:\Cygwin\bin\run.exe,
arguments to the bash.exe -c option do not seem to get passed.
So, for example, the following does not work:
         C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c  /usr/bin/Xwin
-multiwindow -nowgl


this should
C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c "/usr/bin/Xwin -multiwindow -nowgl"


Thank you,
M.Reich





reply via email to

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