Re: updated 1.7 -> rxvt-x crashes

2009-08-01 Thread Frédéric Bron
>> Also in the mintty terminal, I have the following issue:
>>
>> make: /bin/sh: Command not found
>> make: execvp: /bin/sh: Permission denied
>>
>> So I think it may not be a xfree issue.
>
> http://cygwin.com/ml/cygwin-announce/2009-08/msg0.html ?

That was it! Thanks a lot.

Frédéric

--
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 1.7 -> rxvt-x crashes

2009-08-01 Thread Yaakov (Cygwin/X)

On 02/08/2009 01:01, Frédéric Bron wrote:

Also in the mintty terminal, I have the following issue:

make: /bin/sh: Command not found
make: execvp: /bin/sh: Permission denied

So I think it may not be a xfree issue.


http://cygwin.com/ml/cygwin-announce/2009-08/msg0.html ?


Yaakov
Cygwin/X

--
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 1.7 -> rxvt-x crashes

2009-08-01 Thread Frédéric Bron
>> I updated cygwin 1.7 this morning and rxvt-x shortcut does not work
>> any more. The window appears and disappears quickly.
>> Here is the content of /var/log/XWin.0.log if it can help.
>> Launching rxvt from a mintty terminal works fine.
>
> In fact from mintty I can launch rxvt with command:
> $ rxvt
> but not with command that is in the windows shortcut:
> $ rxvt -e /bin/bash --login


Also in the mintty terminal, I have the following issue:

make: /bin/sh: Command not found
make: execvp: /bin/sh: Permission denied

So I think it may not be a xfree issue.

Frédéric

--
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 1.7 -> rxvt-x crashes

2009-08-01 Thread Frédéric Bron
> I updated cygwin 1.7 this morning and rxvt-x shortcut does not work
> any more. The window appears and disappears quickly.
> Here is the content of /var/log/XWin.0.log if it can help.
> Launching rxvt from a mintty terminal works fine.

In fact from mintty I can launch rxvt with command:
$ rxvt
but not with command that is in the windows shortcut:
$ rxvt -e /bin/bash --login

Frédéric

--
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 utf8 cyrillic

2009-08-01 Thread KMiller

The first thing I noticed was that in the xterm menus, the defaults in
.Xdefaults (after xrdb load) are checked if they have been set.  That said,
no matter what I try in .Xdefaults, the UTF-8 option under VT Fonts is never
checked.  Don't know if that indicates a problem or not.  

Nonetheless, when I set a font and then manually check the UTF-8 option  -
the Cyrillic output is garbled.  

Only when I do not set a font and allow xterm to handle all font selections
does the output display properly.  

What I would like to know is what xterm is selecting internally so I can
mimic that in my .Xdefaults.  I've looked at the utilities xwininfo, xprop,
and xlsatoms but can't really see any info that helps me figure out what is
being used.


.Xdefaults:
XTerm*jumpScroll:   on
XTerm*pointerShape: arrow
XTerm*pointerColor: white
XTerm*pointerBackgroundColor: white
XTerm*cursorColor:  yellow1
XTerm*borderColor:  red
XTerm*reverseVideo: 1
XTerm*foreground:   green
XTerm*background:   black
XTerm*scrollKey:on
XTerm*highlight:white
XTerm*saveLines:1000
XTerm*loginShell:   1
! have to comment this out for cyrillic to display...
XTerm*font:
-Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO8859-1
!xterm*toolBar: false
XTerm*vt100*geometry:   117x36+25+26

*VT100*scrollbar.width: 14
*VT100*scrollbar.background:gray60
*VT100*scrollbar.foreground:rgb:a/5/5
*VT100*scrollbar.borderWidth:   0
*VT100*rightScrollBar: true
*VT100*scrollBar: true
*VT100*scrollLines: 1000

*utf8: 2

-km


