RE: XWin won't respond to keyboard

2008-11-17 Thread Morche Matthias
Hi Eric, Your XKEYSYMDB points to a wrong path. Either set it to the right one: export XKEYSYMDB=/usr/share/X11/XKeysymDB or delete it from Your environment setup. The path has changed with the new X11-version. best regards, matthias > -Original Message- > From: [EMAIL PROTECTED] >

RE: xauth misses security extension

2008-11-13 Thread Morche Matthias
> Morche Matthias wrote: > > Hi all, > > > > I am no longer able to use xauth. It misses the security extension > > within XWin. Has this been removed on purpose and would you please > > explain why? > > Xorg 7.4 includes XACE, which provides a superse

RE: xauth misses security extension

2008-11-13 Thread Morche Matthias
Jon TURNEY wrote: > > Xorg 7.4 includes XACE, which provides a superset of > Xsecurity/APPGROUP, > which are disabled by default. > > Can you clarify in what way you are not able to use xauth? Hi Jon, Your question brought me to dig somewhat deeper: "xauth list" gives back a valid key and I a

xauth misses security extension

2008-11-13 Thread Morche Matthias
Hi all, I am no longer able to use xauth. It misses the security extension within XWin. Has this been removed on purpose and would you please explain why? best regards, matthias -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

RE: how to start windows applications

2008-09-17 Thread Morche Matthias
"start" is a builtin of cmd. try "cygstart a.xls" instead. matthias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of thetrystero Sent: Wednesday, September 17, 2008 11:23 AM To: cygwin-xfree@cygwin.com Subject: how to start windows applications i'v

RE: Xlib connection refused

2007-01-16 Thread Morche Matthias
Sounds to me like a permission problem: Does it work if You use DISPLAY=:0? Do You have set up xauth and created an entry like: xauth list hostname/unix:0 MIT-MAGIC-COOKIE-1 e43b9761413c7718696720152f5e1c62 maybe it would help to create an additional entry for 198.168.205.98:0 or hostname.domain

AW: XV Installation Problem

2006-04-12 Thread Morche Matthias
In that case I guess it contains a starting line "#!/usr/bin/csh" and there is no /usr/bin/csh, that always leads to the error message, you've seen. matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von steven woody Gesendet: Mittwoch, 1

RE: starting cygwinx

2004-12-08 Thread Morche Matthias
Try startx ... but it needs xinit; all of them in /usr/X11R6/bin... matthias [EMAIL PROTECTED] wrote: ... > someone tell me where i can find these files and how to get an xterm > window started. ...