Re: Xorg server 1.7.1 spontaneously exiting with clipboard message

2015-02-25 Thread Jim Reisert AD1C
Ignore the bug report for the time being.  The
winClipboardFlushWindowsMessageQueue message seems to be a part of
normal shutdown. I must have stopped the server myself last night.

When the one at home crashes, I'll post the files.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Xorg server 1.7.1 spontaneously exiting with clipboard message

2015-02-25 Thread Jim Reisert AD1C
I've created a separate thread for tracking this problem.

The attached files are from the computer at work.  I have never seen
the problem here before, only at home (both running Windows 7 64-bit).
The computer at home has been showing this symptom since later
versions of the server (1.6.x).

[118193.783] winDeinitMultiWindowWM - Noting shutdown in progress
[118193.783] winClipboardProc - winClipboardFlushWindowsMessageQueue
trapped WM_QUIT message, exiting main loop.
[118193.783] winClipboardProc - XDestroyWindow succeeded.
[118193.783] winClipboardIOErrorHandler!
[118193.783] winMultiWindowXMsgProcIOErrorHandler!
[118193.783] winInitMultiWindowXMsgProc - Caught IO Error.  Exiting.
[118193.829] winDeinitMultiWindowWM - Noting shutdown in progress
[118193.829] (II) Server terminated successfully (0). Closing log file.

Here's how I start the server:

C:\Cygwin\bin\run.exe --quote /usr/bin/bash.exe -l -c "cd;
/usr/bin/startxwin"

Cygwin version:

CYGWIN_NT-6.1-WOW machine 1.7.35(0.286/5/3) 2015-02-18 11:28 i686 Cygwin

I have a faint sneaking suspicion that the problem is related to
TeamViewer remote access software:

http://www.teamviewer.com/

The reason I say this it that the only activity that would have
occurred on my home computer, during the day when I'm at the office,
would be a possible Team Viewer log-in from work.

-- 
Jim Reisert AD1C, , http://www.ad1c.us


XWin.1.log
Description: Binary data


cygcheck.out
Description: Binary data
--
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: Dfficulty with xorg-server-1.17.1-2.

2015-02-24 Thread Jim Reisert AD1C
> With regard to the crash problems, can you please try the instructions at
> [1] to generate a backtrace.
>
> [1] http://x.cygwin.com/devel/backtrace.html

gdb won't let  me continue:

# gdb --pid=`pidof /usr/bin/XWin`
...
Reading symbols from /usr/bin/XWin.exe...Reading symbols from /cygdrive/c/Cygwin
/lib/debug//usr/bin/XWin.exe.dbg...Can't read data for section '.debug_frame' in
 file '/cygdrive/c/Cygwin/lib/debug/usr/bin/XWin.exe.dbg'
(gdb) c
Continuing.
Cannot execute this command while the selected thread is running.
(gdb)


At this point, I can not right-click on the 'X' icon to do anything.
Once I exit gdb, then I can. How can I get past this?

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Dfficulty with xorg-server-1.17.1-2.

2015-02-24 Thread Jim Reisert AD1C
On Tue, Feb 24, 2015 at 12:35 PM, Jon TURNEY wrote:

> With regard to the crash problems, can you please try the instructions at
> [1] to generate a backtrace.
>
> [1] http://x.cygwin.com/devel/backtrace.html

This isn't a backtrace, but it's what caused the X server to crash
(while I was at work):

[   164.799] winClipboardProc - winClipboardFlushWindowsMessageQueue
trapped WM_QUIT message, exiting main loop.

I'll follow these steps before I leave for work tomororw.  There is no
specific action, but I'll attach gdb and let it just sit there.

- Generating a backtrace when some specific action is making the X server crash

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Dfficulty with xorg-server-1.17.1-2.

2015-02-24 Thread Jim Reisert AD1C
On Tue, Feb 24, 2015 at 11:03 AM, GEORGE BARRICK wrote:

>  The other notable problem to report is that my X-server now
> crashes after about 5-10 minutes of use.  Since this issue does
> not get reported in xwin.0.log or xwin.0.log.old, I do not yet
> know how to provide more information.

I have seen this also. It only happens on my PC at home, if I leave it
alone for hours on end.  It's not nearly as frequent as 5-10 minutes.
I need to check the log files again, but I don't remember seeing
anything there the first time I looked.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: [ANNOUNCEMENT] Updated: xinit-1.3.4-1 (Major overhaul of X session handling)

2014-12-01 Thread Jim Reisert AD1C
> $ cat .xsession-errors
> Warning: Missing charsets in String to FontSet conversion
>   0 [main] fbpanel 6172 child_info_fork::abort:
> C:\Cygwin\bin\cyggtk-x11-2.0-0.dll: Loaded to different address:
> parent(0x8D) != child(0x97)
> Can't open profile multiwindow - /home/reisert/.config/fbpanel/multiwindow

Duh.   Running "rebaseall" seems to have fixed it.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: [ANNOUNCEMENT] Updated: xinit-1.3.4-1 (Major overhaul of X session handling)

2014-12-01 Thread Jim Reisert AD1C
I can't seem to make this work from a clean install.  I am using
Cygwin 1.7.34 (the latest one with the GID/UID changes).  Xwin starts
briefly, then dies.  Here are the contents .xsession-errors:

$ cat .xsession-errors
Warning: Missing charsets in String to FontSet conversion
  0 [main] fbpanel 6172 child_info_fork::abort:
C:\Cygwin\bin\cyggtk-x11-2.0-0.dll: Loaded to different address:
parent(0x8D) != child(0x97)
Can't open profile multiwindow - /home/reisert/.config/fbpanel/multiwindow


Is the warning something to worry about?

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: cygwin emacs failing siletnly

2014-11-09 Thread Jim Reisert AD1C
On Sun, Nov 9, 2014 at 10:10 AM, Gulliver Smith wrote:

> My emacs (x) is still not running at all on my windows XP virtual
> machine. cygcheck output from both machines attached.

Have you tried this yet?

https://cygwin.com/ml/cygwin/2013-12/msg00248.html

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: cygwin emacs failing siletnly

2014-10-14 Thread Jim Reisert AD1C
On Mon, Oct 13, 2014 at 7:16 PM, Gulliver Smith wrote:

> Thanks for the pointer to fc-cache.
>
> On which machine should this be run?
> a) the machine hosting the X-Server
> b) the machine on which emacs is running

I don't have a client/server configuration, so I don't know how to
answer that, sorry.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: cygwin emacs failing siletnly

2014-10-13 Thread Jim Reisert AD1C
Try re-setting your fonts.  See this post:

https://cygwin.com/ml/cygwin/2013-12/msg00248.html

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Emacs just stopped working for no reason

2014-03-05 Thread Jim Reisert AD1C
On Wed, Mar 5, 2014 at 8:09 PM, Ken Brown wrote:

> You might check to see if this is the fontconfig problem that others have
> reported (see http://cygwin.com/ml/cygwin/2013-12/msg00248.html): Try
> running "fc-cache -fsv".

That was exactly the problem!  You just saved me a boatload of time.
I'll bookmark that link for next time.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Emacs just stopped working for no reason

2014-03-05 Thread Jim Reisert AD1C
I was away on vacation for a week.  Cygwin / X / GNU Emacs 24.3.1 were
all working normally when I left.  I left the computer powered on
while I was away.  No software was updated on the computer during that
time, though I am running the BOINC software for World Community Grid.
 Computer is running Windows 7 Pro 64-bit.

I left a couple of xterm windows open before I left, because there was
some work I wanted to be reminded of when I got home.

Upon arriving home last night, I tried to fire up Emacs, but now it's
not working.  It either says "memory exhausted" or just hangs.

I rebooted, nothing changed.

I started "ash" and ran "rebaseall -v".  Still, nothing changed.

This is not the first time that Emacs has died.  The only way to fix
the problem is to completely re-install Cygwin from scratch.

Is there *any* way to try to figure out what is causing this?

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 xterm-301-1

2014-02-20 Thread Jim Reisert AD1C
On Thu, Feb 20, 2014 at 10:47 AM, Ola Strömfors wrote:

> After updating from 291-1 to 301-1 xterm starts /bin/sh instead of
> my shell specified in /etc/passwd or in the SHELL environment variable.

I saw the same thing, but only on my home computer running Windows 7
Pro 64-bit, not on my work laptop running Windows 7 Enterprise 64-bit.

I start Xwin this way (i.e. same as Cygwin-X group in Start menu):

C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

I don't know why SHELL defined as /bin/sh by default (my entry in the
/etc/passwd file invokes bash).  I could not find a way to change
SHELL before XWin starts.

One way I fixed it was to launch xterm from .XWinrc like this:

"xterm"  EXEC  "xterm -e /bin/bash"

instead of this:

"xterm"  EXEC  "xterm -ls"

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: XtoW, a native compositing window manager (experimental)

2013-08-20 Thread Jim Reisert AD1C
> * A startxtow script is provided, which writes a suitable xorg.conf, starts
> the X server, XtoW, xwinclip and a transparent urxvt.  This script is intended
> to be temporary, to be replaced by something better later on...

Once the window manager is running, how do I create new windows?  In
X, there's an X icon in the system tray I can right-click.

- Jim

--
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Cygwin 1.7.22 calls dumper when starting X

2013-07-31 Thread Jim Reisert AD1C
On Wed, Jul 31, 2013 at 7:41 AM, Jim Reisert AD1C wrote:

> On Wed, Jul 31, 2013 at 5:58 AM, Jon TURNEYwrote:
>
>> I can't reproduce this.
>>
>> Can you try downgrading to run-1.2.0 and see if the problem still exists, 
>> that
>> seems to have caused some people problems [1]
>>
>> [1] http://cygwin.com/ml/cygwin/2013-07/msg00532.html
>
> Thanks, Jon.  Downgrading to run-1.2.0 fixed the problem on my
> Cygwin64 machine.  I'll try the 32-bit machine when I get to work
> later.
>
> Is there a way to test run-2.0?  What is the syntax to replace:
>
>> C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

Reverting run also worked on the 32-bit Windows 7 system.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Cygwin 1.7.22 calls dumper when starting X

2013-07-31 Thread Jim Reisert AD1C
On Wed, Jul 31, 2013 at 5:58 AM, Jon TURNEYwrote:

> I can't reproduce this.
>
> Can you try downgrading to run-1.2.0 and see if the problem still exists, that
> seems to have caused some people problems [1]
>
> [1] http://cygwin.com/ml/cygwin/2013-07/msg00532.html

Thanks, Jon.  Downgrading to run-1.2.0 fixed the problem on my
Cygwin64 machine.  I'll try the 32-bit machine when I get to work
later.

Is there a way to test run-2.0?  What is the syntax to replace:

> C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Cygwin 1.7.22 calls dumper when starting X

2013-07-30 Thread Jim Reisert AD1C
I have the latest version of Cygwin (using setup-x86). I see the same
problem on both 32-bit and 64-bit Windows 7 systems.

CYGWIN_NT-6.1 LTDEN-REISERT 1.7.22(0.268/5/3) 2013-07-22 17:06 i686 Cygwin

