Re: -clipboard on Test73

2003-01-21 Thread David Fraser
David Fraser wrote: Sorry, should have said I tried that too. Tried again now, X -multiwindow works fine X -clipboard works fine X -multiwindow -clipboard crashes X -rootless -clipboard works fine There are no other options given (and I presume if you run X like this it won't read any .xinitrc

RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread Erik Frisk
Hi Harold, here is the latest XWinrl.log for the XWin-Test73-DEBUG.exe.bz2 binary. Hope this helps. Regards, Erik winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 001f InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1

Mouse focus issues

2003-01-21 Thread Rob Foehl
I've been playing with the multiwindow stuff (in the test 73 build), and I've run into a problem.. I use mouse focus under win32 (the Activation follows mouse option in tweakui), and my xterms are misbehaving.. each time a new window is spawned from one (for example, run notepad from an xterm), if

RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread Harold L Hunt II
Erik and JS, Okay, David seems to be having a problem with setlocale, but your problems have nothing to do with setlocale, as that function is never called. In fact, XWin.exe is crashing with both the clipboad and multi-window window manager waiting for the signal that the server has finished

RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread Erik Frisk
Hi Harold, some good news. I tried it with colordepth 16 and then it worked like a charm. Haven't tried it more than opening an emacs but that seemed to work just fine. Do you still want me to try the -clipboard things? (I did not use the -clipboard option in my previous trials, I only started

RE: -clipboard on Test73

2003-01-21 Thread Harold L Hunt II
David, I have made a new debugging release for you to try out: http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test73-DEBUG-2.exe.bz2 (1201 KiB) This new release has many more debug messages around the calls to _XSetLocale. I have also made the MultiWindow WM call _XSetLocale instead of

RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread Harold L Hunt II
Erik, That is very interesting. I wonder what could be causing that problem... I didn't think that there was anything in the MultiWindow mode that touched the bits at such a low level, but now I will have to look more closely. Hmm... actually, try running with this command line (with Windows in

RE: -clipboard on Test73

2003-01-21 Thread Erik Frisk
Hi again, XWin -clipboard -multiwindow (in 16bpp) now crashes with XWinrl.log like below winCreateBoundingWindowWindowed - Returning winFinishScreenInitFB - Masks: f800 07e0 001f winInitVisualsShadowGDI - Masks f800 07e0 001f BPRGB 6 d 16 bpp 16 winCreateDefColormap -

xfree and vms

2003-01-21 Thread J S
Hi, Is anyone here running DecWindows using XFree? I know nothing about VMS but need to set up XFree for someone who does. I just have a couple of questions though: 1. What are the VMS key mappings and where do these go? 2. How do I get the VMS fonts to work? Apparently there isn't a font

RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread J S
Same for me. XWin.exe -engine 1 -rootless crashes. JS. The real problem here may be the way that the GDI DIB engine handles 24 bpp... not necessarily anything wrong with the MultiWindow mode. This seems quick realistic, since the GDI DIB engine is not used unless specified or unless you

RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread J S
And if I change my display to 16 bpp, multiwindow works. Same for me. XWin.exe -engine 1 -rootless crashes. JS. The real problem here may be the way that the GDI DIB engine handles 24 bpp... not necessarily anything wrong with the MultiWindow mode. This seems quick realistic, since

Re: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread Harold L Hunt II
Erik, Great! Okay, one last one before I will have to wait until this evening to do some debugging of the GDI DIB engine: please run the following and report your results: XWin.exe -engine 1 Thanks so much for testing, Harold Erik Frisk wrote: The real problem here may be the way that the

Re: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread Harold L Hunt II
JS, Excellent. Could you please try the following as well: XWin.exe -engine 1 Thanks so much for testing, Harold J S wrote: And if I change my display to 16 bpp, multiwindow works. Same for me. XWin.exe -engine 1 -rootless crashes. JS. The real problem here may be the way that

Re: xfree and vms

2003-01-21 Thread J S
Harold, I had no problem running VMS on XFree86. I just did: 1 – Telnet to connect and logon as normal 2 – Set the X windows display with SET DISPLAY/CREATE /NODE=my.machine.name /TRAN=TCPIP 3 – To test the connection, start a new terminal with CREATE/TERM/DETACH or type MC DECW$CLOCK That

Re: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread J S
Another crash! Again works OK if I set my display to 16bpp though. $ ./XWin-Test73-DEBUG.exe -engine 1 Segmentation fault (core dumped) u752359@A217447D /cygdrive/d/downloads $ cat /tmp/xwinrl.log ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1152 h 864

Re: xfree and vms

2003-01-21 Thread Reinhard Karcher
J S wrote: Is anyone here running DecWindows using XFree? I know nothing about VMS but need to set up XFree for someone who does. I just have a couple of questions though: 1. What are the VMS key mappings and where do these go? 2. How do I get the VMS fonts to work? Apparently there isn't

RE: xfree and vms

2003-01-21 Thread Visscher, Bruce
JS, See below for what I use for key mappings. Hopefully, this will help get you started. For fonts: from VMS, do dir decw$xterminal_font:*.pcf and locate any fonts you might need, ftp them to a local directory, then do mkfontdir YOURDIR and xset fp+ YOURDIR. Bruce ! .xmodmap-vms ! Keyboard

Re: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]

2003-01-21 Thread Erik Frisk
On Tue, 21 Jan 2003, Harold L Hunt II wrote: Erik, Great! Okay, one last one before I will have to wait until this evening to do some debugging of the GDI DIB engine: please run the following and report your results: XWin.exe -engine 1 crash with the following in XWinrl.log