xterm line wrapping

2008-12-09 Thread Gustavo Seabra
Hi All,

I wonder if anyone else sees this. When I open an xterm, it all works
fine with the default dimensions. But if I resize the terminal, line
wrapping stops working until I return to the initial size. This was
present in the old xterm, and persists after upgrading to the new one.

Interestingly, if I have a file opened in vi when resizing, vi works
quite well and wraps the lines correctly according to the terminal
size. But when I get out of vi I get the same problems back :-(

Thanks,
Gustavo.

--
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: Use remote graphical program

2008-01-03 Thread Gustavo Seabra
On Jan 3, 2008 7:08 AM, Phil Betts <[EMAIL PROTECTED]> wrote:
> Larry Hall (Cygwin X) wrote on Thursday, December 27, 2007 1:40 AM::
>
> > horacioemilio wrote:
> >> Hi,
> >>
> >> I am trying to use a remote program which is installed on a remote
> >> linux machine. In these situations I usually do;
> >>
> >> 0) on my windows machine I start cygwin and afterwards use
> >> startxwin.sh
> >>
> >> 1) ssh -X name-of-the-gateway-machine
> >>
> >> 2) ssh -X name-of-the-linux-machine-inside-the-remote-network
> >>
> >> 3) program-name &
> >>
> >> and programs like emacs or firefox appear on my desktop.
> >>
> >> But for some other program which uses more advanced graphics it does
> >> not work, I get the following error message;
> >>
> >> [EMAIL PROTECTED]:~> Xlib:  extension "GLX" missing on display
> >> "localhost:10.0" . Xlib:  extension "GLX" missing on display
> >> "localhost:10.0".
> >
> > 
> >
> >>
> >> Do you know how could I overcome this situation ?
> >
> > This is more appropriately directed to the Cygwin X list.  I've reset
> > the "Reply-To" there.  Please send any follow-up the the Cygwin X
> > list.
> >
> >  From the above, it's clear the application you're trying to use wants
> > to access the underlying hardware (via OpenGL).  This is not supported
> > in the current Cygwin X server.  I believe there is a MinGW version
> > which has some support for this though.  You may want to investigate
> > that.
> >
> > --
> > Larry Hall  http://www.rfk.com
> > RFK Partners, Inc.  (508) 893-9779 - RFK Office
> > 216 Dalton Rd.  (508) 429-6305 - FAX
> > Holliston, MA 01746
>
> There is an experimental, but (in my experience) very stable, version
> of XWin with GLX support.  This is in package xorg-x11-xwin-gl and
> installs the executable XWin_GL.exe.  You would need to alter your
> startxwin.sh to run this instead of XWin.exe.  It works, just don't
> expect great performance.
>
> Phil

That's interesting... Last time I checked, there was no maintainer for
X in Cygwin, but I do admit that was some time ago. So, I'm very
curious to learn about this newer XWin version. If you don't mind, I'd
like to ask a couple of questions:

1. Is this package available through setup.exe? Or do we need to
recompile it for Cygwin ourselves?

2. What do you mean by "don't expect great performance."? Is it a GLX
issue or something related to this particular version of XWin, as
compared to the older ones?

Thanks a lot!
Gustavo.

--
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, rxvt, mrxvt, etc....

2007-05-07 Thread Gustavo Seabra

Hi all,

Thanks a lot to Thomas Dickey, Thorsten Kampe and Charles Wilson for 
taking time to answer my question. I'm very sorry if it lead to some 
argument, that has never been my intent. All I wanted to know was 
something like a side-by-side points, such as "I use *1 because it has 
this feature that *2 doesn't... " etc., really from the used point of view.


Thanks again,

Gustavo.

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



Xterm, rxvt, mrxvt, etc....

2007-05-05 Thread Gustavo Seabra

Hi all,

I just wonder what is the current status of terminals for X in Cygwin. I 
currently use xterm, but I've seen people using rxvt and mrxvt. Also, I 
heard that rxvt is actually currently supported in Cygwin, something 
that xterm apparently isn't.


Is anybody using rxvt, mrxvt or something else that would care to share 
opinion/information/clues here?


Thanks,

Gustavo.

--
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: update cygwin and now X wont start!

2006-11-04 Thread Gustavo Seabra

On 11/2/06, Rafael Tapia <[EMAIL PROTECTED]> wrote:

Hi Everyone,
Today I decided to update my cygwin (probably had not done it in about 3
months) but now it just crashes on me when I try to start X.  I did check
out mailing list archives and google but no dice.  I can't seem to get it to
work again.