Here is how I am starting X:

C:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

When I run this command, a dumper console window pops up with this error:

"failed to open file: No such file or directory"

I had not seen this before updating setup to setup-x86 and installing
the latest code.  The console window goes away by itself, and XWin
seems to have started normally, I.e. I get the 'X' in my system tray
and can launch programs from it.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Strange xterm scrolling problem introduced in XTerm(289)

2013-02-12 Thread Jim Reisert AD1C
On Tue, Feb 12, 2013 at 4:01 PM, Thomas Dickey wrote:

> Did you run #288 before this update?  (288 had several fixes for
> Coverity warnings, one of the #289 changes fixed something that
> I broke in addressing those).

I believe I had been running #288 at one point.  I just updated Cygwin
and could only revert to 287 (not 288).  There is no scrollback
problem with this version.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Strange xterm scrolling problem introduced in XTerm(289)

2013-02-12 Thread Jim Reisert AD1C
A strange scrolling problem seems to have been introduced in XTerm(289)

I have a large scrollback buffer.  Now when I scroll back my xterm,
anything that was previously "above" the top of the current screen
appears indented about 20 spaces:

- r w x - - - - - - +
 1   r e i s e r t   D o m a i n   U s e rs 424739 Feb 12
- r w x - - - - - - +
 1   r e i s e r t   D o m a i n   U s e rs 424740 Feb 12
-rwx--+ 1 reisert Domain Users 424749 Feb 12 14:43 callsigns.csv.~29~
-rwx--+ 1 reisert Domain Users 424749 Feb 12 14:44 callsigns.csv

Can anyone duplicate this?  Note that when I copied/pasted the above
lines into gmail, the first two lines (in the scrollback buffer)
appeared in a different font than the two lines that were not in the
buffer.

--
Jim Reisert AD1C, , http://www.ad1c.us

--
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 icon updated? Re: Updated: xterm-283-1

2012-10-15 Thread Jim Reisert AD1C
On Mon, Oct 15, 2012 at 11:58 AM, Matt Seitz wrote:

> Did this update change the XTerm icon that is displayed in the Windows task 
> bar?

Yes, it reminds me of the Texas Rangers logo (American baseball team).

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: "cscope -d" can't find trailer offset if path contains space (was: vim mlcscope interface issues)

2012-04-17 Thread Jim Reisert AD1C
On Tue, Apr 17, 2012 at 2:07 AM, marco atzeri wrote:

> the easy solution is to not use paths with space in cygwin

Not so easy.  Cygwin inherits the Windows path, and I have several
directories in my Windows PATH with spaces in them.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: X server crash when running texworks

2012-04-02 Thread Jim Reisert AD1C
On Mon, Apr 2, 2012 at 6:04 AM, Ken Brown wrote:

> This was apparently a cygwin1.dll problem.  I've installed the 2012-04-01
> cygwin1.dll
>  snapshot, and XWin.20120329-git-6d4583d53c249549.exe starts again. I've
> resumed testing texworks.

I had a similar experience.  I could not get xterms to start using the
03/30 snapshot.  I tried the 04/01 snapshot this morning and all seems
back to normal.  Also using the experimental 1.12 X server.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: X server crash when running texworks

2012-03-31 Thread Jim Reisert AD1C
On Sat, Mar 31, 2012 at 9:26 AM, Ken Brown wrote:

> I wanted to do some further tests, but I thought I should install the latest
> Cygwin snapshot (2012-03-30) first.  With that Cygwin snapshot, the XWin
> snapshot of 20120329 won't start.

It's not quite right here either.  Xwin starts up OK, but I can't get
an xterm going from the menu (stack dump). But if I open a CMD window
and type "xterm -display localhost:0" then the xterm starts up OK.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: xorg-server-1.11.4-4

2012-02-23 Thread Jim Reisert AD1C
On Wed, Feb 22, 2012 at 1:13 PM, Jon TURNEY wrote:

> The following packages have been updated in the Cygwin distribution:
>
> *** xorg-server-1.11.4-4
> *** xorg-server-dmx-1.11.4-4

Hi Jon,

Did this release get pulled?  It's over 24 hours later, I've tried two
different servers, and setup is not finding it.  I've never had this
problem in the past.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



GNU Emacs 23.3.1 problem with 20111213 snapshot

2011-12-14 Thread Jim Reisert AD1C
I'm having a problem with the 20111213 snapshot.  I'm running GNU
Emacs 23.3.1 (emacs-x11) in a Cygwin-X window

If I try to reverse-search inside a file (control-R) and the search
string is no longer found, after a couple more tries (more control-R),
the Emacs window will close and disappear.  There is no core dump.
Fortunately, the times when this happened, I had already saved the
buffer.

This is fairly repeatable.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Emacs problems after dbus (?) update

2011-12-03 Thread Jim Reisert AD1C
On Sat, Dec 3, 2011 at 4:42 AM, Ken Brown wrote:

>> (emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to
>> register 'BasicEngineFc'.
>
> Try removing /etc/pango/pango.modules .  See
>
>  http://cygwin.com/ml/cygwin-xfree/2011-11/msg00047.html

Ken, that did fix the problem.  Why did this just start happening
(after the last update), and what's the long-term fix?  At least if it
comes back, I know what to do.

I don't use Gnome - is there a way to uninstall the whole package,
including Pango?

Thanks - Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Emacs problems after dbus (?) update

2011-12-02 Thread Jim Reisert AD1C
I updated Cygwin today, I think there was a dbus update.  Now
emacs-x11 is complaining:


lrwxrwxrwx 1 Jim Reisert None 23 Aug 17 23:03 /usr/bin/emacs ->
/etc/alternatives/emacs
lrwxrwxrwx 1 Jim Reisert None 22 Aug 17 23:03 /etc/alternatives/emacs
-> /usr/bin/emacs-X11.exe


JJR:~> emacs

(emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to
register 'BasicEngineFc'.

(emacs:3380): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

(emacs:3380): Pango-WARNING **: Failed to load Pango module
'/usr/lib/pango/1.6.0/modules/pango-basic-fc.dll' for id
'BasicScriptEngineFc'

(emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to
register 'BasicEngineFc'.

(emacs:3380): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed



(the last pair is repeated over and over again).

Should I rebase, or did something go horribly wrong?

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: XWin.exe causes Windows apps. to freeze

2011-11-22 Thread Jim Reisert AD1C
> Options -> Mouse -> Copy on select

mintty has *options*?

:-)

Thanks!


It would still be good to nail down the cause of the non-X application
pauses when the server is running.  I've been running the server with
cut/paste turned off since yesterday (as Jon Stewart would say,
"Awkward").  Anyway, no pauses yet, will keep trying.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: XWin.exe causes Windows apps. to freeze

2011-11-21 Thread Jim Reisert AD1C
On Mon, Nov 21, 2011 at 1:20 PM, Ryan Johnson wrote:

> Eh? Mouse copy/paste in mintty is identical to xterm AFAIK... select = copy,
> middle button = paste. If you're in a mouse-using terminal app you have to
> hold down [shift] but that's the same in xterm, I think.

Not on mine it isn't:

* double-click on word  hightlights, but does not copy
* middle button paste does work

In my xterms, I just have to double-click LMB to copy, then MMB pastes.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: XWin.exe causes Windows apps. to freeze

2011-11-21 Thread Jim Reisert AD1C
On Mon, Nov 21, 2011 at 10:39 AM, Ryan Johnson
 wrote:

> If you think it's clipboard related, try running with -noclipboard and see
> if that fixes it. Downside is, you lose all clipboard functionality...

Duh, I should have though of that.  Where do these settings reside
now, since I'm no longer starting XWin using the batch file?

> BTW, what do you use x11 for? Other than the odd gnuplot session, I've not
> needed an X server since switching from xterm to mintty (which just became
> the official cygwin terminal).

All my "work" work is X-based, I'm super-comfortable with the
interface, for example, using the mouse for copy/paste which is a
little more awkward in mintty.  Plus I love Xemacs.

> Finally, I've never used a multi-monitor setup myself, but according to the
> XWin man page you should specify the -multimonitors option since you
> apparently (really??) don't run in -multiwindow mode.

I think I do, because I can move the windows to the other monitor and
they still function.  Again, I don't know/remember where these
settings reside now.  They're not in my .startxwinrc

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



XWin.exe causes Windows apps. to freeze

2011-11-21 Thread Jim Reisert AD1C
I have a persistent problem at work after XWin has been running for a
while (sometimes hours, sometimes days).  Windows programs will
spontaneously freeze

I am running Windows XP SP3 on a Dell Latitude D810 laptop (Intel
T7200 @ 2.0 GHz, 2 GB RAM).  I typically run MS Outlook 2007, some
form of Firefox (either release or beta), and Citrix (remote-access
software), all at the same time, though I have run the various flavors
of VNC (Real, Tight, Tiger) in the past.  Graphics is an NVIDIA Quadro
NVS 110M with two monitors connected (one digital, one analog), using
the 197.68 driver.

What happens is that windows will spontaneously freeze.  For example,
I'm composing a message in Outlook, and all of a sudden, my keyboard
stops responding, then I'll get the Windows hourglass in that window.
Or I'll be surfing in Firefox and window changes just stop, again
hourglass.  Once this happens, killing XWin.exe from the task manager
immediately releases the hang condition(s), though the hang may
release itself if I wait several minutes (yeah, right).  At this
point, I can re-start XWin, but later on, it will happen again.

I'm starting XWin.exe from the install shortcut:

  C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

I'm running the latest of Cygwin everything, the problem has been
across several (many) releases of the Xorg server.  I think it's using
the default options for multi-monitor, cut/paste, etc.  I can usually
copy/paste between XWin and MS Windows (and usually Citrix) without
any problems.  I keep thinking that the problem is something in the
XWin code that interfaces to Windows' copy/paste engine (OLE?).

Is there any way to debug this problem?  It would be great to get it resolved.

Thanks - Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 access violations (again)

2011-04-01 Thread Jim Reisert AD1C
On Sun, Mar 27, 2011 at 1:50 PM, Jim Reisert AD1C
 wrote:

> On Sat, Mar 26, 2011 at 12:35 PM, Christopher Faylor wrote:
>
>> Could someone try this with the latest snapshot?  I haven't made any
>> changes but I just want to confirm that it still fails with something
>> close to what will become Cygwin 1.7.9.
>>
>> http://cygwin.com/snapshots/
>>
>> You just have to replace the DLL.  Don't bother with a "cygwin-inst*"
>> tarball.
>
> Yes, still there:

How can I/we assist in debugging this problem?  First we need to
determine where the problem lies, whether it's in Cygwin itself, or
xterm. Today it took me 3-4 tries to get an xterm up.  As I was
running late for work, it was kind of frustrating.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 access violations (again)

2011-03-27 Thread Jim Reisert AD1C
On Sat, Mar 26, 2011 at 12:35 PM, Christopher Faylor wrote:

> Could someone try this with the latest snapshot?  I haven't made any
> changes but I just want to confirm that it still fails with something
> close to what will become Cygwin 1.7.9.
>
> http://cygwin.com/snapshots/
>
> You just have to replace the DLL.  Don't bother with a "cygwin-inst*"
> tarball.

Yes, still there:

CYGWIN_NT-6.1-WOW64 JJR 1.7.9s(0.236/5/3) 20110327 15:26:47 i686 Cygwin

Exception: STATUS_ACCESS_VIOLATION at eip=61020497
eax=00CD00F8 ebx=6124556C ecx=76950D06 edx=00334118 esi= edi=0028F9F4
ebp=61020BE0 esp=0028C7C4 program=D:\cygwin\bin\xterm.exe, pid 7968, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame     Function  Args
End of stack trace

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 access violations (again)

2011-03-24 Thread Jim Reisert AD1C
On Thu, Mar 24, 2011 at 5:24 PM, webmaster wrote:

> http://www.donsbox.com/~dfelicia/xterm-269[redacted]

Still dumps, but xterm came up anyway:

Exception: STATUS_ACCESS_VIOLATION at eip=61020497
eax=00DD00F8 ebx=61246A44 ecx=75570D06 edx=00334118 esi= edi=0028F9F4
ebp=61020BE0 esp=0028C7C4 program=F:\download\tt\usr\bin\xterm.exe,
pid 7796, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function  Args
End of stack trace


In fact I tried it about 1/2 dozen times.  Half the time, no dump,
xterm starts.  Other half of the time, dump but xterm starts anyway.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 access violations (again)

2011-03-23 Thread Jim Reisert AD1C
On Wed, Mar 23, 2011 at 3:17 PM, Thomas Dickey wrote:

> #269 is current.  At the moment, the only fixes I've made against that
> are minor things (an incomplete change for the fullscreen feature, and
> an obscure case of a control sequence from #251 changes).

Thomas, that may well be true, but the latest one in the Cygwin
repository reports (261).  It shows up as 261-1 in setup.exe

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 access violations (again)

2011-03-23 Thread Jim Reisert AD1C
On Tue, Mar 22, 2011 at 11:28 AM, Jim Reisert AD1C
 wrote:

> On Tue, Mar 22, 2011 at 11:15 AM, webmaster wrote:
>
>> After updating to the latest cygwin 1.7.8, today, xterm constantly crashes.
>>
>> cat xterm.exe.stackdump
>> [...]
>>
>> Usually rebaseall fixes this problem, but not this time. I also tried
>> building xterm with cygport, but same result. This is on Windows 7 x64
>> Professional.
>
> On my Win7 system, it crashes about 1/2 the time.  If I start it from
> the system tray icon, and the xterm window doesn't appear in under a
> second, it has crashed and I try again.

This morning it took three tries to get an xterm:

Exception: STATUS_ACCESS_VIOLATION at eip=61020497
eax=00B400F8 ebx=612455AC ecx=75570D06 edx=002C4118 esi= edi=0028F9F4
ebp=61020BE0 esp=0028C7C4 program=D:\Cygwin\bin\xterm.exe, pid 8048, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function  Args
End of stack trace


JJR:~> xterm -v
Cygwin 6.8.99.903(261)


-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 access violations (again)

2011-03-22 Thread Jim Reisert AD1C
On Tue, Mar 22, 2011 at 11:28 AM, Jim Reisert AD1C
 wrote:

> On Tue, Mar 22, 2011 at 11:15 AM, webmaster wrote:
>
>> After updating to the latest cygwin 1.7.8, today, xterm constantly crashes.
>>
>> cat xterm.exe.stackdump
>> [...]
>>
>> Usually rebaseall fixes this problem, but not this time. I also tried
>> building xterm with cygport, but same result. This is on Windows 7 x64
>> Professional.
>
> On my Win7 system, it crashes about 1/2 the time.  If I start it from
> the system tray icon, and the xterm window doesn't appear in under a
> second, it has crashed and I try again.

At work, I'm using the latest version of Cygwin and X server (same
versions as at home), but running on a Windows XP system (SP3).  I
never have any problems.

NOTE: the Win7 system at home is 64-bit Pro version.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 access violations (again)

2011-03-22 Thread Jim Reisert AD1C
On Tue, Mar 22, 2011 at 11:15 AM, webmaster wrote:

> After updating to the latest cygwin 1.7.8, today, xterm constantly crashes.
>
> cat xterm.exe.stackdump
> [...]
>
> Usually rebaseall fixes this problem, but not this time. I also tried
> building xterm with cygport, but same result. This is on Windows 7 x64
> Professional.

On my Win7 system, it crashes about 1/2 the time.  If I start it from
the system tray icon, and the xterm window doesn't appear in under a
second, it has crashed and I try again.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: X server with multiple Windows desktops

2010-12-06 Thread Jim Reisert AD1C
On Fri, Nov 19, 2010 at 6:30 AM, Jon TURNEY  wrote:

> On 16/11/2010 20:37, Jim Reisert AD1C wrote:

>> Is there any way for the X server to recognize these as four different
>> desktops, so I could, for example, open an Xterm explicitly on a given
>> desktop, for example:
>>
>>    xterm -display localhost:0.1
>
> From reading the description of how that works, I would guess you should be
> able to start an instance of the X server with a different display number in
> each virtual desktop.
>
> e.g. in your 2nd desktop, start X (however you do that) with :1, and then use
> xterm -display :1 to connect to it.

Thanks, Jon.  I switched to VirtuaWin which behaves much better.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



X server with multiple Windows desktops

2010-11-16 Thread Jim Reisert AD1C
I'm running this program to give myself multiple Windows (7) desktops:

  http://technet.microsoft.com/en-us/sysinternals/cc817881.aspx
  Desktops 1.01
  Copyright (c) 2006-2010 Mark Russinovich and Bryce Cogswell
  Sysinternals - www.sysinternals.com

I started the Cygwin X server on the 1st desktop, but then tried to
open a new Xterm from the 2nd desktop.  It of course landed on the
first one.

Is there any way for the X server to recognize these as four different
desktops, so I could, for example, open an Xterm explicitly on a given
desktop, for example:

   xterm -display localhost:0.1

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Xserver and VNC

2010-10-12 Thread Jim Reisert AD1C
On Tue, Oct 12, 2010 at 10:46 PM, Ajay Jain wrote:

> I use a Cygwin Xserver on Windows for Xterms. Now I have to access a
> remote desktop using VNC. I find that if I open both, they conflict.
> For example, if you do a copy/paste operation, both of them hang. Is
> there any information on this? I need to use both of them at the same
> time.

Hi Ajay,

I have the same problem from time to time.  I use RealVNC but have
also tried TightVNC - neither one improves the situation.

What *has* seemed to improve things is to install the experimental X
server (1.9) as well as latest XWin.exe from:

   ftp://cygwin.com/pub/cygwinx/XWin.20100923-git-2172af4d1ea713f1.exe.bz2

and the latest cygwin1.dll from:

   http://www.cygwin.com/snapshots/

Good luck!

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Cygwin X causes system pauses

2010-10-07 Thread Jim Reisert AD1C
On Fri, Sep 17, 2010 at 4:05 PM, I wrote:

> After some period of time, if I try to type something into an Outlook
> E-mail message, the text pauses (no echo), then after several/many
> seconds, it will appear (usually with the typos I didn't see).  If I
> kill XWin.exe, then normal performance is restored.  This problem is
> exacerbated (or happens sooner) if I'm doing a lot of cut/copy/paste
> in Emacs.
>
> A second problem is sometimes I copy text from a Windows app. then try
> to paste it into Emacs.  Instead of the text showing up, I get an XWin
> hourglass and I'm pretty much hosed at this point (only the X system
> is hung, the rest of the PC is fine).  Killing XWin.exe and restarting
> fixes this problem.

I have been running the test X-server 1.9.x and this XWin.exe since
September 30:

   XWin.20100923-git-2172af4d1ea713f1.exe

I have not had ANY of these problems since installing this server.  I
guess all the clipboard work that CGF et. al. is doing is paying off!

- Jim

--
Jim Reisert AD1C, http://www.ad1c.us

--
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: XWin crash after the launch of startkde on a remote Red Hat 5 machine

2010-09-28 Thread Jim Reisert AD1C
On Tue, Sep 28, 2010 at 2:12 PM, Jon TURNEY wrote:

> You will find attached to this Email a patch (for the git version)
> which implements for the clipboard thread :

Hi Jon,

Can I assume that when you announce a patched version of XWin.exe for
testing, that the test version includes all of the prior patches, up
to and including the one being tested?

Thanks - Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: selection to clipboard in xterm

2010-09-28 Thread Jim Reisert AD1C
On Tue, Sep 28, 2010 at 1:02 AM, Sven Severus wrote:

> thanks for your reply.
> Inside xterm the middle button works fine to paste,
> but what I need is to paste in arbitrary windows
> applications - just by using the windows clipboard.
> And that does not work.

Have you tried SHIFT+INSERT to paste text into those windows?

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Cygwin X causes system pauses

2010-09-17 Thread Jim Reisert AD1C
I have a recurring problem with Cygwin-X.

First off,  I'm my work laptop is running Win XP SP3.  In general, the
applications I have open are MS Outlook 2007, RealVNC, and of course
xterm/xemacs.  X1 (email indexing) runs in the background).  I'm
running some sort of Norton Enterprise Anti-virus (I can't find the
icon for it).

After some period of time, if I try to type something into an Outlook
E-mail message, the text pauses (no echo), then after several/many
seconds, it will appear (usually with the typos I didn't see).  If I
kill XWin.exe, then normal performance is restored.  This problem is
exacerbated (or happens sooner) if I'm doing a lot of cut/copy/paste
in Emacs.

A second problem is sometimes I copy text from a Windows app. then try
to paste it into Emacs.  Instead of the text showing up, I get an XWin
hourglass and I'm pretty much hosed at this point (only the X system
is hung, the rest of the PC is fine).  Killing XWin.exe and restarting
fixes this problem.

I thought I had added the extra debug to my XWin log, but now I'm not
so sure. The Outlook problem just happened a few mins ago, and here is
the tail end of the XWin log file (repeated about 25 times):

[1317564.000] winClipboardWindowProc - timed out waiting for
WIN_XEVENTS_NOTIFY

This has been an ongoing problem for months, it's not something that
just started happening.

Any idea how to debug this further?

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Problems with display resize over RDP connections

2010-04-28 Thread Jim Reisert AD1C
My understanding is that the X server inherits the properties of the 
screen it's started on.  For example, if you normally have 2 monitors, 
and for some reason only 1 monitor is active, and you start Xwin there, 
if you then active the 2nd monitor, you can't move your Xterm window 
over there (or you can, but you can't do anything with it).


What is RDP?  I like LogMeIn for this sort of thing, as long as you're 
not on a secure (ie. VPN) connection.  I really HATE when you log into a 
remote system and it changes those screen properties. Then when you come 
into work, it's all messed up.


On 4/28/2010 12:38 PM, Raul Acevedo wrote:


At work, my display is at 1280x1024.  When I RDP from home, I have a
bigger screen so my work computer's desktop is resized to 1920x1200.  When
this happens, X applications cannot display anything below 1024 pixels;
below 1024 pixels nothing is displayed, and you can see the other
application windows underneath the current X window below 1024 pixels.

Is this a known issue?  It's a pain to restart X and my apps just to get
X to properly adjust its display size.

Thanks,

Raul Acevedo
http://www.cantara.com



--
Jim Reisert AD1C, , http://www.ad1c.us

--
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: xorg-server-1.8.0-1 (TEST)

2010-04-27 Thread Jim Reisert AD1C
It has been over three weeks.  What is the status of this release?

Thanks - Jim

On Fri, Apr 2, 2010 at 2:25 PM, Yaakov (Cygwin/X)
 wrote:

> The following package has been updated for Cygwin 1.7:
>
> * xorg-server-1.8.0-1 (TEST)
>
> This package contains XWin and the other X.Org X11 servers.
>
> This is the first official release of the xserver 1.8 series.  It is
> currently available as a test release, and will be made stable in
> approximately 10 days if no major regressions are reported.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: xinitrc ignored

2010-04-05 Thread Jim Reisert AD1C
You need to create an empty ~/.startxwinrc (I think that's the name)
file.  This is new with the latest Cygwin-X server.

- Jim

On Mon, Apr 5, 2010 at 1:49 PM, bjfcom  wrote:
>
> Thanks for reading.
>
> I am going crazy.  When I run my xserver, xterm loads.
>
> So, commented out anything with xterm in both /etc/X11/xinit and
> /etc/X11/system.XWinrc.  I do not have personalized rc files in ~/ other
> than bash.  I also completely moved the files out of the directory and xterm
> still loads.  There must be calls coming from somewhere else...
>
> Please help, right now I blocked xterm with my firewall, but that is just
> silly.
>
> Thanks!,
> -bjfcom




-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: xorg-server-1.8.0-1 (TEST)

2010-04-02 Thread Jim Reisert AD1C

Just by way of an FYI:

I couldn't get the X server to run the first time, I got this error when 
starting it:


XWin.exe: error while loading shared libraries: cygGL-1.dll: cannot open 
shared object file:

 No such file or directory

So I went back and updated to the "curr" release, and found that Cygwin 
downloaded about a half-dozen packages, including several libraries.  I 
last updated when 1.7.2 came out.


Then I did the experimental install again, and this time the server 
started up without problems.


- Jim

--
Jim Reisert AD1C, , http://www.ad1c.us

--
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: [ANNOUNCEMENT] Updated: xterm-255-1

2010-02-08 Thread Jim Reisert AD1C

On 2/8/2010 6:18 AM, Jon TURNEY wrote:


I've adjusted the dependency information in the setup.hint for the xterm
package on sourceware.org from libncurses9 to libncurses10, which this
updated xterm requires.

Thanks to the people who reported this problem, which should now be
corrected once the mirrors are updated.


Working great here now, thanks!

- Jim

--
Jim Reisert AD1C, , http://www.ad1c.us

--
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 startxwin.exe and a possible solution

2010-02-03 Thread Jim Reisert AD1C
I posted a related problem a month ago (CYGWIN=tty).  In my case, when
starting the server, I could not start an Xterm, nor could I start one
from the system tray icon. I could start one from a shortcut icon on
my desktop, however.

This is the first time that anyone else on this list has confirmed it.

- Jim

On Wed, Feb 3, 2010 at 2:09 PM, Jon TURNEY  wrote:

> On 21/01/2010 23:13, Marco Atzeri wrote:
>>
>> Hi,
>> after the transition from startxwin.bat to startxwin.exe,
>> I had the "Xwin Server" menu pratically unusable.
>> The server start but the xterm usually don't show up while
>> ps reports it running. Running a second xterm could appear
>> but most of the time as if the window manager is absent:
>> no border, no possibility to move the program and similar.
>> The Xserver is also unstable, the icon on the toolbar
>> usually disappear and to terminate the server I really need
>> to kill it with Process Explorer.
>
> I can reproduce this if I have CYGWIN=tty (which I note in your
> cygcheck.out) in my Windows environment.  Without that it seems to work
> fine.
>
> I'm not sure that I believe that this is the underlying cause of the
> problem, and if it is, I have no idea how it could make difference or why it
> wasn't a problem previously.
>
> --
> Jon TURNEY
> Volunteer Cygwin/X X Server maintainer


-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: startxwin.exe without lingering DOS window

2010-01-14 Thread Jim Reisert AD1C
On Thu, Jan 14, 2010 at 8:34 AM, Derek Greer wrote:

>> C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe
>
> This can't be correct, as this is what exactly what the X Server start menu
> link executes and it spawns the the vanilla XTerm window.  I always
> customized by startxwin.bat to not launch this window.  How is this done
> with the new startxwin.exe?

Actually, it IS correct.

If you don't want the server to start an xterm by itself, create an
empty ~/.startxwinrc file

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 start xterm from Cygwin/X icon in system tray

2010-01-12 Thread Jim Reisert AD1C
After re-installing Cygwin from scratch, I have determined that this
environment variable is/was causing the problem:

CYGWIN=tty

Once I removed it, I was able to create an X term from the icon in the
system tray.

- Jim

On Wed, Dec 30, 2009 at 10:07 AM, I wrote:

> I have a very strange situation.
>
> At work, I am running Win XP SP3.  I installed all the latest Cygwin
> (1.7.1) + Xorg updates, including startxwin.exe.  Everything works
> perfectly.
>
> At home, I am running Windows 7 Professional, 64-bit.  I am unable to
> start an xterm from the Cygwin/X icon in the system tray (right-click,
> select xterm).  Both setups have the same line in .XWinrc:
>
>        "xterm"      EXEC  "xterm"
>
> I am starting the X server the same way:
>
>    D:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe
>
> I do not have a ~/.startxwinrc file.  The xterm that is supposed to be
> created when the server starts doesn't start either.
>
> The symptom is that xterm.exe is shown running in the task manager,
> but there is no Xterm window on the desktop.
>
> As  a work-around, I created a shortcut on my desktop to start an xterm:
>
>    D:\Cygwin\bin\run.exe /usr/bin/xterm -display localhost:0
>
> That works perfectly, but is not an optimum solution (I try to have as
> few desktop icons as possible).
>
> There is nothing in the /var/log/Xwin log that indicates why an xterm
> would start but not open a window.
>
> Any ideas?


-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 start xterm from Cygwin/X icon in system tray

2010-01-02 Thread Jim Reisert AD1C

On 1/2/2010 10:01 PM, Yaakov (Cygwin/X) wrote:


Since you mention it's your home computer that's having issues, I can
only guess this might be it. If you're not using keychain, then we'll
need to see your 'cygcheck -srv' output and your /var/log/XWin.0.log (as
plain-text attachments).


Hi Yaakov,

I am not using keychain.   I disabled Microsoft Security Essentials.  I 
do not have an ~/.Xdefaults nor a ~/.startxwinrc file.


I've attached the output from cygcheck, as well as the Xwin log.  I got 
these warnings while running it:


/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 
error 5

Access is denied.

/usr/bin/cygrunsrv: warning: OpenService failed for 'odserv': Win32 error 5
Access is denied.

/usr/bin/cygrunsrv: warning: OpenService failed for 'ose': Win32 error 5
Access is denied.

/usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
Access is denied.

/usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
Access is denied.

/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper': 
Win32 error 5

Access is denied.

/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
Access is denied.



--
Jim Reisert AD1C, , http://www.ad1c.us

Cygwin Configuration Diagnostics
Current System Time: Sat Jan 02 23:52:25 2010

Windows 7 Professional N Ver 6.1 Build 7600 

Running under WOW64 on AMD64

Path:   .\
D:\Home\bin
D:\Cygwin\usr\local\emacs\bin
D:\Cygwin\Bin
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program
Files
(x86)\QuickTime\QTSystem\
C:\Program
Files
(x86)\Common
Files\Acronis\SnapAPI\
D:\utility\DISKEE~1\
D:\WATCOM\BINNT
D:\WATCOM\BINW

Output from D:\Cygwin\bin\id.exe
UID: 1001(Jim Reisert) GID: 513(None)
545(Users) 1000(HomeUsers)513(None)

SysDir: C:\Windows\system32
WinDir: C:\Windows

CYGWIN = 'tty'
HOME = '/cygdrive/d/Home'
PWD = '/cygdrive/d/Home'
USER = 'Jim Reisert'
LIBRARY_PATH = '/usr/lib/mingw'

ALLUSERSPROFILE = 'C:\ProgramData'
APPDATA = 'C:\Users\Jim Reisert\AppData\Roaming'
CLASSPATH = '.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
CommonProgramW6432 = 'C:\Program Files\Common Files'
COMPUTERNAME = 'JJR'
COMSPEC = 'C:\Windows\system32\cmd.exe'
CVSROOT = 'F:\CVS'
CYGROOT = 'D:\Cygwin'
EDPATH = 'd:\WATCOM\EDDAT'
FP_NO_HOST_CHECK = 'NO'
HOMEDRIVE = 'C:'
HOMEPATH = '\Users\Jim Reisert'
INCLUDE = 'd:\WATCOM\H;d:\WATCOM\H\NT'
LANG = 'en_US.ISO-8859-1'
LANG_JJR = 'C'
LC_TIME_JJR = 'C'
LOCALAPPDATA = 'C:\Users\Jim Reisert\AppData\Local'
LOCALE_JJR = 'C.UTF-8'
LOGONSERVER = '\\JJR'
NUMBER_OF_PROCESSORS = '4'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_ARCHITEW6432 = 'AMD64'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 15 Stepping 7, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '0f07'
ProgramData = 'C:\ProgramData'
PROGRAMFILES = 'C:\Program Files (x86)'
ProgramFiles(x86) = 'C:\Program Files (x86)'
ProgramW6432 = 'C:\Program Files'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
PUBLIC = 'C:\Users\Public'
QTJAVA = 'C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip'
SESSIONNAME = 'Console'
SYSTEMDRIVE = 'C:'
SYSTEMROOT = 'C:\Windows'
TEMP = '/cygdrive/c/Users/JIMREI~1/AppData/Local/Temp'
TERM = 'xterm'
TMP = '/cygdrive/c/Users/JIMREI~1/AppData/Local/Temp'
USERDOMAIN = 'JJR'
USERNAME = 'Jim Reisert'
USERPROFILE = 'C:\Users\Jim Reisert'
VS80COMNTOOLS = 'D:\Microsoft Visual Studio 8\Common7\Tools\'
WATCOM = 'd:\WATCOM'
WINDIR = 'C:\Windows'
WINDOWID = '10485797'
DISPLAY = 'localhost:0.0'
XTERM_VERSION = 'Cygwin 6.8.99.903(251)'
XTERM_LOCALE = 'en_US.ISO-8859-1'
LOGNAME = 'Jim Reisert'
XTERM_SHELL = '/bin/tcsh'
HOSTTYPE = 'i386-cygwin'
VENDOR = 'intel'
OSTYPE = 'cygwin'
MACHTYPE = 'i386'
SHLVL = '1'
GROUP = 'None'
HOST = 'JJR'
REMOTEHOST = 'JJR'
MANPATH = ':/usr/ssl/man'

Re: Can't start xterm from Cygwin/X icon in system tray

2010-01-01 Thread Jim Reisert AD1C

On 1/1/2010 12:41 PM, john wrote:



Are you executing startxwin from a login shell? I use
"\path\to\cygwin\bin\run.exe /bin/bash.exe -l -c /bin/startxwin.exe"
and it works for me.


Yes, my startup folder shortcut is:

D:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

As I've said before, this works properly on my XP SP3 system at work, 
but not on my Windows 7 64-bit system at home.


- Jim




On Fri, 1 Jan 2010, Jim Reisert AD1C wrote:


On 12/31/2009 1:43 PM, Yaakov (Cygwin/X) wrote:


This sounds like it has nothing to do with startxwin. I can't reproduce
this, but do any of the following help:

1) creating a ~/.startxwinrc containing just "xterm&"?


Same problem.  No xterm.


2) changing that .startxwinrc to "run xterm"?


Pop-up:  "Couldn't find xterm anywhere.  I even looked in the PATH"

Same when I tried "run /usr/bin/xterm" (couldn't find /usr/bin/xterm anywhere
etc.)


3) setting LANG=en_US.ISO-8859-1 ?


