Re: How to add a title to xterm

2005-12-06 Thread fergus
> How to add a title to xterm?

> I start cygwinx by "startx".
> The following commands does not work:
> xterm -T columbia &
> xterm -title columbia &
> xterm -title "columbia" &

I do not use startx: for me, it sets up unnecessary or inconvenient
defaults.

1. Start bash

then

2. run XWin -nolisten local -multiwindow & 
3. xterm -display localhost:0.0 -title Columbia 

works fine for me ...

Fergus




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: Problem with numerical input for certain applications in Cygwin

2005-12-06 Thread scott Langford


-Original Message-
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 05, 2005 7:26 PM
To: scott Langford
Cc: cygwin@cygwin.com; cygwin-xfree@cygwin.com
Subject: Re: Problem with numerical input for certain applications in
Cygwin

On Mon, 5 Dec 2005, scott Langford wrote:

> I am running Cygwin to ssh onto a Linux server which handles a couple
of
> applications that I use for design work. When I run the applications
> there are various fill forms which require numeric entry. For some
> reason I cannot make any numeric input into these forms. The same
forms
> have character entry which works fine. I tried the FAQ and users Guide
> but could not find any examples of this exact problem. I have some
Linux
> support but that person was basically at a loss. I am not sure where
to
> look to correct this problem. When I run directly on my Linux server I
> do not have this problem. I suspect there is some setup in my
startx.sh
> file that may help. Any suggestions?

You haven't specified exactly *how* you invoke the applications on
Linux,
but I suspect they are X applications and you invoke them via the X
forwarding feature of ssh.  This makes your question off-topic for the
main list, and on-topic for the cygwin-xfree list (which the Reply-To of
this message points to).  If you aren't using X, please follow-up to the
main list with more details.

As for your problem, in the absense of more information, it looks like
you're seeing weird Num-Lock-related behavior, which is a known problem
with Cygwin/X.  Try using the digits above the alphabetical keys instead
of the keypad.  I also seem to recall some recipes for making Num-Lock
work properly -- searching the cygwin-xfree archives may help.
Igor
-- 
Igor,
> Thank you for your reply. Indeed I am using the X forwarding features
of
> ssh. I read somewhere (in my many searches) that there could be some
> hardware related issues to the num-lock, so I will follow that thread.
> Unfortunately, I am trying to use the digits above the alphabetical
keys
> instead of the keypad (but I think it was a good suggestion). Thanks
for
> your help and sorry for the post to the wrong mailing list.
> Scott Langford

Scott,

Another thing to check is whether you're hitting the limitations of
untrusted X forwarding (see the Cygwin/X FAQ entry on ssh).  Also, does
this problem occur only in those applications, or in any X application
(e.g., an xterm)?  If the latter, you may have keyboard mapping issues
--
the output from pressing those keys in xev might help.  If the former,
try
eliminating ssh as the culprit (e.g., temporarily opening up the local X
server with "xhost +" and setting the DISPLAY on the remote machine to
connect directly to the local server).

It would also help to know what you use to start your local X (there is
no
such thing as startx.sh -- there's "startxwin.sh", "startxwin.bat", or
"startx").  Do you have a ~/.Xserverrc?  What window manager are you
using?
HTH,


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!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

Igor,

I am using the -Y option so I do not think it is a limitation of
untrusted forwarding. The problem does not occur in xterm or konsole
applications. It only seems to occur in two design applications I have
tried: Cadence IC works and Slam edit.  
You are correct there is no startx.sh.  I am using startxwin.sh here. I
am using the following command lines:
XWin -multiwindow -clipboard -silent-dup-error -multimonitors
-emulate3buttons 100 &

xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e
/usr/bin/bash -l &

In this case, I am using the integrated windows based windows manager. I
do not have a ~/.Xserverrc. I have considered trying the twm option. I
will try to rule out ssh. Thanks for your help.

Scott Langford 








--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: Problem with numerical input for certain applications in Cygwin

2005-12-06 Thread Igor Pechtchanski
Ugh, top-posting...  Reformatted.

On Tue, 6 Dec 2005, scott Langford wrote:

> -Original Message-
> From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 05, 2005 7:26 PM
> To: scott Langford
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]

.  Thanks.

