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 at least one real font in that directory.
I tried and was successful after adding a .ttf font and running
mkfontscale "$fontdir"
mkfontscale -b -s "$fontdir"
removing the entries from fonts.dir produced a similar bahaviour
bye
ago
--
Thanks Alex,
Much appreciated.
Amazingly that worked. I never used to have to do that though.
Thanks again,
JS.



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 fonts.dir
   Incorrect font server address or syntax
I know the directory exists, it has full permissions, it has fonts.dir, and 
the syntax seems to be right, so I'm not sure what the problem is. Nothing's 
showing up in the xwin.log either.

Here's my configuration:
XFree86-base 4.3.0-11
XFree86-bin  4.3.0-21
XFree86-etc  4.3.0-12
XFree86-fenc 4.3.0-2
XFree86-fnts 4.3.0-2
XFree86-lib  4.3.0-3
XFree86-lib-compat   4.3.0-2
XFree86-prog 4.3.0-21
XFree86-xserv4.3.0-68
xorg-x11-base6.8.2.0-1
xorg-x11-bin 6.8.2.0-1
xorg-x11-bin-dlls6.8.2.0-1
xorg-x11-bin-lndir   6.8.2.0-1
xorg-x11-devel   6.8.2.0-2
xorg-x11-etc 6.8.2.0-1
xorg-x11-f1006.8.1.0-3
xorg-x11-fcyr6.8.1.0-2
xorg-x11-fenc6.8.1.0-2
xorg-x11-fnts6.8.1.0-3
xorg-x11-fscl6.8.1.0-2
xorg-x11-libs-data   6.8.2.0-1
xorg-x11-xwin6.8.2.0-1
This is how I created the new font directory:
$ mkdir -p test
$ ls -ld test
drwxrwxrwx  2 D752359 mkgroup_l_d 0 Apr 21 13:50 test
I added a fonts.alias file in there:
$ mkaliasfont helvetica arial > fonts.alias
+ [ 2 -ne 2 ]
+ xlsfonts
+ grep ^-[^-]*-helvetica-
+ sed -e s/^-[^-]*\(-helvetica\(-.*\)\)$/-compat-arial\2 -*\1/
$ head fonts.alias
-compat-arial-bold-o-normal--0-0-100-100-p-0-iso10646-1 
-*-helvetica-bold-o-norm
al--0-0-100-100-p-0-iso10646-1
-compat-arial-bold-o-normal--0-0-100-100-p-0-iso8859-1 
-*-helvetica-bold-o-norma
l--0-0-100-100-p-0-iso8859-1
-compat-arial-bold-o-normal--0-0-100-100-p-0-iso8859-10 
-*-helvetica-bold-o-norm
al--0-0-100-100-p-0-iso8859-10
-compat-arial-bold-o-normal--0-0-100-100-p-0-iso8859-13 
-*-helvetica-bold-o-norm
al--0-0-100-100-p-0-iso8859-13
-compat-arial-bold-o-normal--0-0-100-100-p-0-iso8859-14 
-*-helvetica-bold-o-norm
al--0-0-100-100-p-0-iso8859-14
-compat-arial-bold-o-normal--0-0-100-100-p-0-iso8859-15 
-*-helvetica-bold-o-norm
al--0-0-100-100-p-0-iso8859-15

$ xset q fp
Keyboard Control:
 auto repeat:  onkey click percent:  0LED mask:  
 auto repeat delay:  500repeat rate:  31
 auto repeating keys:  00ffdbbf
   fadfffdfffdfe5ef
   
   
 bell percent:  50bell pitch:  400bell duration:  100
Pointer Control:
 acceleration:  2/1threshold:  4
Screen Saver:
 prefer blanking:  yesallow exposures:  yes
 timeout:  600cycle:  600
Colors:
 default colormap:  0x20BlackPixel:  0WhitePixel:  16777215
Font Path:
 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X1
1/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
Bug Mode: compatibility mode is disabled

$ mkfontdir /usr/x11r6/lib/x11/fonts/test
$ ls /usr/x11r6/lib/x11/fonts/test
fonts.alias  fonts.dir
And after this I get the error trying to add the path. What is an error 58?
Thanks for any help.
JS.



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: 126018723
I found the fix was to do:
xmodmap -e "add mod2 = F6"
However, for some reason I had to press F6 twice before it started to work 
with the numlock key on.

JS.



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 numpad as well.

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?