No change.


4) installing the font-daewoo-misc, font-isas-misc, and font-jis-misc
packages?


Those fonts are already installed.

As I said, I have a desktop icon for starting an XTERM that works.  It only
"doesn't work" when trying to start the xterm from ~/.startxwinrc, or from the
system tray.

- Jim


--
Jim Reisert AD1C, , http://www.ad1c.us

--
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 start xterm from Cygwin/X icon in system tray

2010-01-01 Thread Jim Reisert AD1C

On 12/31/2009 1:43 PM, Yaakov (Cygwin/X) wrote:


This sounds like it has nothing to do with startxwin. I can't reproduce
this, but do any of the following help:

1) creating a ~/.startxwinrc containing just "xterm &"?


Same problem.  No xterm.


2) changing that .startxwinrc to "run xterm"?


Pop-up:  "Couldn't find xterm anywhere.  I even looked in the PATH"

Same when I tried "run /usr/bin/xterm" (couldn't find /usr/bin/xterm 
anywhere etc.)



3) setting LANG=en_US.ISO-8859-1 ?


No change.


4) installing the font-daewoo-misc, font-isas-misc, and font-jis-misc
packages?


Those fonts are already installed.

As I said, I have a desktop icon for starting an XTERM that works.  It 
only "doesn't work" when trying to start the xterm from ~/.startxwinrc, 
or from the system tray.


