Keyboard layout is not automatically detected.

2010-09-14 Thread Ozgur Murat Homurlu
Hi,

My keyboard layout is not automatically detected. Relevant info
according to your FAQ is below:


  /var/log/XWin.0.log :

[  4704.046] (--) Windows keyboard layout: 041F (041f)
Turkish Q, type 4
[  4704.046] (EE) Keyboardlayout Turkish Q (041F) is unknown,
using X server default layout




  setxkbmap tr command fixes layout problem.




  Link of description of the layout:

http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdtuq.htm



Thanks,

Özgür

--
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: Keyboard layout is not automatically detected.

2010-09-14 Thread Jon TURNEY

On 14/09/2010 09:15, Ozgur Murat Homurlu wrote:

My keyboard layout is not automatically detected. Relevant info
according to your FAQ is below:

   /var/log/XWin.0.log :

[  4704.046] (--) Windows keyboard layout: 041F (041f)
Turkish Q, type 4
[  4704.046] (EE) Keyboardlayout Turkish Q (041F) is unknown,
using X server default layout

   setxkbmap tr command fixes layout problem.


Thanks for reporting this, and the information necessary to fix it

Patch to follow to add automatic detection for Turkish Q and Turkish F 
keyboard layouts


Hopefully, this should get added to the next X server release

--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

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



[PATCH] Cygwin/X: Add turkish keyboard layouts to keyboard layout mapping table

2010-09-14 Thread Jon TURNEY
0x041f Turkish Q = layout tr
0x0001041f Turkish F = layout tr variant f

Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
---
 hw/xwin/winlayouts.h |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h
index f5397e3..d7a9f27 100644
--- a/hw/xwin/winlayouts.h
+++ b/hw/xwin/winlayouts.h
@@ -81,6 +81,8 @@ WinKBLayoutRec winKBLayouts[] =
 {  0x816, -1, pc105, pt,  NULL, NULL, Portuguese (Portugal)},
 {  0x41a, -1, pc105, hr,  NULL, NULL, Croatian},
 {  0x41d, -1, pc105, se,  NULL, NULL, Swedish (Sweden)},
+{  0x41f, -1, pc105, tr,  NULL, NULL, Turkish (Q)},
+{0x1041f, -1, pc105, tr,  f,  NULL, Turkish (F)},
 {  0x424, -1, pc105, si,  NULL, NULL, Slovenian},
 {  0x425, -1, pc105, ee,  NULL, NULL, Estonian},
 {  0x452, -1, pc105, gb,  intl, NULL, United Kingdom 
(Extended)},
-- 
1.7.1


--
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: Latest Cygwin X hangs when mouse is used to highlight text

2010-09-14 Thread Jon TURNEY

On 14/09/2010 18:51, Brian Kelly wrote:

I've been using Cygwin X trouble-free for years, and am running the latest
distribution of X and the Cygwin1.dll for at least two weeks (since the
Cygwin 1.7.7.1 release). It's been fine until this morning when it started
locking on me whenever I used the mouse to highlight text. I have NO IDEA
what changed on my system to now cause this behavior. **ANY** help you can
give to assist me would be most appreciated since I use it for all my
development efforts.


This is very likely to be some sort of problem with the clipboard integration 
code.


You might find that using the '-noclipboard' option works around the problem 
(at the cost of not being able to cut/paste between Windows and X apps).


An xserver log with '-logverbose 3' might shed a bit more light on what's 
going on.


--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
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: Latest Cygwin X hangs when mouse is used to highlight text

2010-09-14 Thread Brian Kelly
Thanks Jon for the quick reply. I attached a new log file generated with an 
attempt to highlight - followed by the hang.

Again, this worked PERFECTLY just yesterday. I ran a chkdsk on my system just 
about an hour ago, and while it repaired a few files, the problem remains.

I'll try your -noclipboard suggestion, but unfortunately for me, I do a lot of 
pasting back and forth between cygwin and native windows. I may have to go back 
to using the CMD based bash shell console window that is the cygwin default.

Not relishing that thought ...

Re-imaging my machine is not really an option either - that could set me back a 
week.

Brian Kelly



-Original Message-
From: Jon TURNEY 
Sent: Sep 14, 2010 1:47 PM

Subject: Re: Latest Cygwin X hangs when mouse is used to highlight text

On 14/09/2010 18:51, Brian Kelly wrote:
 I've been using Cygwin X trouble-free for years, and am running the latest
 distribution of X and the Cygwin1.dll for at least two weeks (since the
 Cygwin 1.7.7.1 release). It's been fine until this morning when it started
 locking on me whenever I used the mouse to highlight text. I have NO IDEA
 what changed on my system to now cause this behavior. **ANY** help you can
 give to assist me would be most appreciated since I use it for all my
 development efforts.