Thanks for any help.
JS.



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 think you'll 
find a lot of users (who don't necessarily post here) have come across the 
numlock issue. I know my users have, and everyone agrees this is a BUG.
I don't agree that it is a bug.  I believe that this is simply the side 
effect of changes made to how numlock is handled in the X Window System; 
those changes were beyond our control and not all libraries and 
applications have been updated in the 5 or more years since those changes 
to handle numlock properly.  Thus, anything that we do to turn numlock off 
will only be a partial work-around, not a bug fix.  If it was a bug fix 
then it would apply all the time, but it can't be applied all the time 
because the majority of users that don't use LessTif or Motif applications 
will wonder why their numlock key keeps turning off.

No one has asked you to do the work for this though - If I can, I'll 
provide the patch using Thomas' code, but as the one in charge of this 
project, you're the man who says whether such a patch goes into the build. 
I was just trying to get some involvement from you, maybe encouragement.
Yeah you did ask me to do the work, you sent me a private message asking if 
I was interested.

I'm not saying it wouldn't go in.  I think it is farely obvious that it 
something doesn't change the default behavior then it goes in almost 
automatically.  I say go for it.

Now, you might still be wondering why I'm not interested.  I'm not 
interested in writing it myself because I spent about five minutes thinking 
about it and came up with various questions about how this should behave 
when Cygwin/X loses or regains keyboard focus.  I also don't particularly 
like changing the keyboard state.  Then I started thinking that maybe a 
better way to do this would be to make a command-line parameter that causes 
numlock to not be specified as a mask key.  I also figured that an even 
better way may be an option on the tray menu that lets you toggle a 
numlock-override during your session that just makes numlock look like it 
is off without actually changing the keyboard state.

See what I mean about how I don't think this has been completely thought 
out?  Somebody needs to make this one their own and it sounds like you are 
interested, so go for it.

I personally liked the idea of adding a flag to the XWin command line e.g.

Xwin -numlockoff

but if you're saying this is a non-starter I won't bother.
I never said it was a non-starter.  I just said "I'm not the man for the 
job" because it sounded like you were asking me to write the code for you.

Absolutely not. If it sounded like I was asking you to do the work - that's 
my fault, I should have worded my email better, I only wanted your 
advice/approval.
That said, you did seem to be ignoring the numlock issue. Usually you are 
very quick to reply and helpful, aren't you?! :)
Believe it or not, I get a lot of grief about the numlock key and I tried 
telling my users what you said before about it not being a bug, but now 
everyone thinks I'm in denial! They call me "numnuts" at work now!
Anyway, you obviously have a better understanding of the problem but I don't 
think you can expect a bugfix to anticipate future changes. I doubt whether 
today's XFree will work on all future releases of Windows.

I'll crack on with trying to write a patch and hopefully I'll be able to 
contribute some code (with a bit of support and guidance along the way?).

Cheers,

JS.

_
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo


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 care about it, and it doesn't affect you, I think 
you'll
> find a lot of users (who don't necessarily post here) have come across 
the
> numlock issue. I know my users have, and everyone agrees this is a BUG.
>
> No one has asked you to do the work for this though - If I can, I'll 
provide
> the patch using Thomas' code, but as the one in charge of this project,
> you're the man who says whether such a patch goes into the build. I was 
just
> trying to get some involvement from you, maybe encouragement.

Go on. If the patch is good an useful there are very good chances it will 
be
included.

> Xwin -numlockoff

sounds good.

bye
ago
--
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723
_
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger



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 care about it, and it doesn't affect you, I think 
you'll
> find a lot of users (who don't necessarily post here) have come across 
the
> numlock issue. I know my users have, and everyone agrees this is a BUG.
>
> No one has asked you to do the work for this though - If I can, I'll 
provide
> the patch using Thomas' code, but as the one in charge of this project,
> you're the man who says whether such a patch goes into the build. I was 
just
> trying to get some involvement from you, maybe encouragement.

Go on. If the patch is good an useful there are very good chances it will 
be
included.

> Xwin -numlockoff

sounds good.

bye
ago
--
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723
_
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo


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 think you'll 
find a lot of users (who don't necessarily post here) have come across the 
numlock issue. I know my users have, and everyone agrees this is a BUG.

No one has asked you to do the work for this though - If I can, I'll provide 
the patch using Thomas' code, but as the one in charge of this project, 
you're the man who says whether such a patch goes into the build. I was just 
trying to get some involvement from you, maybe encouragement.

I personally liked the idea of adding a flag to the XWin command line e.g.

Xwin -numlockoff

but if you're saying this is a non-starter I won't 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 below? Would you be able to 
add the numlockoff code into the XFree build?

Could this code be added into the XFree build?


[snip]

Not sure.  That's a question for Harold, et. al. to answer.  The options 
would be to (1) incorporate this code into the XWin codebase and 
"activate" it via a command-line switch, or (2) include it as a separate 
executable in the xorg-x11-bin package, and call it from the startxwin 
script.

_
Check out MSN PC Safety & Security to help ensure your PC is protected 
and safe. http://specials.msn.com/msn/security.asp

_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger


_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess



Re: numlock

2004-04-22 Thread J S
Harold/Alex? Can you comment on Thomas' email below? Would you be able to 
add the numlockoff code into the XFree build?

Could this code be added into the XFree build?
[snip]

Not sure.  That's a question for Harold, et. al. to answer.  The options 
would be to (1) incorporate this code into the XWin codebase and "activate" 
it via a command-line switch, or (2) include it as a separate executable in 
the xorg-x11-bin package, and call it from the startxwin script.

_
Check out MSN PC Safety & Security to help ensure your PC is protected and 
safe. http://specials.msn.com/msn/security.asp

_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger



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 documentation that it should work with any 32-bit 
implementation of windows.

To build it, copy-paste the following source into a file (e.g. 
"numlockoff.c") then run gcc on it (e.g. "gcc -o numlockoff numlockoff.c"). 
 Then add that to a convenient location on your client systems and add a 
call to it in your X startup script.

#include 
#define _WIN32_WINNT 0x0500
#include 
int main()
{
   INPUT pInput[2];
   if (GetKeyState(VK_NUMLOCK) == 1)
   {
   pInput[0].type   = INPUT_KEYBOARD;
   pInput[0].ki.wVk = VK_NUMLOCK;
   pInput[0].ki.wScan   = 0;
   pInput[0].ki.dwFlags = 0; /* Nill for keydown */
   pInput[0].ki.time= 0;
   pInput[0].ki.dwExtraInfo = 0;
   pInput[1].type   = INPUT_KEYBOARD;
   pInput[1].ki.wVk = VK_NUMLOCK;
   pInput[1].ki.wScan   = 0;
   pInput[1].ki.dwFlags = KEYEVENTF_KEYUP;
   pInput[1].ki.time= 0;
   pInput[1].ki.dwExtraInfo = 0;
   if (SendInput(2, pInput, sizeof(INPUT)) == 0)
   {
   fprintf(stderr, "Error: SendInput failed.  NumLock was not 
turned off.\n");
   }
   }
}

_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.com/go/onm00200415ave/direct/01/

_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess



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 my box, which is Win2K, but I'm led to 
believe from the documentation that it should work with any 32-bit 
implementation of windows.

To build it, copy-paste the following source into a file (e.g. 
"numlockoff.c") then run gcc on it (e.g. "gcc -o numlockoff numlockoff.c"). 
 Then add that to a convenient location on your client systems and add a 
call to it in your X startup script.

#include 
#define _WIN32_WINNT 0x0500
#include 
int main()
{
   INPUT pInput[2];
   if (GetKeyState(VK_NUMLOCK) == 1)
   {
   pInput[0].type   = INPUT_KEYBOARD;
   pInput[0].ki.wVk = VK_NUMLOCK;
   pInput[0].ki.wScan   = 0;
   pInput[0].ki.dwFlags = 0; /* Nill for keydown */
   pInput[0].ki.time= 0;
   pInput[0].ki.dwExtraInfo = 0;
   pInput[1].type   = INPUT_KEYBOARD;
   pInput[1].ki.wVk = VK_NUMLOCK;
   pInput[1].ki.wScan   = 0;
   pInput[1].ki.dwFlags = KEYEVENTF_KEYUP;
   pInput[1].ki.time= 0;
   pInput[1].ki.dwExtraInfo = 0;
   if (SendInput(2, pInput, sizeof(INPUT)) == 0)
   {
   fprintf(stderr, "Error: SendInput failed.  NumLock was not 
turned off.\n");
   }
   }
}

_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.com/go/onm00200415ave/direct/01/

_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



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 to c:\config.sys that looks like "NUMLOCK=OFF").

Thanks for your reply. Unfortunately our users' boxes are locked down 
(they're on XP) so they wouldn't be able to edit that file. I was really 
looking for a way to do this from the XFree startup script or configuration 
anyway.


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 this numlock behaviour off without user interference?

JS.

_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger

_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.com/go/onm00200415ave/direct/01/

_
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger



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 
this numlock behaviour off without user interference?

JS.

_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



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.

_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger



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?

JS.

_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



Re: putting xwin into background from a batch script

2004-02-19 Thread J S


Thanks Igor. Just after I posted this, I rememberd there's a run command in 
cygwin now as well. That did the trick for me.

run xwin 
run xbindkeys ...

On Thu, 19 Feb 2004, J S wrote:

> 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
> -emulate3buttons 50 -dpi 91 -once
> xbindkeys
>
> Is there a way (in batch) to fork the xwin session into the background ?
>
> Thanks for any help,
> JS.

Yep, it's called "start".  From a command prompt, type "help start".
Igor
--
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton
_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger



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 
-emulate3buttons 50 -dpi 91 -once
xbindkeys

Is there a way (in batch) to fork the xwin session into the background ?

Thanks for any help,

JS.

_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband



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 note, you
can swap mouse buttons via xmodmap command in UNIX like
environments.  For this case
xmodmap -e "pointer = 1 5 3 4 2"
swaps button 2 and button 5.
> My new mouse/keyboard setup is MS Wireless Optical Desktop Elite (which
> includes a Wireless IntelliMouse Explorer 2.0), and I'm running  hm,
> not sure how to check my Cygwin version, it's probably ~4 months old
> ... on WinXP.
The xmodmap way works well on Cygwin/X versions newer than
release-22 (released on 2003-11-9).
Takuma Murakami

_
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger



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 translation. The xserver is sending out
the from address and the xdmcp server does a reverse lookup and then uses 
this
name.

bye
ago
--
Thanks Alex,

Presumably I can configure the xdmcp server not to do a reverse lookup.

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



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? Maybe there is a firewall blocking the connection.
bye
ago
--
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?

js.

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



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  4.3.0-1OK
XFree86-lib-compat   4.3.0-2OK
XFree86-prog 4.3.0-12   OK
XFree86-xserv4.3.0-44   OK
I've run the following command on Windows XP with various resolutions/color 
depths/engine settings but all started up, waited about 1 minute, then 
shutdown. The login window never came up:

xwin -query splhrl81.abc.com -from 13.252.55.117 -ac

$ cat /tmp/xwin.log
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1024 h 768
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/m
isc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6
/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winScreenInit - dwWidth: 1024 dwHeight: 768
winSetEngine - Using Shadow DirectDraw NonLocking
winAdjustVideoModeShadowDDNL - Using Windows display depth of 24 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1024 h: 768
winCreateBoundingWindowWindowed - Current w: 1024 h: 768
winAdjustForAutoHide - Original WorkArea: 0 0 738 1024
winAdjustForAutoHide - Adjusted WorkArea: 0 0 738 1024
winCreateBoundingWindowWindowed - WindowClient w 1018 h 706 r 1018 l 0 b 706 
t 0

winCreateBoundingWindowWindowed -  Returning
winCreatePrimarySurfaceShadowDDNL - Creating primary surface
winCreatePrimarySurfaceShadowDDNL - Created primary surface
winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface
winAllocateFBShadowDDNL - lPitch: 4072
winAllocateFBShadowDDNL - Created shadow pitch: 4072
winAllocateFBShadowDDNL - Created shadow stride: 1357
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowDDNL - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
24
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack of 
shar
ed memory support in the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0809" (0809)
(--) Using preset keyboard for "English (United Kingdom)" (809), type "4"
(**) Using keyboard "Keyboard1" as primary keyboard
(**) Option "AutoRepeat" "500 30"
(**) AutoRepeat: 500 30
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) XKB: model: "pc102"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
Rules = "xfree86" Model = "pc102" Layout = "gb" Variant = "(null)" Options = 
"(n
ull)"
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing 
from
list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from
list!
winPointerWarpCursor - Discarding first warp: 509 353
winBlockHandler - Releasing pmServerStarted
winBlockHandler - pthread_mutex_unlock () returned

Fatal server error:
XDMCP fatal error: Session failed Session 267 failed for display 
S302087D-udp106
1279uds.abc.com:0: Cannot open display

winDeinitMultiWindowWM - Noting shutdown in progress

js.

_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband



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?
The application is called EMC Symmetrix Console. It's used for managing EMC 
disks. The console has the usual menu headings in the top bar, e.g File, 
Edit, View etc. Under this, is a layout of the loaded disks and a pool of 
offline disks at the bottom of the screen.
You are able to select and drag offline disks to bring them online. It's at 
this point where you select the disk that a dialog window pops up and the 
user is prompted for information about where to add the disk to. After 
clicking the OK button on the dialog window, the console locks up and I'm no 
longer able to select anything with the mouse (although the mouse is still 
able to move around the screen). None of the keys e.g. ALT+F work either.
>This is a tail from xwin.log

The log shows nothing strange but it only logs a few things.


bye
ago
NP: Diary of Dreams - Traum:A
--
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723
_
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo


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?):

winPointerWarpCursor - Discarding first warp: 573 404
winBlockHandler - Releasing pmServerStarted
winBlockHandler - pthread_mutex_unlock () returned
winProcEstablishConnection - Hello
winProcEstablishConnection - Clipboard is not enabled, returning.
winDeinitMultiWindowWM - Noting shutdown in progress
What's really confusing is that this works OK on Exceed 6.2 but not the more 
recent version 7.1. Are there any flags I can give the Xwin command line 
which might be able to fix this problem?

Thanks for any help,

Rgds,

JS.

_
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger



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 xbindkeys runs my script to 
issue the xte command above. I know that xbindkeys is running the script but 
for some reason the output from xte seems to go somewhere else because it's 
not showing up on my x-app!

I realise that these have nothing to do with Cygwin-Xfree but I wondered 
whether anyone had managed to set up hotkeys like this which would print out 
a string to their x-app when they pressed a certain key combination?

I know you can do something like this with xrdb and in your .Xdefaults have 
the entry:

xterm*VT100.Translations: \n\
Ctrl F1: string("LAHSO NOT AUTHORISED")
but the problem here is that the app we're using doesn't seem to speak xrdb 
and in any case the vendor refuses to tell us whether it has key mapping 
functionality like that with xterm above because they only support Exceed.

Anyway, would appreciate any help on this.

Thanks,

JS.

_
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo


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 click on one of the disk
images. I
> found that I could use Shift-F10 instead though and wondered if
someone
> could tell me how to map these keys to the right mouse button?
>
> Thanks for any help.
Make sure your numlock is off - that has caused similar problems for
some people.
> JS.

Cary
I've been caught out with the Num-lock before, but not this time! It's not 
that.

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



mapping the right mouse button

2003-11-19 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 click on one of the disk images. I 
found that I could use Shift-F10 instead though and wondered if someone 
could tell me how to map these keys to the right mouse button?

Thanks for any help.

JS.

_
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger



Re: screen redraw problem

2003-11-19 Thread J S
Thanks for the help I got on this from Harold and Alan. The application was 
written in-house and after I asked the client for the source code, they 
managed to find the error themselves. For some reason, this only showed up 
in XFree86 though (not Exceed or Sun X-Windows). Here's what they said:

"An XWindows Draw function was taking a clipping area as a parameter. Under 
Xfree86, depending on what you are doing, invalid clipping areas were being 
generated and so the Draw function was causing screen distortions. I have 
put a validation in which checks the clipping area and if invalid it does 
not paint. In the old days when I used to work on the Windows SDK and 
OS2/Presentation Manager we used to hit similiar problems. This fix appears 
to be working."

JS,

Can you tell us about the application - is it available anywhere so I
can take a look too ?
Alan.
_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



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 at my work! I'll 
check it out on Monday though. Thanks for your interest.

JS.


JS,

Can you tell us about the application - is it available anywhere so I
can take a look too ?
Alan.
_
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger



Re: screen redraw problem

2003-11-07 Thread J S
Harold,

Many thanks for email. I have created an XFree debug build now and a 
symbolic link from /usr/X11R6_suffix/lib/X11/fonts to 
/usr/X11R6/lib/X11/fonts.

In order to debug this though, what's the best approach?
For example, should I use any flags on the xwin command line? Do you use gdb 
to do the debugging? If so, could you just give me a clue as to where I 
might want to set the breakpoint given the nature of the problem?

Sorry to ask for spoon-feeding on this!! Thanks again though.

JS.


JS,

Start here:
http://xfree86.cygwin.com/docs/cg/prog-obtaining-source.html
Then read how to compile:
http://xfree86.cygwin.com/docs/cg/prog-build-native.html
Notice that towards the bottom of the above section it tells how to do a 
"Standard Build" and a "Debug Build".  The debug build uses the "makeg" 
script, so you don't have to edit any Imakefiles or config files.

Finally, read how to move your current X installation safely out of the way 
before installing your local build:
http://xfree86.cygwin.com/docs/cg/prog-build-native.html#prog-compiling-install

As an absolute last step, if you created a host.def file that said not to 
build fonts (look at xf86site.def for an example), then you need to cut and 
paste C:\cygwin\usr\X11R6_suffix\lib\X11\fonts to 
C:\cygwin\usr\X11R6\lib\X11\fonts.  Cutting and pasting is an instantaneous 
operation.  Copying the files would take up to an hour, as there are around 
20,000 font files.  Just be sure that you cut and paste that fonts folder 
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 to change in the Makefile? 
Haven't done this before so would appreciate any pointers.

Thanks a lot.



JS,

Looks like you have found a generic problem with X or one 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 color depths, and screen 
resolutions but to no avail.

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.

Can anyone advise me whether this is a bug, or is there some setting I 
need
to add? Let me know if you need anymore information.

Thanks for any help.

JS.

_
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger


_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger


_
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile


Re: screen redraw problem

2003-11-06 Thread J S
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 to change in the Makefile? Haven't 
done this before so would appreciate any pointers.

Thanks a lot.



JS,

Looks like you have found a generic problem with X or one 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 color depths, and screen resolutions but to 
no avail.

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.

Can anyone advise me whether this is a bug, or is there some setting I 
need
to add? Let me know if you need anymore information.

Thanks for any help.

JS.

_
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger


_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger



Re: [XFree86] screen redraw problem

2003-11-06 Thread J S
Thanks Mark,

Unfortunately that didn't make any difference.

   Maybe your app is expecting backing store.  You can start XFree86
with backing store "startx -- +bs".
			Mark.

On Wed, 5 Nov 2003, 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 color depths, and screen resolutions but to no
> avail.
>
> 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.
>
> Can anyone advise me whether this is a bug, or is there some setting I 
need
> to add? Let me know if you need anymore information.
>
> Thanks for any help.
>
> JS.
>
> _
> Stay in touch with absent friends - get MSN Messenger
> http://www.msn.co.uk/messenger
>
> ___
> XFree86 mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xfree86
>

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



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. 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.
Can anyone advise me whether this is a bug, or is there some setting I need
to add? Let me know if you need anymore information.
Thanks for any help.

JS.

_
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger



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.

Can anyone advise me whether this is a bug, or is there some setting I need 
to add? Let me know if you need anymore information.

Thanks for any help.

JS.

_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband



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 still have the same
problem.
>
> Not that I want to run the app on Exceed, but I just wonder what
Exceed 6.2
> is doing that the others aren't?
>
> JS.
Did you turn off num-lock?
Trust me! That was the first thing I checked!
The right mouse click seems to be doing something though because


I did actually find a similar problem in the archives 
http://www.cygwin.com/ml/cygwin-xfree/2003-08/msg00313.html but it doesn't 
sound like they got a solution.

Just to add a bit more information to this:

$ xmodmap -pp
There are 3 pointer buttons defined.
   PhysicalButton
Button  Code
   1  1
   2  2
   3  3
The application runs from a SunOS 5.8 Generic_108528-14 sun4u sparc 
SUNW,Ultra-Enterprise machine.

I found a page about mapping mouse buttons in XFree86 using xkbset:

http://www2.neweb.ne.jp/wd/fbm/kbd/kbd-e.html

and I downloaded the xkbset source and it seemed to compile okay. But when I 
try to run it I get :

$ xkbset q
Non-existent or incompatible XKB library version
Any ideas?

JS.

_
Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile


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 still have the same
problem.
>
> Not that I want to run the app on Exceed, but I just wonder what
Exceed 6.2
> is doing that the others aren't?
>
> JS.
Did you turn off num-lock?
Trust me! That was the first thing I checked!
The right mouse click seems to be doing something though because when I 
click over the icon the image is indented.

_
On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile


Re: right-click problem

2003-10-13 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 still have the same problem.

Not that I want to run the app on Exceed, but I just wonder what Exceed 6.2 
is doing that the others aren't?

JS.



You're gonna have to specify which application causes trouble and/or what 
type of operating system it is running on.  I assume that this is a problem 
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 
where I need to right click the mouse to get a menu up, it does work. 
Could anyone suggest how I might fix this problem please?

Thanks,

JS.

_
Hotmail messages direct to your mobile phone 
http://www.msn.co.uk/msnmobile


_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



Re: right-click problem

2003-09-19 Thread J S
Checked the archives but haven't had much luck so far.
The application is something called EMC Symmetrix Console and it runs on 
Solaris.
I have checked the problem on a Linux box as well and get the same as 
cygwin-xfree so presumably this is an XFree problem.
However what I don't understand is why the right-click mouse menu pops up in 
Exceed (no special configuration has been done), but not in XFree.

JS.


You're gonna have to specify which application causes trouble and/or what 
type of operating system it is running on.  I assume that this is a problem 
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 
where I need to right click the mouse to get a menu up, it does work. 
Could anyone suggest how I might fix this problem please?

Thanks,

JS.

_
Hotmail messages direct to your mobile phone 
http://www.msn.co.uk/msnmobile


_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



right-click problem

2003-09-19 Thread J S
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 where 
I need to right click the mouse to get a menu up, it does work. Could anyone 
suggest how I might fix this problem please?

Thanks,

JS.

_
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile


Re: xfree cvs

2003-08-14 Thread J S
Harold,

Have you had a chance to do this yet?


Hold on, I lied.

If you follow that link I sent you, it shows that none of the files in the 
xfixes directory match the XFIXES_BRANCH tag.  I can't get my home machine 
to boot up, so I don't think I can fix this until tonight.

Harold

Harold L Hunt II wrote:

JS,

Okay, it looks like you are using my suggested directory structure from 
the Contributor's Guide.  Does this mean that you have XFIXES_BRANCH 
somewhere like:

/home/u752359/x-devel/xc/

?

If so, had you had a previous branch, say HEAD, at:

/home/u752359/x-devel/xc/

?

Yes?  Good.  That means that you simply forgot to rerun lndir:

cd /home/u752359/x-devel/build
rm -rf std
mkdir std
cd std
lndir ../../xc > /dev/null
cd std
make World > World.log 2>&1
This is the only thing I can think of that has possibly happened.  You can 
look at the XFIXES_BRANCH through cvsweb and see that Xserver/xfixes is 
there:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xoncygwin/xc/programs/Xserver/xfixes/?only_with_tag=XFIXES_BRANCH



Another thing, please look in x-devel/xc/programs/Xserver for a directory 
called 'xfixes'.  If it is there but not in 
x-devel/build/std/programs/Xserver then it is certainly due to not 
rerunning 'lndir'.

Harold

J S wrote:

Harold,

I downloaded the XFIXES_BRANCH but when I tried to compile it I got:

make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/XTrap'
cleaning in programs/Xserver/xfixes...
cd: can't cd to xfixes
cleaning in programs/Xserver/hw/xwin...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xwin'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xwin'
cleaning in programs/Xserver/fb...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/fb'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/fb'
cleaning in programs/Xserver/miext/shadow...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/miext/shadow'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/miext/shadow'
cleaning in programs/Xserver/hw/xfree86/parser...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xfree86/parser'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xfree86/parser'
make[3]: *** [clean] Error 2
make[3]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver'
make[2]: *** [clean] Error 2
make[2]: Leaving directory `/home/u752359/x-devel/build/std/programs'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/home/u752359/x-devel/build/std'
make: *** [World] Error 2

Looks like the xfixes directory has gone.
Am I missing something here, like do I need to download the HEADS branch 
as well?

JS.


JS,

Sorry, the both the HEAD branch and the XFIXES_BRANCH branch were 
screwed up until just now.

I was working on committing the XFIXES_BRANCH right before my wedding 
and I appear to have committed half of the changes on HEAD and the other 
half in XFIXES_BRANCH.  I went back today and removed these changes from 
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 '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 ../../exports/lib/locale/zh_TW.UTF-8
+ mkdir -p ../../exports/lib/locale/el_GR.UTF-8
utils.c: In function `set_font_authorizations':
utils.c:1139: warning: assignment discards qualifiers from pointer 
target type
xf86bigfont.c: In function `ProcXF86BigfontQueryVersion':
xf86bigfont.c:335: warning: implicit declaration of function `geteuid'
xf86bigfont.c:336: warning: implicit declaration of function `getegid'
glxscreens.c:99: warning: `CountBits' defined but not used
winclipboardthread.c:35:31: extensions/Xfixes.h: No such file or 
directory
winclipboardthread.c: In function `winClipboardProc':
winclipboardthread.c:361: warning: implicit declaration of function 
`XFixesQueryExtension'
winclipboardthread.c:374: warning: implicit declaration of function 
`XFixesSelectSelectionInput'
winclipboardthread.c:377: `XFixesSetSelectionOwnerNotifyMask' 
undeclared (first use in this function
)
winclipboardthread.c:377: (Each undeclared identifier is reported onl

Re: xfree cvs

2003-08-04 Thread J S
Harold,

I downloaded the XFIXES_BRANCH but when I tried to compile it I got:

make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/XTrap'
cleaning in programs/Xserver/xfixes...
cd: can't cd to xfixes
cleaning in programs/Xserver/hw/xwin...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xwin'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xwin'
cleaning in programs/Xserver/fb...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/fb'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/fb'
cleaning in programs/Xserver/miext/shadow...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/miext/shadow'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/miext/shadow'
cleaning in programs/Xserver/hw/xfree86/parser...
make[4]: Entering directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xfree86/parser'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xfree86/parser'
make[3]: *** [clean] Error 2
make[3]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver'
make[2]: *** [clean] Error 2
make[2]: Leaving directory `/home/u752359/x-devel/build/std/programs'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/home/u752359/x-devel/build/std'
make: *** [World] Error 2

Looks like the xfixes directory has gone.
Am I missing something here, like do I need to download the HEADS branch as 
well?

JS.


JS,

Sorry, the both the HEAD branch and the XFIXES_BRANCH branch were screwed 
up until just now.

I was working on committing the XFIXES_BRANCH right before my wedding and I 
appear to have committed half of the changes on HEAD and the other half in 
XFIXES_BRANCH.  I went back today and removed these changes from 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 '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 ../../exports/lib/locale/zh_TW.UTF-8
+ mkdir -p ../../exports/lib/locale/el_GR.UTF-8
utils.c: In function `set_font_authorizations':
utils.c:1139: warning: assignment discards qualifiers from pointer target 
type
xf86bigfont.c: In function `ProcXF86BigfontQueryVersion':
xf86bigfont.c:335: warning: implicit declaration of function `geteuid'
xf86bigfont.c:336: warning: implicit declaration of function `getegid'
glxscreens.c:99: warning: `CountBits' defined but not used
winclipboardthread.c:35:31: extensions/Xfixes.h: No such file or directory
winclipboardthread.c: In function `winClipboardProc':
winclipboardthread.c:361: warning: implicit declaration of function 
`XFixesQueryExtension'
winclipboardthread.c:374: warning: implicit declaration of function 
`XFixesSelectSelectionInput'
winclipboardthread.c:377: `XFixesSetSelectionOwnerNotifyMask' undeclared 
(first use in this function
)
winclipboardthread.c:377: (Each undeclared identifier is reported only 
once
winclipboardthread.c:377: for each function it appears in.)
make[5]: *** [winclipboardthread.o] Error 1
winclipboardxevents.c:35:31: extensions/Xfixes.h: No such file or 
directory
winclipboardxevents.c: In function `winClipboardFlushXEvents':
winclipboardxevents.c:67: `XFixesSelectionNotifyEvent' undeclared (first 
use in this function)
winclipboardxevents.c:67: (Each undeclared identifier is reported only 
once
winclipboardxevents.c:67: for each function it appears in.)
winclipboardxevents.c:67: `peventSelectionNotify' undeclared (first use in 
this function)
winclipboardxevents.c:768: `XFixesSelectionNotify' undeclared (first use 
in this function)
winclipboardxevents.c:772: parse error before ')' token
make[5]: *** [winclipboardxevents.o] Error 1
make[5]: Target `all' not remade because of errors.
make[4]: *** [hw/xwin] Error 2
make[4]: Target `all' not remade because of errors.
macro "in" not recognized -- ignoring
make[3]: *** [all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [World] Error 2
make: *** [World] Error 2

   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 wo

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 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 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..
/../../../include/fonts -I../../../../programs/Xserver/fb
-I../../../../programs/Xserver/
mi -I../../../../programs/Xserver/miext/shadow
-I../../../../programs/Xserver/miext/layer
-I../../../../programs/Xserver/include -I../../../../programs/Xserver/os
-I../../../..
/include/extensions -I../../../../exports/include/X11
-I../../../../programs/Xserver/render -I.
./../../../programs/Xserver/randr -I../../../..
-I../../../../exports/include -D__i386__ -DWIN32_
LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE
-D_POSIX_C_SOURCE=199309L -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE -DNO_ALLOCA -DSHAPE -DXINPUT -DXKB -DLBX
-DXAPPGROUP -DXCSECURITY -DT
OGCUP -DXF86BIGFONT -DXFIXES -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT
-DPIXPRIV -DSINGLEDEPTH
-DXvExtension -DXFree86Server -DXvMCExtension -DXResExtension
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -D
NDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DAVOID_GLYPHBLT -DPIXPRIV 
-DSINGLEDEPTH
-DXvExtension -DXF
ree86Server -DXvMCExtension -DXResExtension -DX_BYTE_ORDER=X_LITTLE_ENDIAN
-DDDXTIME -DFD_SETSIZ
E=256 -DDDXOSINIT -DDDXOSVERRORF -DDDXOSFATALERROR -DHAS_MMAP
-UXFree86LOADER -UXF86DRI -
DPROJECTROOT="\"/usr/X11R6\"" winclipboardthread.c
winclipboardthread.c:35:31: extensions/Xfixes.h: No such file or directory
winclipboardthread.c: In function `winClipboardProc':
winclipboardthread.c:361: warning: implicit declaration of function
`XFixesQueryExtension'
winclipboardthread.c:374: warning: implicit declaration of function
`XFixesSelectSelectionInput'
winclipboardthread.c:377: `XFixesSetSelectionOwnerNotifyMask' undeclared
(first use in this function
)
winclipboardthread.c:377: (Each undeclared identifier is reported only 
once
winclipboardthread.c:377: for each function it appears in.)
make: *** [winclipboardthread.o] Error 1

Any ideas how I get that file please?

--
Daniel J Blueman
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband

_
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger



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 ../../exports/lib/locale/zh_TW.UTF-8
+ mkdir -p ../../exports/lib/locale/el_GR.UTF-8
utils.c: In function `set_font_authorizations':
utils.c:1139: warning: assignment discards qualifiers from pointer target 
type
xf86bigfont.c: In function `ProcXF86BigfontQueryVersion':
xf86bigfont.c:335: warning: implicit declaration of function `geteuid'
xf86bigfont.c:336: warning: implicit declaration of function `getegid'
glxscreens.c:99: warning: `CountBits' defined but not used
winclipboardthread.c:35:31: extensions/Xfixes.h: No such file or directory
winclipboardthread.c: In function `winClipboardProc':
winclipboardthread.c:361: warning: implicit declaration of function 
`XFixesQueryExtension'
winclipboardthread.c:374: warning: implicit declaration of function 
`XFixesSelectSelectionInput'
winclipboardthread.c:377: `XFixesSetSelectionOwnerNotifyMask' undeclared 
(first use in this function
)
winclipboardthread.c:377: (Each undeclared identifier is reported only once
winclipboardthread.c:377: for each function it appears in.)
make[5]: *** [winclipboardthread.o] Error 1
winclipboardxevents.c:35:31: extensions/Xfixes.h: No such file or directory
winclipboardxevents.c: In function `winClipboardFlushXEvents':
winclipboardxevents.c:67: `XFixesSelectionNotifyEvent' undeclared (first use 
in this function)
winclipboardxevents.c:67: (Each undeclared identifier is reported only once
winclipboardxevents.c:67: for each function it appears in.)
winclipboardxevents.c:67: `peventSelectionNotify' undeclared (first use in 
this function)
winclipboardxevents.c:768: `XFixesSelectionNotify' undeclared (first use in 
this function)
winclipboardxevents.c:772: parse error before ')' token
make[5]: *** [winclipboardxevents.o] Error 1
make[5]: Target `all' not remade because of errors.
make[4]: *** [hw/xwin] Error 2
make[4]: Target `all' not remade because of errors.
macro "in" not recognized -- ignoring
make[3]: *** [all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [World] Error 2
make: *** [World] Error 2

   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

_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



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 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..
/../../../include/fonts -I../../../../programs/Xserver/fb
-I../../../../programs/Xserver/
mi -I../../../../programs/Xserver/miext/shadow
-I../../../../programs/Xserver/miext/layer
-I../../../../programs/Xserver/include -I../../../../programs/Xserver/os
-I../../../..
/include/extensions -I../../../../exports/include/X11
-I../../../../programs/Xserver/render -I.
./../../../programs/Xserver/randr -I../../../..
-I../../../../exports/include -D__i386__ -DWIN32_
LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE
-D_POSIX_C_SOURCE=199309L -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE -DNO_ALLOCA -DSHAPE -DXINPUT -DXKB -DLBX
-DXAPPGROUP -DXCSECURITY -DT
OGCUP -DXF86BIGFONT -DXFIXES -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT
-DPIXPRIV -DSINGLEDEPTH
-DXvExtension -DXFree86Server -DXvMCExtension -DXResExtension
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -D
NDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DAVOID_GLYPHBLT -DPIXPRIV 
-DSINGLEDEPTH
-DXvExtension -DXF
ree86Server -DXvMCExtension -DXResExtension -DX_BYTE_ORDER=X_LITTLE_ENDIAN
-DDDXTIME -DFD_SETSIZ
E=256 -DDDXOSINIT -DDDXOSVERRORF -DDDXOSFATALERROR -DHAS_MMAP
-UXFree86LOADER -UXF86DRI -
DPROJECTROOT="\"/usr/X11R6\"" winclipboardthread.c
winclipboardthread.c:35:31: extensions/Xfixes.h: No such file or directory
winclipboardthread.c: In function `winClipboardProc':
winclipboardthread.c:361: warning: implicit declaration of function
`XFixesQueryExtension'
winclipboardthread.c:374: warning: implicit declaration of function
`XFixesSelectSelectionInput'
winclipboardthread.c:377: `XFixesSetSelectionOwnerNotifyMask' undeclared
(first use in this function
)
winclipboardthread.c:377: (Each undeclared identifier is reported only once
winclipboardthread.c:377: for each function it appears in.)
make: *** [winclipboardthread.o] Error 1

Any ideas how I get that file please?

--
Daniel J Blueman
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



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..
/../../../include/fonts-I../../../../programs/Xserver/fb 
-I../../../../programs/Xserver/
mi -I../../../../programs/Xserver/miext/shadow 
-I../../../../programs/Xserver/miext/layer
 -I../../../../programs/Xserver/include -I../../../../programs/Xserver/os   
  -I../../../..
/include/extensions -I../../../../exports/include/X11  
-I../../../../programs/Xserver/render -I.
./../../../programs/Xserver/randr  -I../../../.. 
-I../../../../exports/include   -D__i386__ -DWIN32_
LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE 
-D_POSIX_C_SOURCE=199309L -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE -DNO_ALLOCA -DSHAPE -DXINPUT -DXKB -DLBX 
-DXAPPGROUP -DXCSECURITY -DT
OGCUP  -DXF86BIGFONT -DXFIXES  -DRENDER  -DGCCUSESGAS -DAVOID_GLYPHBLT 
-DPIXPRIV -DSINGLEDEPTH
-DXvExtension  -DXFree86Server  -DXvMCExtension-DXResExtension 
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -D
NDEBUG  -DFUNCPROTO=15 -DNARROWPROTO   -DAVOID_GLYPHBLT -DPIXPRIV 
-DSINGLEDEPTH  -DXvExtension  -DXF
ree86Server  -DXvMCExtension-DXResExtension 
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DDDXTIME -DFD_SETSIZ
E=256 -DDDXOSINIT -DDDXOSVERRORF -DDDXOSFATALERROR  -DHAS_MMAP 
-UXFree86LOADER -UXF86DRI   -
DPROJECTROOT="\"/usr/X11R6\""   winclipboardthread.c
winclipboardthread.c:35:31: extensions/Xfixes.h: No such file or directory
winclipboardthread.c: In function `winClipboardProc':
winclipboardthread.c:361: warning: implicit declaration of function 
`XFixesQueryExtension'
winclipboardthread.c:374: warning: implicit declaration of function 
`XFixesSelectSelectionInput'
winclipboardthread.c:377: `XFixesSetSelectionOwnerNotifyMask' undeclared 
(first use in this function
)
winclipboardthread.c:377: (Each undeclared identifier is reported only once
winclipboardthread.c:377: for each function it appears in.)
make: *** [winclipboardthread.o] Error 1

Any ideas how I get that file please?

Thanks.

JS.

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 I keep issuing the command I get through though. Does anyone 
else get that? Is this definitely the right cvs?

To download the source I just did:

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/xoncygwin co -r 
XFIXES_BRANCH xc

Am I supposed to download anything else because when I do a 'make World' I 
keep getting the following error:

gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I. 
-I../../../../../programs/Xserver/hw/xfr
ee86/os-support -I../../../../.. -I../../../../../exports/include -D__i386__ 
-DWIN32_LEAN_AND_MEA
N -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L 
-D_BSD_SOURCE -D_SVID_SO
URCE -D_GNU_SOURCE -DNO_ALLOCA -DFUNCPROTO=15 -DNARROWPROTO cpconfig.c
rm -f cpconfig.exe
gcc -o cpconfig.exe -O2 -fno-strength-reduce -Wall -Wpointer-arith 
-L../../../../../exports/lib
cpconfig.o Device.o Files.o Flags.o Input.o Keyboard.o Layout.o Module.o 
Video.o Monitor.o Po
inter.o Screen.o Vendor.o read.o scan.o write.o DRI.o -L/usr/X11R6/lib 
-Wl,--enable-aut
o-import
make[5]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xfree86/parser'
make[4]: Target `all' not remade because of errors.
rm -f Xserver._man
cpp -undef -traditional -D__apploaddir__=/usr/X11R6/lib/X11/app-defaults 
-D__filemansuffix__=5 -D__
libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 
-D__projectroot__=/usr/X11R6 -D__xorg
version__='"Release 6.6" "X Version 11"' -D__vendorversion__="`echo 4 3 0 | 
sed -e 's/ /./g' -e 's/^
/Version /'` XFree86" 
COMM[^a-zA-Z0-9_]/s/^XCOMM/#/' >Xserver._man
rm -f Xserver.1.html Xserver.1-html
../../config/util/rman -f HTML < Xserver._man \
Xserver.1-html && mv -f Xserver.1-html Xserver.1.html
macro "in" not recognized -- ignoring
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/u752359/x-devel/build/std/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/u752359/x-devel/build/std'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/home/u752359/x-devel/build/std'
make: *** [World] Error 2

Not too sure what's going wrong here but I noticed the message 'Target `all' 
not remade because of errors.' came up a few times.

Thanks for any help.

JS

_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband



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 I keep issuing the command I get through though. Does anyone 
else get that? Is this definitely the right cvs?

To download the source I just did:

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/xoncygwin co -r 
XFIXES_BRANCH xc

Am I supposed to download anything else because when I do a 'make World' I 
keep getting the following error:

gcc -c -O2 -fno-strength-reduce  -Wall -Wpointer-arith  -I. 
-I../../../../../programs/Xserver/hw/xfr
ee86/os-support  -I../../../../.. -I../../../../../exports/include   
-D__i386__ -DWIN32_LEAN_AND_MEA
N -DX_LOCALE -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L 
-D_BSD_SOURCE -D_SVID_SO
URCE -D_GNU_SOURCE -DNO_ALLOCA  -DFUNCPROTO=15 -DNARROWPROTO  cpconfig.c
rm -f cpconfig.exe
gcc -o cpconfig.exe -O2 -fno-strength-reduce -Wall -Wpointer-arith 
-L../../../../../exports/lib
 cpconfig.o Device.o Files.o Flags.o Input.o Keyboard.o Layout.o Module.o   
   Video.o Monitor.o Po
inter.o Screen.o Vendor.o read.o scan.o write.o DRI.o  
-L/usr/X11R6/lib -Wl,--enable-aut
o-import
make[5]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver/hw/xfree86/parser'
make[4]: Target `all' not remade because of errors.
rm -f Xserver._man
cpp -undef -traditional  -D__apploaddir__=/usr/X11R6/lib/X11/app-defaults 
-D__filemansuffix__=5 -D__
libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 
-D__projectroot__=/usr/X11R6 -D__xorg
version__='"Release 6.6" "X Version 11"' -D__vendorversion__="`echo 4 3 0 | 
sed -e 's/ /./g' -e 's/^
/Version /'` XFree86"  
COMM[^a-zA-Z0-9_]/s/^XCOMM/#/' >Xserver._man
rm -f Xserver.1.html Xserver.1-html
../../config/util/rman -f HTML < Xserver._man \
Xserver.1-html && mv -f Xserver.1-html Xserver.1.html
macro "in" not recognized -- ignoring
make[4]: Leaving directory 
`/home/u752359/x-devel/build/std/programs/Xserver'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/u752359/x-devel/build/std/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/u752359/x-devel/build/std'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/home/u752359/x-devel/build/std'
make: *** [World] Error 2

Not too sure what's going wrong here but I noticed the message 'Target `all' 
not remade because of errors.' came up a few times.

Thanks for any help.

JS

_
Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile


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.
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/xoncygwin login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/xoncygwin co -r 
XFIXES_BRANCH xc

bye
ago
--
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723
_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



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
   xf-4_3_99_7: 1.1
   xf-4_3_99_6: 1.1
   xf-4_3_99_5: 1.1
   xf-4_3_99_4: 1.1
   xf-4_3_0_1: 1.1
   xf-4_3_99_3: 1.1
   xf-4_3_99_2: 1.1
   xf-4_3_99_1: 1.1
   xf-4_3-branch: 1.1.0.2
   xf-4_3_0: 1.1
   xf-4_2_99_902: 1.1
   xf-4_2_99_901: 1.1
   xf-4_2_99_4: 1.1
   xf-4_2_99_3: 1.1
   ah-20021030-postdri: 1.1
   ah-20021030: 1.1
   xf-4_2_99_2: 1.1
   dhd-20020916: 1.1
keyword substitution: kv

Can you post the result of a 'cvs log ' on any file, please?

You may want to trim all the revision notes - the goodness we want is at 
the
top of the output.

Dan

---

No luck I'm afraid. It's not XFIXES. I couldn't see anything in the log
either.
Does anyone have a copy of the code they could send me?
JS.



This implies the branch tag 'XFIXES_BRANCH' doesn't exist.

Maybe, try:

$ cvs checkout -r XFIXES xc

If that fails, just checkout as normal (ie drop the -r ), and do a 
'cvs
log' on the file to examine what tags are available to checkout the code 
on.

Hope this helps!

PS When will the next test release become available, with those SEGV fixes?
I get a SEGV when copying > ~100 lines of text from a gnome-terminal onto
the
clipboard, 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?

--
Daniel J Blueman
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



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

2003-07-11 Thread J S
No luck I'm afraid. It's not XFIXES. I couldn't see anything in the log 
either.
Does anyone have a copy of the code they could send me?

JS.

This implies the branch tag 'XFIXES_BRANCH' doesn't exist.

Maybe, try:

$ cvs checkout -r XFIXES xc

If that fails, just checkout as normal (ie drop the -r ), and do a 
'cvs
log' on the file to examine what tags are available to checkout the code 
on.

Hope this helps!

PS When will the next test release become available, with those SEGV fixes?
I get a SEGV when copying > ~100 lines of text from a gnome-terminal onto 
the
clipboard, 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 checkout -r XFIXES_BRANCH xc

bye
ago
--
Daniel J Blueman
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



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]
 http://www.gotti.org   ICQ: 126018723
_
Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile


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 sure if I'm on the 
right track here.
I also tried :

cvs checkout -rEXPR1 XFIXES_BRANCH

but that didn't work.

Thanks for any help.

JS.

I committed an XFIXES_BRANCH branch to CVS on SourceForge.  Follow the 
instructions from David's email in this thread if you don't know how to 
checkout a branch.

I hope I got all the correct files checked in... I won't be back online 
until Sunday evening.

Harold

Harold L Hunt II wrote:
I have been working with the code for Keith Packard's XFIXES extension.  
The XFIXES extension includes a new hook in Xserver/dix/dispatch.c that 
allows functions within the Xserver (such as the XFIXES xtension) to 
register for a callback when a selection's ownership changes, among other 
things.

The best documentation I can find for the selection portion of XFIXES is 
Owen Taylor's writeup on a RedHat list that doesn't seem to have a public 
archive anymore.  Google has a cache; both URLs are below...

https://listman.redhat.com/pipermail/xdg-list/2002-November/000937.html

http://216.239.53.100/search?q=cache:4osKtTvNNhcJ:https://listman.redhat.com/pipermail/xdg-list/2002-November/000937.html+XFixesSelectSelectionInput&hl=en&ie=UTF-8



In any case, I reincluded the XFIXES extension in my local tree from 
SourceForge.  I built the extension and modified the -clipboard module to 
register for messages from the XFIXES extension related to ownership 
changes of XA_PRIMARY.

The ownership notifications work just fine, and I am able to copy text 
from X to Windows repeatedly without having to transfer ownership of 
XA_PRIMARY to the clipboard manager (the -clipboard module).

The remaining problem is that I modified the Win32 message loop in the 
-clipboard module to add itself to the clipboard chain and to call 
XSetSelectionOwner when something comes through the Windows clipboard. 
This immediately resulted in an infinite loop, as my X event handling for 
a selection ownership change calls XConvertSelection, which ends up 
sending a SelectionNotify event back to the -clipboard module.  The 
-clipboard module copies the text from the X clipboard to the Windows 
clipboard on a SelectionNofity event.  Thus, the text makes a round-trip 
from the Windows clipboard, to the X clipboard, back to the Windows 
clipboard, ad nauseam.

I added a little break-out in the selection ownership change processing 
that prevents XSetSelectionOwner from being called if the current owner 
of the selection is the clipboard manager window.  This stops the 
infinite looping, but it causes a problem very similar to the original 
xwinclip problem: the X selection is immediately unhighlighted.

So, my questions are:

1) Does anyone feel like helping on this?  Got any ideas right off the 
bat?

