Re: Updated: xterm-238-1

2009-02-20 Thread Thomas Wolff
Hello,

please add the following configure options to the xterm package:

--enable-wide-chars to provide a UTF-8 environment for applications that need 
to use it
(see also http://sourceware.org/ml/cygwin-xfree/2007-08/msg00069.html)

--enable-256-color

Thanks for consideration, kind regards,
Thomas


> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> The following package has been updated in the Cygwin net distribution:
> 
> *** xterm-238-1
> 
> This is a version update; no Cygwin-specific changes.
> 
> 
> Yaakov
> Cygwin/X
> 
> 
> DOWNLOAD:
> =
> 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, please choose the one nearest to
> you: http://cygwin.com/mirrors.html
> 
> QUESTIONS:
> ==
> If you want to make a point or ask a question the cygwin-xfree mailing
> list is the appropriate place.
> 
> CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO:
> ===
> To unsubscribe to the cygwin-xfree-announce mailing list, look at the
> "List-Unsubscribe: " tag in the email header of this message.  Send
> email to the address specified there.  It will be in the format:
> 
> cygwin-xfree-announce-unsubscribe-you=yourdomain@cygwin.com
> 
> If you need more information on unsubscribing, start reading here:
> 
> http://sources.redhat.com/lists.html#unsubscribe-simple
> 
> Please read *all* of the information on unsubscribing that is available
> starting at this URL.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (Cygwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEAREIAAYFAkl04KwACgkQpiWmPGlmQSMbQACfQ0DtbRqK2KoSVKOuIdEx5r+N
> bB4AoLUiW9UzAO6zmDm0xdQ0wc1LaIaE
> =inKq
> -END PGP SIGNATURE-


--
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: Reproducing the cygwin X problems

2009-02-20 Thread Phil Betts
Mike Ayers wrote:

> > From: cygwin-xfree-owner at cygwin.com
> > [mailto:cygwin-xfree-owner at cygwin.com] On Behalf Of Phil Betts
   ^^
http://cygwin.com/acronyms/#PCYMTNQREAIYR

> > It might have worked, but it was wrong.  Do not set the DISPLAY
> > environment variable.  It is set by ssh -Y to something similar to
> > "localhost:10.0" - the actual value depends on whether there are
> other
> > forwarded X connections to that box.
> 
>   I do not usually set it.  I only did so in the sample to satisfy
> FAQ 6.1.

What part of this (from FAQ 6.1):

  $ DISPLAY=localhost:0.0
  $ export DISPLAY
  $ ssh -Y remotehost

says set the DISPLAY to the IP address of the server after starting ssh?
Please re-read the FAQ carefully.

It works like this.  You run "ssh -Y remotehost".  ssh makes a connection
to $DISPLAY on your local machine (probably ":0").  On the remotehost
side, the sshd daemon starts a proxy X server (localhost:10.0 say), and
sets $DISPLAY to match.  When you start an X application on remotehost,
it connects to the proxy server, which forwards all requests to the local
host over the ssh tunnel.  The ssh process then passes on the requests to
the local X server.

> 
>> BEFORE running ssh, you need to ensure that $DISPLAY is set correctly
>> for local connections (probably ":0").
> 
>   127.0.0.1:0, set by the system.  I ordinarily do not check it, as
> I've never needed to set it when things worked.
> 
>> By specifying your own value for $DISPLAY inside the ssh session, you
>> are ensuring that all X traffic bypasses the ssh tunnel and
>> sets up its own (insecure and not encrypted) connection.  This new
>> connection must
>> then go through the normal authentication process and it will appear
>> to the X server as a remote connection, whereas the ssh connection
>> looks like a local connection to the server.
> 
>   FAQ needs updating, and my problem remains.

No, the FAQ is correct.  If you had followed it, and still couldn't
connect, then your problem had changed.  Your original problem was
(probably) because you hadn't given permission for remote connections
from mikeayers-linux-2.  Since ssh -Y connects as a local program, there
are no permission problems (assuming you can run a local xterm).

First, make sure your X server is running, and your $DISPLAY is set
correctly.  Now enter the following commands _exactly_:

echo $DISPLAY
ssh -Y may...@mikeayers-linux-2
echo $DISPLAY
xterm

If that doesn't work, paste the results in a reply, along with the output
of the xhost command (no parameters) run locally.

Note that I sometimes have problems connecting to older Linux boxes,
where the first ssh connection fails to set up the proxy.  In that case,
a second attempt (whilst the first is still connected) succeeds.  For
example, the first connection sets up a non-working proxy of
localhost:10.0.  Starting a new session sets up a working proxy of
localhost:11.0.  You might want to try that trick, but if that works,
the problem is on the Linux end.

Phil
-- 

This email has been scanned by Ascribe PLC using Microsoft Antigen for Exchange.


RE: "-query" not working on cygwin/windows

2009-02-20 Thread Phil Betts
km4hr wrote:
> This is a update including further information regarding my quest to
> get cygwin/x to connect to my CentOS linux server via xdmcp.
> 
> I believe I have isolated the problem to either cygwin/x or Windows,
> probably Windows because no X-server that I've tried works. I've tried
> cygwin/x, Xming, and X-Win32. I've isolated the problem by booting my
> Windows PC from a Linux LiveCD (pclos). Using the pclos X-server I
> successfully connected to my CentOS host using "X :1 -query  box>" .
> It works perfectly. A beautiful gdm login screen pops up immediately.
I
> think this proves that xdmcp is configured correctly on the CentOS
host
> and that my network is not contributing to the problem.

OK.  So the problem seems to be that X cannot communicate with the
remote
host.  Do you have another host you could connect to, and if so do you
have the same problem?  You could try "telnet remotehost 6000".  If you
can connect, then the X port (6000) is open, and the problem is protocol
related.  If you get "connection refused", then the port is closed.

> The above successful connection seems to isolate the problem to either
> cygwin/x, Windows, or the combination of both. Although no one on this
> site has confirmed that they are actually using cygwin/x successfully 
> in an xdmcp environment I'm assuming that it does work for somebody.

I have used it successfully, but that was a few years ago.

> If that assumption is correct then it appears something in my Windows
> configuration is blocking cygwin/x, and the other X-servers, from
> working properly. Could it be that necessary ports on my Windows box
> are blocked? I have my Windows firewall turned off. But I'm not sure
> that disabling the firewall opens the ports. Do I even need to open
> certain ports on the Windows box? This is an area that I know
virtually
> nothing about.

Do you have any other security software installed?  Perhaps you have
http://cygwin.com/acronyms/#BLODA  These are applications/drivers (often
apparently nothing to do with the problem, e.g. Logitech Webcam), that
inject their code into each process and cause all sorts of weird
problems.

> Phil, you had several questions. One was, "why do you want to use
> xdmcp?". I want to use xdmcp for the same reason anyone wants to use
it
> and for the same reason that it exists. That is, I want to log in to a
> complete gnome environment. I don't want to run individual
> applications.

That's fine.  I only asked because there have been several queries over
the years from people who did just want to display individual apps and
thought XDMCP was the way to go because it showed up first in a web
search.

> You suggested I contact someone who is familiar with my Linux
> distribution to make sure I have xdmcp set up correctly. I have
already
> done that. I am asking many of the same questions on the CentOS forum
> that I'm asking here. You gave me several links to study. I've read
> those and more. I've been at this for days.

That's good (the researching, not the outcome ;-).  As with any fault
finding, a lot of time can be saved if we know what has already been
read/tried.

> You asked why I'm "blaming cygwin". I don't know what I said that
> made you think that.

It was partly your other thread about the -ac option which suggested
that
you though XWin was denying the access.

> I'm not blaming anybody or anything. I'm just trying to get a gdm
login
> screen on my PC.

I understand.  Perhaps "blaming" was too loaded a word to use.

> My problem may be related to Windows security.
> Can you suggest a good forum where I can find an expert on that? I
> don't know any Windows experts personally. I'm not sure they exist.

They do exist, but they come at a price.  Most of the self-professed
experts I see on the web are pretty poor.

I think investigating the BLODA avenue is perhaps your best course of
action for now.  It's amazing how many of the seemingly intractable
problems turn out to be caused by some dodgy app.

Phil
-- 


This email has been scanned by Ascribe PLC using Microsoft Antigen for Exchange.

--
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: Updated: xterm-238-1

2009-02-20 Thread neomjp
On 2009/02/20 20:24, Thomas Wolff wrote:
> please add the following configure options to the xterm package:
> 
> --enable-wide-chars to provide a UTF-8 environment for applications that need 
> to use it

> --enable-256-color

Both options are already enabled in xterm-238-1.
(Try installing the xterm-238-1 source package and see
/usr/src/xterm-238-1.cygport .)
For more information on how to enable utf8 resource, see
http://sourceware.org/ml/cygwin-xfree/2008-12/msg00079.html

--
neomjp

--
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/

--
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: Can't move or resize xterms within twm

2009-02-20 Thread Jon TURNEY

Jonathan Nichols wrote:

Hello All,

I just upgraded X11 to the latest version.  The default behavior is
to launch twm when I run startx.  After first running into and working
around this problem:

http://cygwin.com/ml/cygwin-xfree/2009-02/msg0.html

by doing this:

http://cygwin.com/ml/cygwin-xfree/2009-02/msg00115.html

I have run into another.  After launching twm, it successfully
inserts several xterms and an xclock into the twm window.  However, I
can not move or resize the xterms within twm.  I am able to use the
xterm's dropdown menus, but that's about it. Any help or feedback will
be appreciated.

I have enclosed my cygcheck output as an attachment.


Hmm...

transfig 3.2.5-1
tzcode   2008h-1


Something missing here?

$ cygcheck -c -d | grep twm
twm1.0.4-1

See also http://cygwin.com/ml/cygwin-xfree/2008-11/msg00345.html


--
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: "-query" not working on cygwin/windows

2009-02-20 Thread km4hr

Well, I have now turned on all relevant ports in the Windows firewall. I
still can't connnect.
I turned on port 177(UDP) and 6000-6006(TCP).  I even turned on extra ports
as recommend by 
http://www.starnet.com/xwin32kb/What_ports_need_to_be_opened_for_XDMCP/ this 
source.

I'm about out of ideas. I love to hear some more.

I don't know how firewalls work but on the linux host side (CentOS)
simplyturning off the firewall did not open the ports. I had to turn the
firewall on and specify which ports to open. Otherwise no computers could
connect via xdmcp over the network.

Thanks for you consideration.


Larry Hall (Cygwin X) wrote:
> 
> km4hr wrote:
>> I've found an article on the internet that explains 
>> http://support.microsoft.com/kb/842242 how to open ports  in Windows.
>> I'll try it tomorrow even though I don't know if it's necessary.
> 
> If you are confident that you turned the Windows firewall off and you
> have no other firewalls or other security software installed on this
> machine, then you don't need to follow this prescription to test X.
> In order to run X properly with the firewall on, following the article
> wouldn't be a bad idea if you need help when doing the firewall
> configuration.
> 
> 
> -- 
> Larry Hall  http://www.rfk.com
> RFK Partners, Inc.  (508) 893-9779 - RFK Office
> 216 Dalton Rd.  (508) 429-6305 - FAX
> Holliston, MA 01746
> 
> --
> 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/
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/%22-query%22-not-working-on-cygwin-windows-tp22007087p22120448.html
Sent from the cygwin-xfree mailing list archive at Nabble.com.


--
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: xdvi unexplained locale problem

2009-02-20 Thread Dan Tsafrir
On Wed, Feb 18, 2009 at 3:02 PM, Mike Ayers  wrote:
>
> Dan Tsafrir wrote:
>>
> > open xdvi, I get the following error message:
> > Warning: locale not supported by C library, locale unchanged
> > Warning: locale not supported by Xlib, locale set to C
> > Warning: X locale modifiers not supported, using default
> > Warning: Unable to load any usable fontset
>
>  Try unsetting LOCPATH:

This didn't work either.

In fact, I tried unset-ing this and very many other env variables
before posting the question here. It seems to me that the behavior is
unrelated to any env variables. It appears as though, for some
unexplained reason, somewhere along the way, xdvi or X think they need
to change to a locale other than C.

Googling the error messages shows that ubuntu users faced a similar
problem in early 2007 (related to xdvi and xfig):

   https://bugs.launchpad.net/ubuntu/+source/control-center/+bug/2066

Some thought it was an xorg problem. The suggested workarounds (e.g.,
setting a LANG=C env var) don't work for me. Am I the only one that
gets this error message for xdvi on cygwin?

--Dan

--
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: Reproducing the cygwin X problems

2009-02-20 Thread Mike Ayers
> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Phil Betts
> Sent: Friday, February 20, 2009 4:25 AM

> > I do not usually set it.  I only did so in the sample to satisfy
> > FAQ 6.1.

...but set it out of order.  I didn't notice that because the results 
didn't change.  Here's the more typical session:

[SNIP]
mike-ayers-lap> echo $DISPLAY
127.0.0.1:0.0
mike-ayers-lap> ssh -Y may...@mikeayers-linux-2
Warning: No xauth data; using fake authentication data for X11 forwarding.
Last login: Fri Feb 20 09:23:39 2009 from 192.168.2.87
mikeayers-linux-2> echo $DISPLAY
localhost:15.0
mikeayers-linux-2> xterm
Xlib: connection to "localhost:15.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
xterm Xt error: Can't open display: localhost:15.0
mikeayers-linux-2> 
[/SNIP]


HTH,

Mike


Re: Reproducing the cygwin X problems

2009-02-20 Thread Dan Tsafrir
On Thu, Feb 19, 2009 at 3:49 PM, Mike Ayers  wrote:
>
>Lately, I have been having problems with the cygwin X server and 
> cut-n-paste.
> I have reported a connection to vncclient (RealVNC) - in fact, I don't recall 
> having
> problems with vncclient not running.  These days I use one or the other - so 
> far,
> so good.
>
>Unfortunately, though, I am in the habit of cutting and pasting 
> between vncclient
> and cygwin X, so if I can be of any tracking the problem down, please let me 
> know.
>
>If I have vncclient and an xterm running, simply selecting text on the 
> xterm is
> sufficient to cause the problem, which I confirm by raising the xterm over the
> vncclient, then clicking the vncclient to raise it (it then exhibits 
> responsiveness
> problems).


I confirm this exact behavior.

This is exactly the problem I'm experiencing in terms of copy-paste on
my XP machine. Specifically, if the vncviewer (TightVNC) is open, and
I select a text in a cygwin xterm or emacs, then copy-paste /
cut-and-paste completely stops functioning on my machine.

Initially, the only way I was aware of to get the copy-paste
functionality back was to reboot the machine. But recently I've
noticed another way. I run XP's 'clipbrd', which (in the state of no
copy-paste functionality) produces one of these two strange outcomes:

