buttons moved inside the frame

2002-05-15 Thread J S

I'm running an application on Cygwin-XFree86 which has 2 frames inside a 
window. The problem is the buttons which did sit below the window frames 
have now moved into the frame.

Someone suggested it might be a problem with the fonts but I'm not too sure 
how to check this (or whether I'm barking up the wrong tree as well!). Would 
appreciate any help.

TIA,

JS.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.





strange e key

2002-05-15 Thread J S

Everytime I press the e key on my keyboard in XFree86 I get the following 
character: ยค
instead of an e. All the other keys are fine though. Do you know how to fix 
this?

Thanks,

JS.


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




Re: Keyboard non us

2002-05-15 Thread Alexander Gottwald

On Wed, 15 May 2002, Jean Marie BONNAND wrote:

 Q: Do you plane to use an XServer with support for the XF86Config ?

Yes, the code for xkb support is mainly done, but I still need some time 
to cleanup the code.

Please check the mailing list, there were a lot of possiblities for using
XKB even without the config file (hint: xkbcomp)

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




xterm title not shown

2002-05-15 Thread Hans Werner Strube

The title of xterm defined with option -T or -title does not appear in
the title bar, instead the current directory is shown there.  I do not
know whether this is a problem of xterm or the window manager, but it
happens both with twm and mwm.



XDMCP Logon to RedHat 7.2

2002-05-15 Thread Andy Lemmon

I'm trying to replace my Hummingbird eXceed Win32 X Server with
Cygwin/Xfree86.

I've gotten all the Cygwin  XFree86 Components in place on my W2k box, and
I can now run X apps remotely by following the procedure:

- Start X Server on W2K
- Add remote RedHat box to xhosts
- Telnet to remote RedHat box
- Configure DISPLAY to point at W2K box
- Execute xterm  (for instance)

That gets me a nice xterm running here on my W2K machine.

However, what I'd really like to do is an XDMCP logon to the aforementioned
RedHat box, so that I don't have to go through this procedure and I can get
the full desktop on the Linux box.  When I try the suggestion in the
Cygwin/XFree86 user's guide,

XWin.exe -query remote_hostname

I just get the default X black-and-white checked background like it's
waiting for the other machine to respond.  I never get the logon screen from
the RedHat box.

I've also tried variations like using

-from my_w2k_ip_address -display 800x600x16

all to no avail (same result).

I believe that Xaccess and such are set up correctly on the RedHat machine
as I haven't changed anything there since my eXceed worked ok.

Can someone please give me a pointer or two?  I've tried to exhaust all
docs, faq's, etc before posting.

Thanks for your help,

Andy

alemmon at midsouth dot rr dot com







opendx problems...

2002-05-15 Thread mehtas05

hi
i'm from the university of alabama at birmingham. we need to use opendx with
another programm dreamm. but i'm having a few problems while installing
opendx. i'm running the software on a intel/windowsxp machine. when i
install the program, the shortcuts are created in the start menu as usual.
but if try running from there, then the window opens and closes after 2-3
secs. if i try running it from the command prompt then i get the following
result:
 
 C:\ 
 C:\cd opendx 
 
 C:\opendxcd bin 
 
 C:\opendx\bindx -uionly 
 Starting DX user interface 
 error: No such file or directory 
 
 C:\opendx\bin 

i need the opendx software for running DReaMM/MCell.

Sincerely

Sangeet



RE: opendx problems...

2002-05-15 Thread Suhaib Siddiqi



You need tcsh installed for dx script to work properly.  After
installing tcsh for Cygwin create a short symbolic link csh in /usr/bin
directory.  Otherwise modify dx startup script for a bash shell.

Suhaib


 -Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]  On Behalf Of
[EMAIL PROTECTED]
Sent:   Wednesday, May 15, 2002 12:08 PM
To: [EMAIL PROTECTED]
Subject:opendx problems...

hi
i'm from the university of alabama at birmingham. we need to use opendx
with
another programm dreamm. but i'm having a few problems while installing
opendx. i'm running the software on a intel/windowsxp machine. when i
install the program, the shortcuts are created in the start menu as
usual.
but if try running from there, then the window opens and closes after
2-3
secs. if i try running it from the command prompt then i get the
following
result:
 
 C:\ 
 C:\cd opendx 
 
 C:\opendxcd bin 
 
 C:\opendx\bindx -uionly 
 Starting DX user interface 
 error: No such file or directory 
 
 C:\opendx\bin 

i need the opendx software for running DReaMM/MCell.

Sincerely

Sangeet




Re: XDMCP Logon to RedHat 7.2

2002-05-15 Thread Alexander Gottwald

On Wed, 15 May 2002, Andy Lemmon wrote:
 
 I just get the default X black-and-white checked background like it's
 waiting for the other machine to respond.  I never get the logon screen from
 the RedHat box.

Is access from nonlocal machine allowed? Some distributions install 
xdm/kdm/gdm in a configuration where only local clients are allowed to
connect. 

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




Re: XDMCP Logon to RedHat 7.2

2002-05-15 Thread Harold L Hunt

Andy,

Check this out and make sure that Hummingbird's SOCKS is not installed:

http://sources.redhat.com/ml/cygwin-xfree/2002-04/msg00467.html

Harold


Andy Lemmon [EMAIL PROTECTED] said:

 Yes, I believe nonlocal access is permitted to the RedHat server.  I could
 access the same RH server from the same PC using eXceed before I  removed
 eXceed from my PC a couple weeks ago.  I haven't changed the server
 configuration.
 
 I think my problem has something to do with the cygwin/XFree86 setup, I'm
 just not sure what.
 
 
  Is access from nonlocal machine allowed? Some distributions install
  xdm/kdm/gdm in a configuration where only local clients are allowed to
  connect.
 
  bye
  ago
  --
   [EMAIL PROTECTED]
   http://www.gotti.org   ICQ: 126018723
 
 
 
 