2) What would be the best way for me to share the code with other 
developers?  I don't want to commit the XFIXES stuff to our SourceForge 
tree's HEAD, but could I use another branch?  If so, please give me some 
instructions for what to do... I haven't got time to study CVS all day.

I am pleased with my current progress point.  This version that is 
dependent upon a stripped-down XFIXES extension will represent about a 
40% completion point in new clipboard integration support that doesn't 
steal selection ownership.  The remaining work to be done could include 
removing the clipboard manager client altogether, removing any dependency 
on XFIXES and using only the internal hooking interface, etc.

Please postpone any debate on those remaining steps until the current 
programming actually works.  There will be no point to debate the merits 
of steps 5, 6, and 7 unless we can actually get step 4 to do what we 
intend.

Harold

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband

_
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile


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

2003-07-09 Thread J S
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 sure if I'm on the 
right track here.
I also tried :

cvs checkout -rEXPR1 XFIXES_BRANCH

but that didn't work.

Thanks for any help.

JS.

I committed an XFIXES_BRANCH branch to CVS on SourceForge.  Follow the 
instructions from David's email in this thread if you don't know how to 
checkout a branch.

I hope I got all the correct files checked in... I won't be back online 
until Sunday evening.

Harold

Harold L Hunt II wrote:
I have been working with the code for Keith Packard's XFIXES extension.  
The XFIXES extension includes a new hook in Xserver/dix/dispatch.c that 
allows functions within the Xserver (such as the XFIXES xtension) to 
register for a callback when a selection's ownership changes, among other 
things.

The best documentation I can find for the selection portion of XFIXES is 
Owen Taylor's writeup on a RedHat list that doesn't seem to have a public 
archive anymore.  Google has a cache; both URLs are below...

https://listman.redhat.com/pipermail/xdg-list/2002-November/000937.html

http://216.239.53.100/search?q=cache:4osKtTvNNhcJ:https://listman.redhat.com/pipermail/xdg-list/2002-November/000937.html+XFixesSelectSelectionInput&hl=en&ie=UTF-8



In any case, I reincluded the XFIXES extension in my local tree from 
SourceForge.  I built the extension and modified the -clipboard module to 
register for messages from the XFIXES extension related to ownership 
changes of XA_PRIMARY.

The ownership notifications work just fine, and I am able to copy text 
from X to Windows repeatedly without having to transfer ownership of 
XA_PRIMARY to the clipboard manager (the -clipboard module).

The remaining problem is that I modified the Win32 message loop in the 
-clipboard module to add itself to the clipboard chain and to call 
XSetSelectionOwner when something comes through the Windows clipboard. 
This immediately resulted in an infinite loop, as my X event handling for 
a selection ownership change calls XConvertSelection, which ends up 
sending a SelectionNotify event back to the -clipboard module.  The 
-clipboard module copies the text from the X clipboard to the Windows 
clipboard on a SelectionNofity event.  Thus, the text makes a round-trip 
from the Windows clipboard, to the X clipboard, back to the Windows 
clipboard, ad nauseam.

I added a little break-out in the selection ownership change processing 
that prevents XSetSelectionOwner from being called if the current owner of 
the selection is the clipboard manager window.  This stops the infinite 
looping, but it causes a problem very similar to the original xwinclip 
problem: the X selection is immediately unhighlighted.

So, my questions are:

1) Does anyone feel like helping on this?  Got any ideas right off the 
bat?

2) What would be the best way for me to share the code with other 
developers?  I don't want to commit the XFIXES stuff to our SourceForge 
tree's HEAD, but could I use another branch?  If so, please give me some 
instructions for what to do... I haven't got time to study CVS all day.

I am pleased with my current progress point.  This version that is 
dependent upon a stripped-down XFIXES extension will represent about a 40% 
completion point in new clipboard integration support that doesn't steal 
selection ownership.  The remaining work to be done could include removing 
the clipboard manager client altogether, removing any dependency on XFIXES 
and using only the internal hooking interface, etc.

Please postpone any debate on those remaining steps until the current 
programming actually works.  There will be no point to debate the merits 
of steps 5, 6, and 7 unless we can actually get step 4 to do what we 
intend.

Harold

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband



Re: weirdness on 95

2003-06-10 Thread J S
Thanks Harold,

I've tried the following:

XWin
XWin -ac -multiwindow
XWin -ac -rootless
but all gave me the same error. The network connection seemed to be OK on 
the box as well. Certainly I could ping it, telnet to other boxes, and map 
drives.

JS,

You need to show us the command-line parameters that you passed to 
XWin.exe.

Don't worry about the WEIRDNESS lines... they are being handled properly.

The real problem is the following lines:

> winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
> winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0
> winMultiWindowXMsgProc - Could not open 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,

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) but that wasn't the problem so I don't really 
know what it could be. There are a few messages in the log below marked 
"WEIRDNESS" so hopefully that might mean something to you. Let me know if 
there's anymore info I need to supply.

Cheers,

JS.

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 800 h 600
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"

(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 800 h: 600
winCreateBoundingWindowWindowed - Current w: 800 h: 600
winAdjustForAutoHide - Original WorkArea: 0 0 572 800
winAdjustForAutoHide - Adjusted WorkArea: 0 0 572 800
winCreateBoundingWindowWindowed - WindowClient w 800 h 572 r 800 l 0 b 572 
t 0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 800 height: 572 depth: 
32
winAllocateFBShadowGDI - Dibsection width: 800 height: -572 depth: 32 size 
image: 1830400
winAllocateFBShadowGDI - WEIRDNESS - biHeight still negative: -572
winAllocateFBShadowGDI - WEIRDNESS - Flipping biHeight sign
winAllocateFBShadowGDI - Created shadow stride: 800
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 
bpp 32
winCreateDefColormap - Deferring to fbCreateDefColormap ()
null screen fn ReparentWindow
null screen fn RestackWindow
winFinishScreenInitFB - Calling winInitWM.
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitWM - Returning.
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
winInitMultiWindowWM - Hello
winInitMultiWindowWM - Calling pthread_mutex_lock ()
winMultiWindowXMsgProc - Hello
winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
(==) Using preset keyboard for "English (United Kingdom)" (0809), type 
"4"
(**) Using keyboard "Keyboard1" as primary keyboard
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) XKB: model: "pc102"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
Rules = "xfree86" Model = "pc102" Layout = "gb" Variant = "(null)" Options 
= "(null)"
Couldn't load XKB keymap, falling back to pre-XKB keymap
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, 
removing from list!
winPointerWarpCursor - Discarding first warp: 400 286
winBlockHandler - Releasing pmServerStarted
winBlockHandler - pthread_mutex_unlock () returned
winInitMultiWindowWM - pthread_mutex_lock () returned.
DetectUnicodeSupport -

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) but that wasn't the problem so I don't really know 
what it could be. There are a few messages in the log below marked 
"WEIRDNESS" so hopefully that might mean something to you. Let me know if 
there's anymore info I need to supply.

Cheers,

