Re: Xwin freezes when moving window on Solaris 10 host

2007-11-08 Thread sunriseloverr

Is there any advance about resolution of this bug? I searched the internet.
But as far as i can see, this bug hasn't been fixed. I face the same problem
on Solaris 10 with JDS3.0 for the same xwin version.


Adam Ziegler wrote:
> 
> I also have Cygwin installed, and use startxdmcp to access a solaris10
> box.  
> When running Gnome, moving a window will cause xwin to crash, and I have
> to 
> kill xwin. I can generally move a window for the first few minutes without
> a 
> crash occurring, but after that even clicking the title bar of a window
> causes 
> a crash.
> 
> 
> --
> 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/Xwin-freezes-when-moving-window-on-Solaris-10-host-tf2865227.html#a13662373
Sent from the cygwin-xfree mailing list archive at Nabble.com.


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



Re: Eliminating dead keys under X

2007-11-08 Thread xerces8
Torsten Bronger wrote :

> Hallöchen!
> 
> xerces8 writes:
> 
> > Does this problem happens with all X apps or just the one ?
> 
> With xterm and Emacs.  I didn't test other ones.  The xmodmap
> command solves the problem for both apps, so I assume that it is a
> global X setting.
> 
> > What does the X server say about it (startup or log messages) ?
> 
> What do you mean, the keyboard layout?  I don't know where to look
> this up, but German umlauts work as expected.

When you start XWin.exe, it print something like this, among other things :

(--) winConfigKeyboard - Layout: "0407" (0407) 
(--) Using preset keyboard for "German (Germany)" (407), type "4"
Rules = "xorg" Model = "pc105" Layout = "de" Variant = "(null)" Options = 
"(null)"
expected keysym, got dead_diaresis: line 143 of pc/de



Try to add this to the XWin.exe command line : -xkbvariant nodeadkeys

Regards,
David



--
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: Eliminating dead keys under X

2007-11-08 Thread Torsten Bronger
Hallöchen!

xerces8 writes:

> Does this problem happens with all X apps or just the one ?

With xterm and Emacs.  I didn't test other ones.  The xmodmap
command solves the problem for both apps, so I assume that it is a
global X setting.

> Does the keyboard behave differently in Windows ?

Well, it I don't know whether it is a global Windows feature but I
have no dead keys with Wordpad, Cygwin's Bash and PuTTY.

> What keyboard layout do you have set ?

German.

> What does the X server say about it (startup or log messages) ?