Re: XDMCP Logon to RedHat 7.2

2002-05-15 Thread Andy Lemmon

Harold,

Thanks for your help.  I've found the problem.  My RedHat machine had been
brought down to runlevel 3; I must have done that weeks ago and forgotten,
it's in a building half a mile from my office.  Anyway, after bringing xdm
back up, the XDMCP logon screen appeared immediately.

Sorry for the mistake and thanks very much,

Andy


- Original Message -
From: Harold L Hunt [EMAIL PROTECTED]
To: Andy Lemmon [EMAIL PROTECTED]; Alexander Gottwald
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, May 15, 2002 3:24 PM
Subject: Re: XDMCP Logon to RedHat 7.2


 Andy,

 Check this out and make sure that Hummingbird's SOCKS is not installed:

 http://sources.redhat.com/ml/cygwin-xfree/2002-04/msg00467.html

 Harold


 Andy Lemmon [EMAIL PROTECTED] said:

  Yes, I believe nonlocal access is permitted to the RedHat server.  I
could
  access the same RH server from the same PC using eXceed before I
removed
  eXceed from my PC a couple weeks ago.  I haven't changed the server
  configuration.
 
  I think my problem has something to do with the cygwin/XFree86 setup,
I'm
  just not sure what.
 
 
   Is access from nonlocal machine allowed? Some distributions install
   xdm/kdm/gdm in a configuration where only local clients are allowed to
   connect.
  
   bye
   ago
   --
[EMAIL PROTECTED]
http://www.gotti.org   ICQ: 126018723
  
 
 
 








RE: run

2002-05-15 Thread Harold Hunt

I don't know, you'd have to ask the Cygwin/XFree86 mailing list that
question, where I have redirected this email.

Harold

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 15, 2002 1:34 PM
 To: Harold L Hunt
 Subject: run


 The use of run for Cygwin/Xwin works fine except at day's end, when
 bash and ssh remain running in background, preventing clean
 shutdown. Is there any easy cure for that ?

 Best,
 George





Re: xterm title not shown

2002-05-15 Thread Sam Edge

I wrote in [EMAIL PROTECTED]
in gmane.os.cygwin on Wed, 15 May 2002 21:41:14 +0100:

 The default /etc/profile sets up PS1 with the xterm escape sequences
 to put the username and current directory into the title. Either edit
 /etc/profile or override it in your ~/.bash_profile or ~/.bash_rc.

Sorry. That should have been ~/.bashrc, of course.

-- 
Sam Edge



RE: Question on submitting a package to cygwin

2002-05-15 Thread Peter A. Castro

On Wed, 15 May 2002, Harold Hunt wrote:

 Peter,
 
 Chris Faylor had said that apps that run under X need to go in the XFree86
 directory... but I'm not sure if that means that it should be stuffed into
 the XFree86 category as well:
 
 http://cygwin.com/ml/cygwin-xfree/2002-04/msg00538.html
 
 Does x3270 only have an X component or does it run in a normal shell too?
 As you can tell, I have no idea what this program does and I don't really
 have time to look...

It has an X component as well as a curses-base component as well as a
printer component and lastly a scripting component.  It covers many areas
as separate programs (which I was going to package separately). 

Robert did suggest 'Net', and I'll probably go with that for the non-X
components.  I'd have thought that a few Apps category would have been
created by now. 

 Harold
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Peter A. Castro
  Sent: Wednesday, May 15, 2002 8:13 PM
  To: Robert Collins
  Cc: [EMAIL PROTECTED]
  Subject: RE: Question on submitting a package to cygwin
 
 
  On Thu, 16 May 2002, Robert Collins wrote:
 
-Original Message-
From: Peter A. Castro [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 7:57 AM
  
I'd like to submit couple of packages that I've built under
Cygwin, but I'm at a loss as to a proper category.
   ...
 It's
basically a Telnet app which handles 3270 protocol.  So, what
category would this fit in?
  
   Did you look up x3270 on debian as the setup.html page suggests? Or
   perhaps what telnet on debian is in?
 
  No, I haven't looked at debian's site at all (I'm a Slackware user myself
  :).  I've used x3270 for a number of years (through all its various
  incarnations) and usually pull the source directly from the x3270
  website.
 
  I've just taken a look at debian's site, and they only have x3270 (not
  all the other variants).  Actually, they have x3270 broken into several
  parts, for some reason.  It's classified as 'X Window System software'
  which doesn't really help me classify it for Cygwin.  I've build all the
  variants (except tcl3270 - need tcltk-8.3 on Cygwin) under Cygwin and was
  planning on packaging each separately.
 
  Hmmm... I guess I really should go get Paul's permission to package this
  all up first :)
 
   I'd suggest Net as it's a non-web networking tool.
 
  Hmmm... Ok. 'Net' it shall be.
  Thanks Rob!
 
   Rob
 
  --
  Peter A. Castro [EMAIL PROTECTED] or [EMAIL PROTECTED]
  Cats are just autistic Dogs -- Dr. Tony Attwood
 
 

-- 
Peter A. Castro [EMAIL PROTECTED] or [EMAIL PROTECTED]
Cats are just autistic Dogs -- Dr. Tony Attwood




Re: Keyboard non us

2002-05-15 Thread Uwe Schmidtmann

Hello.

This might be a bit off this topic, but just one question:

I am currently using xmodmap for my german keyboard. As this is working 
fine (I got the map from my linux box), I would like to know if there is 
any SPEED issue when using xmodmap instead of XKB?

Regards,

Uwe