Thomas Dickey-2 wrote:
> 
> On Sat, 1 Aug 2009, KMiller wrote:
> 
>>
>> I'm trying to set up xterm to handle output from mysql queries that
>> contains
>> cyrillic.  I had success when I 1) did not specify a font in .Xdefaults
>> 2) selected UTF-8 under VT FONTS
>>
>> Under those conditions, the cyrillic characters print and all is good.
>>
>> But, no matter what I do in .xDefaults, I can not enable xterm to
>> duplicate
>> that behaviour by default.  I always have to manually do the above steps.
>>
>> Any ideas/advice on making this the default?
> 
> well... (not having that particular configuration at hand, but able
> to explain): selecting UTF-8 under the VT Fonts tells xterm to do
> two things:
> 
>   a) switch the character-encoding from ISO-8859-1 (or whatever)
>  to UTF-8, which corresponds to the utf8 resource setting.
> 
>   b) select the font from (unless overridden) the utf8Fonts
>  resources.  Having a resource like "*font:fixed" would
>  override that, due to the wildcard.
> 
> So it might be as simple as setting the utf8 resource in .Xdefaults:
> 
>   *utf8: 2
> 
> -- 
> Thomas E. Dickey
> http://invisible-island.net
> ftp://invisible-island.net
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://x.cygwin.com/docs/
> FAQ:   http://x.cygwin.com/docs/faq/
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/xterm-utf8-cyrillic-tp24766754p24772037.html
Sent from the cygwin-xfree mailing list archive at Nabble.com.


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



updated 1.7 -> rxvt-x crashes

2009-08-01 Thread Frédéric Bron
Hi,

I updated cygwin 1.7 this morning and rxvt-x shortcut does not work
any more. The window appears and disappears quickly.
Here is the content of /var/log/XWin.0.log if it can help.
Launching rxvt from a mintty terminal works fine.

Frédéric

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.6.2.0 (20090722)
Contact: cygwin-xfree@cygwin.com
XWin was started with the following command line:

/usr/bin/XWin -multiwindow -clipboard -silent-dup-error

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1920 h 1200
winInitializeDefaultScreens - Returning
2009-08-01 19:16:12 _XSERVTransSocketOpenCOTSServer: Unable to open
socket for inet6
2009-08-01 19:16:12 _XSERVTransOpen: transport open failed for
inet6/VOR-CRV-01660:0
2009-08-01 19:16:12 _XSERVTransMakeAllCOTSServerListeners: failed to
open listener for inet6
2009-08-01 19:16:13 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
2009-08-01 19:16:13 (II) XF86Config is not supported
2009-08-01 19:16:13 (II) See
http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
2009-08-01 19:16:13 winPrefsLoadPreferences: /cygdrive/d/Documents/.XWinrc
2009-08-01 19:16:13 winDetectSupportedEngines - Windows NT/2000/XP
2009-08-01 19:16:13 winDetectSupportedEngines - DirectDraw installed
2009-08-01 19:16:13 winDetectSupportedEngines - DirectDraw4 installed
2009-08-01 19:16:13 winDetectSupportedEngines - Returning, supported
engines 0007
2009-08-01 19:16:13 winSetEngine - Multi Window or Rootless => ShadowGDI
2009-08-01 19:16:13 winAdjustVideoModeShadowGDI - Using Windows
display depth of 32 bits per pixel
2009-08-01 19:16:13 winAllocateFBShadowGDI - Creating DIB with width:
1920 height: 1200 depth: 32
2009-08-01 19:16:13 winFinishScreenInitFB - Masks: 00ff ff00 00ff
2009-08-01 19:16:13 winInitVisualsShadowGDI - Masks 00ff ff00
00ff BPRGB 8 d 24 bpp 32
2009-08-01 19:16:13 null screen fn ReparentWindow
2009-08-01 19:16:13 null screen fn RestackWindow
2009-08-01 19:16:13 InitQueue - Calling pthread_mutex_init
2009-08-01 19:16:13 InitQueue - pthread_mutex_init returned
2009-08-01 19:16:13 InitQueue - Calling pthread_cond_init
2009-08-01 19:16:13 InitQueue - pthread_cond_init returned
2009-08-01 19:16:13 winInitMultiWindowWM - Hello
2009-08-01 19:16:13 winInitMultiWindowWM - Calling pthread_mutex_lock ()
2009-08-01 19:16:13 winMultiWindowXMsgProc - Hello
2009-08-01 19:16:13 winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
2009-08-01 19:16:13 Screen 0 added at XINERAMA coordinate (0,0).
2009-08-01 19:16:13 MIT-SHM extension disabled due to lack of kernel support
2009-08-01 19:16:13 (II) AIGLX: Loaded and initialized
/usr/lib/dri/swrast_dri.so
2009-08-01 19:16:13 (II) GLX: Initialized DRISWRAST GL provider for screen 0
2009-08-01 19:16:16 winPointerWarpCursor - Discarding first warp: 960 600
2009-08-01 19:16:16 (--) 3 mouse buttons found
2009-08-01 19:16:16 (--) Setting autorepeat to delay=500, rate=31
2009-08-01 19:16:16 (--) winConfigKeyboard - Layout: "040C" (040c)
2009-08-01 19:16:16 (--) Using preset keyboard for "French (Standard)"
(40c), type "4"
2009-08-01 19:16:16 Rules = "xorg" Model = "pc105" Layout = "fr"
Variant = "(null)" Options = "(null)"
2009-08-01 19:16:17 winInitMultiWindowWM - pthread_mutex_lock () returned.
2009-08-01 19:16:17 winInitMultiWindowWM - pthread_mutex_unlock () returned.
2009-08-01 19:16:17 winMultiWindowXMsgProc - pthread_mutex_lock () returned.
2009-08-01 19:16:17 winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0
2009-08-01 19:16:17 winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
2009-08-01 19:16:17 winProcEstablishConnection - Hello
2009-08-01 19:16:17 winInitClipboard ()
2009-08-01 19:16:17 winClipboardProc - Hello
2009-08-01 19:16:17 DetectUnicodeSupport - Windows NT/2000/XP
2009-08-01 19:16:17 winProcEstablishConnection - winInitClipboard returned.
2009-08-01 19:16:17 winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0
2009-08-01 19:16:17 winClipboardProc - DISPLAY=127.0.0.1:0.0
2009-08-01 19:16:17 winMultiWindowXMsgProc - XOpenDisplay () returned
and successfully opened the display.
2009-08-01 19:16:17 winInitMultiWindowWM - XOpenDisplay () returned
and successfully opened the display.
2009-08-01 19:16:17 winClipboardProc - XOpenDisplay () returned and
successfully opened the display.

