Unknown Keyboard Layout

2006-03-20 Thread Wojtek Romowicz

(--) winConfigKeyboard - Layout: 0415 (0415)
(EE) Keyboardlayout Polski (programisty) (0415) is unknown


http://www.microsoft.com/globaldev/keyboards/kbdpl1.htm


---

Wojciech Romowicz
COIG SA
ul. MikoĊ‚owska 100
40-111 Katowice
tel. +48 32 7574898



smime.p7s
Description: S/MIME Cryptographic Signature


Please add automatic detection of Slovenian keyboard layout

2006-03-20 Thread David Balazic
Data as requested in FAQ point 4.1.2 :

 - The windows keyboard layout code and the layout name :
(--) winConfigKeyboard - Layout: 0424 (0424) 
(EE) Keyboardlayout Slovenian (0424) is unknown

 - The XKB layout code for this layout if you known it.
 si

 - A description how the layout looks like
the link in FAQ to  Microsoft Global Dev website is wrong.
If this helps : It is a 105 key international layout.

Regards,
David

PS: Currently my AltGr key is not working properly in X,
I will check it and report back.


-
http://noepatents.eu.org/  Innovation, not litigation !
---
David Balazic  mailto:[EMAIL PROTECTED]
HERMES Softlab http://www.hermes-softlab.com
Zagrebska cesta 104Phone: +386 2 450 8846 
SI-2000 Maribor
Slovenija
-
Be excellent to each other. -
Bill S. Preston, Esq.  Ted Theodore Logan
-

--
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: Please add automatic detection of Slovenian keyboard layout

2006-03-20 Thread David Balazic
Here is the layout : 

http://www.microsoft.com/globaldev/keyboards/kbdslove.htm

The FAQ should be fixed to point to 

http://www.microsoft.com/globaldev/reference/keyboards.mspx
instead of
http://www.microsoft.com/globaldev/reference/keyboards.aspx

I am talking about the page 

http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-submit-layout

Regards,
David

 -Original Message-
 From: David Balazic 
 Sent: Monday, March 20, 2006 2:34 PM
 To: 'cygwin-xfree@cygwin.com'
 Subject: Please add automatic detection of Slovenian keyboard layout
 
 
 Data as requested in FAQ point 4.1.2 :
 
  - The windows keyboard layout code and the layout name :
 (--) winConfigKeyboard - Layout: 0424 (0424) 
 (EE) Keyboardlayout Slovenian (0424) is unknown
 
  - The XKB layout code for this layout if you known it.
  si
 
  - A description how the layout looks like
 the link in FAQ to  Microsoft Global Dev website is wrong.
 If this helps : It is a 105 key international layout.
 
 Regards,
 David
 
 PS: Currently my AltGr key is not working properly in X,
 I will check it and report back.
 
 
 -
 http://noepatents.eu.org/  Innovation, not litigation !
 ---
 David Balazic  mailto:[EMAIL PROTECTED]
 HERMES Softlab http://www.hermes-softlab.com
 Zagrebska cesta 104Phone: +386 2 450 8846 
 SI-2000 Maribor
 Slovenija
 -
 Be excellent to each other. -
 Bill S. Preston, Esq.  Ted Theodore Logan
 -
 

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



How to run VNC thru ssh (openssh question)

2006-03-20 Thread Siegfried Heintze

I used to use the following all the time to access my Windows machine
remotely:

ssh -f -L 5901:localhost:5900 -N -C -o Compression=yes -o
CompressionLevel=9 
machine name or ip
vncviewer 

YMMV.

Obviously, you need to make sure that the port ssh is using is open
through any firewall.

None of this is really Cygwin-specific so further discussion on this l
list along this line is really off-topic though.

H... I hope that is not true. I hope this is on topic because I think it
is an issue with installing ssh. I get the following error when I try the
command above:

No matching comp found: client zlib server none,[EMAIL PROTECTED]

I tried leaving off the -o and compression flags, but this did not help. I
got the same error until I removed the -C and then it did not even give me
an error message (and still did not work).

Thanks,
Siegfried


--
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: How to run VNC thru ssh (openssh question)

2006-03-20 Thread Larry Hall (Cygwin X)

Siegfried Heintze wrote:

I used to use the following all the time to access my Windows machine
remotely:



ssh -f -L 5901:localhost:5900 -N -C -o Compression=yes -o
CompressionLevel=9 
machine name or ip

vncviewer 



YMMV.



Obviously, you need to make sure that the port ssh is using is open
through any firewall.



None of this is really Cygwin-specific so further discussion on this l
list along this line is really off-topic though.


H... I hope that is not true. I hope this is on topic because I think it
is an issue with installing ssh. I get the following error when I try the
command above:

No matching comp found: client zlib server none,[EMAIL PROTECTED]

I tried leaving off the -o and compression flags, but this did not help. I
got the same error until I removed the -C and then it did not even give me
an error message (and still did not work).


It is off-topic because there is nothing Cygwin-specific about the process to
getting this working.  So unless you can point to how this works on some
other platform and not on Cygwin, you need to find a good book, site, or
forum for ssh tunneling information.  Consulting the man page is a good start
if you haven't already.

I don't know what lines you typed to get the above error but I'm guessing from
the error you typed:

ssh -f -L 5901:localhost:5900 -N -C -o Compression=yes -o CompressionLevel=9 
[EMAIL PROTECTED]


I can't reproduce your issue.  When I try it, it tells me:

ssh: connect to host openssh.com port 22: Connection timed out


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

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