Keyboard Layout

2002-10-22 Thread Schneeberger Heinz
When I start with Cygwin , I have my normal German Layout . Changing to
xfree86 I have an US-Layout.
How I can change the Layout in xfree86 permanently to German?

With my kindest regards

Schneeberger Heinrich
TB für Vermessung

8430 Leibnitz, Kudlichweg 4
Tel.:   (03452) 85771
Mobil: (0664) 462 1975

mailto:tbv.schneeb;aon.at






Re: Cannot start X server

2002-10-22 Thread Walter.Justen
Thanks Andrew works fine now !!!





Re: Problems with xwinclip version 0.5/0.6

2002-10-22 Thread Dr. Volker Zell
 Chris == Chris Twiner [EMAIL PROTECTED] writes:

Chris Hi Volker,
Chris Can you try the version I posted last month (there were several
Chris versions but the last post holds the best version).

Okay I downloaded

o xwinclip-20020622-0007.tar.bz2 - 
http://www.msu.edu/~huntharo/xwin/xwinclip/xwinclip-20020622-0007.tar.bz2
and
o xwinclip_chris_twiner - 
http://sources.redhat.com/ml/cygwin-xfree/2002-09/msg00042/xwinclip_chris_twiner.zip 
attached to your message from # Sun, 08 Sep 2002 22:23:21 +

I then copied over your stuff to the xwinclip-20020622-0007 release and did a 

xmkmf
make
./build_dll.SH

The last step gave me:

Build the Dll

