RE: Pointer bug in multiwindow mode (native window manager)

2004-06-03 Thread Alexander Gottwald
On Wed, 2 Jun 2004, Stef Simoens wrote:

   you can run XWin with -logverbose 3 parameter. This will print some
   debugging information to the logfile which may help figuring out why
   the cursor disappears.
   If you encounter the problem another time, please send me your
   /tmp/XWin.log
 
 I also have the 'dissapearing mouse pointer'-phenomenon. It mostly 
 happens after a while.
 
 This is my logoutput (with -logverbose 3):

Looking at the code I see that the debug messages are disabled in the release
version. So the -logverbose 3 will not produce useful output for the debugging.

But if you find a reproducible way to let the cursor disappear then i can trace
it with my debug build.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Start XTerm without DOS Window

2004-06-03 Thread Russell Seymour
Good morning list,
I have got my CYWGIN setup very nicely in Windows XP now with lots of 
help from the list - however I have one last thing that I would like to 
try and sort out.  I would apprecaite any ideas anyone has.

I have configured my machine to start X on startup and ask me for my SSH 
key passphrase - this is all working well.  I have created a shortcut to 
a batch file that will start up XTerm for me - however it leaves a DOS 
window for each XTerm that I have running and I would like for it to not 
do this.  Something like hiding the DOS box (as with win-assh-askpass) 
but I have not found a way of doing it.

My first thought was to start XTerm without a batch file - however when 
I do this i get the message saying that the system cannot find the 
cygwin.dll.

Thanks for any help in advance,
Russell


Re: Start XTerm without DOS Window

2004-06-03 Thread Holger Krull

a batch file that will start up XTerm for me - however it leaves a DOS 
window for each XTerm that I have running and I would like for it to not 
do this.
Look at the thread
6.7.0.0 XWin w/out -nodecoration running in background doesn't display 
anything


I do this i get the message saying that the system cannot find the 
cygwin.dll.
Maybe you need a nested call like in:
E:\cygwin\bin\bash.exe -c -l 'run bash -c -l CYGWIN=server Xwin.exe 
-query murpel -fp tcp/murpel:7100 -dpi 100 -clipboard -notrayicon  -once 
 '

or add the cygwin dirs to your Windows path.


Re: Start XTerm without DOS Window

2004-06-03 Thread Andrew Markebo
/ Russell Seymour [EMAIL PROTECTED] wrote:
|
|  [...]
|
| My first thought was to start XTerm without a batch file - however
| when I do this i get the message saying that the system cannot find
| the cygwin.dll.

cygwin.dll needs to be in the path, so set c:\cygwin\bin in the
windows environment.

   /Andy

-- 
 Never underestimate the bandwidth of a station wagon full of tapes
hurtling down the highway.
- Andrew Tanenbaum, Computer Networks



Drag Drop and Cut Paste SOLVED !

2004-06-03 Thread Ariel Burbaickij
Thanks to help of Alexander now the drug and drop
and cut  paste mini-issue is solved. No problems
in this direction. Now the next question (
you knew it, you knew it):

What file in cygwin enables the access of normal users
(i.e. not with root priviledges) to the console
and following it to xconsole?

With Best Regards
Ariel Burbaickij

-- 
+++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++
GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl



Re: Tracking Down Disappearing Cursors

2004-06-03 Thread Alexander Gottwald
On Thu, 3 Jun 2004, J. Eric Bracken wrote:

 Hi,
 
   I was also having problems in recent Cygwin/X builds with cursors 
 disappearing after I run Remote Desktop Connections.  I just wanted to 
 let you know that I downloaded your test binary, and it fixed the 
 problem for me. 

The next release will include these fixes.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


startx hangs on WinXP

2004-06-03 Thread Jim Duda
I've installed the latest version of cygwin and cygwin/X.  When I attempt to
use startx in multiwindow mode,
the X server hangs.  

If I use either of the following, I get the X server started, but I don't
have a useful window manager.

startx -- :0
XWin -clipboard

I tried the identical installation steps on another XP machine, and all
works fine.  
So, there is something strange about -multiwindow which is stopping me,
And it appears specific to a particular XP machine.

Any ideas on how to debug or isolate the problem?

Thanks,
Jim

XWin.log dump .

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.7.0.0-9

Contact: [EMAIL PROTECTED]

XWin was started with the following command line:

X :0 -multiwindow -clipboard 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 0007
winSetEngine - Multi Window or Rootless = ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per
pixel
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 994 depth: 32
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp
32
null screen fn ReparentWindow
null screen fn RestackWindow
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitMultiWindowWM - Hello
 
Hangs here ..





Re: startx hangs on WinXP

2004-06-03 Thread Alexander Gottwald
On Thu, 3 Jun 2004, Jim Duda wrote:

 I've installed the latest version of cygwin and cygwin/X.  When I attempt to
 use startx in multiwindow mode,
 the X server hangs.  

Do you have a personal firewall or VPN software running? Try disabling these.

 If I use either of the following, I get the X server started, but I don't
 have a useful window manager.
 
 startx -- :0
 XWin -clipboard

You could try twm. At least it will reveal if other clients and window manager
can connect to the xserver.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


RE: Pointer bug in multiwindow mode (native window manager)

2004-06-03 Thread Wilks, Dan
On June 2 Kris Thielemans wrote:

 As I already mentioned, occassionally my mouse pointer does not display
 anymore. This then happens for all open and new X-windows. 

I believe that this problem has been fixed in the source code but has
not made its way into an official build.  If possible grab the sources
and have a build.  There is one known cause of this: XP's remote 
desktop feature.  When you come back to your machine after having a
remote desktop session the cursor will disappear.  There could be others as
well.

hth



Re: startx hangs on WinXP

2004-06-03 Thread Jim Duda
Yes, I've tried using twm, and it appears to work fine.
I'm would prefer to use the multiwindow mode though, I'm just
not a big fan of twm.
 
I don't have a local firewall running on my machine.
 
Any further ideas on how to isolate?
 
Thanks,
 
Jim
 
 
On Thu, 3 Jun 2004, Jim Duda wrote:
 
 I've installed the latest version of cygwin and cygwin/X.  When I attempt
to
 use startx in multiwindow mode,
 the X server hangs.  
 
Do you have a personal firewall or VPN software running? Try disabling
these.
 
 If I use either of the following, I get the X server started, but I don't
 have a useful window manager.
 
 startx -- :0
 XWin -clipboard
 
You could try twm. At least it will reveal if other clients and window
manager
can connect to the xserver.
 
bye