xset: bad font path element (#58), possible causes are:

2005-04-21 Thread J S
Hi, Could anyone help me out please? I'm trying to add another path to my fontpath but keep getting the following error: $ xset fp+ /usr/x11r6/lib/x11/fonts/test xset: bad font path element (#58), possible causes are: Directory does not exist or has wrong permissions Directory missing

Re: xset: bad font path element (#58), possible causes are:

2005-04-21 Thread J S
On Thu, 21 Apr 2005, J S wrote: $ mkaliasfont helvetica arial fonts.alias + [ 2 -ne 2 ] + xlsfonts + grep ^-[^-]*-helvetica- + sed -e s/^-[^-]*\(-helvetica\(-.*\)\)$/-compat-arial\2 -*\1/ $ ls /usr/x11r6/lib/x11/fonts/test fonts.alias fonts.dir $ cat fonts.dir 0 It seems you need

Re: ignore modifier

2005-03-03 Thread J S
On Wed, 2 Mar 2005, J S wrote: Is there a command like IgnoreModifier which you can specify on an individual key basis, so I could say for F1 to F12, ignore when the numlock key is on? Not that I know of. Sorry. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ

ignore modifier

2005-03-02 Thread J S
Hi, My users have a problem with the function keys (ie. F1, F2,) in their X application. If the numlock key is off, the function keys work fine. But if the numlock key is on, the function keys stop working. I know they could do xmodmap -e clear Mod2, however they want to be able to use the

Re: numlock

2004-04-23 Thread J S
bother. JS. I don't have time for it, don't have a need for it, and don't think that anyone has done a complete job of specifying exactly what it is that they would want this to do. As such, I'm not the right man for that job. Harold J S wrote: Harold/Alex? Can you comment on Thomas' email

Re: numlock

2004-04-23 Thread J S
Thanks a lot Alex. I'll do my best. Harold, This is simply a bug report. The FACT is that if you start XFree with the numlock key on, the keyboard doesn't work properly. There have been plenty of other posts about this in the past so I'm not the first to report this. Even if you don't

Re: numlock

2004-04-23 Thread J S
Thanks a lot Alex. I'll do my best. Harold, This is simply a bug report. The FACT is that if you start XFree with the numlock key on, the keyboard doesn't work properly. There have been plenty of other posts about this in the past so I'm not the first to report this. Even if you don't

Re: numlock

2004-04-23 Thread J S
Harold, This is simply a bug report. The FACT is that if you start XFree with the numlock key on, the keyboard doesn't work properly. There have been plenty of other posts about this in the past so I'm not the first to report this. Even if you don't care about it, and it doesn't affect you, I

Re: numlock

2004-04-20 Thread J S
Thomas, Thank-you very very much!!! This is an excellent solution and works like a treat!! Thanks so much. JS. OK. You asked for it. Below is a short C program which will check the state of the NumLock key and synthesize a keydown/keyup sequence of the NumLock key if it's down. Works on

Re: numlock

2004-04-20 Thread J S
Could this code be added into the XFree build? JS. OK. You asked for it. Below is a short C program which will check the state of the NumLock key and synthesize a keydown/keyup sequence of the NumLock key if it's down. Works on my box, which is Win2K, but I'm led to believe from the

Re: numlock

2004-04-18 Thread J S
I Googled for numlock off and the first page had several promising-sounding hits with instructions on how to force Windows to boot up with NumLock off regardless of how the BIOS is configured. The simplest solution (don't know which versions of Windows this will work with) was to add a line

Re: numlock

2004-04-15 Thread J S
Sorry to come back to this again, but I have a lot of user faults reported due to this problem. Our users' boxes boot up with the numlock key on so this causes some confusion when they are told they have to switch the numlock key off before starting XFree. Is there anything I can do to switch

Re: numlock

2004-04-01 Thread J S
Why is it that I need to turn off the numlock key on Xfree to get the keys to work properly? Is this a feature or a bug? X11 Design feature bye ago Ah, not the answer I was expecting! Are you pulling my leg or was that a serious answer?! JS.

Re: map mouse button 4 or 5 to button 2?

2004-02-19 Thread J S
Just to confuse the issue further (sorry), can I map the right mouse button to CTRL+F9 ? JS. Jeffrey, Is it possible to have either button 4 or 5 (usually the forward/back buttons) send a 'button 2' signal (ie paste) to cygwin applications? Chad shows the best way for your purpose. As a

putting xwin into background from a batch script

2004-02-19 Thread J S
Hi, I have a batch script to start an xdmcp session. Once the xwin command runs I need to start up xbindkeys. However the program hangs at the xwin command until the session is closed down, then executes xbindkeys: xwin -noreset -ac -query %SERVER% -from %IP% -clipboard -nodecoration

xdmcp error

2004-02-11 Thread J S
Hi, I can't get xdmcp to work. I'm using the latest XFree packages: XFree86-base 4.3.0-1OK XFree86-bin 4.3.0-8OK XFree86-etc 4.3.0-6OK XFree86-fenc 4.2.0-3OK XFree86-fnts 4.2.0-3OK XFree86-lib

Re: xdmcp error

2004-02-11 Thread J S
Hi, xwin -query splhrl81.abc.com -from 13.252.55.117 -ac Fatal server error: XDMCP fatal error: Session failed Session 267 failed for display S302087D-udp106 1279uds.abc.com:0: Cannot open display is 13.252.55.117 the same as 1279uds.abc.com? Is port 6000 reachable from splhrl81.abc.com?

Re: xdmcp error

2004-02-11 Thread J S
The hostname for the ip address was right on my windows machine but different on the dns server checked by splhrl81 so there's a problem with that DNS server. But, why is XFree trying to get my hostname when I've already given it my IP address? It's not the xserver which does the

Re: frozen screen

2004-02-05 Thread J S
J S wrote: I'm running an x-app on xfree, which after going through certain options on the app, freezes the x- window where I'm working. The window stops responding to any keys or mouse clicks. This is quite unprecise. Which application is it and what are the options which cause the freeze

frozen screen

2004-02-02 Thread J S
Hi, I'm running an x-app on xfree, which after going through certain options on the app, freezes the x- window where I'm working. The window stops responding to any keys or mouse clicks. This is a tail from xwin.log (I wasn't too sure if the last line was significant or not?):

hotkey problem

2004-01-27 Thread J S
Hi, I'm trying to configure 'control+F1' to print out a string on my x-app. I'm able to print out the string using Xautomation: /usr/local/bin/xte str LAHSO NOT AUTHORIZED And I'm able to run a script when I press 'Control+F1' using xbindkeys. What I can't do is get the string to print when

Re: mapping the right mouse button

2003-11-21 Thread J S
I remember seeing recently that there was a fix for mapping the mouse buttons in XFree86. I'm trying to get an application called EMC (which does disk management on MVS) to work with XFree but the problem is the right mouse button doesn't seem to work. It should bring up a menu when I right

Re: screen redraw problem

2003-11-07 Thread J S
into another folder before you delete one of your test installations. You don't want to end up deleting that folder... you would be in a world of hurt. Harold J S wrote: Ha ! OK I'll try to be that guy! What's the best way to do this? Recompile XWin with the -g flag? Is there anything

Re: screen redraw problem

2003-11-07 Thread J S
Hi Alan, I wish I could. It's a legacy application used by my work called ISIS which runs on an old VAX system (not an OS I'm really familiar with). I don't think it's written in-house either, so getting the source code is probably a no-no too. In fact, the same applies to most X apps we have

Re: screen redraw problem

2003-11-06 Thread J S
of the libraries you are using. It is going to take a lot of debugging... you are going to have to be that guy. Harold J S wrote: Is there anymore information I need to add to this post? I would really like to get some help with it. The logs don't seem to be showing anything. I've tried setting different

screen redraw problem

2003-11-05 Thread J S
Is there anymore information I need to add to this post? I would really like to get some help with it. The logs don't seem to be showing anything. I've tried setting different color depths, and screen resolutions but to no avail. Hi, I have an application which has some boxes in the window.

screen redraw problem

2003-11-04 Thread J S
Hi, I have an application which has some boxes in the window. The window itself is scrollable. When I scroll down - no problem, but when I scroll up the boxes turn into long vertical bars. This problem doesn't happen with Exceed, but on XFree86 (both Linux XFree86 and Cygwin-XFree) it does.

Re: right-click problem

2003-10-14 Thread J S
Hi, I'm still stuck on this despite going through the archives - I can't find a similar problem. On Exceed 6.2, the submenus work if I right-click the mouse. However in XFree86 and Exceed 7.1, they don't. (These are all with fresh installs). I have even tried running the app on Linux but

Re: right-click problem

2003-10-14 Thread J S
Hi, I'm still stuck on this despite going through the archives - I can't find a similar problem. On Exceed 6.2, the submenus work if I right-click the mouse. However in XFree86 and Exceed 7.1, they don't. (These are all with fresh installs). I have even tried running the app on Linux but

Re: right-click problem

2003-10-13 Thread J S
with a remote application since we have seen reports of this before. So, I guess you should search the mailing list archives as well. Harold J S wrote: Hi, I have an X-app which when I right click on some of the icons produces a menu in Exceed, but in XFree doesn't - however if I run any other apps

Re: xfree cvs

2003-08-04 Thread J S
HEAD and applied them to XFIXES_BRANCH. You should now be able to build both HEAD and XFIXES_BRANCH from the xoncygwin project on SourceForge. Harold J S wrote: Hi Dan, I retried downloading from the cvs and issued the command you gave me below but still I get the following problem doing

Re: xfree86 cvs

2003-07-22 Thread J S
I'm still stuck on this. Can anyone help me please? I'm just trying to checkout and compile the XFIXES_BRANCH for XFree86 but getting an error about Xfixes.h missing. Thanks, I have just done that but there's not Xfixes.h file in there. JS. Can you make sure you did a: 'cvs update -d -r

re: xfree cvs

2003-07-21 Thread J S
Hi Dan, I retried downloading from the cvs and issued the command you gave me below but still I get the following problem doing 'make World': + mkdir -p ../../exports/lib/locale/zh_HK.big5hkscs + mkdir -p ../../exports/lib/locale/zh_TW + mkdir -p ../../exports/lib/locale/zh_TW.big5 + mkdir -p

Re: xfree86 cvs

2003-07-18 Thread J S
Thanks, I have just done that but there's not Xfixes.h file in there. JS. Can you make sure you did a: 'cvs update -d -r XFIXES_BRANCH' in the xc dir? This will make sure that it is correctly up to date. Otherwise, there would be scope for problems. Let me know. Dan --- Hi, I got a bit

xfree86 cvs

2003-07-16 Thread J S
Hi, When I try to download XFree from cvs I keep getting an error: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xoncygwin login Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/xoncygwin CVS password: cvs [login aborted]: end of file from server (consult above messages if any) Eventually if

xfree86 cvs

2003-07-16 Thread J S
Hi, I got a bit further with this. I checked out the xc module and then checked out the XFIXES_BRANCH on top of that. When compiling I now get an error complaining about Xfixes.h missing: gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I. -I../../../../exports/include/X11 -I..

Re: xwinclip/-clipboard - Development on no selection stealing version

2003-07-11 Thread J S
Thanks Alex, I tried that but got an error. Do you get this? $ cvs checkout -r XFIXES_BRANCH xc cvs [server aborted]: no such tag XFIXES_BRANCH J S wrote: cvs checkout -rEXPR1 XFIXES_BRANCH cvs checkout -r XFIXES_BRANCH xc bye ago NP: Die Ärzte - 1/2 Lovesong -- [EMAIL PROTECTED

Re: xwinclip/-clipboard - Development on no selection stealing version

2003-07-11 Thread J S
, with the -clipboard feature enabled. I posted the backtrace some time ago (4 weeks?). Many thanks! Dan --- Thanks Alex, I tried that but got an error. Do you get this? $ cvs checkout -r XFIXES_BRANCH xc cvs [server aborted]: no such tag XFIXES_BRANCH J S wrote: cvs checkout -rEXPR1 XFIXES_BRANCH cvs

Re: xwinclip/-clipboard - Development on no selection stealing version

2003-07-11 Thread J S
Thanks for your help. Here you go: $ cvs log xc/programs/Xserver/hw/xwin/winregistry.c RCS file: /cvs/xc/programs/Xserver/hw/xwin/winregistry.c,v Working file: xc/programs/Xserver/hw/xwin/winregistry.c head: 1.1 branch: locks: strict access list: symbolic names: xf-4_3_99_8: 1.1

Re: xwinclip/-clipboard - Development on no selection stealing version

2003-07-11 Thread J S
That explains a lot!!! The link to CVS access documentation on http://xfree86.cygwin.com points to http://xfree86.org/cvs/. symbolic names: xf-4_3_99_8: 1.1 xf-4_3_99_7: 1.1 this is the cvs.xfree86.org repository? The current development is done in the xoncygwin repository.

Re: xwinclip/-clipboard - Development on no selection stealing version

2003-07-10 Thread J S
Harold, Have you taken out the XFIXES branch? JS. Hi, Could you help me out please? I'm not too familiar with using the XFree CVS. Do I need to check out all the XFree code to compile the test code below? I tried: cvs checkout -A xc but that is taking a really long tim to download so not

weirdness on 95

2003-06-10 Thread J S
Hi all, I have a windows 95 machine which is having problems. If I run XWin, the root window begins to fire up and then dies straight away. I have copied some of the log for you to see below. I had the same problem when I tested the latest XWin-Test91 also. I tried 32 and 16 bit color (no 24)

Re: weirdness on 95

2003-06-10 Thread J S
display, try: 1, sleeping: 5 winInitMultiWindowWM - Could not open display, try: 1, sleeping: 5 That indicates that the MultiWindow threads are not able to connect to the server via TCP/IP. This leads me to suspect that you are either passing -query or -nolisten tcp. Harold J S wrote: Hi all

Xdefaults error

2003-06-06 Thread J S
Hi, I have the following .Xdefaults file: $ cat .Xdefaults xterm*VT100.Translations: #override \n\ KeyF11: string(anonymous) \n\ KeyF12: string(set DISPLAY=32.32.23.23:0) as I'm trying to figure out how to map keys to strings. However when I start up an xterm now I get

Re: two new -multiwindow bugs

2003-03-20 Thread J S
Does it make any difference to the titles if you change the color depth setting? JS I have also experience the repeated keystroke bug. As for the window title bug, it was possible to give a new xterm a different title under XWin-4.2.0-20. If you run xterm -T my title -e bash, the xterm will

Re: xwinclip not working with xdm

2003-03-06 Thread J S
Does anyone else here use xdm? Could you test this out and let me know if your xwinclip works on it? Thanks, JS. Nope, never seen that before. J S wrote: Hi, When I run xdm to an AIX box (either with -clipboard or xwinclip standalone) I'm unable to select text to copy. The highlight won't

Re: xwinclip not working with xdm

2003-03-06 Thread J S
J S wrote: Does anyone else here use xdm? Could you test this out and let me know if your xwinclip works on it? I'm using XWin with wdm. I don't need winclip very often so I only start it when I really need it. I've seen no problems (beside that the selection immediatly disappears after

xwinclip not working with xdm

2003-03-05 Thread J S
Hi, When I run xdm to an AIX box (either with -clipboard or xwinclip standalone) I'm unable to select text to copy. The highlight won't stick after selecting the text, but it copy parts of the text. However on Solaris, I can select the text, but this doesn't get copied to the clipboard.

Re: problem resizing xwindow veritcally

2003-03-04 Thread J S
Kumarchi, I assume you are running in multiwindows mode? I get that problem too but I don't think there's much you can do about it at the moment apart from run XFree with a different window manager. Harold, I've managed to avoid looking at the source code so far, but from my recollection,

Re: multiwindow crash on resolution 1280

2003-02-27 Thread J S
! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! JS, Nope, you made a mistake. See this line from the log file: winSetEngine - Multi Window = ShadowGDI You sent in your -multiwindow log file again. Notice that the log file ends in failure. Harold J S

Re: multiwindow crash on resolution 1280

2003-02-27 Thread J S
. I won't say anything more about this issue until I see their startxwin.bat file mailed in. Harold J S wrote: And now, the correct error log! Sorry about that Harold. I'm told that Xwin failed to start this time as you said would happen: ddxProcessArgument - Initializing default screens

Re: WMaker crashes when starting with startxwin.bat

2003-02-27 Thread J S
Hi Klaus, This answer probably won't help because I'm probably speaking rubbish, but I have got the same problem as you, so I know what you're talking about. You can start wmaker from the cygwin window, but not from a batch file (or more specifically a windows command window). I think this

RE: multiwindow crash on resolution 1280

2003-02-25 Thread J S
is not possible but anything smaller than that is okay, or if it is just that one size in the middle has problems but all the rest are okay. Oh yeah, and this was done with 4.2.0-25, right? Thanks for testing, Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of J S

distorted menus with multiwindow

2003-02-24 Thread J S
I am running a VMS application on XFree86 (version Server-Test 78) which ideally I'd like to run on multiwindows, but when I click on some of the menus e.g. File, Edit, Help, not all of the options are displayed, or sometimes after the menu has dropped down and back up again, fragments of it

multiwindow mode

2003-02-11 Thread J S
I've started to find that a lot of the X apps we use in our company actually work better in multiwindow mode. For example, one application we have was practically unusable before because some of the pop up windows it opened were greater in size than the desktop, and these windows didn't have

numlock

2003-02-06 Thread J S
Is there a way to run XFree with the numlock key on without stopping the keys from working? I followed the instructions from Harold's post at: http://www.cygwin.com/ml/cygwin-xfree/2002-06/msg00307.html but that solution didn't seem to work for me. Thanks, JS.

Re: (fwd) non us keyboards and cygwin xfree86

2003-02-06 Thread J S
I get the same error even if I try to compile the German keyboard: xkb_keymap de { xkb_keycodes{ include xfree86 }; xkb_types { include default }; xkb_compatibility { include default }; xkb_symbols { include

Re: (fwd) non us keyboards and cygwin xfree86

2003-02-06 Thread J S
Wow that works! Thanks Alex. On Thu, 6 Feb 2003, J S wrote: Hi Tom, I tried that but got: $ xkbcomp -xkm -m gb /usr/X11R6/lib/X11/xkb/keymap/xfree86 /etc/X11/xkb/keymap/gb Error:Include file wrong type (expected KeyNames, got Keymap) Include file

xwin parameter for xmodmap?

2003-02-05 Thread J S
Quick question. Do I always have to do 'xmodmap /etc/xmodmap/xmodmap.uk' to set my keys on XFree, or is it possible to do this from an Xwin command flag? I found the flags -xkbdb, -keyboard and -xkbdb but they don't seem to be connected to the keycode map. Thanks, JS.

convert exceed keymaps to xfree

2003-02-02 Thread J S
Hi, I would like to set up the key mappings for a VMS user on XFree86. He currently uses Exceed. Unfortunately I can't get his F4 key to work which is supposed to EXIT a panel on the application he is using. He sent me his Exceed key map (see below) but I can't really figure out what changes I

Re: convert exceed keymaps to xfree

2003-02-02 Thread J S
I may have been a bit naieve. Is the exceed file below saying that I need to map F4 to keycode 115? Thanks, JS. Hi, I would like to set up the key mappings for a VMS user on XFree86. He currently uses Exceed. Unfortunately I can't get his F4 key to work which is supposed to EXIT a panel on

multiwindow crash on resolution 1280

2003-01-30 Thread J S
Hi, I have a customer trying out multiwindow mode on windows 95. He usually has his resolution set to 1280 x 1024, but for some reason multiwindow won't work with this. If I change his display settings to anything else though, it does work. Here is the log: ddxProcessArgument - Initializing

RE: xfree and vms

2003-01-24 Thread J S
JS wrote: I've copied over the fonts I found from VMS now, and done the mkfontdir, and xset but when I run the xclock for example, I still get the following messages: ISIS-WORKMC DECW$CLOCK X Toolkit Warning: Cannot convert string -*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1 to

RE: xfree and vms

2003-01-23 Thread J S
=Menu ! And now for my final trick: I want the + on the numeric keypad to be ! keypad comma and shift-+ on the numeric keypad to be keypad minus. keycode 86=KP_Separator KP_Subtract -Original Message- From: J S [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:05 PM

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: xfree and vms

2003-01-21 Thread J S
waiting for me to find the info, as it may take a few days. Harold J S wrote: 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

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

2003-01-21 Thread J S
for keyboard Rules = xfree86 Model = pc101 Layout = us Variant = (null) Options = (null) 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

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

2003-01-20 Thread J S
Harold, Results of multiwindow test on Xwin-Test73: $ ./XWin-Test73.exe -multiwindow Segmentation fault (core dumped) U752359@A217447D /cygdrive/d/downloads $ cat /tmp/xwinrl.log ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1152 h 864

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

2003-01-17 Thread J S
Still no luck. I tried cygwin1-20030117.dll but it made no difference: $ ls -l /bin/cygwin1.dll -rw-r--r--1 U752359 mkgroup906568 Jan 17 09:03 /bin/cygwin1.dll $ gdb ./XWin-Test71-DEBUG-2.exe GNU gdb 2002-12-19-cvs (cygwin-special) Copyright 2002 Free Software Foundation, Inc. GDB is

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

2003-01-16 Thread J S
MiB) Harold Harold L Hunt II wrote: I am building a debug version for you. I will post it sometime tonight as an unofficial release (i.e., without all the formal release announcements, etc.). Harold J S wrote: Yadin, I tried your suggestion but no success. JS. Hi, This version works great

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

2003-01-16 Thread J S
Hi Harold, I'm happy to do the testing, I'm just worried in case we find out it was something really stupid! Anyway, I'm sure there's only one cygwin1.dll. Is the line below fbblt.c: No such file or directory relevant at all? $ find / -name cygwin1* /bin/cygwin1.dll /usr/bin/cygwin1.dll $

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

2003-01-16 Thread J S
drive and do a search for cygwin1.dll. Then I want you to do it again for your D drive, etc. It doesn't look like the problem has anything to do with threads. Harold J S wrote: Hi Harold, I'm happy to do the testing, I'm just worried in case we find out it was something really stupid! Anyway

Re: multiwindow segmentation fault

2003-01-15 Thread J S
Kensuke, I'm not an expert on gdb but managed to get the following debug info for you. Also in answer to Harold's question I only have one cygwin1.dll. $ gdb xwin GNU gdb 2002-12-19-cvs (cygwin-special) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU

RE: multiwindow segmentation fault

2003-01-15 Thread J S
Sorry I sent the wrong stackdump in my previous email, it should have displayed: $ cat XWin-Test71.exe.stackdump Exception: STATUS_ACCESS_VIOLATION at eip=00461F32 eax= ebx=01732000 ecx= edx= esi=102C44E4 edi=0001 ebp=0022FB38 esp=0022FAD8

Re: [ANNOUNCEMENT] Server Test 71

2003-01-15 Thread J S
Yadin, I tried your suggestion but no success. JS. Hi, This version works great! All the menus are now updated correctly (Win XP). Thanks Kensuke and Harold! To JS: Are you running any virus protection program? try disabling it. Yadin. Harold L Hunt II [EMAIL PROTECTED] wrote in message [EMAIL

x-apps larger than my desktop

2003-01-15 Thread J S
Hi, I have windowmaker running on cygwin XFree86. I have a couple of applications that run fine on Exceed, but if I run them on XFree, the windows produced from various menu options selected in the main X-app window are larger than my desktop. I know that I can press Alt and left/right click

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

2003-01-15 Thread J S
. I will post it sometime tonight as an unofficial release (i.e., without all the formal release announcements, etc.). Harold J S wrote: Yadin, I tried your suggestion but no success. JS. Hi, This version works great! All the menus are now updated correctly (Win XP). Thanks Kensuke

Re: multiwindow segmentation fault

2003-01-14 Thread J S
U752359@A217447D ~ $ xwin -multiwindow Segmentation fault (core dumped) U752359@A217447D ~ $ You are taking care not to run any other window manager, right? (don't run twm, mwm, openbox, etc. since -multiwindow invokes its own window manager) Harold J S wrote: Hi, I downloaded all the XFree

Re: multiwindow segmentation fault

2003-01-14 Thread J S
one copy. Harold J S wrote: Sure. If you just run the command 'xwin -multiwindow' from a bash prompt then the only thing you're running is xwin anyway isn't it? $ ps -ef UID PIDPPID TTY STIME COMMAND U752359 836 1 con 16:46:30 /usr/bin/bash U752359 868 836

RE: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
Yes that works fine, as does -rootless. As a sanity check, try starting without the -multiwindow parameter. Let us know if the server comes up at all. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J S Sent: Sunday, January 12, 2003 4:20 PM

RE: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
up at all. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J S Sent: Sunday, January 12, 2003 4:20 PM To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMENT] Server Test 70 Links: I just posted Test 70 to the server development page: http://xfree86

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
Yes. $ startxwin.bat startxwin.bat - Starting on Windows NT/2000 Signal 11 giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. * J S [EMAIL PROTECTED] [2003-01-13 10:21:57 +]: I've also had the same problem

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
to running it from a Windows command prompt, not from a bash shell. Harold J S wrote: Yes. $ startxwin.bat startxwin.bat - Starting on Windows NT/2000 Signal 11 giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. * J

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
Milos, Is your cygwin all up to date? And if you issue the command 'xwin -multiwindow' from the bash prompt window, does that work OK? JS. Multiwindow works for me on Win2k. I can open xterm's and xclock's without any problems. The only minor problem I have is with LyX (uses xforms) - the

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
Hi Kensuke, I commented out the window manager startup anyway. Besides, if I just run XWin -multiwindow from the command line, it shouldn't seg fault should it? JS. In multiwindow mode, don't start window manager. We must write code that behave as window manager, but I have not done yet. By

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
By the way, is this the same file size as your xwin? $ ls -l `which xwin` -rwxr-xr-x1 U752359 unknown 3381760 Jan 12 19:34 /usr/X11R6/bin/xwin Hi Kensuke, I commented out the window manager startup anyway. Besides, if I just run XWin -multiwindow from the command line, it shouldn't

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
No it's the experimental version I downloaded using the cygwin setup program. J S, It seems that XWin.exe released by Harold doesn't print messages like 10104218:winCreateWindowMultiWindow. Did you compile it your self? Kensuke Matsuzaki

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
I have this problem on win2k and win98SE. By the way, is this the same file size as your xwin? $ ls -l `which xwin` -rwxr-xr-x1 U752359 unknown 3381760 Jan 12 19:34 /usr/X11R6/bin/xwin Hi Kensuke, I commented out the window manager startup anyway. Besides, if I just run XWin

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
That's the one I've got. I updated my cygwin at about 10 a.m GMT today. Get the -18 version that is out today. There was a short-lived -17 version. You must have gotten it. Harold J S wrote: No it's the experimental version I downloaded using the cygwin setup program. J S, It seems

Re: [ANNOUNCEMENT] Server Test 70

2003-01-13 Thread J S
it. Harold J S wrote: No it's the experimental version I downloaded using the cygwin setup program. J S, It seems that XWin.exe released by Harold doesn't print messages like 10104218:winCreateWindowMultiWindow. Did you compile it your self? Kensuke Matsuzaki

failed to open input method

2002-12-19 Thread J S
Here's a bit more information.I noticed in the Xwin.log it said - (EE) Unable to locate/open config file InitOutput - Error reading config file Which config file is it referring to? Cheers, JS. u752359@A217447D ~ $ Xwin [1] 1164 u752359@A217447D ~ $ wmaker [2] 460 u752359@A217447D ~ $

which command fails

2002-12-19 Thread J S
Hi, Since I upgraded cygwin I can't use the which command. It keeps saying: $ which /usr/bin/ls /usr/bin/ls: Command not found. My path appears to be OK: $ echo $PATH /usr/local/bin:/usr/bin:/bin:.:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/local/wmaker/bin:/cygdriv

Re: which command fails

2002-12-19 Thread J S
. --- J S [EMAIL PROTECTED] a écrit : Hi, Since I upgraded cygwin I can't use the which command. It keeps saying: $ which /usr/bin/ls /usr/bin/ls: Command not found. My path appears to be OK: $ echo $PATH /usr/local/bin:/usr/bin:/bin:.:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/local/wmaker

Failed to open input method

2002-12-18 Thread J S
Hi, Could anyone help me with this problem please? I keep getting the following messages after upgrading XFree86: $ xterm Warning: locale not supported by C library, locale unchanged Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default

Re: Host Chooser Program?

2002-12-12 Thread J S
Hmm, weird. Haven't had that combination before :) Could you please post me (not the list) your Xwin.log, and your launchx.bat file that XLauncher creates from one of these 95 machines, after running XLauncher on it? Hopefully that will turn up something. This is not a problem of

Re: Host Chooser Program?

2002-12-11 Thread J S
On Mon, Dec 09, 2002 at 09:18:00PM +, J S wrote: Tim, This is a really good, simple GUI program which will make life a lot easier for my users. I tried the cygwin connection tool on win 98 and 2000, but it didn't work on neither, complaining of missing DLLs so I guess that needs

Re: XDMCP on Windows 95

2002-12-09 Thread J S
On Mon, 9 Dec 2002, J S wrote: Here's the output I got from ls_netdev, although what's confusing is I'm using a token ring network connection, not ethernet as the output seems to suggest: The code for win95 can only distinguish between ppp and other network interfaces. $ ls_netdev-w95

Re: XDMCP on Windows 95

2002-12-09 Thread J S
J S wrote: Sorry I didn't realise what ls_netdev was before. I will try it tomorrow when I go back to work. Maybe this will bring some light to the problem. Anything suspicious there? Only that the dll reports more accourate values than ls_netdev *g* bye ago Hi Alex, Here's

  1   2   >