Re: Problem with -multiwindow and -clipboard when using -nolisten tcp

2006-05-18 Thread Brian Dessent
Naveed Hasan wrote:

 Editing the XWin.exe 6.8.2.0-4 binary for fun and profit.
 http://www.cs.columbia.edu/~naveed/CygwinX

While I can appreciate that building X11 from source might be difficult
and painful, this is really not a good solution at all.

Most importantly, this won't fix the bug in future releases.  A proper
patch will do much more good in the long term, compared to a one-time
hack.  
Additionally, you are violating the GPL because you offer binaries with
no source code.  It is not sufficient to say you can get the source
code from any Cygwin mirror, you have to offer it on the same place as
the binaries.  Even if you were offering unmodified binaries you would
still be obligated to host a copy of the source code.

As a thought experiment as to why this is so, consider if in 5 years
time someone stumbles onto your site, downloads your binaries, and then
wants the source.  But suppose that the source for this version is no
longer available on the Cygwin mirrors, or perhaps the Cygwin project
has disbanded entirely.  You are now unable to fulfill this request
which is a direct violation of the license.  This is why the GPL states
that you cannot rely on third parties to make the source available.  It
is a technicality, but it is also a very common mistake.

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Problem with -multiwindow and -clipboard when using -nolisten tcp

2006-05-18 Thread Brian Dessent
Brian Dessent wrote:

 Additionally, you are violating the GPL because you offer binaries with

Er, sorry... X11 isn't GPL, my fault.  I fired off without thinking...
like I said, it's a pretty common occurance.

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Problem with -multiwindow and -clipboard when using -nolisten tcp

2006-05-18 Thread Thomas Dickey

On Wed, 17 May 2006, Brian Dessent wrote:


Brian Dessent wrote:


Additionally, you are violating the GPL because you offer binaries with


Er, sorry... X11 isn't GPL, my fault.  I fired off without thinking...
like I said, it's a pretty common occurance.


otoh, some people on this list choose to claim that it is GPL just because 
it's compiled on Cygwin (notwithstanding that GPL is a source-attribute, 
not binary).


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: trying to build against X

2006-05-18 Thread peter360

I got the same problem building mrxvt.

$ ./configure
...
checking for X... no
configure: error: Mrxvt requires the X Window System libraries and headers.

I read the configure program.  Looks like it is trying to find
libXt.{a|so|sl} but failed.  I did find libXt.dll.a in my installation, but
not libXt.a.  Are they the same thing?

What do I need to do to get libXt.a?
Peter

--
View this message in context: 
http://www.nabble.com/trying-to-build-against-X-t1641717.html#a4447843
Sent from the cygwin-xfree forum at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



XWin 100%

2006-05-18 Thread Christoph Bauer
Hi,

I have this problem (without Rdestop) too.

gdb --pid ...

shows a loop in the function _Xi18n_lock ().
On my WinXP 64 the X server is quite unstable
and crashes sometime.


Thanks,
Christoph Bauer

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



problem displaying Java GUI

2006-05-18 Thread Patrick May
Hello,

 I've looked in the archives for this list and found two or three similar 
issues but no resolution.  I am running Cygwin on Windows 2000 and connecting 
to a Solaris box.  I can connect via ssh and run applications like xterm, 
xclock, and xcalc successfully.  Running my own Java code, compiled on the 
Solaris machine, fails to display on my Windows machine.  I get the following 
message:

Warning: Cannot convert string 
-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1 to type FontStruct

then nothing.  This behavior occurs with both the -X and -Y ssh switches.

 Has anyone solved this problem?

Thanks,

Patrick

IMPORTANT
The contents of this email (and any attachment):
(1) are confidential and may be legally privileged - if it is not meant for
you, please tell the sender, do not forward or copy the contents
and delete it from your system immediately;
(2) come from its author and may not necessarily reflect the opinions
of Virgin Mobile.
While emails and attachments are virus checked,
we cannot accept any liability in respect of any viruses.
We may monitor emails sent to Virgin Mobile.

Want to know more about Virgin Mobile?
Visit our website for the latest info, phones and special offers
http://www.virgin.com/mobile

Virgin Mobile Telecoms Ltd

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: problem displaying Java GUI

2006-05-18 Thread Patrick May
  I've looked in the archives for this list and found two 
 or three similar issues but no resolution.  I am running 
 Cygwin on Windows 2000 and connecting to a Solaris box.  I 
 can connect via ssh and run applications like xterm, xclock, 
 and xcalc successfully.  Running my own Java code, compiled 
 on the Solaris machine, fails to display on my Windows 
 machine.  I get the following message:
 
 Warning: Cannot convert string 
 -monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1 
 to type FontStruct
 
 then nothing.  This behavior occurs with both the -X and -Y 
 ssh switches.
 
  Has anyone solved this problem?

 With fantastic timing, I've managed to eliminate the problem (although I 
haven't found a true solution).  Removing the line:

  JFrame.setDefaultLookAndFeelDecorated(true);

from my code allowed the GUI to run and be displayed on Windows.  This suggests 
that the problem lies with the Solaris JDK rather than Cygwin.

Regards,

Patrick

IMPORTANT
The contents of this email (and any attachment):
(1) are confidential and may be legally privileged - if it is not meant for
you, please tell the sender, do not forward or copy the contents
and delete it from your system immediately;
(2) come from its author and may not necessarily reflect the opinions
of Virgin Mobile.
While emails and attachments are virus checked,
we cannot accept any liability in respect of any viruses.
We may monitor emails sent to Virgin Mobile.

Want to know more about Virgin Mobile?
Visit our website for the latest info, phones and special offers
http://www.virgin.com/mobile

Virgin Mobile Telecoms Ltd

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: problem displaying Java GUI

