Re: Icons

2005-08-28 Thread Colin Harrison
Hi,

The 'About' and 'Exit' windows have scruffy icons, for me.
Better if  the 32 bit pixel icon is passed to Windows and it sorts it out!
Probably because our X.ico is a load of junk?

Yet another bodge patch achieves this:-

--- ./programs/Xserver/hw/xwin/save_windialogs.c2005-08-28
09:35:54.0 +0100
+++ ./programs/Xserver/hw/xwin/windialogs.c 2005-08-28
09:36:19.0 +0100
@@ -318,7 +318,7 @@
/* Set icon to standard app icon */
PostMessage (hDialog,
 WM_SETICON,
-ICON_SMALL,
+ICON_BIG,
 (LPARAM) LoadIcon (g_hInstance,
MAKEINTRESOURCE(IDI_XWIN)));

@@ -616,7 +616,7 @@
   /* Set icon to standard app icon */
   PostMessage (hwndDialog,
   WM_SETICON,
-  ICON_SMALL,
+  ICON_BIG,
   (LPARAM) LoadIcon (g_hInstance,
MAKEINTRESOURCE(IDI_XWIN)));

   /* Override the URL buttons */

Bit of a dog's dinner all round, proper rework of the icon stuff is needed,
properly tested, this time.
Perhaps we need to post the bitmap screen captures, somewhere, as the
problems/fixes occur. A picture is worth a thousand words, and I don't speak
fluent Microsoft techno-gobbledegook (nor want to :) ). I tried reading one
of their huge books once and nearly lost the will to live!

Colin Harrison 


--
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: high CPU load

2005-08-28 Thread Eric S. Johansson

Rob Foehl wrote:

On Sat, 27 Aug 2005, Eric S. Johansson wrote:


Soong, SylokeJ wrote:


My cygwin/x server processes are at 0% when not used.
They are near 0% even when xwin is receiving lots of screen update 
from the

solaris client running SAS.



that's impressive.  Before this problem started if I start getting any 
number of updates, the CPU load would climb into the 20% range.  now, 
it sits at 70% no matter what.


[...]

Out of curiosity, are you running with -clipboard?  If so, does this 
still happen if you start X without -clipboard?


yes it does.  I just started the X server by itself (no options) and 
used twm for the window manager.  I got the exact same result, 70%+ CPU 
load.


---eric


--
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: Who wants to help porting Mozilla to Cygwin?

2005-08-28 Thread bruno patin

Gerrit,



No, I tried to debug with gdb but was not very successful.  Currently
I cannot build the tree myself, they move a lot of stuff around and
there are errors all the time.  Maybe I should try to build the latest
release instead of CVS sources.


Do you mean that what you said before is not true anymore ? What I don't 
understand (but I did not search a lot in the mozilla site) is that it 
means no stability of the mozilla development. Is it true ?


Do you want me to retry a compile ? I kept your mails of november. Do I 
have to follow the same instructions ?


Bruno



--
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/



Remote login, then nothing happens

2005-08-28 Thread Andy Schmidgall

Hello,

I'm running cygwin/X on my Windows XP Home box, and am trying to connect 
to my Linux (Fedora Core 4) box. X runs fine on my windows machine, but 
I can't seem to get the remote connection working. I've tried ssh -X, 
ssh -Y, multiple combinations of options for those. All result in the 
same thing: I'm asked for my password, I enter it, and then... nothing. 
Nothing else happens. The logs on the linux box indicate that it 
accepted the ssh session. X Forwarding is enabled in my ssh config file 
on the linux box. I've read and reread the FAQ and documentation. I see 
nothing of note in any logs that I can find. Any ideas what might be wrong?


Thanks,
Andy

--
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/