- Jim


--
Jim Reisert AD1C, , http://www.ad1c.us

--
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 start xterm from Cygwin/X icon in system tray

2009-12-31 Thread Jim Reisert AD1C
On Thu, Dec 31, 2009 at 6:33 AM, dahaiou wrote:
>
>
> Jim Reisert AD1C wrote:
>>
>> I am unable to start an xterm from the Cygwin/X icon in the system tray
>> (right-click, select xterm).  Both setups have the same line in .XWinrc:
>>         "xterm"      EXEC  "xterm"
>> As  a work-around, I created a shortcut on my desktop to start an xterm:
>>     D:\Cygwin\bin\run.exe /usr/bin/xterm -display localhost:0
>> That works perfectly,
>
> What exact command is mapped to the "xterm" label in the right-click tray
> menu? It's configured in an init file somewhere though I can't remember the
> filename right now.

"which" points to /usr/bin/xterm

> Can you check whether the DISPLAY variable is set in the xterm process
> started from the tray menu? If it isn't, that would explain it.

I tried this explicitly:

 "xterm"  EXEC  "xterm -display localhost:0"

That didn't make a difference.

One other piece of data:  I modifed ~/.XWinrc and then clicked "Reload
.xwinrc" from the menu in the system tray. This KILLED the X server!

- Jim


-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Can't start xterm from Cygwin/X icon in system tray

2009-12-30 Thread Jim Reisert AD1C
I have a very strange situation.

At work, I am running Win XP SP3.  I installed all the latest Cygwin
(1.7.1) + Xorg updates, including startxwin.exe.  Everything works
perfectly.

At home, I am running Windows 7 Professional, 64-bit.  I am unable to
start an xterm from the Cygwin/X icon in the system tray (right-click,
select xterm).  Both setups have the same line in .XWinrc:

"xterm"  EXEC  "xterm"

I am starting the X server the same way:

D:\Cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

I do not have a ~/.startxwinrc file.  The xterm that is supposed to be
created when the server starts doesn't start either.

The symptom is that xterm.exe is shown running in the task manager,
but there is no Xterm window on the desktop.

As  a work-around, I created a shortcut on my desktop to start an xterm:

D:\Cygwin\bin\run.exe /usr/bin/xterm -display localhost:0

That works perfectly, but is not an optimum solution (I try to have as
few desktop icons as possible).

There is nothing in the /var/log/Xwin log that indicates why an xterm
would start but not open a window.

Any ideas?


-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: What is correct way to start xterm from .XWinrc?

2009-12-29 Thread Jim Reisert AD1C
On Wed, Oct 28, 2009 at 9:17 AM, Jim Reisert AD1C
 wrote:

> My .XWinrc file has this menu line:
>
>        "xterm"      EXEC  "xterm -e tcsh"
>
> Since my default shell in /etc/passwd is /bin/tcsh, why should I need
> to specify it here also?  If I don't specify it, a new xterm doesn't
> execute my ~/.cshrc file.  I do not have a ~/.login or ~/.profile
> file.
>
> What is the right way to do this?


Using the new startwin.exe in my Startup folder shortcut:

   C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe

My .XWinrc now has simply:

  "xterm"  EXEC  "xterm"

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: xinit-1.2.0-2

2009-12-29 Thread Jim Reisert AD1C
On Tue, Dec 29, 2009 at 1:57 PM, Yaakov (Cygwin/X) wrote:

> This release replaces those scripts with a startxwin executable.

Should we use "run" to launch startxwin.exe, or is it OK to just
create a shortcut to startxwin.exe?

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Cut/paste in an xterm takes extraordinarily long time

2009-12-16 Thread Jim Reisert AD1C
I'll save this in case it happens again.  It hasn't been a problem this week.

- Jim

On Wed, Dec 16, 2009 at 1:52 PM, Jon TURNEY wrote:

> On 10/12/2009 18:18, Jim Reisert AD1C wrote:
>>
>> I'm having problems with copying text from a Windows application
>> (Firefox) and pasting into Cygwin Emacs (23.1.1).  I'm running Cygwin
>> 1.7 (latest) and Xorg (latest).  When pasting into Emacs, my mouse
>> pointer changes to an hourglass, and after what seems like an eternity
>> (10-30 seconds), the paste will finish, often times with the wrong
>> text, rarely with the correct test.
>
> When the text is wrong, how is it wrong? Scrambled? Previous paste?
> Backwards? Random letters? Translated to Urdu?
>
>> I am running RealVNC also.  I remember several/many months back, there
>> seems to be a cut/paste issue with Cygwin that was exacerbated by
>> running VNC.  Could that problem have returned?
>
> You could test this by closing RealVNC and seeing if the problem doesn't
> occur?
>
>> How can I help debug this?  I've attached my cygcheck output.
>
> If you could follow the steps I outlined in my email replying to the last
> time you mentioned this [1], that would be helpful?
>
> http://sourceware.org/ml/cygwin-xfree/2009-10/msg00129.html


-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Cut/paste in an xterm takes extraordinarily long time

2009-12-10 Thread Jim Reisert AD1C
I'm having problems with copying text from a Windows application
(Firefox) and pasting into Cygwin Emacs (23.1.1).  I'm running Cygwin
1.7 (latest) and Xorg (latest).  When pasting into Emacs, my mouse
pointer changes to an hourglass, and after what seems like an eternity
(10-30 seconds), the paste will finish, often times with the wrong
text, rarely with the correct test.

I am running RealVNC also.  I remember several/many months back, there
seems to be a cut/paste issue with Cygwin that was exacerbated by
running VNC.  Could that problem have returned?

How can I help debug this?  I've attached my cygcheck output.

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us


cygcheck.out
Description: Binary data
--
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/

Can't start Xwin server using latest Cygwin 1.7, Xorg server, etc.

2009-12-04 Thread Jim Reisert AD1C
ed.
winClipboardProc - Hello
DetectUnicodeSupport - Windows NT/2000/XP
winInitMultiWindowWM - pthread_mutex_unlock () returned.
winGetDisplay: DISPLAY=:0.0
winMultiWindowXMsgProc - pthread_mutex_lock () returned.
winGetDisplay: DISPLAY=:0.0
winClipboardProc - DISPLAY=:0.0

d:\cygwin\bin>winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
winInitMultiWindowWM - DISPLAY=:0.0
(II) xorg.conf is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winPrefsLoadPreferences: /cygdrive/d/Home/.XWinrc
LoadPreferences: Done parsing the configuration file...
winGetDisplay: DISPLAY=:0.0
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 0007
winSetEngine - Multi Window or Rootless => ShadowGDI
winAllocateFBShadowGDI - Creating DIB with width: 1680 height: 1050 
depth: 32

winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 
bpp 32

null screen fn ReparentWindow
null screen fn RestackWindow
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitMultiWindowWM - Hello
winMultiWindowXMsgProc - Hello
Screen 0 added at XINERAMA coordinate (0,0).
winInitMultiWindowWM - Calling pthread_mutex_lock ()
winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
MIT-SHM extension disabled due to lack of kernel support
winGetDisplay: DISPLAY=:0.0
winClipboardProc - Could not open display, try: 1, sleeping: 4
winMultiWindowXMsgProc - DISPLAY=:0.0
XFree86-Bigfont extension local-client optimization disabled due to lack 
of shared memory support in the kernel

winInitMultiWindowWM - Could not open display, try: 1, sleeping: 5
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
[dix] Could not init font path element /usr/share/fonts/TTF/, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/OTF/, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/Type1/, removing 
from list!

(--) 16 mouse buttons found
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0409" (0409)
(--) Using preset keyboard for "English (USA)" (409), type "4"
Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = 
"none"

winInitMultiWindowWM - pthread_mutex_lock () returned.
_XSERVTranswinInitMultiWindowWM - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - pthread_mutex_lock () returned.
SocketUNIXAccept: accept() failed
winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
_XSERVTransSocketUNIXAccept: accept() failed
winInitClipboard ()
winProcEstablishConnection - winInitClipboard returned.
winClipboardProc - Hello
DetectUnicodeSupport - Windows NT/2000/XP
winClipboardProc - XOpenDisplay () returned and successfully opened the 
display.

winGetDisplay: DISPLAY=:0.0
winGetDisplay: DISPLAY=:0.0
winGetDisplay: DISPLAY=:0.0
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully 
opened the display.

winInitMultiWindowWM - DISPLAY=:0.0
winMultiWindowXMsgProc - DISPLAY=:0.0
winClipboardProc - DISPLAY=:0.0
winInitMultiWindowWM - XOpenDisplay () returned and successfully opened 
the display.
winClipboardProc - XOpenDisplay () returned and successfully opened the 
display.
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully 
opened the display.