JS.

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 800 h 600
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 800 h: 600
winCreateBoundingWindowWindowed - Current w: 800 h: 600
winAdjustForAutoHide - Original WorkArea: 0 0 572 800
winAdjustForAutoHide - Adjusted WorkArea: 0 0 572 800
winCreateBoundingWindowWindowed - WindowClient w 800 h 572 r 800 l 0 b 572 t 
0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 800 height: 572 depth: 32
winAllocateFBShadowGDI - Dibsection width: 800 height: -572 depth: 32 size 
image: 1830400
winAllocateFBShadowGDI - WEIRDNESS - biHeight still negative: -572
winAllocateFBShadowGDI - WEIRDNESS - Flipping biHeight sign
winAllocateFBShadowGDI - Created shadow stride: 800
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
32
winCreateDefColormap - Deferring to fbCreateDefColormap ()
null screen fn ReparentWindow
null screen fn RestackWindow
winFinishScreenInitFB - Calling winInitWM.
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitWM - Returning.
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
winInitMultiWindowWM - Hello
winInitMultiWindowWM - Calling pthread_mutex_lock ()
winMultiWindowXMsgProc - Hello
winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
(==) Using preset keyboard for "English (United Kingdom)" (0809), type 
"4"
(**) Using keyboard "Keyboard1" as primary keyboard
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) XKB: model: "pc102"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
Rules = "xfree86" Model = "pc102" Layout = "gb" Variant = "(null)" Options = 
"(null)"
Couldn't load XKB keymap, falling back to pre-XKB keymap
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from list!
winPointerWarpCursor - Discarding first warp: 400 286
winBlockHandler - Releasing pmServerStarted
winBlockHandler - pthread_mutex_unlock () returned
winInitMultiWindowWM - pthread_mutex_lock () returned.
DetectUnicodeSupport - Windows 95/98/Me
winInitMultiWindowWM - XInitThreads () returned.
winInitMultiWindowWM - pthread_mutex_unlock () returned.
winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0
winMultiWindowXMsgProc - pthread_mutex_lock () returned.
winMultiWindowXMsgProc - XInitThreads () returned.
winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0
winMultiWindowXMsgProc - Could not open display, try: 1, sleeping: 5
winInitMultiWindowWM - Could not open display, try: 1, sleeping: 5
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScree

Xdefaults error

2003-06-06 Thread J S
Hi,

I have the following .Xdefaults file:

$ cat .Xdefaults
xterm*VT100.Translations: #override \n\
 F11: string("anonymous") \n\
 F12: 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 the following error:

$ xterm
Warning: translation table syntax error: Modifier or '<' expected
'arning: ... found while parsing '
Warning: String to TranslationTable conversion encountered errors
but if I do:

$ xrdb -merge .Xdefaults

it works fine. Any idea what I'm doing wrong?

Thanks,

JS.

_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger



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 have "my title" as the title. Versions after 
XWin-4.2.0-20 don't seem to allow this anymore.

Raymond

Jack Tanner wrote:

(By "new", I mean not discussed here before, not "new" as in only present 
in the most recent release.)

Thank you for your time and effort, Kensuke, Harold, et. al.

I have two monitors, monitor 2 is physically left of monitor 1. 
XFree86-xserv 4.2.0-28.

0) the repeated keystrokes bug is still present in this release
http://www.cygwin.com/ml/cygwin-xfree/2003-03/msg00059.html
1) window positioning bug

# Xwin -rootless -multiplemonitors -clipboard
# xterm -geometry +34+5
The xterm is positioned in the upper left-hand corner of monitor 2.

# Xwin -multiwindow -multiplemonitors -clipboard
# xterm -geometry +34+5
The xterm is positioned in the upper left-hand corner of monitor 1.

Presumably, the xterm should get positioned on the same monitor regardless 
whether I use -rootless or -multiwindow.

2) window title bug

# Xwin -rootless -multiplemonitors -clipboard
# xterm -geometry +34+5
# TERM=xterm; export TERM
# xterm -e bash -i -c "ssh -X user at remote"
The xterm window gets a title like "user at remote:~". This is very pretty 
and very useful when you open a gazillion xterms, like I do. (The remote 
machine has an /etc/bashrc that sets up $PROMPT_COMMAND appropriately. For 
my stock RedHat 8 install, it's PROMPT_COMMAND='echo -ne "\033]0;${USER} at 
${HOSTNAME%% dot *}:${PWD/#$HOME/~}\007"'.)

# Xwin -multiwindow -multiplemonitors -clipboard
[snip. same xterm, TERM and ssh setup as above, but note -multiwindow, not 
-rootless Xwin invocation]

The xterm window gets the title "bash". Awful, boring title.

Best,
JT


_
Express yourself with cool emoticons http://messenger.msn.co.uk


Re: X -query does not work

2003-03-12 Thread J S
You're missing the tcp/ before the IP address eg,

Xwin -query Solaris_IP -fp tcp/Solaris_IP:7100 -from my_IP


> I had this problem, I overcame it by adding the -from option.
>
> get your ip and run XWin.exe -query  -from 
Hi all,

First of all (as an my initial post on group) - I would like to greet all
cygwin programers & contributors! You have done a great job!
To the point: I still have a problem connecting to Solaris machine (quite
old one: SunOS 5.5.1). I use this syntax:
Xwin -query Solaris_IP -fp Solaris_IP:7100 -from my_IP

and noting...

my DISPLAY is set to 127.0.0.1:0.0

XWinrl.log looks like this:

winFinishScreenInitFB - Masks: f800 07e0 001f
winInitVisualsShadowDDNL - Masks f800 07e0 001f BPRGB 6 d 16 
bpp
16
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
(**) Using keyboard "Keyboard1" as primary keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options 
=
"(null)"
winBlockHandler - Releasing pmServerStarted
winBlockHandler - pthread_mutex_unlock () returned
XDM: too many retransmissions
SelectionNotify - ATOM: PRIMARY

I really don't know what is wrong here. I remember that in December last
year I had no such problems (cygwin base distro and Xfree version 
respective
to the second week of December.) I know that you are tired of this 
repeating
question, but looking back in the archives I have not found solution to my
problem.
Greetings

--
Tomasz Rojek







_
Chat online in real time with MSN Messenger http://messenger.msn.co.uk


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 I released the mousebutton)
bye
ago
Thanks Alex. That's the same problem I'm having. Can't select the text to 
copy.
I have some customers who use xdm to run their application but I'm not sure 
what to do now because they need to cut and paste with it.

JS.

_
Stay in touch with absent friends - get MSN Messenger 
http://messenger.msn.co.uk



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

Here's the command I tried:

xwin -ac -query aix334 -from win123 -clipboard

Does anyone else get this problem? I'm using the XWin Test version 78.

Thanks,

JS.

_
Use MSN Messenger to send music and pics to your friends 
http://messenger.msn.co.uk




_
Stay in touch with MSN Messenger http://messenger.msn.co.uk


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.

Here's the command I tried:

xwin -ac -query aix334 -from win123 -clipboard

Does anyone else get this problem? I'm using the XWin Test version 78.

Thanks,

JS.

_
Use MSN Messenger to send music and pics to your friends 
http://messenger.msn.co.uk



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, Kensuke developed the multiwindow mode quite quickly. Is it a 
big piece of code to understand? Kensuke seems to have run off!

JS.
Cygwin 20.1 has nothing to do with the Cygwin/XFree86 version that you are 
running (specifically, we need the version of the XFree86-xserv package).  
Also, you have not specified which flags you are passing to XWin.exe.  We 
don't read minds here.  Send in more information or no one will be able to 
help you.

Harold

[EMAIL PROTECTED] wrote:
cygwin release 20.1

I am unabale to resize xwindows vertically . Horizontally it resizes all 
right.
any ideas?



_
Stay in touch with MSN Messenger http://messenger.msn.co.uk


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 probably has 
something to do with the user $HOME, because in Cygwin it knows your $HOME 
is /home/user, and under there you have the GNUstep folder with your 
WindowMaker settings. However your windows home is probably pointing 
somewhere else, so WindowMaker can't find the GNUstep folder in your home 
directory, causing it to crash?

JS.

Hi all,

I just installed Cygwin using the Internet installation including XFree86
and wmaker.
I can start X without any problem and I can start wmaker from the bash
prompt.
The only problem I have is with startxwin.bat. I changed the window manager
in this file from twm to wmaker, but whenever I try, I get the following
error:
Window Maker received signal 11.
I see that X is up and it even changed the background color according to 
the
settings in startxwin.bat.

In the archive for this mailing list I found the suggestion to change the
HOME path settings, but either I did something wrong there, or the problem 
is
something else.

I can start wmaker using startxwin.sh and startx - no problem with this.
Just startxwin.bat is the problem and just with wmaker.
I'm really sorry if this is the wrong mailing list, or this is a real bug I
should have reported somewhere else. I just think this is probably not a 
bug,
because wmaker is running fine when started from the bash.

Thanks very much for any help.

Cheers,
Klaus
--
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


_
Chat online in real time with MSN Messenger http://messenger.msn.co.uk


Re: multiwindow crash on resolution 1280

2003-02-27 Thread J S
Harold,

Not sure why that call's there twice although I suspect the user may have 
sent me a bad cut and paste job of the log!

About startxwin.bat: Actually I just told him to start Xwin manually from 
the bash prompt as 'Xwin -ac -engine 1'.

I noticed this line also in his log where the depth is negative:

winAllocateFBShadowGDI - Dibsection width: 1274 height: -994 depth:
Does that seem strange? Do you know what causes the stride to come out as 
zero?

Thanks for your help as always,

JS.


JS,

> winAllocateFBShadowGDI - Created shadow stride: 0

Well, at the least they have the problem where the stride is being 
calculated as zero... they shouldn't be able to run at all.  Also... I 
don't understand why winAllocateFBShadowGDI is being called twice.

Here is what that section of the log should look like:

winAllocateFBShadowGDI - Creating DIB with width: 1394 height: 978 depth: 
32
winAllocateFBShadowGDI - Dibsection width: 1394 height: 978 depth: 32 size 
image: 5453328
winAllocateFBShadowGDI - Created shadow stride: 1394
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
32
winCreateDefColormap - Deferring to fbCreateDefColormap ()

Note the positive shadow stride and the fact that winInitVisualsShadowGDI 
is only being called once.

I have no clue what is going on here.  Basically I think that you have a 
less-than-cluefull user that is not telling you things that they have 
changed.  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
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Using user's preference: 1
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted WorkArea: 0 0 1024 1280
winCreateBoundingWindowWindowed - WindowClient w 1274 h 994 r 1274 l 0 b 
994 t 0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 1274 height: 994 depth: 
16
winAllocateFBShadowGDI - Dibsection width: 1274 height: -994 depth: 16 
size imag
e: 2532712
winAllocateFBShadowGDI - Created shadow stride: 0
winFinishScreenInitFB - Masks: 7c00 03e0 001f
winInitVisualsShadowGDI - Masks 7c00 03e0 001f BPRGB 5 d 15 
bpp 16
winFinishScreenInitFB - Masks: 7c00 03e0 001f
winInitVisualsShadowGDI - Masks 7c00 03e0 001f BPRGB 5 d 15 
bpp 16
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options 
= "(n
ull)"
Couldn't load XKB keymap, falling back to pre-XKB keymap
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, 
removing from
list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing 
from
list!
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 wrote:

Here you go Harold. This is the log from running

Xwin -ac -engine 1

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted Wor

Re: multiwindow crash on resolution 1280

2003-02-27 Thread J S
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
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Using user's preference: 1
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted WorkArea: 0 0 1024 1280
winCreateBoundingWindowWindowed - WindowClient w 1274 h 994 r 1274 l 0 b 994 
t 0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 1274 height: 994 depth: 16
winAllocateFBShadowGDI - Dibsection width: 1274 height: -994 depth: 16 size 
imag
e: 2532712
winAllocateFBShadowGDI - Created shadow stride: 0
winFinishScreenInitFB - Masks: 7c00 03e0 001f
winInitVisualsShadowGDI - Masks 7c00 03e0 001f BPRGB 5 d 15 bpp 
16
winFinishScreenInitFB - Masks: 7c00 03e0 001f
winInitVisualsShadowGDI - Masks 7c00 03e0 001f BPRGB 5 d 15 bpp 
16
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options = 
"(n
ull)"
Couldn't load XKB keymap, falling back to pre-XKB keymap
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from
list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing 
from
list!
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 wrote:
Here you go Harold. This is the log from running

Xwin -ac -engine 1

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted WorkArea: 0 0 1024 1280
winCreateBoundingWindowWindowed - WindowClient w 1280 h 1024 r 1280 l 0 b 
1024 t
0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 
16
winAllocateFBShadowGDI - Dibsection width: 1280 height: -1024 depth: 16 
size ima
ge: 2621440
winAllocateFBShadowGDI - Shadow blit failure
winFinishScreenInitFB - Could not allocate framebuffer

winAllocateFBShadowGDI - Shadow blit failure
winFinishScreenInitFB - Could not allocate framebuffer
winScreenInit - winFinishScreenInit () failed
Fatal server error:
InitOutput - Couldn't add screen 0

JS,

That doesn't make any sense.  There should not be any difference at all 
when running with ``-engine 1'' instead of ``-multiwindow'', as far as 
the DIB creation is concerned.  The only thing I can think of is that 
this is perhaps running on a system with very little available memory at 
the time of startup... multiwindow mode might take just enough memory to 
make the allocation of memory for the DIB fail.  That is the only thing 
that makes any sense.

Oh yeah, and I ask you to send in the log file from -engine 1, which 
would help in diagnosing this problem.

Harold

J S wrote:

Harold,

Sorry to reply to this so late. If he starts xwin with -engine 1 that 
works fine. The problem is that multiwindow seems to be the only mode 
that works with his application and it has to be run with this 
resolution.


JS,

What happens if he runs in 1280x1024 with "-engine 1" instead of
"-multiwindow"?
Please send in a log from that run.  I suspect it will be the 

Re: multiwindow crash on resolution 1280

2003-02-26 Thread J S
Here you go Harold. This is the log from running

Xwin -ac -engine 1

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted WorkArea: 0 0 1024 1280
winCreateBoundingWindowWindowed - WindowClient w 1280 h 1024 r 1280 l 0 b 
1024 t
0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 
16
winAllocateFBShadowGDI - Dibsection width: 1280 height: -1024 depth: 16 size 
ima
ge: 2621440
winAllocateFBShadowGDI - Shadow blit failure
winFinishScreenInitFB - Could not allocate framebuffer

winAllocateFBShadowGDI - Shadow blit failure
winFinishScreenInitFB - Could not allocate framebuffer
winScreenInit - winFinishScreenInit () failed
Fatal server error:
InitOutput - Couldn't add screen 0

JS,

That doesn't make any sense.  There should not be any difference at all 
when running with ``-engine 1'' instead of ``-multiwindow'', as far as the 
DIB creation is concerned.  The only thing I can think of is that this is 
perhaps running on a system with very little available memory at the time 
of startup... multiwindow mode might take just enough memory to make the 
allocation of memory for the DIB fail.  That is the only thing that makes 
any sense.

Oh yeah, and I ask you to send in the log file from -engine 1, which would 
help in diagnosing this problem.

Harold

J S wrote:
Harold,

Sorry to reply to this so late. If he starts xwin with -engine 1 that 
works fine. The problem is that multiwindow seems to be the only mode that 
works with his application and it has to be run with this resolution.


JS,

What happens if he runs in 1280x1024 with "-engine 1" instead of
"-multiwindow"?
Please send in a log from that run.  I suspect it will be the same.

Is 1280x1024 the maximum resolution that he can run in, or is there a 
higher
resolution that works just fine with -multiwindow?  I am just trying to
figure out if this is a problem where the largest size 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
Sent: Thursday, January 30, 2003 4:30 AM
To: [EMAIL PROTECTED]
Subject: multiwindow crash on resolution 1280
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 default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted WorkArea: 0 0 1024 1280
winCreateBoundingWindowWindowed - WindowClient w 1280 h 1024 r 1280 l 0 b
1024 t 0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 
depth:
16
winAllocateFBShadowGDI - Dibsection width: 1280 height: -1024 depth: 16 
size
image: 2621440
winAllocateFBShadowGDI - Shadow blit failure
winFinishScreenInitFB - Could not allocate framebuffer
winScreenInit - winFinishScreenInit () failed

Fatal server error:
InitOutput - Couldn't add screen 0
Thanks for any help,

JS.

_
Stay in touch with MSN Messenger http://messenger.msn.co.uk


___

RE: multiwindow crash on resolution 1280

2003-02-25 Thread J S
Harold,

Sorry to reply to this so late. If he starts xwin with -engine 1 that works 
fine. The problem is that multiwindow seems to be the only mode that works 
with his application and it has to be run with this resolution.


JS,

What happens if he runs in 1280x1024 with "-engine 1" instead of
"-multiwindow"?
Please send in a log from that run.  I suspect it will be the same.

Is 1280x1024 the maximum resolution that he can run in, or is there a 
higher
resolution that works just fine with -multiwindow?  I am just trying to
figure out if this is a problem where the largest size 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
Sent: Thursday, January 30, 2003 4:30 AM
To: [EMAIL PROTECTED]
Subject: multiwindow crash on resolution 1280
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 default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted WorkArea: 0 0 1024 1280
winCreateBoundingWindowWindowed - WindowClient w 1280 h 1024 r 1280 l 0 b
1024 t 0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth:
16
winAllocateFBShadowGDI - Dibsection width: 1280 height: -1024 depth: 16 
size
image: 2621440
winAllocateFBShadowGDI - Shadow blit failure
winFinishScreenInitFB - Could not allocate framebuffer
winScreenInit - winFinishScreenInit () failed

Fatal server error:
InitOutput - Couldn't add screen 0
Thanks for any help,

JS.

_
Stay in touch with MSN Messenger http://messenger.msn.co.uk


_
MSN Messenger - fast, easy and FREE! http://messenger.msn.co.uk


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 
remain behind on my screen. Is this a bug or is there a flag I can set to 
stop this happening.

If I use rootless mode with window maker I don't get this problem though.

Thanks,

JS.

_
Worried what your kids see online? Protect them better with MSN 8 
http://join.msn.com/?page=features/parental&pgmarket=en-gb&XAPID=186&DI=1059



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 scrollbars either. Despite changing the window 
properties in my window manager (windowmaker) they still got oversized.

Now with multiwindow mode, the window behaviour is much better. Can someone 
explain that to me please?! What makes me slightly nervous though is that so 
many of my customers want to use multiwindow mode yet this is still 
relatively new and development on it seems to have slowed down recently.

Anyway the main reason I've written is because in multiwindow mode the  
window resizing doesn't always work as expected, and also I have one 
particular problem where the window menu bars (on the pop up windows) are 
placed just above the desktop so I have to resize the window to get at them. 
Has anyone else seen that? Would really like to get a fix for that if anyone 
can help.

Thanks,

JS.

Is this the impression you get that most xfree users now are running in 
multiwindow mode? Also is there still development going on with multiwindows 
mode or has that come to a halt for some reason now? I only ask since I 
haven't seen quite so many emails on it lately.

JS.





_
Stay in touch with absent friends - get MSN Messenger 
http://messenger.msn.co.uk



Re: numlock

2003-02-07 Thread J S
Hi Thomas,

Thanks for your reply. I get the same as you if I run xmodmap -pm. Also if I 
do: xmodmap -e "clear mod2" that clears mod2, but on the XDM login screen I 
still can't type any letters.

Here's the value of the NumLock key before clearing mod2:

KeyRelease event, serial 21, synthetic NO, window 0x61,
   root 0x36, subw 0x0, time 3663237, (570,393), root:(576,418),
   state 0x10, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
   XLookupString gives 0 characters:  ""