What do you mean, the keyboard layout?  I don't know where to look
this up, but German umlauts work as expected.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
  Jabber ID: [EMAIL PROTECTED]
  (See http://ime.webhop.org for ICQ, MSN, etc.)


--
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: Eliminating dead keys under X

2007-11-08 Thread xerces8
Does this problem happens with all X apps or just the one ?
Does the keyboard behave differently in Windows ?

What keyboard layout do you have set ?
What does the X server say about it (startup or log messages) ?

Regards,
David

-Original Message-
From: Torsten Bronger <[EMAIL PROTECTED]>
To: cygwin-xfree@cygwin.com
Date: Thu, 08 Nov 2007 10:46:13 +0100
Subject: Re: Eliminating dead keys under X

> Hallöchen!
> 
> Larry Hall (Cygwin X) writes:
> 
> > Torsten Bronger wrote:
> >
> >> I use X applications that run on a remote Linux server on my
> >> local Windows system.  I use PuTTY and Cygwin's X server for
> >> this.  Unfortunately, ~, ', ` etc are dead keys in this
> >> configuration.  How can I change this?
> >
> > Is something like:
> >
> >
>  2de4d298cf37c?lnk=raot>
> >
> > not the answer
> 
> Partly.  If I pass
> 
> --8<---cut here---start->8---
> keycode  21 = acute grave cedilla ogonek cedilla ogonek
> keycode  34 = udiaeresis Udiaeresis diaeresis degree diaeresis degree
> keycode  35 = plus asterisk asciitilde dead_macron asciitilde dead_macron
> keycode  48 = adiaeresis Adiaeresis asciicircum caron asciicircum caron
> keycode  49 = asciicircum degree notsign notsign notsign notsign
> keycode  51 = numbersign apostrophe grave breve grave breve
> --8<---cut here---end--->8---
> 
> as a file to xmodmap, it works.  However, the hint with XF86Config
> doesn't help me much.  I found no xorg.conf file on my Cygwin
> installation (does this mean that it's broken?) so I created on with
> 
> --8<---cut here---start->8---
> Section "InputDevice"
>   Identifier  "Generic Keyboard"
>   Driver  "kbd"
>   Option  "CoreKeyboard"
>   Option  "XkbRules"  "xorg"
>   Option  "XkbModel"  "pc105"
>   Option  "XkbLayout" "de"
>   Option  "XkbVariant""nodeadkeys"
> EndSection
> --8<---cut here---end--->8---
> 
> in /etc, with a copy in /etc/X11.  However, it didn't have any
> effect.  An .Xmodmap or .xmodmaprc in my home directory had no
> effect either.
> 
> Tschö,
> Torsten.
> 
> -- 
> Torsten Bronger, aquisgrana, europa vetus
>   Jabber ID: [EMAIL PROTECTED]
>   (See http://ime.webhop.org for ICQ, MSN, etc.)
> 
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://x.cygwin.com/docs/
> FAQ:   http://x.cygwin.com/docs/faq/
> 



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



RE: stopping the cygwin X Server

2007-11-08 Thread Phil Betts
John Windberg wrote on Wednesday, November 07, 2007 6:13 PM::

> There's a nifty startxwin.bat file for starting the x server, but I
> was wondering how to stop it. So I went searching and found:
> 
> http://x.cygwin.com/docs/ug/using-stopping.html
> 
> When you are done using Cygwin/X, press Alt-F4 to shutdown the X
> Server; this is the default key combination to shutdown the X Server.
> 
> As far as I can tell, this is quite wrong. Alt-F4 will close any open
> window, but not the server, but if you are rootless, and there are no
> X apps open, alt-f4 simply closes whichever windows app you have open.
> the xwin.exe process continues to run.
> 
> You cannot switch to the xwin process to bring it forward to then
> close it. There is no way to send an alt-f4 to it.
> 
> Should there be a stopxwin.bat?
> 
> -j

Just right click the X icon in the system tray and select "Exit"

--
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: Eliminating dead keys under X

2007-11-08 Thread Torsten Bronger
Hallöchen!

Larry Hall (Cygwin X) writes:

> Torsten Bronger wrote:
>
>> I use X applications that run on a remote Linux server on my
>> local Windows system.  I use PuTTY and Cygwin's X server for
>> this.  Unfortunately, ~, ', ` etc are dead keys in this
>> configuration.  How can I change this?
>
> Is something like:
>
> 
>
> not the answer

Partly.  If I pass

--8<---cut here---start->8---
keycode  21 = acute grave cedilla ogonek cedilla ogonek
keycode  34 = udiaeresis Udiaeresis diaeresis degree diaeresis degree
keycode  35 = plus asterisk asciitilde dead_macron asciitilde dead_macron
keycode  48 = adiaeresis Adiaeresis asciicircum caron asciicircum caron
keycode  49 = asciicircum degree notsign notsign notsign notsign
keycode  51 = numbersign apostrophe grave breve grave breve
--8<---cut here---end--->8---

as a file to xmodmap, it works.  However, the hint with XF86Config
doesn't help me much.  I found no xorg.conf file on my Cygwin
installation (does this mean that it's broken?) so I created on with

--8<---cut here---start->8---
Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "de"
Option  "XkbVariant""nodeadkeys"
EndSection
--8<---cut here---end--->8---

in /etc, with a copy in /etc/X11.  However, it didn't have any
effect.  An .Xmodmap or .xmodmaprc in my home directory had no
effect either.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
  Jabber ID: [EMAIL PROTECTED]
  (See http://ime.webhop.org for ICQ, MSN, etc.)


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