winMultiWindowXMsgProc - another window manager is running.  Exiting.
winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT 
message, exiting main loop.

winClipboardProc - XDestroyWindow succeeded.
winClipboardIOErrorHandler!

winClipboardIOErrorHandler!

winInitMultiWindowWM - Could not open display, try: 2, sleeping: 5
winDeinitMultiWindowWM - Noting shutdown in progress
--
Jim Reisert AD1C, , http://www.ad1c.us

--
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: cygwin-x xterm not compatible with windows 7?

2009-12-03 Thread Jim Reisert AD1C
On Thu, Dec 3, 2009 at 3:22 PM, Mike Ayers  wrote:

> This is the right place, but it's possible none of us with time to spare has 
> run on Windows 7 64 bit yet.

I'm running Windows 7 Professional, 64-bit.  I have been using Cygwin
1.7 with latest X, etc. for some time without any problems.  I haven't
done anything special, so I haven't run into any of the same problems
as the OP.

- Jim

--
Jim Reisert AD1C, , http://www.ad1c.us

--
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 new xinit - console window doesn't open (but bash starts)

2009-11-20 Thread Jim Reisert AD1C

On 11/20/2009 5:48 AM, Ken Brown wrote:

On 11/19/2009 11:07 PM, Jim Reisert AD1C wrote:

More info:

If I run startxwin.bat from a CMD.exe command line, the bash console
xterm opens just fine. I only have problems starting it from the
shortcut.

I do see some interesting things in the log file, however:

[...]


Warning: Missing charsets in String to FontSet conversion


Try installing the font-isas-misc, font-jis-misc, and font-daewoo-misc
packages. See

http://cygwin.com/ml/cygwin-xfree/2009-11/msg00111.html
http://cygwin.com/ml/cygwin-xfree/2009-11/msg00117.html


I tried adding the missing fonts. I tried SET LANG=C
Starting the X server is still unpredictable.  Now my log file 
(attached) shows:


2009-11-20 08:01:58 winClipboardProc - Could not open display, try: 1, 
sleeping: 4
2009-11-20 08:01:58 XFree86-Bigfont extension local-client optimization 
disabled due to lack of shared memory support in the kernel
2009-11-20 08:01:58 winInitMultiWindowWM - Could not open display, try: 
1, sleeping: 5


It also claims another window manage is running (and therefore shuts 
down), which is untrue (there is no other Xwin process running).


- Jim

--
Jim Reisert AD1C, , http://www.ad1c.us
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.7.1.0 (10701000)
Build Date: 2009-11-11

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

XWin -multiwindow -clipboard -silent-dup-error 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1680 h 1050
winInitializeDefaultScreens - Returning
2009-11-20 08:01:57 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
2009-11-20 08:01:57 (II) xorg.conf is not supported
2009-11-20 08:01:57 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for 
more information
2009-11-20 08:01:57 winPrefsLoadPreferences: /cygdrive/d/Home/.XWinrc
2009-11-20 08:01:57 LoadPreferences: Done parsing the configuration file...
2009-11-20 08:01:57 winGetDisplay: DISPLAY=:0.0
2009-11-20 08:01:57 winDetectSupportedEngines - Windows NT/2000/XP
2009-11-20 08:01:57 winDetectSupportedEngines - DirectDraw installed
2009-11-20 08:01:57 winDetectSupportedEngines - DirectDraw4 installed
2009-11-20 08:01:57 winDetectSupportedEngines - Returning, supported engines 
0007
2009-11-20 08:01:57 winSetEngine - Multi Window or Rootless => ShadowGDI
2009-11-20 08:01:57 winAdjustVideoModeShadowGDI - Using Windows display depth 
of 32 bits per pixel
2009-11-20 08:01:57 winAllocateFBShadowGDI - Creating DIB with width: 1680 
height: 1050 depth: 32
2009-11-20 08:01:57 winFinishScreenInitFB - Masks: 00ff ff00 00ff
2009-11-20 08:01:57 winInitVisualsShadowGDI - Masks 00ff ff00 00ff 
BPRGB 8 d 24 bpp 32
2009-11-20 08:01:57 null screen fn ReparentWindow
2009-11-20 08:01:57 null screen fn RestackWindow
2009-11-20 08:01:57 InitQueue - Calling pthread_mutex_init
2009-11-20 08:01:57 InitQueue - pthread_mutex_init returned
2009-11-20 08:01:57 InitQueue - Calling pthread_cond_init
2009-11-20 08:01:57 InitQueue - pthread_cond_init returned
2009-11-20 08:01:57 winInitMultiWindowWM - Hello
2009-11-20 08:01:57 winMultiWindowXMsgProc - Hello
2009-11-20 08:01:57 Screen 0 added at XINERAMA coordinate (0,0).
2009-11-20 08:01:57 winInitMultiWindowWM - Calling pthread_mutex_lock ()
2009-11-20 08:01:57 winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
2009-11-20 08:01:57 MIT-SHM extension disabled due to lack of kernel support
2009-11-20 08:01:57 XFree86-Bigfont extension local-client optimization 
disabled due to lack of shared memory support in the kernel
2009-11-20 08:01:57 (II) AIGLX: Loaded and initialized 
/usr/lib/dri/swrast_dri.so
2009-11-20 08:01:57 (II) GLX: Initialized DRISWRAST GL provider for screen 0
2009-11-20 08:01:57 [dix] Could not init font path element 
/usr/share/fonts/TTF/, removing from list!
2009-11-20 08:01:57 [dix] Could not init font path element 
/usr/share/fonts/OTF/, removing from list!
2009-11-20 08:01:57 [dix] Could not init font path element 
/usr/share/fonts/Type1/, removing from list!
2009-11-20 08:01:57 winPointerWarpCursor - Discarding first warp: 840 525
2009-11-20 08:01:57 (--) 16 mouse buttons found
2009-11-20 08:01:57 (--) Setting autorepeat to delay=500, rate=31
2009-11-20 08:01:57 (--) winConfigKeyboard - Layout: "0409" (0409) 
2009-11-20 08:01:57 (--) Using preset keyboard for "English (USA)" (409), type 
"4"
2009-11-20 08:01:57 Rules = "base" Model = "pc105" Layout = "us" Variant = 
"none" Options = "none"
2009-11-20 08:01:58 winInitMultiWindowWM - pthread_mutex_lock () returned.
2009-11-20 08:01:58 winProcEstablishConnection - Hello
2009-11-20 08:01:58 winInitClipboard ()
2009-11-20 08:01:58 winProcEstablishConnection - winInitClipboard returned.
2009-11-20 08:01:58 winClipboardProc - Hello
2009-11-20 08:01:58 DetectUnicodeSupport - Windows NT/2000/XP
2009-11-20 08

Re: Problem with new xinit - console window doesn't open (but bash starts)

2009-11-19 Thread Jim Reisert AD1C

More info:

If I run startxwin.bat from a CMD.exe command line, the bash console 
xterm opens just fine.  I only have problems starting it from the shortcut.


I do see some interesting things in the log file, however:

MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack 
of shared memory support in the kernel


II) GLX: Initialized DRISWRAST GL provider for screen 0
[dix] Could not init font path element /usr/share/fonts/TTF/, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/OTF/, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/Type1/, removing 
from list!


Warning: Missing charsets in String to FontSet conversion


None of the compatibility settings are checked in the Windows shortcut.

I've attached the Xwin.0.log file

- Jim

On 11/19/2009 8:57 PM, Jim Reisert AD1C wrote:

I'm running the latest of everything Cygwin 1.7 (see below).

When I start the Xwin server from the Windows shortcut:

D:\Cygwin\bin\run.exe /usr/bin/startxwin.bat

I see a bash.exe process running, but no X window comes up, as per:

REM Make sure XWin is ready to accept connections before proceeding
%RUN% checkX -wait -d %DISPLAY% -t 12

REM Startup an xterm, using bash as the shell.
%RUN% xterm -e /usr/bin/bash -l

Anyone else notice this?

The problem is the same on my laptop at work running WinXP, as well as
my home system running Windows 7

- Jim

# cygcheck -c | egrep "cyg|x"

cygrunsrv 1.34-1 OK
cygutils 1.4.0-1 OK
cygwin 1.7.0-65 OK
cygwin-doc 1.5-1 OK
expat 2.0.1-1 OK
gettext 0.17-11 OK
libexpat1 2.0.1-1 OK
libexpat1-devel 2.0.1-1 OK
libpixman1_0 0.16.2-1 OK
libxcb1 1.4-2 OK
libXext6 1.1.1-1 OK
libxkbfile1 1.0.6-1 OK
libxml2 2.7.4-1 OK
lynx 2.8.5-4 OK
texinfo 4.13-3 OK
util-linux 2.14.1-1 OK
xauth 1.0.4-1 OK
xcursor-themes 1.0.2-1 OK
xemacs-emacs-common 21.4.22-1 OK
xinit 1.2.0-1 OK
xkbcomp 1.1.1-1 OK
xkeyboard-config 1.7-1 OK
xmodmap 1.0.4-1 OK
xorg-server 1.7.1-3 OK
xrdb 1.0.6-1 OK
xterm 250-1 OK



--
Jim Reisert AD1C, , http://www.ad1c.us
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.7.1.0 (10701000)
Build Date: 2009-11-11

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

XWin -multiwindow -clipboard -silent-dup-error 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1680 h 1050
winInitializeDefaultScreens - Returning
2009-11-19 21:06:08 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
2009-11-19 21:06:08 (II) xorg.conf is not supported
2009-11-19 21:06:08 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for 
more information
2009-11-19 21:06:08 winPrefsLoadPreferences: /cygdrive/d/Home/.XWinrc
2009-11-19 21:06:08 LoadPreferences: Done parsing the configuration file...
2009-11-19 21:06:08 winGetDisplay: DISPLAY=:0.0
2009-11-19 21:06:08 winDetectSupportedEngines - Windows NT/2000/XP
2009-11-19 21:06:08 winDetectSupportedEngines - DirectDraw installed
2009-11-19 21:06:08 winDetectSupportedEngines - DirectDraw4 installed
2009-11-19 21:06:08 winDetectSupportedEngines - Returning, supported engines 
0007
2009-11-19 21:06:08 winSetEngine - Multi Window or Rootless => ShadowGDI
2009-11-19 21:06:08 winAdjustVideoModeShadowGDI - Using Windows display depth 
of 32 bits per pixel
2009-11-19 21:06:08 winAllocateFBShadowGDI - Creating DIB with width: 1680 
height: 1050 depth: 32
2009-11-19 21:06:08 winFinishScreenInitFB - Masks: 00ff ff00 00ff
2009-11-19 21:06:08 winInitVisualsShadowGDI - Masks 00ff ff00 00ff 
BPRGB 8 d 24 bpp 32
2009-11-19 21:06:08 null screen fn ReparentWindow
2009-11-19 21:06:08 null screen fn RestackWindow
2009-11-19 21:06:08 InitQueue - Calling pthread_mutex_init
2009-11-19 21:06:08 InitQueue - pthread_mutex_init returned
2009-11-19 21:06:08 InitQueue - Calling pthread_cond_init
2009-11-19 21:06:08 InitQueue - pthread_cond_init returned
2009-11-19 21:06:08 winInitMultiWindowWM - Hello
2009-11-19 21:06:08 Screen 0 added at XINERAMA coordinate (0,0).
2009-11-19 21:06:08 winMultiWindowXMsgProc - Hello
2009-11-19 21:06:08 winInitMultiWindowWM - Calling pthread_mutex_lock ()
2009-11-19 21:06:08 winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
2009-11-19 21:06:08 MIT-SHM extension disabled due to lack of kernel support
2009-11-19 21:06:08 XFree86-Bigfont extension local-client optimization 
disabled due to lack of shared memory support in the kernel
2009-11-19 21:06:08 (II) AIGLX: Loaded and initialized 
/usr/lib/dri/swrast_dri.so
2009-11-19 21:06:08 (II) GLX: Initialized DRISWRAST GL provider for screen 0
2009-11-19 21:06:08 [dix] Could not init font path element 
/usr/share/fonts/TTF/, removing from list!
2009-11-19 21:06:08 [dix] Could not init font path element 
/usr/share/fonts/OTF/, removing from list!
2009-11-19 21:06:08 [dix] Could not init font path element 
/usr/share/fonts/Type1/, removing from li