Here's the value after clearing mod2:

KeyRelease event, serial 21, synthetic NO, window 0x61,
   root 0x36, subw 0x0, time 3594839, (105,139), root:(111,164),
   state 0x10, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
   XLookupString gives 0 characters:  ""

The state value seems to be the same.

JS.


Actually, the instructions were mine, not Harold's (they were in response 
to a note from Harold).

Try this...

Start X without the NumLock modification.  In an xterm, run "xmodmap -pm".  
You should see something that resembles the following:

xmodmap:  up to 2 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32),  Shift_R (0x3e)
lockCaps_Lock (0x42)
control Control_L (0x25),  Control_R (0x6d)
mod1Alt_L (0x40),  Alt_R (0x71)
mod2Num_Lock (0x4d)
mod3
mod4
mod5Scroll_Lock (0x4e)


If "Num_Lock" shows up next to something other than mod2, then you'll need 
to change what comes after "clear" when you run xmodmap.

Alternatively, you might experiment with the following scriptlet which 
tries to figure out which mod key is assigned to NumLock...

numlock=`xmodmap -pm | grep -i num_lock | awk '{print $1}'`
if [ "$numlock" != "" ]
then
 xmodmap -e "clear $numlock" ${HOME}/.Xmodmap
fi


Of course, if your NumLock key was already assigned to mod2, then I'm not 
sure what's going on.  You might want to experiment with running xev.  If 
you've cleared NumLock from the keymap, then the value of "state" inside a 
KeyPress/Release event resulting from pressing a key on the numeric keypad 
should be 0x0 regardless of whether NumLock is on or off.


From: "J S" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: numlock Date: Thu, 06 Feb 2003 10:46:58 +

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.



_
Surf together with new Shared Browsing 
http://join.msn.com/?page=features/browse&pgmarket=en-gb&XAPID=74&DI=1059


_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail


_
Stay in touch with absent friends - get MSN Messenger 
http://messenger.msn.co.uk



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 "xfree86" ignored
>   Abandoning keycodes file "gb"

Why are still people working with this way? The keyboard is configurable
in the config file /etc/X11/XF86Config. A sample config file can be found
at http://www.tu-chemnitz.de/~goal/xfree/XF86Config-4.bz2

bye
	ago


_
MSN Messenger - fast, easy and FREE! http://messenger.msn.co.uk




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 "en_US(pc105)+de" };
   xkb_geometry{ include "pc(pc102)"   };


$ xkbcomp -xkm -m de /usr/X11R6/lib/X11/xkb/keymap/xfree86 
/etc/X11/xkb/keymap/de
Error:Include file wrong type (expected KeyNames, got Keymap)
 Include file "xfree86" ignored
 Abandoning keycodes file "de"





ho - i can only say that it worked for german (de) - maybe you
should compare the entries and files for those two to see what
the difference is ... if you find out anything - please let me
know ...

t