1) clipboard displays the following message

"ClipBook Viewer cannot display the information in its current format
or there is not enough memory to display it. Quit one or more
applications to increase the available memory, and try again."

2) clipboard is "going insane", seemingly trying to endlessly scroll
down (while simultaneously displaying a message saying "Method Open
Fai") and taking up 25-30% of the CPU.

In both case, if I click the 'delete' button within the clipboard
application (= clear content of clipboard) then the insane behavior
stops and copy-paste starts working again as long as no cygwin X
application is involved. But the minute I highlight some text in a
cygwin X application, the insane behavior within clipbrd resumes. The
only way to make things normal again (that I'm aware of) is to kill
cygwin/X (which, in this situation, mandates killing all cygwin
applications through the task-manager, otherwise they refuse to die
and just hang).

--Dan

--
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: Reproducing the cygwin X problems

2009-02-20 Thread Mike Ayers
> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Dan Tsafrir
> Sent: Friday, February 20, 2009 9:36 AM

> Initially, the only way I was aware of to get the copy-paste
> functionality back was to reboot the machine. But recently I've
> noticed another way. I run XP's 'clipbrd', which (in the state of no
> copy-paste functionality) produces one of these two strange outcomes:
> 
> 1) clipboard displays the following message
> 
> "ClipBook Viewer cannot display the information in its 
> current format
> or there is not enough memory to display it. Quit one or more
> applications to increase the available memory, and try again."
> 
> 2) clipboard is "going insane", seemingly trying to endlessly scroll
> down (while simultaneously displaying a message saying "Method Open
> Fai") and taking up 25-30% of the CPU.
> 
> In both case, if I click the 'delete' button within the clipboard
> application (= clear content of clipboard) then the insane behavior
> stops and copy-paste starts working again as long as no cygwin X
> application is involved.

I can neither confirm nor deny this, as I don't have ClipBook available.

> But the minute I highlight some text in a
> cygwin X application, the insane behavior within clipbrd resumes. The
> only way to make things normal again (that I'm aware of) is to kill
> cygwin/X (which, in this situation, mandates killing all cygwin
> applications through the task-manager, otherwise they refuse to die
> and just hang).

I just kill Xwin.exe forcibly in task manager - it takes all X apps 
with it.  However, the better trick I discovered recently is to click on VNC's 
taskbar icon and close it.  Once it closes, the X applications recover and can 
cut-n-pste with Windows apps.  Also, because VNC is VNC, no setup is lost there 
either - I can reconnect and my console is unharmed.  I suspect the problem 
here may be contention between the two applications that want to share the 
clipboard.  Our other report implicated Office clipboard, which may be doing 
the same thing..?


HTH,

Mike

--
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: Reproducing the cygwin X problems

2009-02-20 Thread Dan Tsafrir
On Fri, Feb 20, 2009 at 1:05 PM, Mike Ayers  wrote:
>
>I can neither confirm nor deny this, as I don't have ClipBook 
> available.

Did you try to run 'clipbrd' through start->run ?


>I just kill Xwin.exe forcibly in task manager - it takes all X apps 
> with it.

Right.


>  However, the better trick I discovered recently is to click on VNC's taskbar
> icon and close it.  Once it closes, the X applications recover and can
> cut-n-pste with Windows apps.  Also, because VNC is VNC, no setup
> is lost there either - I can reconnect and my console is unharmed.

This too works for me (but as you say, only if I kill the vncviewer
through the context menu that pops up when right clicking its taskbar
icon; strangely, killing it through the top right x doesn't produce a
similar effect). Thanks!


> I suspect the problem here may be contention between the two applications
> that want to share the clipboard.  Our other report implicated Office 
> clipboard,
> which may be doing the same thing..?

I strongly suspect cygwin's xorg is solely to blame: this problem was
created immediately after my last upgrade of cygwin during which I
unwittingly moved from xfree to xorg. (This is only one of the things
that want bad for me; I wish there was a way to return to xfree until
most of the problems are resolved.)

--Dan

--
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: Unable to load any usable ISO8859 font

2009-02-20 Thread Zdzislaw Meglicki
Hello Jon,

Thank you for your reply. To answer your questions: 

   1. I have installed all fonts... My typical Cygwin installation is 
"install", i.e., everything gets selected, 
   both for download and installation. I have found all fonts in the right 
places. Only the fonts.dir files
   were missing.

   2. Checking /var/log/setup.log... A good idea! It says up-front:

   "Could not open service McShield for query, start and stop. McAfee may 
not be installed, 
   or we don't have access."

   but then keeps going. Everything gets installed with no complaints. Then 
we get to postinstalls
   and... every one ends with

   "abnormal exit: exit code=128"

   One, catdoc.sh, flags exit code 129, and another 
one, hicolor-icon-theme.sh, does not flag
   an abnormal exit at all. All X11 related postinstall scrips, xinit.sh, 
X-start-menu-icons.sh,
   x3270.sh, xfig.sh, xinetd.sh, and xpdf.sh flag 128 on exit. 

   Eventually the log says "Installation Complete" and that's it: Here is 
the excerpt:

2009/02/18 17:40:30 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/xinit.sh
2009/02/18 17:42:04 abnormal exit: exit code=128
2009/02/18 17:42:04 running: C:\cygwin\bin\bash.exe -c 
/etc/postinstall/X-start-menu-icons.sh
2009/02/18 17:43:38 abnormal exit: exit code=128
2009/02/18 17:43:38 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/x3270.sh
2009/02/18 17:45:12 abnormal exit: exit code=128
2009/02/18 17:45:12 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/xfig.sh
2009/02/18 17:46:46 abnormal exit: exit code=128
2009/02/18 17:46:46 running: C:\cygwin\bin\bash.exe -c 
/etc/postinstall/xinetd.sh
2009/02/18 17:48:20 abnormal exit: exit code=128
2009/02/18 17:48:20 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/xpdf.sh
2009/02/18 17:49:54 abnormal exit: exit code=128
2009/02/18 17:49:54 running: C:\cygwin\bin\bash.exe -c 
/etc/postinstall/zsh-profile.sh
2009/02/18 17:51:28 abnormal exit: exit code=128
2009/02/18 18:12:17 note: Installation Complete
2009/02/18 18:12:17 Ending cygwin install

cygcheck --sysinfo lists the following font packages:

font-adobe-dpi100   1.0.0-1
font-adobe-dpi75    1.0.0-1
font-adobe-utopia-dpi100    1.0.1-1
font-adobe-utopia-dpi75 1.0.1-1
font-adobe-utopia-type1 1.0.1-1
font-alias  1.0.1-1
font-arabic-misc    1.0.0-1
font-bh-dpi100  1.0.0-1
font-bh-dpi75   1.0.0-1
font-bh-lucidatypewriter-dpi100 1.0.0-1
font-bh-lucidatypewriter-dpi75  1.0.0-1
font-bh-ttf 1.0.0-1
font-bh-type1   1.0.0-1
font-bitstream-dpi100   1.0.0-1
font-bitstream-dpi75    1.0.0-1
font-bitstream-speedo   1.0.0-1
font-bitstream-type1    1.0.0-1
font-bitstream-vera-ttf 1.10-1
font-cronyx-cyrillic    1.0.0-1
font-cursor-misc    1.0.0-1
font-daewoo-misc    1.0.0-1
font-dec-misc   1.0.0-1
font-encodings  1.0.2-1
font-ibm-type1  1.0.0-1
font-isas-misc  1.0.0-1
font-jis-misc   1.0.0-1
font-micro-misc 1.0.0-1
font-misc-cyrillic  1.0.0-1
font-misc-meltho    1.0.0-1
font-misc-misc  1.0.0-1
font-mutt-misc  1.0.0-1
font-schumacher-misc    1.0.0-1
font-screen-cyrillic    1.0.1-1
font-sony-misc  1.0.0-1
font-sun-misc   1.0.0-1
font-util   1.0.1-1
font-winitzki-cyrillic  1.0.0-1
font-xfree86-type1  1.0.1-1

In any case, as I said above, it's not really a missing font problem, but a 
missing fonts.dir problem,
perhaps due to the aborted postinstall scripts flagged above.

The installation was carried out on Vista under an Administrator account with 
Account Checking 
switched off and the fire wall switched off, too. 

Other missing bits... 

   1. no /etc/passwd and /etc/group: fixed this with mkpasswd and mkgroup.
   2. no /usr/share/misc/man.conf: copied the file from another machine; man 
works fine now.
   3. no dir file in /usr/share/info: made one with install-info; works fine 
now.

Other than the above hiccups, things seem to work. I have configured sshd 
without
problems, X11 works fine now, compilation works fine too, so far. 

No such problems on the XP, on which I have installed the same Cygwin version 
only
a day earlier. The Vista cygcheck header is:

Cygwin Configuration Diagnostics
Current System Time: Fri Feb 20 14:29:24 2009
Windows Longhorn/Vista (not yet supported!) Ver 6.0 Build 6001 Service Pack 1
Running under WOW64 on AMD64

Cheers,
Gustav

Zdzislaw Meglicki, OVPIT, Indiana University, Bloomington, Indiana
http://perth.ovpit.indiana.edu/gustav



From: Jon TURNEY 
To: cygwin-xfree@cygwin.com; zdzisi...@sbcglobal.net
Sent: Thursday, February 19, 2009 6:03:13 PM
Subject: Re

RE: Reproducing the cygwin X problems

2009-02-20 Thread Williams, Chris (Marlboro)
I use the vnc viewer from RealVNC and the X.org server from cygwin I and
I don't have any copy and paste problems. My problems with the clipboard
on Windows seem to be related to the Offfice clipboard application. Once
I shut that down, everything seems fine. In fact, I copy/paste to/from
the RealVNC viewer and X apps all the time.

-Chris

-Original Message-
From: cygwin-xfree-ow...@cygwin.com
[mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Mike Ayers
Sent: Thursday, February 19, 2009 3:50 PM
To: cygwin-xfree@cygwin.com
Subject: Reproducing the cygwin X problems


Lately, I have been having problems with the cygwin X server and
cut-n-paste.  I have reported a connection to vncclient (RealVNC) - in
fact, I don't recall having problems with vncclient not running.  These
days I use one or the other - so far, so good.


Unfortunately, though, I am in the habit of cutting and pasting
between vncclient and cygwin X, so if I can be of any tracking the
problem down, please let me know.

If I have vncclient and an xterm running, simply selecting text
on the xterm is sufficient to cause the problem, which I confirm by
raising the xterm over the vncclient, then clicking the vncclient to
raise it (it then exhibits responsiveness problems).

Today I noticed a new problem, which may or may not be related:

[SNIP]
mike-ayers-lap> ssh -Y -l mayers mikeayers-linux-2
Warning: No xauth data; using fake authentication data for X11
forwarding.
Last login: Thu Feb 19 11:54:55 2009 from 192.168.2.87
mikeayers-linux-2> export DISPLAY=192.168.2.87:0
mikeayers-linux-2> xterm
Xlib: connection to "192.168.2.87:0.0" refused by server
Xlib: No protocol specified

xterm Xt error: Can't open display: 192.168.2.87:0
mikeayers-linux-2> 
[/SNIP]

This same technique used to work.  The only changes I have made
since it last worked was (1) update cygwin, including X, and (2) add "
-- -multiwindow -clipboard" to my invocation of startx (I used to get
those by default).

Let me know if you have trouble reproducing this.


HTH,

Mike


--
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: Reproducing the cygwin X problems

2009-02-20 Thread Mike Ayers
> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Williams, 
> Chris (Marlboro)
> Sent: Friday, February 20, 2009 11:40 AM

> I use the vnc viewer from RealVNC and the X.org server from 
> cygwin I and
> I don't have any copy and paste problems. My problems with 
> the clipboard
> on Windows seem to be related to the Offfice clipboard 
> application. Once
> I shut that down, everything seems fine. In fact, I copy/paste to/from
> the RealVNC viewer and X apps all the time.

H... which invocation method and clipboard type are you using?  I 
am running `/usr/bin/startx -- -multiwindow -clipboard`.


Thanks,

Mike

--
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: Reproducing the cygwin X problems

2009-02-20 Thread Williams, Chris (Marlboro)
I use the file C:\cygwin\bin\startxwin.bat
Which contains:

SET CYGWIN_ROOT=\cygwin
SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin

SET PATH=.;%CYGWIN_ROOT%\bin;%PATH%

SET XAPPLRESDIR=
SET XCMSDB=
SET XKEYSYMDB=
SET XNLSPATH=


%RUN% XWin -multiwindow -clipboard -silent-dup-error -dpi 100

There is also a warning about not usign xwinclip with the -clipboard
switch


-Original Message-
From: cygwin-xfree-ow...@cygwin.com
[mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Mike Ayers
Sent: Friday, February 20, 2009 2:44 PM
To: cygwin-xfree@cygwin.com
Subject: RE: Reproducing the cygwin X problems

> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Williams, 
> Chris (Marlboro)
> Sent: Friday, February 20, 2009 11:40 AM

> I use the vnc viewer from RealVNC and the X.org server from 
> cygwin I and
> I don't have any copy and paste problems. My problems with 
> the clipboard
> on Windows seem to be related to the Offfice clipboard 
> application. Once
> I shut that down, everything seems fine. In fact, I copy/paste to/from
> the RealVNC viewer and X apps all the time.

H... which invocation method and clipboard type are you
using?  I am running `/usr/bin/startx -- -multiwindow -clipboard`.


Thanks,

Mike

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




--
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: Reproducing the cygwin X problems

2009-02-20 Thread Mike Ayers
> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Williams, 
> Chris (Marlboro)
> Sent: Friday, February 20, 2009 12:19 PM

> There is also a warning about not usign xwinclip with the -clipboard
> switch

I am not explicitly running xwinclip - is there an implicit way to be 
running it?


Thanks,

Mike

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



BadAlloc

2009-02-20 Thread cygwin-xfree . 20 . maillinglist
Hi folk,

I have a problem with the Xserver. I have installed
xorg-x11-base   7.4-1
xorg-x11-bin7.4-1
xorg-x11-bin-dlls   7.4-1
xorg-x11-bin-lndir  7.4-1
xorg-x11-etc7.4-1
xorg-x11-fenc   7.4-1
xorg-x11-fnts   7.4-1
xorg-x11-libs-data  7.4-1
xorg-x11-man-pages  7.4-1
xorg-x11-man-pages-html 7.4-1
xorg-x11-xwin   7.4-1

Under cygwin everything is fine, but when I start a x-Programm like
xterm from another machine like Sunos
$ uname -a
SunOS beadev 5.10 Generic_118822-23 sun4u sparc SUNW,Sun-Fire-V240

The xterm starts, but when I press a key the x crashes with the
following error message
-
xterm:  warning, error event received:
X Error of failed request:  BadAlloc (insufficient resources for
operation)
  Major opcode of failed request:  136 (XKEYBOARD)
  Minor opcode of failed request:  16 (XkbSetNamedIndicator)
  Serial number of failed request:  133
  Current serial number in output stream:  137
-

I would be happy about any Idea to fix the problem. With the older
Version of X i didn't had that problem.

I hope that someone can help me

Thanks 
   Franz





--
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: BadAlloc

2009-02-20 Thread Mike Ayers
> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of 
> cygwin-xfree.20.maillingl...@spamgourmet.com

> The xterm starts, but when I press a key the x crashes with the
> following error message
> -
> xterm:  warning, error event received:
> X Error of failed request:  BadAlloc (insufficient resources for
> operation)
>   Major opcode of failed request:  136 (XKEYBOARD)
>   Minor opcode of failed request:  16 (XkbSetNamedIndicator)
>   Serial number of failed request:  133
>   Current serial number in output stream:  137
> -


> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Jon TURNEY
> Sent: Friday, January 23, 2009 11:06 AM

> I'm afraid this has the status of 'known issue' at the 
> moment, until someone 
> who can reproduce the problem works on it.
> 
> Tracking in bugzilla:
> 
> http://sourceware.org/bugzilla/show_bug.cgi?id=9780


HTH,

Mike

--
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: Reproducing the cygwin X problems

2009-02-20 Thread Dan Tsafrir
On Fri, Feb 20, 2009 at 3:19 PM, Williams, Chris (Marlboro)
 wrote:
>
> I use the file C:\cygwin\bin\startxwin.bat

Me too, so I would guess that the difference in the copy-paste
behavior we observe, is unrelated.

--Dan

--
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: Reproducing the cygwin X problems

2009-02-20 Thread Williams, Chris (Marlboro)
Are you running the office clipboard from Office 2003?

-Chris

-Original Message-
From: cygwin-xfree-ow...@cygwin.com
[mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Dan Tsafrir
Sent: Friday, February 20, 2009 3:55 PM
To: cygwin-xfree@cygwin.com
Subject: Re: Reproducing the cygwin X problems

On Fri, Feb 20, 2009 at 3:19 PM, Williams, Chris (Marlboro)
 wrote:
>
> I use the file C:\cygwin\bin\startxwin.bat

Me too, so I would guess that the difference in the copy-paste
behavior we observe, is unrelated.

--Dan

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




--
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: Reproducing the cygwin X problems

2009-02-20 Thread Williams, Chris (Marlboro)
>   I am not explicitly running xwinclip - is there an implicit way
to be running it?

I would think not, that might even be an outdated warning. I don't even
have xwinclip installed in my system. If you have it I would just remove
it to be on the safe side.

-Chris

-Original Message-
From: cygwin-xfree-ow...@cygwin.com
[mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Mike Ayers
Sent: Friday, February 20, 2009 3:24 PM
To: cygwin-xfree@cygwin.com
Subject: RE: Reproducing the cygwin X problems

> From: cygwin-xfree-ow...@cygwin.com 
> [mailto:cygwin-xfree-ow...@cygwin.com] On Behalf Of Williams, 
> Chris (Marlboro)
> Sent: Friday, February 20, 2009 12:19 PM

> There is also a warning about not usign xwinclip with the -clipboard
> switch

I am not explicitly running xwinclip - is there an implicit way
to be running it?


Thanks,

Mike

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




--
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: Reproducing the cygwin X problems

2009-02-20 Thread Dan Tsafrir
On Fri, Feb 20, 2009 at 6:21 PM, Williams, Chris (Marlboro)
 wrote:
>
> Are you running the office clipboard from Office 2003?

Pardon my ignorance, but until now I wasn't aware there is such a
thing as office clipboard. However, according to this

http://en.wikipedia.org/wiki/Clipboard_manager

even if I have it installed, the office clipboard is open as long as
one of the office suite applications are open, and my cygwin
copy-paste problems occur even if the only applications alive are (1)
a cygwin xterm and (2) a vncviewer. So it appears my problem is
unrelated to the office clipboard.

--Dan

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