--
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 utf8 cyrillic

2009-08-01 Thread Thomas Dickey

On Sat, 1 Aug 2009, KMiller wrote:



I'm trying to set up xterm to handle output from mysql queries that contains
cyrillic.  I had success when I 1) did not specify a font in .Xdefaults
2) selected UTF-8 under VT FONTS

Under those conditions, the cyrillic characters print and all is good.

But, no matter what I do in .xDefaults, I can not enable xterm to duplicate
that behaviour by default.  I always have to manually do the above steps.

Any ideas/advice on making this the default?


well... (not having that particular configuration at hand, but able
to explain): selecting UTF-8 under the VT Fonts tells xterm to do
two things:

a) switch the character-encoding from ISO-8859-1 (or whatever)
   to UTF-8, which corresponds to the utf8 resource setting.

b) select the font from (unless overridden) the utf8Fonts
   resources.  Having a resource like "*font:fixed" would
   override that, due to the wildcard.

So it might be as simple as setting the utf8 resource in .Xdefaults:

*utf8: 2

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

--
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 utf8 cyrillic

2009-08-01 Thread KMiller

I'm trying to set up xterm to handle output from mysql queries that contains
cyrillic.  I had success when I 1) did not specify a font in .Xdefaults
2) selected UTF-8 under VT FONTS

Under those conditions, the cyrillic characters print and all is good.

But, no matter what I do in .xDefaults, I can not enable xterm to duplicate
that behaviour by default.  I always have to manually do the above steps.

Any ideas/advice on making this the default?

Thanks, -km

-- 
View this message in context: 
http://www.nabble.com/xterm-utf8-cyrillic-tp24766754p24766754.html
Sent from the cygwin-xfree mailing list archive at Nabble.com.


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