> Subject: Re: Problem with numerical input for certain applications in
> Cygwin
>
> > On Mon, 5 Dec 2005, scott Langford wrote:
> >
> > > I am running Cygwin to ssh onto a Linux server which handles a
> > > couple of applications that I use for design work. When I run the
> > > applications there are various fill forms which require numeric
> > > entry. For some reason I cannot make any numeric input into these
> > > forms. The same forms have character entry which works fine. I tried
> > > the FAQ and users Guide but could not find any examples of this
> > > exact problem. I have some Linux support but that person was
> > > basically at a loss. I am not sure where to look to correct this
> > > problem. When I run directly on my Linux server I do not have this
> > > problem. I suspect there is some setup in my startx.sh file that may
> > > help. Any suggestions?
> >
> > You haven't specified exactly *how* you invoke the applications on
> > Linux, but I suspect they are X applications and you invoke them via
> > the X forwarding feature of ssh.  This makes your question off-topic
> > for the main list, and on-topic for the cygwin-xfree list (which the
> > Reply-To of this message points to).  If you aren't using X, please
> > follow-up to the main list with more details.
> >
> > As for your problem, in the absense of more information, it looks like
> > you're seeing weird Num-Lock-related behavior, which is a known
> > problem with Cygwin/X.  Try using the digits above the alphabetical
> > keys instead of the keypad.  I also seem to recall some recipes for
> > making Num-Lock work properly -- searching the cygwin-xfree archives
> > may help.
> > Igor
>
> Igor,
> Thank you for your reply. Indeed I am using the X forwarding features of
> ssh. I read somewhere (in my many searches) that there could be some
> hardware related issues to the num-lock, so I will follow that thread.
> Unfortunately, I am trying to use the digits above the alphabetical keys
> instead of the keypad (but I think it was a good suggestion). Thanks for
> your help and sorry for the post to the wrong mailing list.
> Scott Langford

Scott,

Another thing to check is whether you're hitting the limitations of
untrusted X forwarding (see the Cygwin/X FAQ entry on ssh).  Also, does
this problem occur only in those applications, or in any X application
(e.g., an xterm)?  If the latter, you may have keyboard mapping issues --
the output from pressing those keys in xev might help.  If the former, try
eliminating ssh as the culprit (e.g., temporarily opening up the local X
server with "xhost +" and setting the DISPLAY on the remote machine to
connect directly to the local server).

It would also help to know what you use to start your local X (there is no
such thing as startx.sh -- there's "startxwin.sh", "startxwin.bat", or
"startx").  Do you have a ~/.Xserverrc?  What window manager are you
using?
HTH,
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!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: XTerm problem- xinit

2005-12-06 Thread Reid Thompson

Afro_PL wrote:

Hello there.
I have little problem when in XTerm i write "xinit":
"A fatal error has ocurred and Cygwin/X will now exit.
Please open /tmp/Xwin.log for more information.

Vendor: The Cygwin/X Project
Release: 6.8.2.0-4
Contact: cygwin-xfree@cygwin.com
XWin was started with the following command-line

X :0"

What I should do?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/

don't type xinit in an xterm -- if you have an xterm running -- they you 
already have X started -- attempting to start it again results in the 
above message


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: Problem with numerical input for certain applications in Cygwin

2005-12-06 Thread scott Langford

Igor,
Thank you for your reply. Indeed I am using the X forwarding features of
ssh. I read somewhere (in my many searches) that there could be some
hardware related issues to the num-lock, so I will follow that thread.
Unfortunately, I am trying to use the digits above the alphabetical keys
instead of the keypad (but I think it was a good suggestion). Thanks for
your help and sorry for the post to the wrong mailing list.
Scott Langford 
-Original Message-
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 05, 2005 7:26 PM
To: scott Langford
Cc: cygwin@cygwin.com; cygwin-xfree@cygwin.com
Subject: Re: Problem with numerical input for certain applications in
Cygwin

On Mon, 5 Dec 2005, scott Langford wrote:

> I am running Cygwin to ssh onto a Linux server which handles a couple
of
> applications that I use for design work. When I run the applications
> there are various fill forms which require numeric entry. For some
> reason I cannot make any numeric input into these forms. The same
forms
> have character entry which works fine. I tried the FAQ and users Guide
> but could not find any examples of this exact problem. I have some
Linux
> support but that person was basically at a loss. I am not sure where
to
> look to correct this problem. When I run directly on my Linux server I
> do not have this problem. I suspect there is some setup in my
startx.sh
> file that may help. Any suggestions?

You haven't specified exactly *how* you invoke the applications on
Linux,
but I suspect they are X applications and you invoke them via the X
forwarding feature of ssh.  This makes your question off-topic for the
main list, and on-topic for the cygwin-xfree list (which the Reply-To of
this message points to).  If you aren't using X, please follow-up to the
main list with more details.