This is very likely to be some sort of problem with the clipboard integration 
code.

You might find that using the '-noclipboard' option works around the problem 
(at the cost of not being able to cut/paste between Windows and X apps).

An xserver log with '-logverbose 3' might shed a bit more light on what's 
going on.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer


XWin.0.log
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: Latest Cygwin X hangs when mouse is used to highlight text

2010-09-14 Thread Brian Kelly
Also - tried GVim, and it locked when I only got one character highlighted. 
Tried minTTY, and it works perfectly (of course it's not X-based). The 
cut-and-paste works flawlessly.

Again, why X highlighting and cut-and-paste worked yesterday and not today is 
the real mystery. The machine has been rebooted numerous times as well - to no 
avail.

Brian Kelly


-Original Message-
From: Brian Kelly 
Sent: Sep 14, 2010 2:52 PM

Subject: Re: Latest Cygwin X hangs when mouse is used to highlight text

Thanks Jon for the quick reply. I attached a new log file generated with an 
attempt to highlight - followed by the hang.

Again, this worked PERFECTLY just yesterday. I ran a chkdsk on my system just 
about an hour ago, and while it repaired a few files, the problem remains.

I'll try your -noclipboard suggestion, but unfortunately for me, I do a lot of 
pasting back and forth between cygwin and native windows. I may have to go 
back to using the CMD based bash shell console window that is the cygwin 
default.

Not relishing that thought ...

Re-imaging my machine is not really an option either - that could set me back 
a week.

Brian Kelly



-Original Message-
From: Jon TURNEY 
Sent: Sep 14, 2010 1:47 PM

Subject: Re: Latest Cygwin X hangs when mouse is used to highlight text

On 14/09/2010 18:51, Brian Kelly wrote:
 I've been using Cygwin X trouble-free for years, and am running the latest
 distribution of X and the Cygwin1.dll for at least two weeks (since the
 Cygwin 1.7.7.1 release). It's been fine until this morning when it started
 locking on me whenever I used the mouse to highlight text. I have NO IDEA
 what changed on my system to now cause this behavior. **ANY** help you can
 give to assist me would be most appreciated since I use it for all my
 development efforts.

This is very likely to be some sort of problem with the clipboard integration 
code.

You might find that using the '-noclipboard' option works around the problem 
(at the cost of not being able to cut/paste between Windows and X apps).

An xserver log with '-logverbose 3' might shed a bit more light on what's 
going on.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer


--
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: Latest Cygwin X hangs when mouse is used to highlight text

2010-09-14 Thread Larry Hall (Cygwin X)

On 9/14/2010 4:05 PM, Brian Kelly wrote:

Also - tried GVim, and it locked when I only got one character highlighted.
Tried minTTY, and it works perfectly (of course it's not X-based). The
cut-and-paste works flawlessly.

Again, why X highlighting and cut-and-paste worked yesterday and not today
is the real mystery. The machine has been rebooted numerous times as well -
to no avail.


You might want to look at what Windows, virus, and spyware updates occurred
recently.  It's also possible this is interference from BLODA.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


--
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: Latest Cygwin X hangs when mouse is used to highlight text

2010-09-14 Thread Brian Kelly
Jon - I tried the -noclipboard option, and you were right. I can now highlight 
and cut-and-paste within the X environment. Hope that helps you. In the 
meantime, I will use minTTY, and try to get along without X-based GVim. I sure 
hope you can find something to correct. I will cooperate and try to give you 
anything you need from me that might assist.

Thanks,
Brian Kelly


-Original Message-
From: Jon TURNEY 
Sent: Sep 14, 2010 1:47 PM

Subject: Re: Latest Cygwin X hangs when mouse is used to highlight text

On 14/09/2010 18:51, Brian Kelly wrote:
 I've been using Cygwin X trouble-free for years, and am running the latest
 distribution of X and the Cygwin1.dll for at least two weeks (since the
 Cygwin 1.7.7.1 release). It's been fine until this morning when it started
 locking on me whenever I used the mouse to highlight text. I have NO IDEA
 what changed on my system to now cause this behavior. **ANY** help you can
 give to assist me would be most appreciated since I use it for all my
 development efforts.

This is very likely to be some sort of problem with the clipboard integration 
code.

You might find that using the '-noclipboard' option works around the problem 
(at the cost of not being able to cut/paste between Windows and X apps).

An xserver log with '-logverbose 3' might shed a bit more light on what's 
going on.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer


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