Problem with new xinit - console window doesn't open (but bash starts)

2009-11-19 Thread Jim Reisert AD1C

I'm running the latest of everything Cygwin 1.7 (see below).

When I start the Xwin server from the Windows shortcut:

  D:\Cygwin\bin\run.exe /usr/bin/startxwin.bat

I see a bash.exe process running, but no X window comes up, as per:

REM Make sure XWin is ready to accept connections before proceeding
%RUN% checkX -wait -d %DISPLAY% -t 12

REM Startup an xterm, using bash as the shell.
%RUN% xterm -e /usr/bin/bash -l

Anyone else notice this?

The problem is the same on my laptop at work running WinXP, as well as 
my home system running Windows 7


- Jim

# cygcheck -c | egrep "cyg|x"

cygrunsrv1.34-1  OK
cygutils 1.4.0-1 OK
cygwin   1.7.0-65OK
cygwin-doc   1.5-1   OK
expat2.0.1-1 OK
gettext  0.17-11 OK
libexpat12.0.1-1 OK
libexpat1-devel  2.0.1-1 OK
libpixman1_0 0.16.2-1OK
libxcb1  1.4-2   OK
libXext6 1.1.1-1 OK
libxkbfile1  1.0.6-1 OK
libxml2  2.7.4-1 OK
lynx 2.8.5-4 OK
texinfo  4.13-3  OK
util-linux   2.14.1-1OK
xauth1.0.4-1 OK
xcursor-themes   1.0.2-1 OK
xemacs-emacs-common  21.4.22-1   OK
xinit1.2.0-1 OK
xkbcomp  1.1.1-1 OK
xkeyboard-config 1.7-1   OK
xmodmap  1.0.4-1 OK
xorg-server  1.7.1-3 OK
xrdb 1.0.6-1 OK
xterm250-1       OK

--
Jim Reisert AD1C, , http://www.ad1c.us

--
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: [1.7] Cygwin/X crashes with latest server, cygwin

2009-11-10 Thread Jim Reisert AD1C
/docs/faq/cygwin-x-faq.html for more information
2009-11-10 10:23:03 winPrefsLoadPreferences: /cygdrive/c/Home/.XWinrc
2009-11-10 10:23:03 LoadPreferences: Done parsing the configuration file...
2009-11-10 10:23:03 winGetDisplay: DISPLAY=:0.0
2009-11-10 10:23:03 winDetectSupportedEngines - Windows NT/2000/XP
2009-11-10 10:23:03 winDetectSupportedEngines - DirectDraw installed
2009-11-10 10:23:03 winDetectSupportedEngines - DirectDraw4 installed
2009-11-10 10:23:03 winDetectSupportedEngines - Returning, supported
engines 0007
2009-11-10 10:23:03 winSetEngine - Multi Window or Rootless => ShadowGDI
2009-11-10 10:23:03 winAllocateFBShadowGDI - Creating DIB with width:
3200 height: 1200 depth: 32
2009-11-10 10:23:03 winFinishScreenInitFB - Masks: 00ff ff00 00ff
2009-11-10 10:23:03 winInitVisualsShadowGDI - Masks 00ff ff00
00ff BPRGB 8 d 24 bpp 32
2009-11-10 10:23:03 null screen fn ReparentWindow
2009-11-10 10:23:03 null screen fn RestackWindow
2009-11-10 10:23:03 InitQueue - Calling pthread_mutex_init
2009-11-10 10:23:03 InitQueue - pthread_mutex_init returned
2009-11-10 10:23:03 InitQueue - Calling pthread_cond_init
2009-11-10 10:23:03 InitQueue - pthread_cond_init returned
2009-11-10 10:23:03 winInitMultiWindowWM - Hello
2009-11-10 10:23:03 winInitMultiWindowWM - Calling pthread_mutex_lock ()
2009-11-10 10:23:03 Screen 0 added at XINERAMA coordinate (0,0).
2009-11-10 10:23:03 winMultiWindowXMsgProc - Hello
2009-11-10 10:23:03 winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
2009-11-10 10:23:03 MIT-SHM extension disabled due to lack of kernel support
2009-11-10 10:23:03 winInitMultiWindowWM - Could not open display,
try: 1, sleeping: 5
2009-11-10 10:23:03 XFree86-Bigfont extension local-client
optimization disabled due to lack of shared memory support in the
kernel
2009-11-10 10:23:03 winClipboardProc - Could not open display, try: 1,
sleeping: 4
2009-11-10 10:23:03 (II) AIGLX: Loaded and initialized
/usr/lib/dri/swrast_dri.so
2009-11-10 10:23:03 (II) GLX: Initialized DRISWRAST GL provider for screen 0
2009-11-10 10:23:03 [dix] Could not init font path element
/usr/share/fonts/TTF/, removing from list!
2009-11-10 10:23:03 [dix] Could not init font path element
/usr/share/fonts/OTF/, removing from list!
2009-11-10 10:23:03 [dix] Could not init font path element
/usr/share/fonts/Type1/, removing from list!
2009-11-10 10:23:04 (--) 16 mouse buttons found
2009-11-10 10:23:04 (--) Setting autorepeat to delay=250, rate=25
2009-11-10 10:23:04 (--) winConfigKeyboard - Layout: "0409" (0409)
2009-11-10 10:23:04 (--) Using preset keyboard for "English (USA)"
(409), type "4"
2009-11-10 10:23:04 Rules = "base" Model = "pc105" Layout = "us"
Variant = "none" Options = "none"
2009-11-10 10:23:04 winInitMultiWindowWM - pthread_mutex_lock () returned.
2009-11-10 10:23:04 winInitMultiWindowWM - pthread_mutex_unlock () returned.
2009-11-10 10:23:04 winMultiWindowXMsgProc - pthread_mutex_lock () returned.
2009-11-10 10:23:04 winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
2009-11-10 10:23:04 _XSERVTransSocketUNIXAccept: accept() failed
2009-11-10 10:23:04 _XSERVTransSocketUNIXAccept: accept() failed
2009-11-10 10:23:04 winInitClipboard ()
2009-11-10 10:23:04 winProcEstablishConnection - winInitClipboard returned.
2009-11-10 10:23:04 winClipboardProc - Hello
2009-11-10 10:23:04 DetectUnicodeSupport - Windows NT/2000/XP
2009-11-10 10:23:04 winInitMultiWindowWM - XOpenDisplay () returned
and successfully opened the display.
2009-11-10 10:23:04 winMultiWindowXMsgProc - XOpenDisplay () returned
and successfully opened the display.
2009-11-10 10:23:04 winGetDisplay: DISPLAY=:0.0
2009-11-10 10:23:04 winInitMultiWindowWM - DISPLAY=:0.0
2009-11-10 10:23:04 winGetDisplay: DISPLAY=:0.0
2009-11-10 10:23:04 winMultiWindowXMsgProc - DISPLAY=:0.0
2009-11-10 10:23:04 winGetDisplay: DISPLAY=:0.0
2009-11-10 10:23:04 winClipboardProc - DISPLAY=:0.0
2009-11-10 10:23:04 winInitMultiWindowWM - XOpenDisplay () returned
and successfully opened the display.
2009-11-10 10:23:04 winMultiWindowXMsgProc - XOpenDisplay () returned
and successfully opened the display.
2009-11-10 10:23:04 winClipboardProc - XOpenDisplay () returned and
successfully opened the display.
2009-11-10 10:23:07 winClipboardProc - XOpenDisplay () returned and
successfully opened the display.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: [1.7] Cygwin/X crashes with latest server, cygwin

2009-11-09 Thread Jim Reisert AD1C
Setting:

LANG=en_US.UTF-8

seems to avoid the problem.

- Jim