As for your problem, in the absense of more information, it looks like
you're seeing weird Num-Lock-related behavior, which is a known problem
with Cygwin/X.  Try using the digits above the alphabetical keys instead
of the keypad.  I also seem to recall some recipes for making Num-Lock
work properly -- searching the cygwin-xfree archives may help.
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!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Install hangs when installing xorg-x11-fenc-6.8.1.0-2

2005-12-06 Thread Peter Andersson

Hi!

It downloads correctly, but when installing:

usr/X11R6/lib/X11/fonts/encodings/adobe-dingbats.enc.gz

it stops. If left alone for some hours it eats up all memory and crashes.

Have tried with previous versions, but setup stops when encountering the first 
.gz file.

Using setup.exe 2.510.2.2

Any tips?

Regards,
/:Peter


Cygwin Configuration Diagnostics
Current System Time: Tue Dec 06 14:08:51 2005

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\miktex\miktex\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\Program Files\ATI Technologies\ATI Control Panel
c:\Program Files\Common Files\GTK\2.0\bin
c:\Program Files\SSH Communications Security\SSH Secure Shell
c:\program files\apache-ant-1.6.5\bin
c:\program files\java\jre1.5.0_04\bin
c:\program files\java\jdk1.5.0_04\bin
C:\cygwin\home\wiss\barondist\bin
h:\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1001(Peter)GID: 513(None)
0(root) 544(Administrators) 545(Users)  10545(mkgroup_l_d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1001(Peter)GID: 513(None)
0(root) 544(Administrators) 545(Users)  10545(mkgroup_l_d)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

USER = `Peter'
PWD = `/cygdrive/h'
HOME = `/cygdrive/h'
MAKE_MODE = `unix'

MANPATH = `/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = `C:\Documents and Settings\peter.WITAS.000\Application Data'
TERM = `cygwin'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 6 Stepping 2, AuthenticAMD'
WINDIR = `C:\WINNT'
QTDIR = `/usr/lib/qt3'
OLDPWD = `/usr/bin'
USERDOMAIN = `WITAS'
OS = `Windows_NT'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
!:: = `::\'
TEMP = `/cygdrive/c/DOCUME~1/PETERW~1.000/LOCALS~1/Temp'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
LIB = `C:\Nuance\8.0.0\lib\win32'
MACHINE_TYPE = `win32'
PROCESSOR_LEVEL = `6'
SYSTEMDRIVE = `C:'
JAVA_HOME = `c:\program files\java\jdk1.5.0_04\jre'
USERPROFILE = `C:\Documents and Settings\peter.WITAS.000'
LANG = `en'
QMAKESPEC = `/usr/lib/qt3/mkspecs/cygwin-g++'
PS1 = `\[\e]0;[EMAIL PROTECTED] \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = `\\LINA'
PROCESSOR_ARCHITECTURE = `x86'
!C: = `C:\cygwin\bin'
SHLVL = `1'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = `C:'
PROMPT = `$P$G'
COMSPEC = `C:\WINNT\system32\cmd.exe'
TMP = `/cygdrive/c/DOCUME~1/PETERW~1.000/LOCALS~1/Temp'
SYSTEMROOT = `C:\WINNT'
PRINTER = `\\lina\sofia'
CVS_RSH = `/bin/ssh'
PROCESSOR_REVISION = `0602'
WITASLIB = `/usr/local/share/witas'
CLASSPATH = 
`.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;'
PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig'
INFOPATH = `/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = `C:\Program Files'
HOMESHARE = `\\lina\peter'
NUMBER_OF_PROCESSORS = `1'
_ = `/usr/bin/cygcheck'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp
  (default) = `H:\tmp'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
v2\/usr/X11R6/lib/X11/fonts
  (default) = `P:\Cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd N/AN/A
c:  hd  NTFS 38162Mb  30% CP CS UN PA FC 
d:  cd N/AN/A
h:  net NTFS148628Mb  32% CP CSPApeter
i:  net NTFS148628Mb  32% CP CSPAinstall
o:  net NTFS148628Mb  32% CP CSPAothers
p:  net NTFS148628Mb  32% CP CSPAprograms

C:\cygwin  / system  binmode
H:\tmp /tmp  system  binmode
C:\cygwin/bin  /usr/bin  system  binmode
C:\cygwin/lib  /usr/lib  system  binmode
P:\Cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/