Re: ABNT2 keyboard problem with new X

2004-04-21 Thread Frédéric L. W. Meunier
Thanks. Works fine.

On Wed, 21 Apr 2004, Alexander Gottwald wrote:

> On Wed, 21 Apr 2004, Frédéric L. W. Meunier wrote:
>
> > KeyPress event, serial 27, synthetic NO, window 0xa1,
> > root 0x3a, subw 0x0, time 66861468, (-382,212), root:(428,231),
> > state 0x0, keycode 123 (keysym 0x0, NoSymbol), same_screen YES,
> > XLookupString gives 0 bytes:
> > XmbLookupString gives 0 bytes:
> > XFilterEvent returns: False
> >
> > > also try if setxkbmap -v br -model abnt2 works.
> >
> > No.
> >
> > Warning! Multiple definitions of keyboard model
> >  Using command line, ignoring X server
> > Warning! Multiple definitions of keyboard layout
> >  Using command line, ignoring X server
> > Trying to build keymap using the following components:
> > keycodes:   xfree86(abnt2)+aliases(qwerty)
> > types:  complete
> > compat: complete
> > symbols:pc/pc(pc104)+pc/br
> > geometry:   pc(abnt2)
>
> try this:
> open /etc/X11/xkb/keycodes/xfree86
> search for abnt2 and edit it that the line with AB11 is present as
> shown below.
>
> // For brazilian ABNT2 keyboard. by Ricardo Y. Igarashi([EMAIL PROTECTED])
> xkb_keycodes "abnt2" {
> include "xfree86(basic)"
>  = 94;
>  = 51;
>  = 123;
>  = 134;
> };

-- 
How to contact me - http://www.pervalidus.net/contact.html


Re: ABNT2 keyboard problem with new X

2004-04-21 Thread Alexander Gottwald
On Wed, 21 Apr 2004, Frédéric L. W. Meunier wrote:

> KeyPress event, serial 27, synthetic NO, window 0xa1,
> root 0x3a, subw 0x0, time 66861468, (-382,212), root:(428,231),
> state 0x0, keycode 123 (keysym 0x0, NoSymbol), same_screen YES,
> XLookupString gives 0 bytes:
> XmbLookupString gives 0 bytes:
> XFilterEvent returns: False
> 
> > also try if setxkbmap -v br -model abnt2 works.
> 
> No.
> 
> Warning! Multiple definitions of keyboard model
>  Using command line, ignoring X server
> Warning! Multiple definitions of keyboard layout
>  Using command line, ignoring X server
> Trying to build keymap using the following components:
> keycodes:   xfree86(abnt2)+aliases(qwerty)
> types:  complete
> compat: complete
> symbols:pc/pc(pc104)+pc/br
> geometry:   pc(abnt2)

try this:
open /etc/X11/xkb/keycodes/xfree86
search for abnt2 and edit it that the line with AB11 is present as 
shown below.
 
// For brazilian ABNT2 keyboard. by Ricardo Y. Igarashi([EMAIL PROTECTED])
xkb_keycodes "abnt2" {
include "xfree86(basic)"
 = 94;
 = 51;
 = 123;
 = 134;
};


-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: ABNT2 keyboard problem with new X

2004-04-21 Thread Frédéric L. W. Meunier
On Wed, 21 Apr 2004, Alexander Gottwald wrote:

> On Wed, 21 Apr 2004, Frédéric L. W. Meunier wrote:
>
> > Using all latest packages.
> >
> > The key with "/?°" stopped working under anything (XTerm,
> > xedit, rxvt for X...).
> >
> > I'm attaching my XWin.log.
> >
> > I've read
> > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-xkb-not-working
> >
> > Affected keycodes are
> >
> > keycode  89 = slash question degree
>
> can you please run xev, press the key and send the log of the
> KeyPress message.

KeyPress event, serial 27, synthetic NO, window 0xa1,
root 0x3a, subw 0x0, time 66861468, (-382,212), root:(428,231),
state 0x0, keycode 123 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

> also try if setxkbmap -v br -model abnt2 works.

No.

Warning! Multiple definitions of keyboard model
 Using command line, ignoring X server
Warning! Multiple definitions of keyboard layout
 Using command line, ignoring X server
Trying to build keymap using the following components:
keycodes:   xfree86(abnt2)+aliases(qwerty)
types:  complete
compat: complete
symbols:pc/pc(pc104)+pc/br
geometry:   pc(abnt2)

Now really attaching my XWin.log.

-- 
How to contact me - http://www.pervalidus.net/contact.html

XWin.log.gz
Description: Binary data


Re: ABNT2 keyboard problem with new X

2004-04-21 Thread Alexander Gottwald
On Wed, 21 Apr 2004, Frédéric L. W. Meunier wrote:

> Using all latest packages.
> 
> The key with "/?=B0" stopped working under anything (XTerm,
> xedit, rxvt for X...).
> 
> I'm attaching my XWin.log.
> 
> I've read
> http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-xkb-not-working
> 
> Affected keycodes are
> 
> keycode  89 = slash question degree

can you please run xev, press the key and send the log of the 
KeyPress message.

also try if setxkbmap -v br -model abnt2 works.

> Japanase is also broken for Haro -
> http://sources.redhat.com/ml/cygwin-xfree/2004-04/msg00244.html


-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


ABNT2 keyboard problem with new X

2004-04-20 Thread Frédéric L. W. Meunier
Using all latest packages.

The key with "/?=B0" stopped working under anything (XTerm,
xedit, rxvt for X...).

I'm attaching my XWin.log.

I've read
http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-xkb-not-working

Affected keycodes are

keycode  89 = slash question degree

Japanase is also broken for Haro -
http://sources.redhat.com/ml/cygwin-xfree/2004-04/msg00244.html

-- 
How to contact me - http://www.pervalidus.net/contact.html