On Mon, Nov 9, 2009 at 1:48 PM, Jim Reisert AD1C  wrote:
> I updated Cygwin 1.7 with Yakov's fix the LANG problem.  It's
> unstable, the first time I created an Xterm, the server crashed (seg
> fault):
>
> I tried to create another Xterm, but it's hanging my system.
>
>
> Welcome to the XWin X Server
> Vendor: The Cygwin/X Project
> Release: 1.7.1.0 (10701000)
> Build Date: 2009-11-04
>
> Contact: cygwin-xfree@cygwin.com
>
> XWin was started with the following command line:
>
> XWin -multiwindow -clipboard -silent-dup-error
>
> ddxProcessArgument - Initializing default screens
> winInitializeDefaultScreens - w 1600 h 1200
> winInitializeDefaultScreens - Returning
> 2009-11-09 13:43:34 _XSERVTransSocketOpenCOTSServer: Unable to open
> socket for inet6
> 2009-11-09 13:43:34 _XSERVTransOpen: transport open failed for
> inet6/LTDENA-REISERT:0
> 2009-11-09 13:43:34 _XSERVTransMakeAllCOTSServerListeners: failed to
> open listener for inet6
> 2009-11-09 13:43:34 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 
> 1
> 2009-11-09 13:43:34 (II) xorg.conf is not supported
> 2009-11-09 13:43:34 (II) See
> http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
> 2009-11-09 13:43:34 winPrefsLoadPreferences: /cygdrive/c/Home/.XWinrc
> 2009-11-09 13:43:34 LoadPreferences: Done parsing the configuration file...
> 2009-11-09 13:43:34 winGetDisplay: DISPLAY=:0.0
> 2009-11-09 13:43:34 winDetectSupportedEngines - Windows NT/2000/XP
> 2009-11-09 13:43:34 winDetectSupportedEngines - DirectDraw installed
> 2009-11-09 13:43:35 winDetectSupportedEngines - DirectDraw4 installed
> 2009-11-09 13:43:35 winDetectSupportedEngines - Returning, supported
> engines 0007
> 2009-11-09 13:43:35 winSetEngine - Multi Window or Rootless => ShadowGDI
> 2009-11-09 13:43:35 winAdjustVideoModeShadowGDI - Using Windows
> display depth of 32 bits per pixel
> 2009-11-09 13:43:35 winAllocateFBShadowGDI - Creating DIB with width:
> 3200 height: 1200 depth: 32
> 2009-11-09 13:43:35 winFinishScreenInitFB - Masks: 00ff ff00 00ff
> 2009-11-09 13:43:35 winInitVisualsShadowGDI - Masks 00ff ff00
> 00ff BPRGB 8 d 24 bpp 32
> 2009-11-09 13:43:35 null screen fn ReparentWindow
> 2009-11-09 13:43:35 null screen fn RestackWindow
> 2009-11-09 13:43:35 InitQueue - Calling pthread_mutex_init
> 2009-11-09 13:43:35 InitQueue - pthread_mutex_init returned
> 2009-11-09 13:43:35 InitQueue - Calling pthread_cond_init
> 2009-11-09 13:43:35 InitQueue - pthread_cond_init returned
> 2009-11-09 13:43:35 winInitMultiWindowWM - Hello
> 2009-11-09 13:43:35 winInitMultiWindowWM - Calling pthread_mutex_lock ()
> 2009-11-09 13:43:35 Screen 0 added at XINERAMA coordinate (0,0).
> 2009-11-09 13:43:35 winMultiWindowXMsgProc - Hello
> 2009-11-09 13:43:35 winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
> 2009-11-09 13:43:35 MIT-SHM extension disabled due to lack of kernel support
> 2009-11-09 13:43:35 XFree86-Bigfont extension local-client
> optimization disabled due to lack of shared memory support in the
> kernel
> 2009-11-09 13:43:35 (II) AIGLX: Loaded and initialized
> /usr/lib/dri/swrast_dri.so
> 2009-11-09 13:43:35 (II) GLX: Initialized DRISWRAST GL provider for screen 0
> 2009-11-09 13:43:35 [dix] Could not init font path element
> /usr/share/fonts/TTF/, removing from list!
> 2009-11-09 13:43:35 [dix] Could not init font path element
> /usr/share/fonts/OTF/, removing from list!
> 2009-11-09 13:43:35 [dix] Could not init font path element
> /usr/share/fonts/Type1/, removing from list!
> 2009-11-09 13:43:36 winPointerWarpCursor - Discarding first warp: 1600 600
> 2009-11-09 13:43:36 (--) 16 mouse buttons found
> 2009-11-09 13:43:36 (--) Setting autorepeat to delay=250, rate=25
> 2009-11-09 13:43:36 (--) winConfigKeyboard - Layout: "0409" (0409)
> 2009-11-09 13:43:36 (--) Using preset keyboard for "English (USA)"
> (409), type "4"
> 2009-11-09 13:43:36 Rules = "base" Model = "pc105" Layout = "us"
> Variant = "none" Options = "none"
> 2009-11-09 13:43:37 winInitMultiWindowWM - pthread_mutex_lock () returned.
> 2009-11-09 13:43:37 winInitMultiWindowWM - Warning: Locale not supported by X.
> 2009-11-09 13:43:37 winInitMultiWindowWM - pthread_mutex_unlock () returned.
> 2009-11-09 13:43:37 winMultiWindowXMsgProc - pthread_mutex_lock () returned.
> 2009-11-09 13:43:37 winGetDisplay: DISPLAY=:0.0
> 2009-11-09 13:43:37 winInitMultiWindowWM - DISPLAY=:0.0
> 2009-11-09 13:43:37 winMultiWindowXMsgProc - Warning: locale not supported by 
> X
> 2009-11-09 13:43:37 winMultiWindowXMsgProc - pthread_mutex_unlock (

[1.7] Cygwin/X crashes with latest server, cygwin

2009-11-09 Thread Jim Reisert AD1C
 the display.
2009-11-09 13:43:39 winGetDisplay: DISPLAY=:0.0
2009-11-09 13:43:39 winClipboardProc - DISPLAY=:0.0
2009-11-09 13:43:39 winMultiWindowXMsgProc - XOpenDisplay () returned
and successfully opened the display.
2009-11-09 13:43:39 winClipboardProc - XOpenDisplay () returned and
successfully opened the display.
2009-11-09 13:43:49 Segmentation fault at address 0xb
2009-11-09 13:43:49
Fatal server error:
2009-11-09 13:43:49 Caught signal 11 (Segmentation fault). Server aborting
2009-11-09 13:43:49



-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Anyone else having new recent problems with Windows clipboard?

2009-10-29 Thread Jim Reisert AD1C
On Thu, Oct 29, 2009 at 8:27 AM, Jon TURNEY  wrote:

> On 21/10/2009 23:27, Jim Reisert AD1C wrote:
>>
>> I'm running Cygwin 1.7 (latest) and X-Org server (latest).
>
> 'latest' is not a number :-)

You're right.  I just upgraded all to Cygwin/X Server 1.7.1

> If you can reliably reproduce the problem, please run the server with
> --logverbose 3 and generate an Xwin.0.log file for a simple sequence of
> actions which show it.

If I need to, I will - thanks!

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



What is correct way to start xterm from .XWinrc?

2009-10-28 Thread Jim Reisert AD1C
My .XWinrc file has this menu line:

"xterm"  EXEC  "xterm -e tcsh"

Since my default shell in /etc/passwd is /bin/tcsh, why should I need
to specify it here also?  If I don't specify it, a new xterm doesn't
execute my ~/.cshrc file.  I do not have a ~/.login or ~/.profile
file.

What is the right way to do this?

Thanks - Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Anyone else having new recent problems with Windows clipboard?

2009-10-21 Thread Jim Reisert AD1C
I'm running Cygwin 1.7 (latest) and X-Org server (latest).

For the past week or two, I've been having strange clipboard problems.
 The most problematic is that I can't copy/cut text in a Windows
application and paste it into a Cygwin-X application (I can copy/paste
between X applications OK).  I do use RealVNC alll day at work.  I
know a month or few back, there were some changes to fix clipboard
problems when VNC was used.  Could those problems have returned?  Is
anyone else having recent problems that they didn't have before?

Thanks - Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 won't close until backgrounded windows closed?

2009-10-18 Thread Jim Reisert AD1C
I'm running Cygwin 1.7 with latest Xorg server, etc.

I don't know what version this changed in, but I can't exit an xterm
until the Emacs process that's backgrounded in the window closes
first.  Then both windows close.  This seems like a new behavior.  Is
it desirable?

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 hangs with latest Cygwin (-62?)

2009-10-05 Thread Jim Reisert AD1C
I start my xterms this way:

"xterm"  EXEC  "xterm -e /usr/bin/tcsh"

Is there an inherent problem with this?

- Jim

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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 hangs with latest Cygwin (-62?)

2009-10-04 Thread Jim Reisert AD1C

On 10/4/2009 1:52 PM, Corinna Vinschen wrote:


Stracing shows that luit is called with `luit -argv0 -tcsh', but nowhere
in the strace tcsh is actually started.  Rather, it looks like luit
starts /bin/sh with argv[0] set to -tcsh instead.


Interesting.  When I was experimenting with -62, I noticed several 
tcsh.exe processes in the Windows task manager.  Maybe they're sort of 
starting, but don't get connected to the xterm somehow?


- Jim

--
Jim Reisert AD1C, , http://www.ad1c.us

--
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: ssh config

2009-08-18 Thread Jim Reisert AD1C
Check your /etc/passwd file
It's possible that ~ isn't really your home directory

- Jim

On Tue, Aug 18, 2009 at 9:46 AM, Mike Ayers wrote:
>
>        I'm trying to set up shortcuts in ~/.ssh/config, but it doesn't seem 
> to work.  I add:
>
> Host slate
>    Hostname quarry.slate-gravel.com
>    User fred
>
>        ...but when I try to use it:
>
> [SNIP]
> host> ssh slate
> ssh: Could not resolve hostname slate: no address associated with name
> host>
> [/SNIP]
>
>        What am I missing here?
>
>
>        Thanks,
>
> Mike
>
>



-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Is there a Windows clipboard manager that doesn't clash with -clipboard parameter?

2009-07-24 Thread Jim Reisert AD1C
Are you using the very latest X-Org server?  I was having bad problems 
with VNC, but they've since disappeared with the latest X release.


- Jim

On 7/24/2009 12:47 AM, Alister Hood wrote:


I've found that -clipboard clashes with Windows clipboard history
managers such as Ditto.  Does anybody know of a clipboard manager with
which it does work?


--
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Audible bell broken in bash/xterm

2009-07-16 Thread Jim Reisert AD1C
Mine says (242).  There is no more recent (non-experimental) version
available from Cygwin 1.7 setup.

On Thu, Jul 16, 2009 at 3:42 PM, Thomas Dickey wrote:
> On Thu, 16 Jul 2009, j...@asyn.org wrote:
>
>>
>> I've installed Cygwin/X on both XP Pro and laVista Home Basic systems and
>> the bell doesn't work. The bell does work in a console window but not in
>> an xterm. Am I missing something or is this a bug? How is the  char
>> [supposed to be] routed through bash/xterm/XWin to create the audible
>> response? Both systems are fresh installs (as of last week) with no config
>> changes or errors during the installs.
>
> What's "xterm -v" say?
>
> Audible bell was broken in #242, and fixed in #243.


-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
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: Windows 7 RC1 and Cygwin 1.7

2009-05-19 Thread Jim Reisert AD1C
The "two empty DOS windows" are conhost.exe sessions, according to Task Manager.

- Jim

On Fri, May 15, 2009 at 2:13 PM, Jim Reisert AD1C
 wrote:

> I have installed Windows 7 RC1 (64-bit) as well as Cygwin 1.7,
> including the Xorg stuff in the Cygwin setup-1.7.exe file
>
> I can start the X server OK, as well as xterm and xemacs.
>
> When I start an xterm by right-clicking on the X server icon in the
> system tray, in addition to the Xterm windows, I also get what appears
> to be two empty DOS windows - one with xwin.exe in the window title,
> one with xterm.exe in the window title.  When I close the xterm, those
> two DOS windows also disappear.
>
> Can anyone speculate why this is happening?
>
> The system is running a clean install of all this new stuff.

-- 
Jim Reisert AD1C/Ø, , http://www.ad1c.us

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



Windows 7 RC1 and Cygwin 1.7

2009-05-15 Thread Jim Reisert AD1C
I have installed Windows 7 RC1 (64-bit) as well as Cygwin 1.7,
including the Xorg stuff in the Cygwin setup-1.7.exe file

I can start the X server OK, as well as xterm and xemacs.

When I start an xterm by right-clicking on the X server icon in the
system tray, in addition to the Xterm windows, I also get what appears
to be two empty DOS windows - one with xwin.exe in the window title,
one with xterm.exe in the window title.  When I close the xterm, those
two DOS windows also disappear.

Can anyone speculate why this is happening?

The system is running a clean install of all this new stuff.

Thanks - Jim

-- 
Jim Reisert AD1C/Ø, , http://www.ad1c.us

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