On Thursday 06 February 2003 11:38, you 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 "xfree86" ignored
>   Abandoning keycodes file "gb"
>
> This is what /usr/X11R6/lib/X11/xkb/keymap/xfree86 says for gb:
>
> xkb_keymap "gb" {
> xkb_keycodes{ include "xfree86" };
> xkb_types   { include "default" };
> xkb_compatibility   { include "default" };
> xkb_symbols { include "en_US(pc105)+gb" };
> xkb_geometry{ include "pc(pc102)"   };
>
>
> Can you see what I'm doing wrong?
>
> Thanks,
>
> JS.
>
> >just because i often ran across it an due to my earlier
> > question on that list which seems to pop up in google if you
> > search for that topic i'd like to write down how to make
> > cygwin's XWin work natively with a non us keyboard (tested
> > with the german keyboard but should also work for other
> > languages)
> >
> >* first you have to compile a keymap for your language - for
> > german this looks like
> >
> > xkbcomp -xkm -m de /usr/X11R6/lib/X11/xkb/keymap/xfree86
> > \ /etc/X11/xkb/keymap/de
> >
> >   in older versions of cygwin xfree86 it had to be
> > /tmp/de.xkm instead of /etc/X11/xkb/keymap/de
> >
> >* then you can start your xserver like
> >
> > XWin.exe -xkbmap de
> >
> >   and you should have your keyboard (btw. don't be surprised
> > that in the shell not all charackters are shown - like for
> > instance the german umlauts - thats the default bash behavior
> > as used in cygwin - just open a vi inside that bash and you
> > should be able to see all the other charackters too
> >
> >* if you want to know what the name for your keyboard is or
> >   which ones are available: just have a look at
> >
> > /usr/X11R6/lib/X11/xkb/keymap/xfree86
> >
> >hope that helps someone and maybe this should be added to the
> >cygwin/XFree86 faq ... i hope everything is correct and i have
> >not missed anything - best wishes
> >
> >t
> >
> >--
> >thomas graichen <[EMAIL PROTECTED]> ... perfection is reached,
> > not when there is no longer anything to add, but when there
> > is no longer anything to take away. --- antoine de
> > saint-exupery -- end of forwarded message --
> >
> >--
> >thomas graichen <[EMAIL PROTECTED]> ... perfection is reached,
> > not when there is no longer anything to add, but when there
> > is no longer anything to take away. --- antoine de
> > saint-exupery
>
> ___
>__ Stay in touch with MSN Messenger http://messenger.msn.co.uk

--
thomas graichen <[EMAIL PROTECTED]> ... perfection is reached, not
when there is no longer anything to add, but when there is no
longer anything to take away. --- antoine de saint-exupery



_
Chat online in real time with MSN Messenger http://messenger.msn.co.uk




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.



_
Surf together with new Shared Browsing 
http://join.msn.com/?page=features/browse&pgmarket=en-gb&XAPID=74&DI=1059



Re: (fwd) non us keyboards and cygwin xfree86

2003-02-06 Thread J S
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 "xfree86" ignored
 Abandoning keycodes file "gb"

This is what /usr/X11R6/lib/X11/xkb/keymap/xfree86 says for gb:

xkb_keymap "gb" {
   xkb_keycodes{ include "xfree86" };
   xkb_types   { include "default" };
   xkb_compatibility   { include "default" };
   xkb_symbols { include "en_US(pc105)+gb" };
   xkb_geometry{ include "pc(pc102)"   };


Can you see what I'm doing wrong?

Thanks,

JS.



just because i often ran across it an due to my earlier question
on that list which seems to pop up in google if you search for
that topic i'd like to write down how to make cygwin's XWin work
natively with a non us keyboard (tested with the german keyboard
but should also work for other languages)

* first you have to compile a keymap for your language - for german
  this looks like

xkbcomp -xkm -m de /usr/X11R6/lib/X11/xkb/keymap/xfree86 \
  /etc/X11/xkb/keymap/de

  in older versions of cygwin xfree86 it had to be /tmp/de.xkm
  instead of /etc/X11/xkb/keymap/de

* then you can start your xserver like

XWin.exe -xkbmap de

  and you should have your keyboard (btw. don't be surprised that
  in the shell not all charackters are shown - like for instance
  the german umlauts - thats the default bash behavior as used in
  cygwin - just open a vi inside that bash and you should be able
  to see all the other charackters too

* if you want to know what the name for your keyboard is or
  which ones are available: just have a look at

/usr/X11R6/lib/X11/xkb/keymap/xfree86

hope that helps someone and maybe this should be added to the
cygwin/XFree86 faq ... i hope everything is correct and i have
not missed anything - best wishes

t

--
thomas graichen <[EMAIL PROTECTED]> ... perfection is reached, not
when there is no longer anything to add, but when there is no
longer anything to take away. --- antoine de saint-exupery
-- end of forwarded message --

--
thomas graichen <[EMAIL PROTECTED]> ... perfection is reached, not
when there is no longer anything to add, but when there is no
longer anything to take away. --- antoine de saint-exupery



_
Stay in touch with MSN Messenger http://messenger.msn.co.uk




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.



_
Overloaded with spam? With MSN 8, you can filter it out 
http://join.msn.com/?page=features/junkmail&pgmarket=en-gb&XAPID=32&DI=1059



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 the application he is using. He sent me his 
Exceed key map (see below) but I can't really figure out what changes I 
need to make to the XFree mappings to make them the same as those in 
Exceed. Does anyone here know? If you could explain the logic to me I might 
have a go at writing a c program to convert Exceed keys maps to XFree!

On XFree86:

KeyRelease event, serial 16, synthetic NO, window 0x41,
   root 0x36, subw 0x0, time 4927190, (167,-11), root:(173,14),
   state 0x10, keycode 70 (keysym 0xffc1, F4), same_screen YES,
   XLookupString gives 0 characters:  ""

xmodmap.uk:  keycode  70 = F4 F14
keysymdef.h: #define XK_F4   0xFFC1


Exceed:

keymap.kbf:
115   XK_F19 XK_F4
3E=R FFD0@F19 FFC1@F4 0@NoSymbol 0@NoSymbol





ows
# the Forms Menu to be displayed.
# N.B.  Information on the LEFT is for the HOST whilst Information on the 
RIGHT is for the CLIENT (PC)
# The next time this file is likely to be changed is when FORMS 4.0 goes 
live !!

# U.K. 102 English Keyboard

#   The Right Alt key has been assigned as a ModeSwitch.  Use this key
#   to access the third glyphs found on certain keys

#   if you DO NOT wish to use NumLock locally, place a comment indicator 
(#) in
#   front of the next statement.

Symbol NumLockIsLocal	1

#   if the BackSpace key does not work but +BackSpace does, remove
#   the comment indicator (#) from the next statement.

#Symbol  BSunshifted	1

Symbol Pause 126

Include Info keysyms.sym

LATCH   ScrollLock CapsLock NumLock

VALIDMOD CapsLock Lshift Rshift Lctrl Rctrl Lalt Ralt NumLock

MOD LOCKCapsLock
MOD SHIFT   Lshift Rshift
MOD CONTROL Lctrl Rctrl
MOD MOD1Lalt Ralt
MOD MOD3Ralt

ifdef NumLockIsLocal

compose NumLock+91   XK_KP_7  XK_Home
compose NumLock+92   XK_KP_4  XK_Left
compose NumLock+93   XK_KP_1  XK_End
compose NumLock+96   XK_KP_8  XK_Up
compose NumLock+97   XK_KP_5  XK_KP_Space
compose NumLock+98   XK_KP_2  XK_Down
compose NumLock+99   XK_KP_0  XK_Insert
compose NumLock+101  XK_KP_9  XK_Prior
compose NumLock+102  XK_KP_6  XK_Right
compose NumLock+103  XK_KP_3  XK_Next
compose NumLock+104  XK_KP_Decimal  XK_Delete

else# NumLockIsLocal

MOD MOD2NumLock

endif   # NumLockIsLocal

#   note that modifiers are automatically 'repeat' disabled

REPEAT   * -ScrollLock -Pause

1 XK_grave   XK_notsign\
XK_bar
2 XK_1   XK_exclam
3 XK_2   XK_quotedbl   \
XK_at
4 XK_3   XK_sterling   \
XK_numbersign
5 XK_4   XK_dollar
6 XK_5   XK_percent
7 XK_6   XK_asciicircum
8 XK_7   XK_ampersand
9 XK_8   XK_asterisk
10XK_9   XK_parenleft
11XK_0   XK_parenright
12XK_minus   XK_underscore
13XK_equal   XK_plus
# ifndef BSunshifted
# 15XK_Delete  XK_BackSpace
# else
15XK_Delete XK_Delete
# endif
16XK_Tab XK_KP_Tab
17XK_q   XK_Q
18XK_w   XK_W
19XK_e   XK_E
20XK_r   XK_R
21XK_t   XK_T
22XK_y   XK_Y
23XK_u   XK_U
24XK_i   XK_I
25XK_o   XK_O
26XK_p   XK_P
27XK_bracketleft XK_braceleft
28XK_bracketrightXK_braceright
30XK_Caps_Lock   XK_Caps_Lock
31XK_a   XK_A
32XK_s   XK_S
33XK_d   XK_D
34XK_f   XK_F
35XK_g   XK_G
36XK_h   XK_H
37XK_j   XK_J
38XK_k   XK_K
39XK_l   XK_L
40XK_semicolon   XK_colon
41XK_apostrophe  XK_at
42XK_numbersign  XK_asciitilde
43XK_Return  XK_Return
44XK_Shift_L XK_Shift_L
45XK_backslash   XK_bar
46XK_z   XK_Z
47XK_x   XK_X
48XK_c   XK_C
49XK_v   XK_V
50XK_b   XK_B
51XK_n   XK_N
52

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 need 
to make to the XFree mappings to make them the same as those in Exceed. Does 
anyone here know? If you could explain the logic to me I might have a go at 
writing a c program to convert Exceed keys maps to XFree!

On XFree86:

KeyRelease event, serial 16, synthetic NO, window 0x41,
   root 0x36, subw 0x0, time 4927190, (167,-11), root:(173,14),
   state 0x10, keycode 70 (keysym 0xffc1, F4), same_screen YES,
   XLookupString gives 0 characters:  ""

xmodmap.uk:  keycode  70 = F4 F14
keysymdef.h: #define XK_F4   0xFFC1


Exceed:

keymap.kbf:
115   XK_F19 XK_F4
3E=R FFD0@F19 FFC1@F4 0@NoSymbol 0@NoSymbol





ows
# the Forms Menu to be displayed.
# N.B.  Information on the LEFT is for the HOST whilst Information on the 
RIGHT is for the CLIENT (PC)
# The next time this file is likely to be changed is when FORMS 4.0 goes 
live !!

# U.K. 102 English Keyboard

#   The Right Alt key has been assigned as a ModeSwitch.  Use this key
#   to access the third glyphs found on certain keys

#   if you DO NOT wish to use NumLock locally, place a comment indicator (#) 
in
#   front of the next statement.

Symbol NumLockIsLocal	1

#   if the BackSpace key does not work but +BackSpace does, remove
#   the comment indicator (#) from the next statement.

#Symbol  BSunshifted	1

Symbol Pause 126

Include Info keysyms.sym

LATCH   ScrollLock CapsLock NumLock

VALIDMOD CapsLock Lshift Rshift Lctrl Rctrl Lalt Ralt NumLock

MOD LOCKCapsLock
MOD SHIFT   Lshift Rshift
MOD CONTROL Lctrl Rctrl
MOD MOD1Lalt Ralt
MOD MOD3Ralt

ifdef NumLockIsLocal

compose NumLock+91   XK_KP_7  XK_Home
compose NumLock+92   XK_KP_4  XK_Left
compose NumLock+93   XK_KP_1  XK_End
compose NumLock+96   XK_KP_8  XK_Up
compose NumLock+97   XK_KP_5  XK_KP_Space
compose NumLock+98   XK_KP_2  XK_Down
compose NumLock+99   XK_KP_0  XK_Insert
compose NumLock+101  XK_KP_9  XK_Prior
compose NumLock+102  XK_KP_6  XK_Right
compose NumLock+103  XK_KP_3  XK_Next
compose NumLock+104  XK_KP_Decimal  XK_Delete

else# NumLockIsLocal

MOD MOD2NumLock

endif   # NumLockIsLocal

#   note that modifiers are automatically 'repeat' disabled

REPEAT   * -ScrollLock -Pause

1 XK_grave   XK_notsign\
XK_bar
2 XK_1   XK_exclam
3 XK_2   XK_quotedbl   \
XK_at
4 XK_3   XK_sterling   \
XK_numbersign
5 XK_4   XK_dollar
6 XK_5   XK_percent
7 XK_6   XK_asciicircum
8 XK_7   XK_ampersand
9 XK_8   XK_asterisk
10XK_9   XK_parenleft
11XK_0   XK_parenright
12XK_minus   XK_underscore
13XK_equal   XK_plus
# ifndef BSunshifted
# 15XK_Delete  XK_BackSpace
# else
15XK_Delete XK_Delete
# endif
16XK_Tab XK_KP_Tab
17XK_q   XK_Q
18XK_w   XK_W
19XK_e   XK_E
20XK_r   XK_R
21XK_t   XK_T
22XK_y   XK_Y
23XK_u   XK_U
24XK_i   XK_I
25XK_o   XK_O
26XK_p   XK_P
27XK_bracketleft XK_braceleft
28XK_bracketrightXK_braceright
30XK_Caps_Lock   XK_Caps_Lock
31XK_a   XK_A
32XK_s   XK_S
33XK_d   XK_D
34XK_f   XK_F
35XK_g   XK_G
36XK_h   XK_H
37XK_j   XK_J
38XK_k   XK_K
39XK_l   XK_L
40XK_semicolon   XK_colon
41XK_apostrophe  XK_at
42XK_numbersign  XK_asciitilde
43XK_Return  XK_Return
44XK_Shift_L XK_Shift_L
45XK_backslash   XK_bar
46XK_z   XK_Z
47XK_x   XK_X
48XK_c   XK_C
49XK_v   XK_V
50XK_b   XK_B
51XK_n   XK_N
52XK_m   XK_M
53XK_comma   XK_less
54XK_period 

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 default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Returning, supported engines 0013
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1280 h: 1024
winCreateBoundingWindowWindowed - Current w: 1280 h: 1024
winAdjustForAutoHide - Original WorkArea: 0 0 1024 1280
winAdjustForAutoHide - Adjusted WorkArea: 0 0 1024 1280
winCreateBoundingWindowWindowed - WindowClient w 1280 h 1024 r 1280 l 0 b 
1024 t 0
winCreateBoundingWindowWindowed -  Returning
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 
16
winAllocateFBShadowGDI - Dibsection width: 1280 height: -1024 depth: 16 size 
image: 2621440
winAllocateFBShadowGDI - Shadow blit failure
winFinishScreenInitFB - Could not allocate framebuffer
winScreenInit - winFinishScreenInit () failed

Fatal server error:
InitOutput - Couldn't add screen 0

Thanks for any help,

JS.

_
Stay in touch with MSN Messenger http://messenger.msn.co.uk



RE: [ANNOUNCEMENT] Server Test 75

2003-01-27 Thread J S

Hi,

Looking good.

I get a difference between the 'default' cursor in multiwindow and 
rootless.
The 'I' cursor is the same in xterm's.
On others I get an arrow in rootless and an 'X' in multiwindow.
I'm not worried either way, just me trying to be consistent!

Thanks

Colin


Is it possible to change the X and an arrow pointer in multiwindow?

JS.

_
Express yourself with cool emoticons http://messenger.msn.co.uk




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-WORK>MC DECW$CLOCK
> X Toolkit Warning: Cannot convert string
> "-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct
> X Toolkit Warning: Cannot convert string
> "-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct
> X Toolkit Warning: Cannot convert string
> "-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct
> X Toolkit Warning: Cannot convert string
> "-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct
>
> Also in the xclock, there is a dotted square next to the Day
> (usually a sign
> of using the wrong font). Do you get these messages?

Yes, I had the same problems.  I performed a dir decw$terminal:menu*.pcf
on VMS and found several files:

Directory SYS$COMMON:[SYSFONT.DECW.100DPI]

MENU10_100DPI.PCF;1 MENU12_100DPI.PCF;1

Total of 2 files.

Directory SYS$COMMON:[SYSFONT.DECW.75DPI]

MENU10.PCF;1MENU12.PCF;1

Total of 2 files.

Directory SYS$COMMON:[SYSFONT.DECW.EURO_100DPI]

MENU10_100DPI.PCF;1 MENU12_100DPI.PCF;1

Total of 2 files.

Directory SYS$COMMON:[SYSFONT.DECW.EURO_75DPI]

MENU10.PCF;1MENU12.PCF;1

Total of 2 files.

Grand total of 4 directories, 8 files.

Do you have these?

After I found these, I ftp'd them to /usr/local/font then I did:

$ xset fp- /usr/local/font
$ mkfontdir /usr/local/font
$ xset fp+ /usr/local/font

and tried MCR DECW$CLOCK again.  I no longer got the messages but
I still see the dotted square.

BTW, you might want to hold off on the "enhancement" to .xmodmap-vms
that I posted.  It caused unexpected problems when I did added this.

Bruce



Thanks Bruce,

Think I found out why the fonts I copied didn't work. They're not pcf fonts. 
Mine look like this:

-rw-r--r--1 u752359  mkgroup  4117 Jan 23 13:58 
COURIER10_100DPI.DECW$FONT
-rw-r--r--1 u752359  mkgroup  4370 Jan 23 13:58 
COURIER12_100DPI.DECW$FONT
-rw-r--r--1 u752359  mkgroup  4786 Jan 23 13:58 
COURIER14_100DPI.DECW$FONT
-rw-r--r--1 u752359  mkgroup  6227 Jan 23 13:58 
COURIER18_100DPI.DECW$FONT
-rw-r--r--1 u752359  mkgroup  8906 Jan 23 13:58 
COURIER24_100DPI.DECW$FONT
-rw-r--r--1 u752359  mkgroup  3435 Jan 23 13:58 
COURIER8_100DPI.DECW$FONT

I did a search on VMS from root (I think it was root) on the pcf files but 
it didn't come up with anything:

ISIS-WORK>DIRECTORY [...]*.pcf
%DIRECT-W-NOFILES, no files found
ISIS-WORK>DIRECTORY [...]*.snf
%DIRECT-W-NOFILES, no files found
ISIS-WORK>DIRECTORY [...]*.bdf
%DIRECT-W-NOFILES, no files found
ISIS-WORK>sho def
 $1$DIA2:[00]

That's all I was able to do though. If I issue the command you used above I 
get an error:

ISIS-WORK>dir decw$terminal:menu*.pcf
%DIRECT-E-OPENIN, error opening DECW$TERMINAL:[00]MENU*.PCF;* as input
-RMS-F-DEV, error in device name or inappropriate device type for operation
ISIS-WORK>


Thanks for your help Bruce.

JS.

_
Chat online in real time with MSN Messenger http://messenger.msn.co.uk



RE: xfree and vms

2003-01-23 Thread J S
Thanks Bruce,

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-WORK>MC DECW$CLOCK
X Toolkit Warning: Cannot convert string 
"-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct
X Toolkit Warning: Cannot convert string 
"-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct
X Toolkit Warning: Cannot convert string 
"-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct
X Toolkit Warning: Cannot convert string 
"-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct

Also in the xclock, there is a dotted square next to the Day (usually a sign 
of using the wrong font). Do you get these messages?

JS.



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 mappings for (my) PC connecting to VMS.

! To adapt for your own use:

! (1) Run xev and make sure the keycodes agree with what I have here.
! I'm hoping PCs are somewhat standaradized.

! (2) Check that you want each of these definitions.  For example, if
! you don't use select and find that often, you might not want to
! redirect your Home/End keys.

! Everyone knows that the top row of keys that hover over the numeric 
keypad
! should be labeled PF1 through PF4.  But KP_Fn will have to do.

keycode 77=KP_F1
keycode 112=KP_F2
keycode 63=KP_F3
keycode 82=KP_F4

! Redirecting Home and End to be select and find, respectively.

! Hopefully, this won't be too annoying for X windows apps that aren't
! running on VMS.  Case in point: now the "End" key wants to perform a
! search under XEmacs.  This is actually okay with me but some folks
! might not like it.  Then again, these people should learn
! control-a/control-e anyway!

keycode 103=Select
keycode 97=Find

! Now the digits on the keypad.

keycode 90=KP_0
keycode 87=KP_1
keycode 88=KP_2
keycode 89=KP_3
keycode 83=KP_4
keycode 84=KP_5
keycode 85=KP_6
keycode 79=KP_7
keycode 80=KP_8
keycode 81=KP_9

! Keypad "." too

keycode 91=KP_Decimal

! Redirecting F11 to be the help key and F12 to be the Do key.
! VMS really needs these!

keycode 95=Help
keycode 96=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
> To: [EMAIL PROTECTED]
> Subject: Re: xfree and vms
>
>
> 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 worked fine. But I have to get the keys and fonts
> working for an app
> that runs on there. Harold, ANY help is appreciated!
>
> Many thanks,
>
> JS.
>
> >JS,
> >
> >We do run VMS at one the jobs I have... I tried once to connect
> >Cygwin/XFree86 to VMS, but I was unsuccessful.  My boss uses
> X-Win32 all
> >the time to display VMS apps (at least, I think she does...
> but she does
> >have VMS machine on her desk, so maybe she doesn't...).  I
> could see what
> >she does to connect X-Win32 to VMS, or I could ask around to
> see if anyone
> >else there does it.  I might be able to give you some tips,
> but don't hold
> >your breath 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 these go?
> >>2. How do I get the VMS fonts to work? Apparently there
> isn't a font
> >>server on VMS.
> >>
> >>Thanks,
> >>
> >>JS.
> >>
> >>
> >>
> >>
> >>
> >>_
> >>The new MSN 8: smart spam protection and 2 months FREE*
> >>http://join.msn.com/?page=features/junkmail
> >>
>
>
> 

RE: [ANNOUNCEMENT] Server Test 73

2003-01-23 Thread J S
Here you go:


$ ./XWin-Test73-DEBUG-3.exe -multiwindow
Segmentation fault (core dumped)

u752359@A217447D /cygdrive/d/downloads
$ cat /tmp/xwinrl.log
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1152 h 864
winInitializeDefaultScreens - Returning
ddxProcessArgument - arg: -multiwindow
OsVendorInit - Creating bogus screen 0
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
InitOutput
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winScreenInit - dwWidth: 1152 dwHeight: 864
winAllocateScreenPrivates - g_ulServerGeneration: 0 serverGeneration: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 24 bits per 
pixel
winCreateBoundingWindowWindowed - User w: 1152 h: 864
winCreateBoundingWindowWindowed - Current w: 1152 h: 864
winAdjustForAutoHide - Original WorkArea: 0 0 836 1152
winAdjustForAutoHide - Adjusted WorkArea: 0 0 836 1152
winCreateBoundingWindowWindowed - User did not give height and width
winCreateBoundingWindowWindowed - Adjusted width: 1152 height: 836
winWindowProc - WM_CREATE
winCreateBoundingWindowWindowed - CreateWindowEx () returned
winCreateBoundingWindowWindowed - WindowClient w 1152 h 836 r 1152 l 0 b 836 
t 0
winWindowProc - WM_ACTIVATEAPP
winActivateAppShadowGDI
winActivateAppShadowGDI - Returning
winWindowProc - WM_ACTIVATE
winCreateBoundingWindowWindowed -  Returning
winQueryScreenDIBFormat - First call masks:   
winAllocateFBShadowGDI - Shadow buffer allocated
winAllocateFBShadowGDI - Dibsection width: 1152 height: 836
winAllocateFBShadowGDI - Attempting a shadow blit
winAllocateFBShadowGDI - Shadow blit success
winAllocateFBShadowGDI - Created shadow padded width: 4608
winAllocateFBShadowGDI - Created shadow stride: 1536
winQueryRGBBitsAndMasks - GetDeviceCaps (BITSPIXEL) returned 24 for the 
screen.  Using default 24bpp
masks.
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
24
winInitVisualsShadowGDI - Returning
winFinishScreenInitFB - Calling miDCInitialize ()
winFinishScreenInitFB - Calling winCreateDefColormap ()
winCreateDefColormap
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winFinishScreenInitFB - Calling shadowInit ()
null screen fn ReparentWindow
null screen fn RestackWindow
winFinishScreenInitFB - Calling winInitWM.
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitWM - Returning.
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
InitInput
InitInput - returning
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options = 
"(null)"
winInitMultiWindowWM - Hello
winInitClipboard - Calling pthread_mutex_lock ()
winReshape ()

u752359@A217447D /cygdrive/d/downloads
$


Okay, anyone with crashes in 24 bits per pixel mode, try the following exe
for me:

http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test73-DEBUG-3.exe.bz2 (1.2
MiB)


The primary difference with this executable is that it has debug logging
turned on.  Your log file will be rather large.  Go ahead and send in the
log file when you are running in 24 bits per pixel mode and I will see if 
it
has any additional information that helps me.

Thanks for testing,

Harold

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Colin Harrison
Sent: Wednesday, January 22, 2003 11:19 AM
To: [EMAIL PROTECTED]
Subject: Re: [ANNOUNCEMENT] Server Test 73


Hi

Minor observation.
In -multiwindow -clipboard
When xeyes is run, the background is now transparent (I had to use xsetroot
on one of the earlier multi builds)
However, I'm getting loads of:-
winReshape - CreateRectRgn () failed
winReshape - CombineRgn () failed
messages in my XWinrl.log file.
(XP Pro 16 bit screen)

Thanks

Colin


_
Express yourself with cool emoticons http://messenger.msn.co.uk




RE: xfree and vms

2003-01-21 Thread J S


Bruce,

That looks really helpful. I will test it out tomorrow at work. Many 
thanks!!!

JS.

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 mappings for (my) PC connecting to VMS.

! To adapt for your own use:

! (1) Run xev and make sure the keycodes agree with what I have here.
! I'm hoping PCs are somewhat standaradized.

! (2) Check that you want each of these definitions.  For example, if
! you don't use select and find that often, you might not want to
! redirect your Home/End keys.

! Everyone knows that the top row of keys that hover over the numeric 
keypad
! should be labeled PF1 through PF4.  But KP_Fn will have to do.

keycode 77=KP_F1
keycode 112=KP_F2
keycode 63=KP_F3
keycode 82=KP_F4

! Redirecting Home and End to be select and find, respectively.

! Hopefully, this won't be too annoying for X windows apps that aren't
! running on VMS.  Case in point: now the "End" key wants to perform a
! search under XEmacs.  This is actually okay with me but some folks
! might not like it.  Then again, these people should learn
! control-a/control-e anyway!

keycode 103=Select
keycode 97=Find

! Now the digits on the keypad.

keycode 90=KP_0
keycode 87=KP_1
keycode 88=KP_2
keycode 89=KP_3
keycode 83=KP_4
keycode 84=KP_5
keycode 85=KP_6
keycode 79=KP_7
keycode 80=KP_8
keycode 81=KP_9

! Keypad "." too

keycode 91=KP_Decimal

! Redirecting F11 to be the help key and F12 to be the Do key.
! VMS really needs these!

keycode 95=Help
keycode 96=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
> To: [EMAIL PROTECTED]
> Subject: Re: xfree and vms
>
>
> 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 worked fine. But I have to get the keys and fonts
> working for an app
> that runs on there. Harold, ANY help is appreciated!
>
> Many thanks,
>
> JS.
>
> >JS,
> >
> >We do run VMS at one the jobs I have... I tried once to connect
> >Cygwin/XFree86 to VMS, but I was unsuccessful.  My boss uses
> X-Win32 all
> >the time to display VMS apps (at least, I think she does...
> but she does
> >have VMS machine on her desk, so maybe she doesn't...).  I
> could see what
> >she does to connect X-Win32 to VMS, or I could ask around to
> see if anyone
> >else there does it.  I might be able to give you some tips,
> but don't hold
> >your breath 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 these go?
> >>2. How do I get the VMS fonts to work? Apparently there
> isn't a font
> >>server on VMS.
> >>
> >>Thanks,
> >>
> >>JS.
> >>
> >>
> >>
> >>
> >>
> >>_
> >>The new MSN 8: smart spam protection and 2 months FREE*
> >>http://join.msn.com/?page=features/junkmail
> >>
>
>
> _
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus
>
>

-
CONFIDENTIALITY NOTE:  This e-mail message, including any
attachment(s), contains information that may be confidential,
protected by the attorney-client or other legal privileges, and/or
proprietary non-public information.  If you are not an intended
recipient of this message or an authorized assistant to an intended
recipient, please notify the sender by replying to this message and
then delete it from your system.  Use, dissemination, distribution,
or reproduction of this message and/or any of its attachments (if
any) by unintended recipients is not authorized and may be unlawful.


_
Stay in touch with MSN Messenger http://messenger.msn.co.uk




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
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Using user's preference: 1
winAdjustVideoModeShadowGDI - Using Windows display depth of 24 bits per 
pixel
winCreateBoundingWindowWindowed - Initial w: 1152 h: 864
winAdjustForAutoHide - Original WorkArea: 0 0 836 1152
winAdjustForAutoHide - Adjusted WorkArea: 0 0 836 1152
winCreateBoundingWindowWindowed - WindowClient w 1146 h 811 r 1146 l 0 b 811 
t 0
winCreateBoundingWindowWindowed -  Returning
winQueryRGBBitsAndMasks - GetDeviceCaps (BITSPIXEL) returned 24 for the 
screen.  Using default 24bpp
masks.
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
24
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winFinishScreenInitFB - Calling winInitWM.
winFinishScreenInitFB - Calling winInitClipboard.
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
(EE) No primary keyboard configured
(==) Using compiletime defaults 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. 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 are using the MultiWindow mode, so a bug in the GDI DIB 
engine
> could have gone undiscovered for a long time.

You seem to be on to something here since

 XWin.exe -engine 1 -rootless

crashes for me in 24bpp mode.

/E

-
Erik Friskemail: [EMAIL PROTECTED]
Dept. of Electrical Engineering tel:+46 13 285714
Linköping Universityfax:+46 13 282035
S-581 83 Linköping
SWEDEN   www.fs.isy.liu.se/~frisk
-



_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail



_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail



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 worked fine. But I have to get the keys and fonts working for an app 
that runs on there. Harold, ANY help is appreciated!

Many thanks,

JS.

JS,

We do run VMS at one the jobs I have... I tried once to connect 
Cygwin/XFree86 to VMS, but I was unsuccessful.  My boss uses X-Win32 all 
the time to display VMS apps (at least, I think she does... but she does 
have VMS machine on her desk, so maybe she doesn't...).  I could see what 
she does to connect X-Win32 to VMS, or I could ask around to see if anyone 
else there does it.  I might be able to give you some tips, but don't hold 
your breath 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 these go?
2. How do I get the VMS fonts to work? Apparently there isn't a font 
server on VMS.

Thanks,

JS.





_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail



_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



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 the GDI DIB engine is not used unless specified 
or
> unless you are using the MultiWindow mode, so a bug in the GDI DIB 
engine
> could have gone undiscovered for a long time.

You seem to be on to something here since

 XWin.exe -engine 1 -rootless

crashes for me in 24bpp mode.

	/E

-
Erik Friskemail: [EMAIL PROTECTED]
Dept. of Electrical Engineering tel:+46 13 285714
Linköping Universityfax:+46 13 282035
S-581 83 Linköping
SWEDEN   www.fs.isy.liu.se/~frisk
-


_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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 are using the MultiWindow mode, so a bug in the GDI DIB 
engine
> could have gone undiscovered for a long time.

You seem to be on to something here since

 XWin.exe -engine 1 -rootless

crashes for me in 24bpp mode.

	/E

-
Erik Friskemail: [EMAIL PROTECTED]
Dept. of Electrical Engineering tel:+46 13 285714
Linköping Universityfax:+46 13 282035
S-581 83 Linköping
SWEDEN   www.fs.isy.liu.se/~frisk
-


_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail



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 server 
on VMS.

Thanks,

JS.





_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail



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

2003-01-21 Thread J S
$ cat /tmp/xwinrl.log
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1152 h 864
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 24 bits per 
pixel
winCreateBoundingWindowWindowed - Initial w: 1152 h: 864
winAdjustForAutoHide - Original WorkArea: 0 0 836 1152
winAdjustForAutoHide - Adjusted WorkArea: 0 0 836 1152
winCreateBoundingWindowWindowed - WindowClient w 1152 h 836 r 1152 l 0 b 836 
t 0
winCreateBoundingWindowWindowed -  Returning
winQueryRGBBitsAndMasks - GetDeviceCaps (BITSPIXEL) returned 24 for the 
screen.  Using default 24bpp
masks.
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
24
winCreateDefColormap - Deferring to fbCreateDefColormap ()
null screen fn ReparentWindow
null screen fn RestackWindow
winFinishScreenInitFB - Calling winInitWM.
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitWM - Returning.
winFinishScreenInitFB - Calling winInitClipboard.
winFinishScreenInitFB - returning
winScreenInit - returning
InitOutput - Returning.
winInitMultiWindowWM - Hello.
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options = 
"(null)"







From: "Harold L Hunt II" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]
Date: Mon, 20 Jan 2003 15:04:35 -0500
MIME-Version: 1.0
Received: from sources.redhat.com ([66.187.233.205]) by 
mc3-f14.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Mon, 20 
Jan 2003 15:59:37 -0800
Received: (qmail 2134 invoked by alias); 20 Jan 2003 23:59:04 -
Received: (qmail 2096 invoked from network); 20 Jan 2003 23:59:03 -
Received: from unknown (HELO sccrmhc01.attbi.com) (204.127.202.61)  by 
172.16.49.205 with SMTP; 20 Jan 2003 23:59:03 -
Received: from huntharo (12-245-196-74.client.attbi.com[12.245.196.74]) 
 by sccrmhc01.attbi.com (sccrmhc01) with SMTP  id 
<2003012020043100100hq3sre>; Mon, 20 Jan 2003 20:04:31 +
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: 

List-Subscribe: 
List-Archive: 
List-Post: 
List-Help: , 

Sender: [EMAIL PROTECTED]
Mail-Followup-To: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
In-Reply-To: <[EMAIL PROTECTED]>
Importance: Normal
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 20 Jan 2003 23:59:37.0623 (UTC) 
FILETIME=[FD17CA70:01C2C0DF]

Erik and JS,

Okay, I have made a version of Test73 with more debugging messages, up to
the point of the call to setlocale.  That is a good observation that
setlocale might be the problem, since the clipboard manager calls
_XSetLocale sometimes instead of just setlocale.  Anyway, this test should
help us figure out what is going on.

http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test73-DEBUG.exe.bz2 (1201
KiB)

Thanks so much for testing guys,

Harold

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Erik Frisk
Sent: Monday, January 20, 2003 8:33 AM
To: [EMAIL PROTECTED]
Subject: RE: [ANNOUNCEMENT] Server Test 71 [DEBUG BUILD]


Thanks for your efforts on this,


> Erik and JS,
>
> Try the new Test73 release (4.2.0-21).  The new release has a much more
> robust way of initializing the Multi-Window Window Manager that should
take
> care of your crashes on startup.  If not, it should at least allow for
> better reporting of errors.

Unfortunately also this version crashed. Below is the last 30 loines of
XWinrl.log

Regards,
	Erik

winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 24 bits per
pixel
winCre

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
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 24 bits per 
pixel
winCreateBoundingWindowWindowed - Initial w: 1152 h: 864
winAdjustForAutoHide - Original WorkArea: 0 0 836 1152
winAdjustForAutoHide - Adjusted WorkArea: 0 0 836 1152
winCreateBoundingWindowWindowed - WindowClient w 1152 h 836 r 1152 l 0 b 836 
t 0
winCreateBoundingWindowWindowed -  Returning
winQueryRGBBitsAndMasks - GetDeviceCaps (BITSPIXEL) returned 24 for the 
screen.  Using default 24bpp
masks.
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
24
winCreateDefColormap - Deferring to fbCreateDefColormap ()
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
winScreenInit - returning
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options = 
"(null)"

$ cat XWin-Test73.exe.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=00465152
eax= ebx=01742000 ecx= edx= esi=102BD704 
edi=0001
ebp=0022FC78 esp=0022FC18 program=d:\downloads\XWin-Test73.exe
cs=001B ds=0023 es=0023 fs=003B gs= ss=0023
Stack trace:
Frame Function  Args
0022FC78  00465152  (102BD6D8, 0003, , 0173E000)
0022FCD8  0046C297  (0148, 0480, , 6C00)
0022FD48  00467B0E  (10104328, 0022FE40, 102BD698, 100F7160)
0022FD68  0049C4CE  (10104328, 0022FE40, , 10103DD0)
0022FD98  00691B50  (10104328, 0022FE40, , 004024EE)
0022FE08  0047B88A  (10104328, 0022FE40, , 0041EB9C)
0022FE88  00406259  (10104328, 100F0FF8, , 0001)
0022FEA8  004028A4  (10104328, , 615E089C, 0001)
0022FEF0  004018D1  (0002, 615E089C, 100F0328, 0022FF24)
0022FF40  61007438  (610C3A58, FFFE, 0058, 610C397C)
0022FF90  6100771D  (, , 80430C77, )
0022FFB0  006FC0B2  (00401490, 037F0009, 0022FFF0, 77E992A6)
0022FFC0  0040103C  (0A0531AE, 0022E324, 7FFDF000, 505C3A63)
0022FFF0  77E992A6  (00401000, , 00C8, 0100)
End of stack trace


Erik and JS,

Try the new Test73 release (4.2.0-21).  The new release has a much more
robust way of initializing the Multi-Window Window Manager that should take
care of your crashes on startup.  If not, it should at least allow for
better reporting of errors.

Do not run Test73 in gdb; that will not give me any useful information and
you will just see SIGSEGV's that are normally handled by the C++ exception
handlers.  Just run Test73 as usual and report your results.

Thanks so much for testing,

Harold



_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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 free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run -multiwindow
Starting program: /cygdrive/d/downloads/XWin-Test71-DEBUG-2.exe -multiwindow

Program received signal SIGSEGV, Segmentation fault.
0x77e8c40c in _libkernel32_a_iname ()
(gdb) where
#0  0x77e8c40c in _libkernel32_a_iname ()
#1  0x0001 in ?? ()
#2  0x6103f41f in _libkernel32_a_iname ()
#3  0x6103f44b in _libkernel32_a_iname ()
#4  0x6107bfbf in _libkernel32_a_iname ()
#5  0x6107c29a in _libkernel32_a_iname ()
#6  0x0044b94a in trans_mkdir (path=0x448c97 "/tmp/.X11-unix", mode=1023)
   at ../../../lib/xtrans/Xtransutil.c:495
#7  0x00448e17 in _XSERVTransSocketUNIXCreateListener (ciptr=0x100f2338,
   port=0x22fd20 "0") at ../../../lib/xtrans/Xtranssock.c:932
#8  0x0044a591 in _XSERVTransCreateListener (ciptr=0x100f2338,
   port=0x22fd20 "0") at ../../../lib/xtrans/Xtrans.c:734
#9  0x0044ac78 in _XSERVTransMakeAllCOTSServerListeners (port=0x22fd20 "0",
   partial=0x22fd48, count_ret=0x83d440, ciptrs_ret=0x7e2550)
   at ../../../lib/xtrans/Xtrans.c:1029
#10 0x0043ed3c in CreateWellKnownSockets () at connection.c:342
#11 0x0040153c in main (argc=2, argv=0x100f1888, envp=0x100f0328) at 
main.c:327
#12 0x61007438 in _libkernel32_a_iname ()
#13 0x6100771d in _libkernel32_a_iname ()
#14 0x007df252 in cygwin_crt0 ()
#15 0x0040103c in mainCRTStartup ()
#16 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100f8628 in ?? ()
#2  0x6108861d in _libkernel32_a_iname ()
#3  0x61088698 in _libkernel32_a_iname ()
#4  0x610876e1 in _libkernel32_a_iname ()
#5  0x61089eb5 in _libkernel32_a_iname ()
#6  0x00457ec4 in InitQueue ()
#7  0x004584d5 in winInitWM ()
#8  0x00452a97 in winFinishScreenInitFB ()
#9  0x0045228d in winScreenInit ()
#10 0x00402389 in AddScreen (pfnInit=0x4520d0 , argc=2,
   argv=0x100f1888) at main.c:768
#11 0x0044fe9a in InitOutput ()
#12 0x00401719 in main (argc=2, argv=0x100f1888, envp=0x100f0328) at 
main.c:380
#13 0x61007438 in _libkernel32_a_iname ()
#14 0x6100771d in _libkernel32_a_iname ()
#15 0x007df252 in cygwin_crt0 ()
#16 0x0040103c in mainCRTStartup ()
#17 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100f8628 in ?? ()
#2  0x6108861d in _libkernel32_a_iname ()
#3  0x61088698 in _libkernel32_a_iname ()
#4  0x610896a1 in _libkernel32_a_iname ()
#5  0x61089768 in _libkernel32_a_iname ()
#6  0x00457eef in InitQueue ()
#7  0x004584d5 in winInitWM ()
#8  0x00452a97 in winFinishScreenInitFB ()
#9  0x0045228d in winScreenInit ()
#10 0x00402389 in AddScreen (pfnInit=0x4520d0 , argc=2,
   argv=0x100f1888) at main.c:768
#11 0x0044fe9a in InitOutput ()
#12 0x00401719 in main (argc=2, argv=0x100f1888, envp=0x100f0328) at 
main.c:380
#13 0x61007438 in _libkernel32_a_iname ()
#14 0x6100771d in _libkernel32_a_iname ()
#15 0x007df252 in cygwin_crt0 ()
#16 0x0040103c in mainCRTStartup ()
#17 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x00475b8a in fbBlt (srcLine=0x102c4498, srcStride=3, srcX=0,
   dstLine=0x1e431fc, dstStride=1152, dstX=0, width=96, height=0, alu=3,
   pm=4294967295, bpp=24, reverse=0, upsidedown=0) at fbblt.c:174