2006-05-18 Thread Soong, SylokeJ
Should we need to install a new font type,
namely, Fontstruct, into our PC, when enabling
JFrame.setDefaultLookAndFeelDecorated.
Did you have JDK installed on your PC?
If not, would installing JDK5 on the PC supply the
required font type?

==
Somewhat Important Disclaimer.
==
This email, while purporting to be true,
should not have its purporting to be true
be in any way that you might construe
as legally binding as super-glue.
While it tries not to spread viruses like flu,
it may inflame emotions as within a chimney flue.
It may demolish opinions of whoever's who,
and throw conventions down the loo.
So if any phrase herein turns you blue,
don't rush to your attorney Sue Donahue,
to turn me into hot burning stew.
Then I'll be as if some Barrymore Drew
had turned into a cow that does not moo.
Perhaps, the depressing feeling running through
when seeing all the entrapped animals in a zoo.
I could have been enjoying too
a nice plate of Gay-Pan-Moo-Goo,
but if and when you're offended ...
perhaps, it was simply about nothing and much a-do.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Patrick May

  Warning: Cannot convert string 
  -monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1 
  to type FontStruct
  
  then nothing.  This behavior occurs with both the -X and -Y 
  ssh switches.
  
   Has anyone solved this problem?
 
  With fantastic timing, I've managed to eliminate the 
 problem (although I haven't found a true solution).  Removing the line:
 
   JFrame.setDefaultLookAndFeelDecorated(true);
 
 from my code allowed the GUI to run and be displayed on 
 Windows.  This suggests that the problem lies with the Solaris 
 JDK rather than Cygwin.
  

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Can't make XWin on secondary monitor big enough...

2006-05-18 Thread Thomas Chadwick
I've got a Thinkpad with a 1024x768 LCD screen connected to a 21 CRT 
monitor which I've enabled as a secondary monitor at 1600x1200 resolution.  
I'd like to run XWin in windowed mode on the secondary monitor and take up 
the full resolution.  However, try as I might, I can't make XWin any bigger 
than 1024x768 on the secondary monitor.  Here are the obvious command-lines 
I've tried:


XWin -screen 0 [EMAIL PROTECTED]

This results in a 1024x768 windowed XWin on the secondary monitor

XWin -screen 0 @2 -fullscreen

This results in a 1024x768 fullscreen XWin on the primary monitor

Any ideas?

-Tom



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: Can't make XWin on secondary monitor big enough...

2006-05-18 Thread Soong, SylokeJ

Isn't the command somewhat like this? ...
XWin -screen 0 1000 768 blah blah

I have yet to reach to the point in the cygwin/x docs
where it allows the command with options such as
-screen 0 [EMAIL PROTECTED] .
Are we allowed to specify arguments of this
option this way?
(I'm not too prone to reading user docs/guides
 until I get into trouble).

My actual command is 
XWin -screen 0 1900 1400 -multiplemonitors -emulate3buttons -scrollbars  
-clipboard -silent-dup-error

I believe multiplemonitors option allows cyg/x
to recognise the second monitor and to allow you
to move your cyg/x window to the second monitor,
which I always do.

I needed the scrollbars option for reasons I
cannot clearly recall. Without the option, I seem
to recall I could not 
stretch cyg/x window to the extremities of my
large second monitor without maximizing the window.

==
Somewhat Important Disclaimer.
==
This email, while purporting to be true,
should not have its purporting to be true
be in any way that you might construe
as legally binding as super-glue.
While it tries not to spread viruses like flu,
it may inflame emotions as within a chimney flue.
It may demolish opinions of whoever's who,
and throw conventions down the loo.
So if any phrase herein turns you blue,
don't rush to your attorney Sue Donahue,
to turn me into hot burning stew.
Then I'll be as if some Barrymore Drew
had turned into a cow that does not moo.
Perhaps, the depressing feeling running through
when seeing all the entrapped animals in a zoo.
I could have been enjoying too
a nice plate of Gay-Pan-Moo-Goo,
but if and when you're offended ...
perhaps, it was simply about nothing and much a-do.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Thomas Chadwick
 Sent: Thursday, May 18, 2006 3:42 PM
 To: cygwin-xfree@cygwin.com
 Subject: Can't make XWin on secondary monitor big enough...
 
 
 I've got a Thinkpad with a 1024x768 LCD screen connected to a 21 CRT 
 monitor which I've enabled as a secondary monitor at 1600x1200 
 resolution.  
 I'd like to run XWin in windowed mode on the secondary monitor 
 and take up 
 the full resolution.  However, try as I might, I can't make 
 XWin any bigger 
 than 1024x768 on the secondary monitor.  Here are the obvious 
 command-lines 
 I've tried:
 
 XWin -screen 0 [EMAIL PROTECTED]
 
 This results in a 1024x768 windowed XWin on the secondary monitor
 
 XWin -screen 0 @2 -fullscreen
 
 This results in a 1024x768 fullscreen XWin on the primary monitor
 
 Any ideas?
 
 -Tom
 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: trying to build against X

2006-05-18 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

peter360 wrote:
 checking for X... no
 configure: error: Mrxvt requires the X Window System libraries and headers.
 
 I read the configure program.  Looks like it is trying to find
 libXt.{a|so|sl} but failed.  I did find libXt.dll.a in my installation, but
 not libXt.a.  Are they the same thing?

No.  libXt.a would be a static library, while libXt.dll.a is an import
library for the shared cygXt-6.dll.

You'll need to patch the configure script to look for
libXt.{a|dll.a|so|sl} instead.


Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEbQfcpiWmPGlmQSMRAofTAJ9MijO6rEGI32Q0JiDQcAf6U1JXJwCgpAkh
tkAd80FtPCC4551B9463TJ0=
=+zhW
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/