I am trying to run this on WinXP SP2,on an IBM ThinkPad.  Again I want to
make it clear that it was working this morning.  I did not change any
network/firewall settings.  I do have a firewall up but it was working fine
before the update.

Here is the message I am getting:
[[ snip ]]


Hi Rafael

I had exactly the same error.

In my case, it had exactly *nothing* to do with firewall, or Windows problems.

It happened because I **used** X in the administrator account. (I work
on a limited-rights user account, and use the adm account only for
install/updates) When launch X as adm, the administrator takes
ownership of the /tmp/.X11-unix/ directory, which I believe X needs to
access to run.

The solution was just to login as adm and change the ownership:

adm$ cd /tmp
adm$ chown __your_user_name__ .X11-unix

After that, X works well *for that user*, as long as you don't try to
use X as adm again.

(BTW, this is an old issue with Cygwin/X. As a rule of thumb, one
should avoid running it as administrator, unless that's how you want
to keep using it... Unfortunately, Cygwin/X does not have a mainteiner
now, so we don't know how long this "unducumented feature" will still
be around.)

HTH,

Gustavo.

--
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: "huge" font as default?

2006-10-30 Thread Gustavo Seabra

On 10/30/06, Gustavo Seabra <[EMAIL PROTECTED]> wrote:

Hi,

I work with Cygwin/X in a laptop using 1600x1200 pixels. As a result,
the Xtern fonts appear really small, and I always change to the "huge"
setting (CTRL+right-click, "HUGE"). I tried changing the default font,


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



"huge" font as default?

2006-10-30 Thread Gustavo Seabra

Hi,

I work with Cygwin/X in a laptop using 1600x1200 pixels. As a result,
the Xtern fonts appear really small, and I always change to the "huge"
setting (CTRL+right-click, "HUGE"). I tried changing the default font,
but whenever I change font size, for example, the default font comes
back. (I imagine not all fonts have all sizes...)

So, my question is just: Is there any way to open the Xterm already
with the 'huge" font, by default?

Thanks,

Gustavo Seabra.

--
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: ImageMagick display problem --> Now xmgrace doesn't work!!

2006-10-04 Thread Gustavo Seabra

On 10/4/06, Gustavo Seabra <[EMAIL PROTECTED]> wrote:

On 10/4/06, Gustavo Seabra <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I've recently installed cygwin and cygwin/x less than a week ago. All
> seems to be working fine, with one exception: If I try to use
> 'display' from ImageMagick:
>
>BASH $ display foo.jpg
>
> the shell just hangs and I have to kill it through the Windows task
> manager. Nothing else (CTRL-C, CTRL-Z, ALT-F4, etc.) works. I can see
> in the task manager a 'display' process, but it never actaully
> displays anything.
>
> Could anybody here give a clue? I've already looked into the archives
> and googled this problem, with no success.
>
> Thank you,
>
>
> Gustavo Seabra
>

I apologize. I just found the solution in the archives:
http://sourceware.org/ml/cygwin-xfree/2006-07/msg00140.html

After getting the DLLs, it works fine.

Gustavo.



After doing the changes, now it's xmgrace that doesn't work! How can that be?

Thanks.

Gustavo.

--
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: ImageMagick display problem

2006-10-04 Thread Gustavo Seabra

On 10/4/06, Gustavo Seabra <[EMAIL PROTECTED]> wrote:

Hi All,

I've recently installed cygwin and cygwin/x less than a week ago. All
seems to be working fine, with one exception: If I try to use
'display' from ImageMagick:

   BASH $ display foo.jpg

the shell just hangs and I have to kill it through the Windows task
manager. Nothing else (CTRL-C, CTRL-Z, ALT-F4, etc.) works. I can see
in the task manager a 'display' process, but it never actaully
displays anything.

Could anybody here give a clue? I've already looked into the archives
and googled this problem, with no success.

Thank you,


Gustavo Seabra



I apologize. I just found the solution in the archives:
http://sourceware.org/ml/cygwin-xfree/2006-07/msg00140.html

After getting the DLLs, it works fine.

Gustavo.

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



ImageMagick display problem

2006-10-04 Thread Gustavo Seabra

Hi All,

I've recently installed cygwin and cygwin/x less than a week ago. All
seems to be working fine, with one exception: If I try to use
'display' from ImageMagick:

  BASH $ display foo.jpg

the shell just hangs and I have to kill it through the Windows task
manager. Nothing else (CTRL-C, CTRL-Z, ALT-F4, etc.) works. I can see
in the task manager a 'display' process, but it never actaully
displays anything.

Could anybody here give a clue? I've already looked into the archives
and googled this problem, with no success.

Thank you,


Gustavo Seabra

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