174 fbblt.c: No such file or directory.
   in fbblt.c
(gdb) where
#0  0x00475b8a in fbBlt (srcLine=0x102c4498, srcStride=3, srcX=0,
   dstLine=0x1e431fc, dstStride=1152, dstX=0, width=96, height=0, alu=3,
   pm=4294967295, bpp=24, reverse=0, upsidedown=0) at fbblt.c:174
#1  0x0047ee96 in fbOddTile (dst=0x1b8, dstStride=1152, dstX=0,
   width=27648, height=208, tile=0x102c4468, tileStride=3, tileWidth=96,
   tileHeight=4, alu=3, pm=4294967295, bpp=24, xRot=0, yRot=0) at 
fbtile.c:149
#2  0x0047ef90 in fbTile (dst=0x1b8, dstStride=1152, dstX=0, 
width=27648,
   height=836, tile=0x102c4468, tileStride=3, tileWidth=96, tileHeight=4,
   alu=3, pm=4294967295, bpp=24, xRot=0, yRot=0) at fbtile.c:197
#3  0x00479763 in fbFillRegionTiled (pDrawable=0x1010b0b8, pRegion=0x22fce0,
   pTile=0x102c4428) at fbwindow.c:268
#4  0x0047981c in fbPaintWindow (pWin=0x1010b0b8, pRegion=0x22fce0, what=0)
   at fbwindow.c:304
#5  0x004bbe41 in miSpritePaintWindowBackground (pWin=0x1010b

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

2003-01-16 Thread J S

OK I've done that, and there is DEFINITELY only 1 cygwin1.dll



JS,

Running ``find'' in Cygwin does not search all of your drives, not even all 
of your local drives.  It only searches within your Cygwin installation 
directory.

I want you to go into Windows Explorer, right-click on your C 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, 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

$ mount
D:\DOCUME~1\u752359\LOCALS~1\Temp on /tmp type user (binmode)
C:\Program Files\cygwin\bin on /usr/bin type system (binmode)
C:\Program Files\cygwin\lib on /usr/lib type system (binmode)
d:\Documents and Settings on /home type user (binmode)
C:\Program Files\cygwin on / type system (binmode)
c: on /cygdrive/c type user (binmode,noumount)
d: on /cygdrive/d type user (binmode,noumount)
p: on /cygdrive/p type user (binmode,noumount)


$ gdb ./XWin-Test71-DEBUG-2.exe
GNU gdb 2002-12-19-cvs (cygwin-special)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you 
are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for 
details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run -multiwindow
Starting program: /cygdrive/d/downloads/XWin-Test71-DEBUG-2.exe 
-multiwindow

Program received signal SIGSEGV, Segmentation fault.
0x77e8c40c in _libkernel32_a_iname ()
(gdb) where
#0  0x77e8c40c in _libkernel32_a_iname ()
#1  0x0001 in ?? ()
#2  0x6103f35f in _libkernel32_a_iname ()
#3  0x6103f38b in _libkernel32_a_iname ()
#4  0x6107b7df in _libkernel32_a_iname ()
#5  0x6107baba in _libkernel32_a_iname ()
#6  0x0044b94a in trans_mkdir (path=0x448c97 "/tmp/.X11-unix", mode=1023)
   at ../../../lib/xtrans/Xtransutil.c:495
#7  0x00448e17 in _XSERVTransSocketUNIXCreateListener (ciptr=0x100f2348,
   port=0x22fd20 "0") at ../../../lib/xtrans/Xtranssock.c:932
#8  0x0044a591 in _XSERVTransCreateListener (ciptr=0x100f2348,
   port=0x22fd20 "0") at ../../../lib/xtrans/Xtrans.c:734
#9  0x0044ac78 in _XSERVTransMakeAllCOTSServerListeners (port=0x22fd20 
"0",
   partial=0x22fd48, count_ret=0x83d440, ciptrs_ret=0x7e2550)
   at ../../../lib/xtrans/Xtrans.c:1029
#10 0x0043ed3c in CreateWellKnownSockets () at connection.c:342
#11 0x0040153c in main (argc=2, argv=0x100f1890, envp=0x100f0330) at 
main.c:327
#12 0x61007638 in _libkernel32_a_iname ()
#13 0x6100791d in _libkernel32_a_iname ()
#14 0x007df252 in cygwin_crt0 ()
#15 0x0040103c in mainCRTStartup ()
#16 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100f8638 in ?? ()
#2  0x61087bbd in _libkernel32_a_iname ()
#3  0x61087c38 in _libkernel32_a_iname ()
#4  0x61086b41 in _libkernel32_a_iname ()
#5  0x610893d5 in _libkernel32_a_iname ()
#6  0x00457ec4 in InitQueue ()
#7  0x004584d5 in winInitWM ()
#8  0x00452a97 in winFinishScreenInitFB ()
#9  0x0045228d in winScreenInit ()
#10 0x00402389 in AddScreen (pfnInit=0x4520d0 , argc=2,
   argv=0x100f1890) at main.c:768
#11 0x0044fe9a in InitOutput ()
#12 0x00401719 in main (argc=2, argv=0x100f1890, envp=0x100f0330) at 
main.c:380
#13 0x61007638 in _libkernel32_a_iname ()
#14 0x6100791d in _libkernel32_a_iname ()
#15 0x007df252 in cygwin_crt0 ()
#16 0x0040103c in mainCRTStartup ()
#17 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100fee40 in ?? ()
#2  0x61087bbd in _libkernel32_a_iname ()
#3  0x61087c38 in _libkernel32_a_iname ()
#4  0x61087c80 in _libkernel32_a_iname ()
#5  0x61088b79 in _libkernel32_a_iname ()
#6  0x61088c82 in _libkernel32_a_iname ()
#7  0x00457eef in InitQueue ()
#8  0x004584d5 in winInitWM ()
#9  0x00452a97 in winFinishScreenInitFB ()
#10 0x0045228d in winScreenInit ()
#11 0x00402389 in AddScreen (pfnInit=0x4520d0 , argc=2,
   argv=0x100f1890) at main.c:768
#12 0x0044fe9a in InitOutput ()
#13 0x00401719 in main (argc=2, argv=0x100f1890, envp=0x100f0330) at 
main.c:380
#14 0x61007638 in _libkernel32_a_iname ()
#15 0x6100791d in _libkernel32_a_iname ()
#16 0x007df252 in cygwin_crt0 ()
#17 0x0040103c in mainCRTStartup ()
#18 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV

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

$ mount
D:\DOCUME~1\u752359\LOCALS~1\Temp on /tmp type user (binmode)
C:\Program Files\cygwin\bin on /usr/bin type system (binmode)
C:\Program Files\cygwin\lib on /usr/lib type system (binmode)
d:\Documents and Settings on /home type user (binmode)
C:\Program Files\cygwin on / type system (binmode)
c: on /cygdrive/c type user (binmode,noumount)
d: on /cygdrive/d type user (binmode,noumount)
p: on /cygdrive/p type user (binmode,noumount)


$ gdb ./XWin-Test71-DEBUG-2.exe
GNU gdb 2002-12-19-cvs (cygwin-special)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run -multiwindow
Starting program: /cygdrive/d/downloads/XWin-Test71-DEBUG-2.exe -multiwindow

Program received signal SIGSEGV, Segmentation fault.
0x77e8c40c in _libkernel32_a_iname ()
(gdb) where
#0  0x77e8c40c in _libkernel32_a_iname ()
#1  0x0001 in ?? ()
#2  0x6103f35f in _libkernel32_a_iname ()
#3  0x6103f38b in _libkernel32_a_iname ()
#4  0x6107b7df in _libkernel32_a_iname ()
#5  0x6107baba in _libkernel32_a_iname ()
#6  0x0044b94a in trans_mkdir (path=0x448c97 "/tmp/.X11-unix", mode=1023)
   at ../../../lib/xtrans/Xtransutil.c:495
#7  0x00448e17 in _XSERVTransSocketUNIXCreateListener (ciptr=0x100f2348,
   port=0x22fd20 "0") at ../../../lib/xtrans/Xtranssock.c:932
#8  0x0044a591 in _XSERVTransCreateListener (ciptr=0x100f2348,
   port=0x22fd20 "0") at ../../../lib/xtrans/Xtrans.c:734
#9  0x0044ac78 in _XSERVTransMakeAllCOTSServerListeners (port=0x22fd20 "0",
   partial=0x22fd48, count_ret=0x83d440, ciptrs_ret=0x7e2550)
   at ../../../lib/xtrans/Xtrans.c:1029
#10 0x0043ed3c in CreateWellKnownSockets () at connection.c:342
#11 0x0040153c in main (argc=2, argv=0x100f1890, envp=0x100f0330) at 
main.c:327
#12 0x61007638 in _libkernel32_a_iname ()
#13 0x6100791d in _libkernel32_a_iname ()
#14 0x007df252 in cygwin_crt0 ()
#15 0x0040103c in mainCRTStartup ()
#16 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100f8638 in ?? ()
#2  0x61087bbd in _libkernel32_a_iname ()
#3  0x61087c38 in _libkernel32_a_iname ()
#4  0x61086b41 in _libkernel32_a_iname ()
#5  0x610893d5 in _libkernel32_a_iname ()
#6  0x00457ec4 in InitQueue ()
#7  0x004584d5 in winInitWM ()
#8  0x00452a97 in winFinishScreenInitFB ()
#9  0x0045228d in winScreenInit ()
#10 0x00402389 in AddScreen (pfnInit=0x4520d0 , argc=2,
   argv=0x100f1890) at main.c:768
#11 0x0044fe9a in InitOutput ()
#12 0x00401719 in main (argc=2, argv=0x100f1890, envp=0x100f0330) at 
main.c:380
#13 0x61007638 in _libkernel32_a_iname ()
#14 0x6100791d in _libkernel32_a_iname ()
#15 0x007df252 in cygwin_crt0 ()
#16 0x0040103c in mainCRTStartup ()
#17 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100fee40 in ?? ()
#2  0x61087bbd in _libkernel32_a_iname ()
#3  0x61087c38 in _libkernel32_a_iname ()
#4  0x61087c80 in _libkernel32_a_iname ()
#5  0x61088b79 in _libkernel32_a_iname ()
#6  0x61088c82 in _libkernel32_a_iname ()
#7  0x00457eef in InitQueue ()
#8  0x004584d5 in winInitWM ()
#9  0x00452a97 in winFinishScreenInitFB ()
#10 0x0045228d in winScreenInit ()
#11 0x00402389 in AddScreen (pfnInit=0x4520d0 , argc=2,
   argv=0x100f1890) at main.c:768
#12 0x0044fe9a in InitOutput ()
#13 0x00401719 in main (argc=2, argv=0x100f1890, envp=0x100f0330) at 
main.c:380
#14 0x61007638 in _libkernel32_a_iname ()
#15 0x6100791d in _libkernel32_a_iname ()
#16 0x007df252 in cygwin_crt0 ()
#17 0x0040103c in mainCRTStartup ()
#18 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x00475b8a in fbBlt (srcLine=0x102c44d8, srcStride=3, srcX=0,
   dstLine=0x1e431fc, dstStride=1152, dstX=0, width=96, height=0, alu=3,
   pm=4294967295, bpp=24, reverse=0, upsidedown=0) at fbblt.c:174
174 fbblt.c: No such file or directory.
   in fbblt.c
(gdb) where
#0  0x00475b8a in fbBlt (srcLine=0x102c44d8, srcStride=3, srcX=0,
   dstLine=0x1e431fc, dstStride=1152, dstX=0, width=96, height=0, alu=3,
   pm=4294967295, bpp=24, reverse=0, upsidedown=0) at fbblt.c:174
#1  0x0047ee96 in fbOddTile (dst=0x1b8, dstStride=1152, dstX=0,
   width=27648, height=208, tile=0x1

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

2003-01-16 Thread J S
of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run
Starting program: /cygdrive/d/downloads/XWin-Test71-DEBUG.exe

Program received signal SIGSEGV, Segmentation fault.
0x77e8c40c in _libkernel32_a_iname ()
(gdb) where
#0  0x77e8c40c in _libkernel32_a_iname ()
#1  0x0001 in ?? ()
#2  0x6103f35f in _libkernel32_a_iname ()
#3  0x6103f38b in _libkernel32_a_iname ()
#4  0x6107b7df in _libkernel32_a_iname ()
#5  0x6107baba in _libkernel32_a_iname ()
#6  0x0044b94a in trans_mkdir (path=0x448c97 "/tmp/.X11-unix", mode=1023)
   at ../../../lib/xtrans/Xtransutil.c:495
#7  0x00448e17 in _XSERVTransSocketUNIXCreateListener (ciptr=0x100f2350,
   port=0x22fd30 "0") at ../../../lib/xtrans/Xtranssock.c:932
#8  0x0044a591 in _XSERVTransCreateListener (ciptr=0x100f2350,
   port=0x22fd30 "0") at ../../../lib/xtrans/Xtrans.c:734
#9  0x0044ac78 in _XSERVTransMakeAllCOTSServerListeners (port=0x22fd30 "0",
   partial=0x22fd58, count_ret=0x840440, ciptrs_ret=0x7e5550)
   at ../../../lib/xtrans/Xtrans.c:1029
#10 0x0043ed3c in CreateWellKnownSockets () at connection.c:342
#11 0x0040153c in main (argc=1, argv=0x100f1898, envp=0x100f0330) at 
main.c:327
#12 0x61007638 in _libkernel32_a_iname ()
#13 0x6100791d in _libkernel32_a_iname ()
#14 0x007e2a02 in cygwin_crt0 ()
#15 0x0040103c in mainCRTStartup ()
#16 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program exited normally.
(gdb) quit