linking hook dll DllMain as entry point
Creating library file: libxwinclip_hook.import.a
xwinclip_hook.o(.eh_frame+0x11):xwinclip_hook.cpp: undefined reference to 
`__gxx_personality_v0'

So I added to the link line in the build_dll.SH script: -L/lib/mingw -lstdc++

---
#!/bin/bash

echo 
echo Build the Dll
echo 

gcc -c xwinclip_hook.cpp -o xwinclip_hook.o
echo linking hook dll DllMain as entry point
gcc -Wl,--out-implib,libxwinclip_hook.import.a -shared -e _DllMain@12 -mno-cygwin -o 
xwinclip_hook.dll xwinclip_hook.o -L/lib/mingw -lstdc++
---

Now I had xwinclip.exe and xwinclip_hook.dll. I tried with both rootless and 
nonrooless mode
but in both cases when starting up xwinclip I get:

UnicodeSupport - Windows NT/2000/XP
starting thread
message id is 36
message id is 129
message id is 131
the hwnd is 1179884
!!! Message for another window recieved, ioctl not being called before windows 
messages recieved is probable problem
could not get set hook func

Chris It solves the clearing of the selection.  I am suprised that the
Chris test06 solved your problem, it didn't with me or other users.  I use
Chris NEdit so I have the same issue with active regions.

Chris With respect to the selection maintaining two different clipboards can
Chris you tell me if it seems to behave the same with my changes?

See above

Chris Also if you're testing rootless mode it would be good to know if it
Chris works in that (it looks for a focus change in the root window so I am

See above

Chris not sure it will), I haven't had time to have a look yet.

Chris Regards,

Chris Chris

Ciao
  Volker




Re: Problems with xwinclip version 0.5/0.6

2002-10-22 Thread Chris Twiner
Hi Volker,

I notice you had a mingw error.  Could you please try using the gcc provided 
with cygwin, as I believe myself and others use.  It should remove most of 
the problems you're seeing as neither myself nor others seem to have them.

As to the output, that's correct it's debug information to let me know what 
is going on message wise through the system.  The ioctl statement is due to 
the cygwin code for the windows device explicitly mentioning setting the 
hwnd it listens to (or listens to all).  Which doesn't really hurt anything 
in the code you have.

After that message it should also display information in the xwinclip window 
about what windows and X messages are being processed involving the 
clipboards, again just debug information.

Thank you for trying to use the code though.

Chris

_
Unlimited Internet access for only $21.95/month.  Try MSN! 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp



nt domain security issues with cygwin dll 1.3.13-2

2002-10-22 Thread David Meleedy

this is FYI, a startx problem that ends up being
an NT domain issue.

I had reported a problem where startx was failing due to
the X server not accepting connections.  It was pointed
out to me that from 1.3.12-4 to 1.3.13-2, the ntsec
option was on by default and this would affect NT domain
machines (which is what I am using on my Windows 2000 machine).

So here is the symptoms of the problem on a UID basis:

DMELEEDY-D01-13: id
uid=500(AdiPcAdmin) gid=544(Administrators) groups=544(Administrators)
DMELEEDY-D01-14: touch foo
DMELEEDY-D01-15: ls -l foo
DMELEEDY-D01-16: ls -l foo
-rw-r--r--1 7469 Administ0 Oct 22 03:41 foo

As you can see, with 1.3.13-2, the file is owned by UID 7469 not
500.

If I revert to the old dll, 1.3.13-2, the same file (not recreated):

DMELEEDY-D01-3: ls -l foo
-rw-r--r--1 AdiPcAdm Administ0 Oct 22 03:41 foo

has the correct file permissions.

So it was suggested that I use, mkpasswd to fix the problem.
The problem with this is that my machine was set up by my
corporation to use an NT domain, but it would not be connected
to that domain unless I use VPN.  So without VPN running, this
is what happened:

DMELEEDY-D01-1: mkpasswd -d -u AdiPcAdm
mkpasswd: [2453] Could not find domain controller for this domain

So then I connected with VPN to see if I could do it after that:

DMELEEDY-D0102: mkpasswd -d -u AdiPcAdm
mkpasswd: [2221] The user name could not be found.

Now this machine was set up with it's own local domain, so that
is probably why it couldn't find the domain controller in the first
case, and then in the 2nd case the domain controller didn't
know anything about my local accounts.

So, another problem I saw is when I reinstalled cygwin with the new
dll, some files weren't being created properly, I remember seeing
flashing by something about permissions not being correct to create
the /var/spool/texmf/ls-R file, and indeed that file is 0 bytes long.

So other than preventing startx from working, this is breaking
the basic install process for other packages as well.

What can be done to fix this?

Is there a way to shut off ntsec so I can get things working with the new dll?

Please let me know if I can supply you with any further
information.  Also, I will be glad to help debug any tests
you may set up.  Just tell me the details of how to download
any test code.

Thanks,

-Dave


David Meleedy   Analog Devices, Inc.
[EMAIL PROTECTED]Three Technology Way
Phone: 617 461 3494 Norwood, MA  02062-9106  USA





RE: nt domain security issues with cygwin dll 1.3.13-2

2002-10-22 Thread Harold L Hunt II
Dave,

If you are running mkpasswd for a local account, then you do not want to
pass -d to mkpasswd, as that tells it to look for a domain account.  For
your local account you should be running:

mkpasswd -u AdiPcAdm


Only for your domain account should you run:

mkpasswd -d -u [domain-account-username]

Give that a shot and see what happens.

Harold


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:cygwin-xfree-owner;cygwin.com]On Behalf Of David Meleedy
 Sent: Tuesday, October 22, 2002 7:15 AM
 To: [EMAIL PROTECTED]
 Subject: nt domain security issues with cygwin dll 1.3.13-2



 this is FYI, a startx problem that ends up being
 an NT domain issue.

 I had reported a problem where startx was failing due to
 the X server not accepting connections.  It was pointed
 out to me that from 1.3.12-4 to 1.3.13-2, the ntsec
 option was on by default and this would affect NT domain
 machines (which is what I am using on my Windows 2000 machine).

 So here is the symptoms of the problem on a UID basis:

 DMELEEDY-D01-13: id
 uid=500(AdiPcAdmin) gid=544(Administrators) groups=544(Administrators)
 DMELEEDY-D01-14: touch foo
 DMELEEDY-D01-15: ls -l foo
 DMELEEDY-D01-16: ls -l foo
 -rw-r--r--1 7469 Administ0 Oct 22 03:41 foo

 As you can see, with 1.3.13-2, the file is owned by UID 7469 not
 500.

 If I revert to the old dll, 1.3.13-2, the same file (not recreated):

 DMELEEDY-D01-3: ls -l foo
 -rw-r--r--1 AdiPcAdm Administ0 Oct 22 03:41 foo

 has the correct file permissions.

 So it was suggested that I use, mkpasswd to fix the problem.
 The problem with this is that my machine was set up by my
 corporation to use an NT domain, but it would not be connected
 to that domain unless I use VPN.  So without VPN running, this
 is what happened:

 DMELEEDY-D01-1: mkpasswd -d -u AdiPcAdm
 mkpasswd: [2453] Could not find domain controller for this domain

 So then I connected with VPN to see if I could do it after that:

 DMELEEDY-D0102: mkpasswd -d -u AdiPcAdm
 mkpasswd: [2221] The user name could not be found.

 Now this machine was set up with it's own local domain, so that
 is probably why it couldn't find the domain controller in the first
 case, and then in the 2nd case the domain controller didn't
 know anything about my local accounts.

 So, another problem I saw is when I reinstalled cygwin with the new
 dll, some files weren't being created properly, I remember seeing
 flashing by something about permissions not being correct to create
 the /var/spool/texmf/ls-R file, and indeed that file is 0 bytes long.

 So other than preventing startx from working, this is breaking
 the basic install process for other packages as well.

 What can be done to fix this?

 Is there a way to shut off ntsec so I can get things working with
 the new dll?

 Please let me know if I can supply you with any further
 information.  Also, I will be glad to help debug any tests
 you may set up.  Just tell me the details of how to download
 any test code.

 Thanks,

 -Dave

 
 David Meleedy Analog Devices, Inc.
 [EMAIL PROTECTED]  Three Technology Way
 Phone: 617 461 3494   Norwood, MA  02062-9106  USA






RE: [ANNOUNCEMENT] Server Test 68

2002-10-22 Thread Thomas Chadwick
I ran Cygwin Setup and installed package XFree86-xserv-4.2.0-15.  However, 
when I run XWin -rootless, it complains:

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1024 h 768
winInitializeDefaultScreens - Returning
Unrecognized option: -rootless
use: X [:display] [option]
-a #   mouse acceleration (pixels)
-acdisable access control restrictions
-audit int set audit trail level
-auth file select authorization file


[snip]

If I ls -l /usr/X11R6/bin/XWin.exe I see:


-rwxrwxrwx1 Administ None  3137536 Oct 20 22:47 
/usr/X11R6/bin/XWin.exe*

The Oct 20 timestamp is consistant with the Test 68 announcement, so I'm 
pretty sure I have the right version.


_
Unlimited Internet access -- and 2 months free!  Try MSN. 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp



NEVERMIND: RE: [ANNOUNCEMENT] Server Test 68

2002-10-22 Thread Thomas Chadwick
Oops.  I just discovered that I had a old XWin.exe in a directory that is 
ahead of /usr/X11R6/bin in my path.  I used the full path and all is well!

Sorry for the false alarm.

From: Thomas Chadwick [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [ANNOUNCEMENT] Server Test 68
Date: Tue, 22 Oct 2002 10:51:21 -0400

I ran Cygwin Setup and installed package XFree86-xserv-4.2.0-15.  However, 
when I run XWin -rootless, it complains:

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1024 h 768
winInitializeDefaultScreens - Returning
Unrecognized option: -rootless
use: X [:display] [option]
-a #   mouse acceleration (pixels)
-acdisable access control restrictions
-audit int set audit trail level
-auth file select authorization file


[snip]

If I ls -l /usr/X11R6/bin/XWin.exe I see:


-rwxrwxrwx1 Administ None  3137536 Oct 20 22:47 
/usr/X11R6/bin/XWin.exe*

The Oct 20 timestamp is consistant with the Test 68 announcement, so I'm 
pretty sure I have the right version.


_
Unlimited Internet access -- and 2 months free!  Try MSN. 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp


_
Choose an Internet access plan right for you -- try MSN! 
http://resourcecenter.msn.com/access/plans/default.asp



RE: [ANNOUNCEMENT] Server Test 68

2002-10-22 Thread Alexander Gottwald
On Tue, 22 Oct 2002, Thomas Chadwick wrote:

 
 -rwxrwxrwx1 Administ None  3137536 Oct 20 22:47 
 /usr/X11R6/bin/XWin.exe*

The size is ok. Please try /usr/X11R6/bin/XWin -rootless (use full
path) maybe you have another XWin.exe installed somewhere


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




Re: Problems with xwinclip version 0.5/0.6

2002-10-22 Thread Dr. Volker Zell
 Chris == Chris Twiner [EMAIL PROTECTED] writes:

Chris Hi Volker,
Chris I notice you had a mingw error.  Could you please try using the gcc
Chris provided with cygwin, as I believe myself and others use.  It should
Chris remove most of the problems you're seeing as neither myself nor others
Chris seem to have them.

Actually I'm using the latest cygwin gcc-3.2-1.
Is it possible to send me your version of xwinclip privatly ?

Chris As to the output, that's correct it's debug information to let me know
Chris what is going on message wise through the system.  The ioctl statement
Chris is due to the cygwin code for the windows device explicitly mentioning
Chris setting the hwnd it listens to (or listens to all).  Which doesn't
Chris really hurt anything in the code you have.

Chris After that message it should also display information in the xwinclip
Chris window about what windows and X messages are being processed involving
Chris the clipboards, again just debug information.

My xwinclip dies after displaying this messages.

Chris Thank you for trying to use the code though.

Chris Chris

Ciao
  Volker




RESPOND BY FAX URGENTLY!

2002-10-22 Thread R . A
For Your Attention,

(TREAT PRIVATELY BY THE OWNER OF COMPANY)

[ALL REPLIES FROM YOU SHOULD BE BY FAX PLEASE WITH ALL OF YOUR CONTACT INFORMATION 
STATED]

I am writing to solicite for your cooperation in a multi million dollars international 
contract supply for the Government of Kuwait. We are a small company and a government 
employee that won a supply contractorship for the supply of some humanitarian 
products, but due to the status of our company as having no international banking 
accounts and registration to recieve the funds, we are contacting you to act as our 
foreign partner beneficiary so that the fund can be released to you on our behalf as a 
sub-contractor.

For your information, the contract value was over inflated by 30% and the Kuwait 
Ministry Of Finance approved the payment, so we would be willing to pay you for your 
assistance by means of commission from the over inflated sum.
If you can be relied upon and trusted in recieving the funds on our behalf, then 
please contact me immediately via my private Global Satelite Voice/Fax Number: + 
14136386967 and provide me BY FAX ONLY with your Direct Telephone and Fax Numbers, and 
your Exclusive Email Address including full details of your company and personal 
profile so that we can evaluate how to incoporate your company as the fund reciever. 
Make SURE to send a fax with the above details.  As soon as I recieve the information, 
I shall contact you and discuss the immediate commencement of the project.

Thank you for your anticipated cooperation as I expect your swift response in the 
above subject.

Regards,
R. Al-Mejrin.
SII International.  


Re: color of title bar

2002-10-22 Thread Sylvain Petreolle
What about xpde (http://www.xpde.com/) ?
 Or try fvwm - it has a mode that makes it look just like Windows
 95/NT4.
 I'm sure with a bit of customizing you could even make it look like
 XP.
   Igor
 -- 
   http://cs.nyu.edu/~pechtcha/
   |\  _,,,---,,_  [EMAIL PROTECTED]
 ZZZzz /,`.-'`'-.  ;-;;,_  [EMAIL PROTECTED]
  |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski
 '---''(_/--'  `-'\_) fL   a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
 
 Water molecules expand as they grow warmer (C) Popular Science,
 Oct'02, p.51
  

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



Updated on sourceware: XFree86-xserv-4.2.0-15

2002-10-22 Thread Harold L Hunt II
The XFree86-xserv-4.2.0-15 package has been updated in the Cygwin
distribution.

This is a synchronization with all the fixes that have been applied
from Server Test Series - Test 64 through Server Test Series - Test 68.
These fixes are summarized below:


1) Add support for using XF86Config-style configuration files.
(Alexander Gottwald)

2) Include an X icon and the necessary build rules for building
Windows resource files (even while cross compiling).  (Harold Hunt,
Jehan Bing)

3) Include an initial rootless mode with X Shape Extension support.
(MATSUZAKI Kensuke)

4) Scrollbars support.  (Jehan Bing, Harold Hunt)

5) Warning dialog on disruptive screen depth change --- not quite perfect.
(Harold Hunt)


--
Harold Hunt

To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Save it and run setup, answer the questions and pick
up 'XFree86-xserv' from the 'XFree86' category.  You may need to
click the Full button if it doesn't show up.

Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.

In the US, ftp://archive.progeny.com/cygwin/
is a reliable high bandwidth connection.

In Japan, ftp://ftp.u-aizu.ac.jp/pub/gnu/gnu-win32/ is usually
up-to-date.

In DK, http://mirrors.sunsite.dk/cygwin/ is usually up-to-date.

If one of the above doesn't have the latest version of this package
you can either wait for the site to be updated or find another
mirror.

Please  send questions or comments to the Cygwin/XFree86 mailing list at:
[EMAIL PROTECTED] .  If you want to subscribe go to:
http://cygwin.com/lists.html I would appreciate if you would use
this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin/XFree86 in general.

If you want to make a point or ask a question the Cygwin/XFree86 mailing
list is the appropriate place.



Re: Updated on sourceware: xfree86-xserv-4.2.0-15

2002-10-22 Thread Christopher Faylor
On Tue, Oct 22, 2002 at 10:03:06PM -0400, Harold L Hunt II wrote:
3) Include an initial rootless mode with X Shape Extension support.
(MATSUZAKI Kensuke)

I just wanted to say that this is really really cool.  I've been waiting
for the official release of this and it is really amazing.

I love the fact that the windows are controlled by the X window manager.

Wonderful job!

cgf



startx fails may be ntsec issue instead

2002-10-22 Thread David Meleedy

I had reported a problem where startx was failing due to
the X server not accepting connections.  It was pointed
out to me that from 1.3.12-4 to 1.3.13-2, the ntsec
option was on by default and this would affect NT domain
machines (which is what I am using on my Windows 2000 machine).

So here is the symptoms of the problem on a UID basis:

DMELEEDY-D01-13: id
uid=500(AdiPcAdmin) gid=544(Administrators) groups=544(Administrators)
DMELEEDY-D01-14: touch foo
DMELEEDY-D01-15: ls -l foo
DMELEEDY-D01-16: ls -l foo
-rw-r--r--1 7469 Administ0 Oct 22 03:41 foo

As you can see, with 1.3.13-2, the file is owned by UID 7469 not
500.

If I revert to the old dll, 1.3.13-2, the same file (not recreated):

DMELEEDY-D01-3: ls -l foo
-rw-r--r--1 AdiPcAdm Administ0 Oct 22 03:41 foo

has the correct file permissions.

So it was suggested that I use, mkpasswd to fix the problem.
The problem with this is that my machine was set up by my
corporation to use an NT domain, but it would not be connected
to that domain unless I use VPN.  So without VPN running, this
is what happened:

DMELEEDY-D01-1: mkpasswd -d -u AdiPcAdm
mkpasswd: [2453] Could not find domain controller for this domain

So then I connected with VPN to see if I could do it after that:

DMELEEDY-D0102: mkpasswd -d -u AdiPcAdm
mkpasswd: [2221] The user name could not be found.

Now this machine was set up with it's own local domain, so that
is probably why it couldn't find the domain controller in the first
case, and then in the 2nd case the domain controller didn't
know anything about my local accounts.

So, another problem I saw is when I reinstalled cygwin with the new
dll, some files weren't being created properly, I remember seeing
flashing by something about permissions not being correct to create
the /var/spool/texmf/ls-R file, and indeed that file is 0 bytes long.

So other than preventing startx from working, this is breaking
the basic install process for other packages as well.

What can be done to fix this?

Is there a way to shut off ntsec so I can get things working with the new dll?

Please let me know if I can supply you with any further
information.  Also, I will be glad to help debug any tests
you may set up.  Just tell me the details of how to download
any test code.

Thanks,

-Dave


David Meleedy   Analog Devices, Inc.
[EMAIL PROTECTED]Three Technology Way
Phone: 617 461 3494 Norwood, MA  02062-9106  USA





Re: Cannot start X server

2002-10-22 Thread Igor Pechtchanski
Sorry for the cross-post, but I feel it's relevant to both lists...  We
should move any resulting discussion to one of them (probably
[EMAIL PROTECTED]).

On Mon, 21 Oct 2002, Christopher Faylor wrote:

 On Mon, Oct 21, 2002 at 11:11:19AM -0600, Andrew Grimm wrote:
 This is not really an XFree problem, rather it is a global Cygwin issue
 caused by a policy change that took most people by surprise.

 Sounds like most people need to read the cygwin release announcements a
 little more closely rather than just blindly upgrading.
 cgf

In retrospective, would it help to mark any other new release with such a
major policy change 'Experimental' for a while?
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Water molecules expand as they grow warmer (C) Popular Science, Oct'02, p.51




Re: Cannot start X server

2002-10-22 Thread Christopher Faylor
On Tue, Oct 22, 2002 at 11:06:01AM -0400, Igor Pechtchanski wrote:
Sorry for the cross-post, but I feel it's relevant to both lists...  We
should move any resulting discussion to one of them (probably
[EMAIL PROTECTED]).

On Mon, 21 Oct 2002, Christopher Faylor wrote:

 On Mon, Oct 21, 2002 at 11:11:19AM -0600, Andrew Grimm wrote:
 This is not really an XFree problem, rather it is a global Cygwin issue
 caused by a policy change that took most people by surprise.

 Sounds like most people need to read the cygwin release announcements a
 little more closely rather than just blindly upgrading.

In retrospective, would it help to mark any other new release with such a
major policy change 'Experimental' for a while?

That's what snapshots are for.

cgf