Re: Windows Manager

2002-12-20 Thread Sylvain Petreolle
couldn't that be output on stderr/stdout ?
 
 However, you may be surprised at the result of invoking XWin -help,
 which 
 is to say you'll see no output (nor will the X server start up). The
 help 
 output _is_ produced, but it goes into /tmp/XWin.log (!)
 
 
 I hope that helps, especially by adding to your repertoire of
 self-help 
 techniques.
 
 Randall Schulz
 
 
 At 06:42 2002-12-19, Martín De Marchi wrote:
 Is -rootless a XWin.exe parameter?
 
 Thanks.
  

=
Sylvain Petreolle
[EMAIL PROTECTED] 
Fight against Spam ! http://www.euro.cauce.org/en/index.html
ICQ #170597259

Don't think you are. Know you are. Morpheus in Matrix, chapter 15.

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



Re: Windows Manager

2002-12-19 Thread John Buttery
* Mart?n De Marchi [EMAIL PROTECTED] [2002-12-19 14:42:36 +]:
 Is -rootless a XWin.exe parameter?

  Yes. 

-- 

 John Buttery
 (Web page temporarily unavailable)




msg04523/pgp0.pgp
Description: PGP signature


Re: Windows Manager

2002-12-19 Thread Randall R Schulz
Martin,

When I need to know about command-line options or environment variables 
that are not documented or for commands for which documentation is not 
available or at hand, I do something like this:

% strings /usr/X11R6/bin/XWin.exe |egrep -e -rootless
-rootless
EXPERIMENTAL: Run the server in pseudo-rootless mode.
-rootless

Here it appears both the strings from the argument processing code and the 
usage message are found. This, then, suggests that there is a help message 
available. This command:

% strings /usr/X11R6/bin/XWin.exe |egrep -e ^-

produces 123 lines, including this one:

-help  prints message with these options

(Note that this particular program does not abide by the POSIX conventions 
stipulating the use of two hyphens for multiple-character option names.)


However, you may be surprised at the result of invoking XWin -help, which 
is to say you'll see no output (nor will the X server start up). The help 
output _is_ produced, but it goes into /tmp/XWin.log (!)


I hope that helps, especially by adding to your repertoire of self-help 
techniques.

Randall Schulz


At 06:42 2002-12-19, Martín De Marchi wrote:
Is -rootless a XWin.exe parameter?

Thanks.





Re: Windows Manager

2002-12-18 Thread Roman Belenov
You need rootless mode (add -rootless to X server command-line). It's
not perfect (main window still exist, though invisible; you still
need to launch some X11 window manager to draw window borders);
multiwindow mode should provide seamless X11/Windows integraton when
it is finished.

Martín De Marchi [EMAIL PROTECTED] writes:
 There is any way to hide de X window ?
 That is, I want launch the remote program from
 a dos command line (cmd.exe) via ssh and I want
 see only the windows of this program and not the
 X main window...
 Can I make this?

-- 
With regards, Roman.




Re: Windows Manager

2002-12-17 Thread Roman Belenov
Martín De Marchi [EMAIL PROTECTED] writes:

 Can I launch the remote program from a cygwin shell (cygwin.bat)
 or a dos shell  (not a XWindows session, startxwin.bat) ?
 I try it in both ways and the message program: cannot connect to X sever
 is showed...
 There is any way for configure the X and launch the remote programs from
 a dos shell?

You should set DISPLAY environemnt variable to correct value, e.g.

set DISPLAY=127.0.0.1:0.0  (in cmd.exe) or
export DISPLAY=127.0.0.1:0.0 (in cygwin shell)

-- 
With regards, Roman.




Re: Windows Manager

2002-12-17 Thread Martín De Marchi
Thanks Roman!

Other question...

There is any way to hide de X window ?
That is, I want launch the remote program from
a dos command line (cmd.exe) via ssh and I want
see only the windows of this program and not the
X main window...
Can I make this?

Thanks for the help!  Martín.


Roman Belenov wrote:

 Martín De Marchi [EMAIL PROTECTED] writes:

  Can I launch the remote program from a cygwin shell (cygwin.bat)
  or a dos shell  (not a XWindows session, startxwin.bat) ?
  I try it in both ways and the message program: cannot connect to X sever
  is showed...
  There is any way for configure the X and launch the remote programs from
  a dos shell?

 You should set DISPLAY environemnt variable to correct value, e.g.

 set DISPLAY=127.0.0.1:0.0  (in cmd.exe) or
 export DISPLAY=127.0.0.1:0.0 (in cygwin shell)

 --
 With regards, Roman.




Re: Windows Manager

2002-12-16 Thread Martín De Marchi
Thanks Harold and Cary for the answers.

I have other questions...

Can I launch the remote program from a cygwin shell (cygwin.bat)
or a dos shell  (not a XWindows session, startxwin.bat) ?
I try it in both ways and the message program: cannot connect to X sever
is showed...
There is any way for configure the X and launch the remote programs from
a dos shell?

Thanks! Martín.


Cary Jamison wrote:

 I believe Harold was referring to the first part of your question, only.

 To use a remote font server, use -fp.  An example is in the FAQ (though not obvious 
to find) -

 http://xfree86.cygwin.com/docs/faq/cygwin-xfree-faq.html#q-solaris-fonts

 Cary

 Harold L Hunt II [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]...
  Martin,
 
  You cannot.  Not yet, at least.
 
  We are getting closer to having this feature.  Follow the mailing list
  or the announcement mailing list for notification of when a release is
  made.
 
  Harold
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Martín De Marchi
  Sent: Thursday, December 12, 2002 1:20 PM
  To: [EMAIL PROTECTED]
  Subject: Windows Manager
 
 
  Hello!
 
  For default, when I execute the startxwin.bat file, the twm windows
  manager is loaded... How I can configure X to use the windows of my
  Windows system?
  I have any problems of fonts visualisation...
  How I can configure X so that use the server of
  fonts of the remote system?
 
  Thanks! Martín.
 
 




Re: Windows Manager

2002-12-13 Thread Cary Jamison
I believe Harold was referring to the first part of your question, only.

To use a remote font server, use -fp.  An example is in the FAQ (though not obvious to 
find) -

http://xfree86.cygwin.com/docs/faq/cygwin-xfree-faq.html#q-solaris-fonts

Cary


Harold L Hunt II [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]...
 Martin,
 
 You cannot.  Not yet, at least.
 
 We are getting closer to having this feature.  Follow the mailing list 
 or the announcement mailing list for notification of when a release is 
 made.
 
 Harold
 
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]]On Behalf Of Martín De Marchi
 Sent: Thursday, December 12, 2002 1:20 PM
 To: [EMAIL PROTECTED]
 Subject: Windows Manager
 
 
 Hello!
 
 For default, when I execute the startxwin.bat file, the twm windows 
 manager is loaded... How I can configure X to use the windows of my
 Windows system?
 I have any problems of fonts visualisation...
 How I can configure X so that use the server of
 fonts of the remote system?
 
 Thanks! Martín.