$ cat /tmp/xwinrl.log
OsVendorInit - Creating bogus screen 0
winInitializeDefaultScreens - w 1152 h 864
winInitializeDefaultScreens - Returning
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Using Shadow DirectDraw NonLocking
winAdjustVideoModeShadowDDNL - Using Windows display depth of 24 bits per 
pixel
winCreateBoundingWindowWindowed - Initial w: 1152 h: 864
winAdjustForAutoHide - Original WorkArea: 0 0 836 1152
winAdjustForAutoHide - Adjusted WorkArea: 0 0 836 1152
winCreateBoundingWindowWindowed - WindowClient w 1146 h 811 r 1146 l 0 b 811 
t 0
winCreateBoundingWindowWindowed -  Returning
winCreatePrimarySurfaceShadowDDNL - Creating primary surface
winCreatePrimarySurfaceShadowDDNL - Created primary surface
winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface
winAllocateFBShadowDDNL - lPitch: 4584
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowDDNL - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 
24
winCreateDefColormap - Deferring to fbCreateDefColormap ()
winScreenInit - returning
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options = 
"(null)"

Hey, the debug build finished way early.

Try this out:

http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test71-DEBUG.exe.bz2 (2.9 
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! 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 PROTECTED]">news:[EMAIL PROTECTED]...
> Links:
>
> I just posted Test 71 to the server development page:
> http://xfree86.cygwin.com/devel/shadow/
>
> You can install the Test 71 package via setup.exe by selecting the
> 'test' package (and be sure to check the 'Bin' box):
XFree86-xserv-4.2.0-19
>
> Server Test Series binary and source code releases are now
> available via the sources.redhat.com ftp mirror network
> (http://cygwin.com/mirrors.html) in the
> pub/cygwin/xfree/devel/shadow/ directory.  You may wish to note the
> desired filename in the links below, then download from your
> closest mirror (http://cygwin.com/mirrors.html).
>
> Server binary, direct link:
> http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test71.exe.bz2 (1333 
KiB)
>
> Server source, direct link:
> http://www.msu.edu/~huntharo/xwin/shadow/xwin-20030115-1007.tar.bz2 
(98
KiB)
>
>
> 

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

2003-01-15 Thread J S



Thanks Harold,

I'll have to test it out tomorrow now, as my W2k box is at work.

JS.


Hey, the debug build finished way early.

Try this out:

http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test71-DEBUG.exe.bz2 (2.9 
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! 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 PROTECTED]">news:[EMAIL PROTECTED]...
> Links:
>
> I just posted Test 71 to the server development page:
> http://xfree86.cygwin.com/devel/shadow/
>
> You can install the Test 71 package via setup.exe by selecting the
> 'test' package (and be sure to check the 'Bin' box):
XFree86-xserv-4.2.0-19
>
> Server Test Series binary and source code releases are now
> available via the sources.redhat.com ftp mirror network
> (http://cygwin.com/mirrors.html) in the
> pub/cygwin/xfree/devel/shadow/ directory.  You may wish to note the
> desired filename in the links below, then download from your
> closest mirror (http://cygwin.com/mirrors.html).
>
> Server binary, direct link:
> http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test71.exe.bz2 (1333 
KiB)
>
> Server source, direct link:
> http://www.msu.edu/~huntharo/xwin/shadow/xwin-20030115-1007.tar.bz2 
(98
KiB)
>
>
> Changes:
>
> 1) This is an unstripped build to aid in debugging the new
> multiwindow mode.
>
> 2) Attempt at fixing the segfault on startup that some users are
> reporting.  (Kensuke Matsuzaki)
>
> 3) New "-multimonitor" command-line parameter that is used to
> tell XWin.exe to display across all available displays.  (Nick
> Crabtree)
>
>
> Enjoy,
>
> Harold
>
>




_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus





_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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 my mouse to resize these 
windows, but it seems strange that they are fired up this way, when the size 
is constrained within the desktop on Exceed.

Is this a configuration issue that I can fix?

Thanks,

JS.


_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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 PROTECTED]">news:[EMAIL PROTECTED]...
> Links:
>
> I just posted Test 71 to the server development page:
> http://xfree86.cygwin.com/devel/shadow/
>
> You can install the Test 71 package via setup.exe by selecting the
> 'test' package (and be sure to check the 'Bin' box):
XFree86-xserv-4.2.0-19
>
> Server Test Series binary and source code releases are now
> available via the sources.redhat.com ftp mirror network
> (http://cygwin.com/mirrors.html) in the
> pub/cygwin/xfree/devel/shadow/ directory.  You may wish to note the
> desired filename in the links below, then download from your
> closest mirror (http://cygwin.com/mirrors.html).
>
> Server binary, direct link:
> http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test71.exe.bz2 (1333 KiB)
>
> Server source, direct link:
> http://www.msu.edu/~huntharo/xwin/shadow/xwin-20030115-1007.tar.bz2 (98
KiB)
>
>
> Changes:
>
> 1) This is an unstripped build to aid in debugging the new
> multiwindow mode.
>
> 2) Attempt at fixing the segfault on startup that some users are
> reporting.  (Kensuke Matsuzaki)
>
> 3) New "-multimonitor" command-line parameter that is used to
> tell XWin.exe to display across all available displays.  (Nick
> Crabtree)
>
>
> Enjoy,
>
> Harold
>
>



_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



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 program=d:\downloads\XWin-Test71.exe
cs=001B ds=0023 es=0023 fs=003B gs= ss=0023
Stack trace:
Frame Function  Args
0022FB38  00461F32  (102C44B8, 0003, , 0172E000)
0022FB98  00469077  (0147, 0480, , 6C00)
0022FC08  004648EE  (10105788, 0022FD00, 102C4478, 100F8650)
0022FC28  004992AE  (10105788, 0022FD00, , 10105230)
0022FC58  0068E930  (10105788, 0022FD00, , 004024EE)
0022FCC8  0047866A  (10105788, 0022FD00, , 0041EB9C)
0022FD48  00406259  (10105788, 100F24E8, , 0001)
0022FD68  004028A4  (10105788, , 100F18A8, 0001)
0022FDB0  004018D1  (0002, 100F18A8, 100F0330, 77DBD9D1)
0022FF40  61007638  (610C1A28, FFFE, 0054, 610C194C)
0022FF90  6100791D  (, , 8010, BB7A8D00)
0022FFB0  006F8DE2  (00401490, 037F0009, 0022FFF0, 77E992A6)
0022FFC0  0040103C  (0023, 0045, 7FFDF000, 0200)
0022FFF0  77E992A6  (00401000, , 00C8, 0100)
End of stack trace

Alexander,

Okay, there is a new Test71 (4.2.0-19) release out there.  For the
impatient, goto the devel pages and click the download link for
pilot.msu.edu, then install manually.  The 4.2.0-19 release will take a bit
to show up on the mirrors.

http://xfree86.cygwin.com/devel/shadow/


Harold

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Gottwald
Sent: Wednesday, January 15, 2003 7:44 AM
To: [EMAIL PROTECTED]
Subject: Re: multiwindow segmentation fault


On Wed, 15 Jan 2003, Corinna Vinschen wrote:
>
> The information given by that backtrace is completely useless since
> XWin as well as the Cygwin DLL don't contain debugging symbols.

Kensuke or Harold, kann you make an unstripped version available for
download?
This could at least reveal the line where the segfault occurs.

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



_
MSN 8: advanced junk mail protection and 2 months FREE*. 
http://join.msn.com/?page=features/junkmail



RE: multiwindow segmentation fault

2003-01-15 Thread J S
Still getting the segfault with multiwindow. I have a bit more debug info 
here thought but not sure if it will help. There was also a stacktrace 
produced (but I'm not too sure what to do with that). I have pasted it below 
in case that helps:

$ gdb ./XWin-Test71.exe
GNU gdb 2002-12-19-cvs (cygwin-special)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols 
found)...
(gdb) run -multiwindow
Starting program: /cygdrive/d/downloads/XWin-Test71.exe -multiwindow

Program received signal SIGSEGV, Segmentation fault.
0x77e8c40c in _libkernel32_a_iname ()
(gdb) where
#0  0x77e8c40c in _libkernel32_a_iname ()
#1  0x0001 in ?? ()
#2  0x6103f35f in _libkernel32_a_iname ()
#3  0x6103f38b in _libkernel32_a_iname ()
#4  0x6107b7df in _libkernel32_a_iname ()
#5  0x6107baba in _libkernel32_a_iname ()
#6  0x0043b838 in trans_mkdir ()
#7  0x004394b8 in _XSERVTransSocketUNIXCreateListener ()
#8  0x0043a7d8 in _XSERVTransCreateListener ()
#9  0x0043ad7c in _XSERVTransMakeAllCOTSServerListeners ()
#10 0x004306ca in CreateWellKnownSockets ()
#11 0x00401a45 in main ()
#12 0x61007638 in _libkernel32_a_iname ()
#13 0x6100791d in _libkernel32_a_iname ()
#14 0x006f8de2 in cygwin_crt0 ()
#15 0x0040103c in mainCRTStartup ()
#16 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100f8650 in ?? ()
#2  0x61087bbd in _libkernel32_a_iname ()
#3  0x61087c38 in _libkernel32_a_iname ()
#4  0x61086b41 in _libkernel32_a_iname ()
#5  0x610893d5 in _libkernel32_a_iname ()
#6  0x00447707 in InitQueue ()
#7  0x00447c65 in winInitWM ()
#8  0x00442427 in winFinishScreenInitFB ()
#9  0x00441c1d in winScreenInit ()
#10 0x004020f6 in AddScreen ()
#11 0x0043f82a in InitOutput ()
#12 0x00401680 in main ()
#13 0x61007638 in _libkernel32_a_iname ()
#14 0x6100791d in _libkernel32_a_iname ()
#15 0x006f8de2 in cygwin_crt0 ()
#16 0x0040103c in mainCRTStartup ()
#17 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x77e83ab6 in _libkernel32_a_iname ()
(gdb) where
#0  0x77e83ab6 in _libkernel32_a_iname ()
#1  0x100fee58 in ?? ()
#2  0x61087bbd in _libkernel32_a_iname ()
#3  0x61087c38 in _libkernel32_a_iname ()
#4  0x61087c80 in _libkernel32_a_iname ()
#5  0x61088b79 in _libkernel32_a_iname ()
#6  0x61088c82 in _libkernel32_a_iname ()
#7  0x00447717 in InitQueue ()
#8  0x00447c65 in winInitWM ()
#9  0x00442427 in winFinishScreenInitFB ()
#10 0x00441c1d in winScreenInit ()
#11 0x004020f6 in AddScreen ()
#12 0x0043f82a in InitOutput ()
#13 0x00401680 in main ()
#14 0x61007638 in _libkernel32_a_iname ()
#15 0x6100791d in _libkernel32_a_iname ()
#16 0x006f8de2 in cygwin_crt0 ()
#17 0x0040103c in mainCRTStartup ()
#18 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x00461f32 in fbBlt ()
(gdb) where
#0  0x00461f32 in fbBlt ()
#1  0x00469077 in fbOddTile ()
#2  0x004648ee in fbFillRegionTiled ()
#3  0x004992ae in miSpritePaintWindowBackground ()
#4  0x0068e930 in shadowPaintWindow ()
#5  0x0047866a in miWindowExposures ()
#6  0x00406259 in MapWindow ()
#7  0x004028a4 in InitRootWindow ()
#8  0x004018d1 in main ()
#9  0x61007638 in _libkernel32_a_iname ()
#10 0x6100791d in _libkernel32_a_iname ()
#11 0x006f8de2 in cygwin_crt0 ()
#12 0x0040103c in mainCRTStartup ()
#13 0x77e992a6 in _libkernel32_a_iname ()
(gdb) c
Continuing.

Program exited with code 0305400.
(gdb) where
No stack.
(gdb)


$ cat xwin.exe.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=00461F32
eax= ebx=01732000 ecx= edx= esi=102C44D4 
edi=0001
ebp=0022FB28 esp=0022FAC8 program=C:\Program 
Files\cygwin\usr\X11R6\bin\xwin.exe
cs=001B ds=0023 es=0023 fs=003B gs= ss=0023
Stack trace:
Frame Function  Args
0022FB28  00461F32  (102C44A8, 0003, , 0172E000)
0022FB88  00469077  (0147, 0480, , 6C00)
0022FBF8  004648EE  (10105778, 0022FCF0, 102C4468, 100F8638)
0022FC18  004992AE  (10105778, 0022FCF0, , 10105220)
0022FC48  0068E930  (10105778, 0022FCF0, , 004024EE)
0022FCB8  0047866A  (10105778, 0022FCF0, , 0041EB9C)
0022FD38  00406259  (10105778, 100F24D0, , 0001)
0022FD58  004028A4  (10105778, , 100F1890, 0001)
0022FDA0  004018D1  (0002, 100F1890, 100F0330, 00CC)
0022FF40  61007638  (610C1A28, FFFE, 0054, 610C194C)
0022FF90  6100791D  (, , 8010, BB788D00)
0022FFB0  006F8DE2  (00401490, 037F0009, 0022FFF0, 77E992A6)
0022FFC0  0040103C  (0200

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 General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols 
found)...
(gdb) run -multiwindow
Starting program: /usr/X11R6/bin/xwin.exe -multiwindow

Program received signal SIGSEGV, Segmentation fault.
0x77e8c40c in _libkernel32_a_iname ()
(gdb) where
#0  0x77e8c40c in _libkernel32_a_iname ()
#1  0x0001 in ?? ()
#2  0x6103f35f in _libkernel32_a_iname ()
#3  0x6103f38b in _libkernel32_a_iname ()
#4  0x6107b7df in _libkernel32_a_iname ()
#5  0x6107baba in _libkernel32_a_iname ()
#6  0x0043b838 in _size_of_stack_reserve__ ()
#7  0x004394b8 in _size_of_stack_reserve__ ()
#8  0x0043a7d8 in _size_of_stack_reserve__ ()
#9  0x0043ad7c in _size_of_stack_reserve__ ()
#10 0x004306ca in _size_of_stack_reserve__ ()
#11 0x00401a45 in _size_of_stack_reserve__ ()
#12 0x61007638 in _libkernel32_a_iname ()
#13 0x6100791d in _libkernel32_a_iname ()
#14 0x006f86a2 in _size_of_stack_reserve__ ()
#15 0x0040103c in _size_of_stack_reserve__ ()
#16 0x77e992a6 in _libkernel32_a_iname ()
(gdb)




Harold,

I see.

Sorry, I can't find what makes segv yet.

Kensuke Matsuzaki



_
MSN 8: advanced junk mail protection and 2 months FREE*. 
http://join.msn.com/?page=features/junkmail



Re: multiwindow segmentation fault

2003-01-14 Thread J S
Harold,

Are you going to apply this patch to the cygwin XFree experimental package?

JS.



Cary,

Thanks for the heads-up.  I am always missing Kensuke's patches for some 
reason.  I will have to ask him to send them in a seperate email with a new 
subject line, prefixed with [PATCH] (Kensuke, did you see that?  If not, I 
will email you directly)

Harold

Cary Jamison wrote:
"Harold L Hunt II" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...


Since I don't have any ideas on how to progress, please do a search for
cygwin1.dll files on your computer.  Report if you find more than 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 con  16:46:41 /usr/bin/ps

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 packages off cygwin today on to my W2K
box, and I'm still getting the segmentation fault when I run 'xwin




-multiwindow'. All the other xwin features work fine. I am using 
version -18 also. Here's some information from xwinrl.log and

cygcheck:


Try Kensuke's latest patch (dated last night).  (Haven't tried it
myself, just noticed that you guys hadn't seemed to have noticed it
yet.)

Cary



_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



Re: multiwindow segmentation fault

2003-01-14 Thread J S





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 con  16:46:41 /usr/bin/ps

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 packages off cygwin today on to my W2K box, and 
I'm still getting the segmentation fault when I run 'xwin -multiwindow'. 
All the other xwin features work fine. I am using version -18 also. Here's 
some information from xwinrl.log and cygcheck:

$ cat /tmp/xwinrl.log
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1152 h 864
winInitializeDefaultScreens - Returning
OsVendorInit - Creating bogus screen 0
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(EE) Unable to locate/open config file
InitOutput - Error reading config file
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - Allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 001f
InitOutput - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
winSetEngine - Multi Window => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 24 bits per 
pixel
winCreateBoundingWindowWindowed - Initial w: 1152 h: 864
winAdjustForAutoHide - Original WorkArea: 0 0 836 1152
winAdjustForAutoHide - Adjusted WorkArea: 0 0 836 1152
winCreateBoundingWindowWindowed - WindowClient w 1152 h 836 r 1152 l 0 b 
836 t 0
winCreateBoundingWindowWindowed -  Returning
winQueryRGBBitsAndMasks - GetDeviceCaps (BITSPIXEL) returned 24 for the 
screen.  Using default 24bpp
masks.
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 
bpp 24
winCreateDefColormap - Deferring to fbCreateDefColormap ()
null screen fn ReparentWindow
null screen fn RestackWindow
winScreenInit - returning
(EE) No primary keyboard configured
(==) Using compiletime defaults for keyboard
Rules = "xfree86" Model = "pc101" Layout = "us" Variant = "(null)" Options 
= "(null)"
DISPLAY=:0.0


$ cygcheck -s

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue Jan 14 10:46:13 2003

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 1

Path:   C:\Program Files\cygwin\usr\local\bin
   C:\Program Files\cygwin\bin
   C:\Program Files\cygwin\bin
   .
   C:\Program Files\cygwin\bin
   C:\Program Files\cygwin\usr\local\bin
   C:\Program Files\cygwin\usr\X11R6\bin
   C:\Program Files\cygwin\usr\local\wmaker\bin
   c:\WINNT\system32
   c:\WINNT
   c:\WINNT\System32\Wbem
   c:\ora8i\bin
   c:\Program Files\Oracle\jre\1.1.7\bin
   c:\PROGRA~1\E!PC
   c:\ACE\rdbms32\bin
   c:\Program Files\Attachmate\E!E2K\
   c:\PROGRA~1\ULTRAE~1

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

CYGWIN = `ntea nontsec'
HOME = `d:\Documents and Settings\u752359'
MAKE_MODE = `unix'
PWD = `/home/u752359'
USER = `u752359'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  NTFS4094Mb  77% CP CS UN PA FC CDRIVE
d:  hd  NTFS3004Mb  69% CP CS UN PA FC DATA STORE
f:  cd   N/AN/ACDRIVE

d:\Documents and Settings  /home  userbinmode
D:\DOCUME~1\u752359\LOCALS~1\Temp  /tmp   userbinmode
C:\Program Files\cygwin/  system  binmode
C:\Program Files\cygwin/bin/usr/bin   system  binmode
C:\Program Files\cygwin/lib/usr/lib   system  binmode
.  /cygdrive  userbinmode,cygdrive

Found: C:\Program Files\cygwin\bin\bash.exe
Found: C:\Program Files\cygwin\bin\cat.exe
Found: C:\Program Files\cygwin\bin\cpp.exe
Found: C:\Program Files\cygwin\bin\find.exe
Found: C:\Program Files\cygwin\bin\gcc.exe
Not Found: gdb
Found: C:\Program Files\cygwin\bin\ld.exe
Found: C:\Program Files\cygwin\bin\ls.exe
Not Found: make
Found: C:\Program Files\cygwin\bin\sh.exe

  54k 2002/01/27 C:\Program Files\cygwin\bin\cygbz21.0.dll
  45k 2001/04/25 C:\Program Files\cygwin\bin\cygform5.dll
  35k 2002/01/09 C:\Program Files\cygwin\bin\cygform6.dll
  19k 2002/02/20 C:\Program Files\cygwin\bin\cyggdbm.dll
  17k 2001/06/28 C:\Program Files\cygwin\bin\cyghistory4.dll
  20k 2002/10/10 C:\Program Files\cygwin\bin\cyghistory5.dll
 929k 2002/06/24 C:\Program Files\cygwin\bin\cygiconv-2.dll
  22k 2001/12/13 C:\Program Files\cygwin\bin\cygintl-1.dll
  28k 2002/09/20 C:\Program Files\

  1   2   >