Re: window mangager running already

2004-03-29 Thread Danny Staple
It looks like X has not stopped properly. If there is not a remaining window - check the process list, and look for XWin.exe. Stop this process - and try to start it up again. As for a multi-desktop screen - a couple of google, and sourceforge sites reveal many options(currently sourceforge is

Re: Modal and AOT exit dialog

2004-03-29 Thread Takuma Murakami
Harold, I just checked in a framework for you to display the number of connected clients in the Exit box. All that is left for you to do is to go to windialogs.c/winExitDlgProc/WM_INITDIALOG and set the value to iConnectedClients to whatever the number of connected clients is. :) Thank

Re: test case for clipboard hang?

2004-03-29 Thread Ed Avis
Harold L Hunt II huntharo at msu.edu writes: 1) Reboot 2) start a fresh xwin, xterm, notepad, and put some text in the xterm and notepad 3) select, ^C copy from notepad, middle-click in xterm. it pastes successfully 4) select in xterm, leave the text reverse-videoed 5) ^V paste into

cygwin mno-cygwin XOpenDisplay crash (on XP)

2004-03-29 Thread Collet Sylvie
Hi every body, I have a bug during the execution of this code on XP and I don't know what's wrong #include X11/Xlib.h #include iostream int main(int argc, char** argv) { std::cerr 1 std::endl; Display* dpy =

invalid Window parameter error through ssh X forwarding

2004-03-29 Thread Richard Gourdeau
I have just upgraded my xfree-cygwin setup (Xwin serv Release 4.3.0-64, etc.). Some apps that worked through ssh without any problem with my previous setup (Xwin serv Release 4.3.0-58, etc.) are now exiting with errors messages related to an invalid Window parameter. For example, in a xterm

Re: invalid Window parameter error through ssh X forwarding

2004-03-29 Thread Harold L Hunt II
Replace 'ssh -X' with 'ssh -Y'. Harold Richard Gourdeau wrote: I have just upgraded my xfree-cygwin setup (Xwin serv Release 4.3.0-64, etc.). Some apps that worked through ssh without any problem with my previous setup (Xwin serv Release 4.3.0-58, etc.) are now exiting with errors messages

Re: cygwin mno-cygwin XOpenDisplay crash (on XP)

2004-03-29 Thread Alexander Gottwald
On Mon, 29 Mar 2004, Collet Sylvie wrote: Hi every body, I have a bug during the execution of this code on XP and I don't know what's wrong #include X11/Xlib.h #include iostream int main(int argc, char**

Re: test case for clipboard hang?

2004-03-29 Thread Harold L Hunt II
Ed, Ed Avis wrote: Harold L Hunt II huntharo at msu.edu writes: 1) Reboot 2) start a fresh xwin, xterm, notepad, and put some text in the xterm and notepad 3) select, ^C copy from notepad, middle-click in xterm. it pastes successfully 4) select in xterm, leave the text reverse-videoed 5)

Re: lesstif 0.93.94 and the attempt to add non-widget ... error

2004-03-29 Thread Brian Ford
Sorry I can't be more helpful than this right now. LtXmFixupVendorShell is not working. Find out why. On Mon, 29 Mar 2004, Volker Quetschke wrote: In order to burn a few minutes and debug a grace (lesstif) problem (See thread Grace (xmgrace) 5.1.12-1 graph program -- ...) I rebuild

RE: Updated: XFree86-xserv-4.3.0-65

2004-03-29 Thread Orrigo, Giampaolo .
Harold, I have just installed xserv-4.3.0-65. In the About... dialog, when I pass the mouse over the hyperlinks, the mouse pointer disappears. I'm running it on NT 4.0 Thanks, GP -Original Message- From: Harold L Hunt II Sent: Monday, March 29, 2004 15:04 To: cygxannounce

Documentaiton of .XWinrc?

2004-03-29 Thread David Arnstein
I'm searching for documentation of the file .XWinrc. I have no man page for this file, although the man page for XWin refers to a man page in section 5 for .XWinrc. I could not find any mention of .XWinrc in the cygwin-xfree users guide. I suggest that both of the above two sources of

Re: A suggestion (XWin.n) and a question (run.exe).

2004-03-29 Thread Harold L Hunt II
Rodrigo, Rodrigo Medina wrote: I can do the patch, but I need to know from where to obtain the exact information. The file to patch is here: http://pdx.freedesktop.org/cgi-bin/viewcvs.cgi/xc/programs/Xserver/hw/xwin/XWin.man?root=xorgonly_with_tag=CYGWIN There are instructions for pulling down

Re: Documentaiton of .XWinrc?

2004-03-29 Thread Harold L Hunt II
David, David Arnstein wrote: I'm searching for documentation of the file .XWinrc. I have no man page for this file, although the man page for XWin refers to a man page in section 5 for .XWinrc. I could not find any mention of .XWinrc in the cygwin-xfree users guide. See the second-to-last item:

RE: Hydravision problem?

2004-03-29 Thread [EMAIL PROTECTED]
Thank you! I tried setting the two displays to the same resolution and it worked! Then I added two -screen options with the correct native resolutions and it works perfectly! Very nice too. Thank you all again. Pete -

Re: uxterm from xterm-185-3 and xfontsel crashing when running under cygserver support

2004-03-29 Thread Dr. Volker Zell
hope to get this done next week. I just tried your fix which seems to be in the 20040329 snapshot. But now /usr/sbin/cygserver doesn't start anymore. I installed it as a service with cygrunsrv. The same happens for my other cygwin service /sbin/init which also refuses to start. In the process list I

Re: test case for clipboard hang?

2004-03-29 Thread Lev Bishop
Well, I've kicked the -63 server around a fair bit this weekend and it seems to be holding up very well. No crashes, and generally no unpleasant surprises. I have still managed to activate the 2 second timeout code, though, by doing some pathological things, that are probably impossible to work