[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-15 Thread Timo Aaltonen
** Changed in: xkeyboard-config (Ubuntu)
Sourcepackagename: xorg-server = xkeyboard-config
   Importance: Undecided = High
   Status: New = Triaged

** Changed in: xkeyboard-config (Ubuntu)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

** Summary changed:

- evdev-managed keyboard misdetected
+ [evdev] ABNT2 missing keys

-- 
[evdev] ABNT2 missing keys
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-14 Thread Daniel Luz
I am having the exact same problem.

The / ? stopped working once I upgraded to Intrepid, and xev emits the
same output as it does for Herbert.

As for the multimedia keys, I just reconfigured the shortcuts via gnome-
keybinding-properties, and they all seem to work. Thanks.

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-14 Thread Iñaki García Etxebarria
Same problem here with a japanese keyboard (pc106).

The symbols that do not work and used to work before the latest upgrades
(that caused also bug #255008) are ']' and '}' (which in the japanese
keyboard are in the same key), and the key for '\' and '_' (underscore,
one key again).

It still works fine in the console, and it used to work fine in hardy
with the appropriate xorg.conf. (The yen key has always been kind of
borken too, but that's a different bug, and not a regression like this).

 Option XkbRules xorg
 Option XkbModel jp106
 Option XkbLayout jp,jp
 Option XkbVariant 106,
 Option XkbOptions grp:alt_shift_toggle,grp_led:scroll

A simple way to see that something is broken (some keys are missing) is
when I try to add a japanese layout, attached goes a screenshot of that.

Notice that there is no key for ']', '}', which in the japanese keyboard
are on the same key (you use shift to select '}'), and take half of the
space assigned to 'Return' in the attached layout. Similarly for '\',
'_', this key should be taking half of the space assigned to 'Shift_R'.

** Attachment added: Broken japanese layout
   http://launchpadlibrarian.net/16840967/Screenshot.png

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-14 Thread Jonh Wendell
** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = New

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-08 Thread Timo Aaltonen
Could you try changing the layout to us, and see if it changes
anything in the behaviour.

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-08 Thread [EMAIL PROTECTED]
I just did that.

$ setxkbmap -print

xkb_keymap {
xkb_keycodes  { include evdev+aliases(qwerty) };
xkb_types { include complete  };
xkb_compat{ include complete  };
xkb_symbols   { include 
pc+br+inet(evdev)+us:2+level3(ralt_switch_for_alts_toggle):1+level3(ralt_switch_for_alts_toggle):2+group(alts_toggle)
 };
xkb_geometry  { include pc(pc104) };
};


Nothing has changed.

It's strange. It shouldn't be showing these characters:

 ç   á   à  ü


the ( ?   / ) key is still dead.

xev's output:


KeyPress event, serial 34, synthetic NO, window 0x3e1,
root 0x82, subw 0x0, time 40473547, (933,155), root:(940,206),
state 0x2010, keycode 97 (keysym 0xff24, Romaji), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x3e1,
root 0x82, subw 0x0, time 40473571, (933,155), root:(940,206),
state 0x2010, keycode 97 (keysym 0xff24, Romaji), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False


Thanks for reading.

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-07 Thread Timo Aaltonen
Please attach the output of 'setxkbmap -print'

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-07 Thread [EMAIL PROTECTED]
Here it is

$ setxkbmap -print

xkb_keymap {
xkb_keycodes  { include evdev+aliases(qwerty) };
xkb_types { include complete  };
xkb_compat{ include complete  };
xkb_symbols   { include pc+br+inet(evdev) };
xkb_geometry  { include pc(pc104) };
};

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-06 Thread Timo Aaltonen
Don't do that, the model should always be evdev since when evdev driver
is used.

Do the keys produce events? You can test that with xev. What keys are
not working?

The multimedia key shortcut defaults need to be changed in gnome-
control-center.. they probably

** Changed in: xorg-server (Ubuntu)
   Status: New = Incomplete

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-06 Thread [EMAIL PROTECTED]
Just to clear things out, I am already using de evdev driver.

Another thing I noticed is the keyboard time response repeat became to
fast.

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-06 Thread [EMAIL PROTECTED]

The Multimedia keys seems to have some kind of response of xev:

KeyPress event, serial 34, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1270921, (113,678), root:(1630,729),
state 0x10, keycode 171 (keysym 0x1008ff17, XF86AudioNext), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 36, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1271041, (113,678), root:(1630,729),
state 0x10, keycode 171 (keysym 0x1008ff17, XF86AudioNext), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyPress event, serial 36, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1277970, (113,678), root:(1630,729),
state 0x10, keycode 173 (keysym 0x1008ff16, XF86AudioPrev), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 36, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1278026, (113,678), root:(1630,729),
state 0x10, keycode 173 (keysym 0x1008ff16, XF86AudioPrev), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

FocusOut event, serial 36, synthetic NO, window 0x481,
mode NotifyNormal, detail NotifyNonlinear

_ _ _ _ _ _ _ _ _


But  the keyboard key ( ? / ) stop working:


KeyPress event, serial 34, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1182541, (161,595), root:(1678,646),
state 0x10, keycode 97 (keysym 0xff24, Romaji), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1182629, (161,595), root:(1678,646),
state 0x10, keycode 97 (keysym 0xff24, Romaji), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

ConfigureNotify event, serial 34, synthetic NO, window 0x481,
event 0x481, window 0x481, (1515,49), width 178, height 178,
border_width 2, above 0x4400041, override NO

ConfigureNotify event, serial 34, synthetic YES, window 0x481,
event 0x481, window 0x481, (1515,49), width 178, height 178,
border_width 2, above 0xe00301, override NO

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

There is no output In comparision with the working letter ( a ) key
below:

KeyPress event, serial 31, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1139995, (104,485), root:(1621,536),
state 0x10, keycode 38 (keysym 0x61, a), same_screen YES,
XLookupString gives 1 bytes: (61) a
XmbLookupString gives 1 bytes: (61) a
XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x481,
root 0x82, subw 0x0, time 1140075, (104,485), root:(1621,536),
state 0x10, keycode 38 (keysym 0x61, a), same_screen YES,
XLookupString gives 1 bytes: (61) a
XFilterEvent returns: False

_ _ _ _ _ _

It got messed up after the latest release

Hope that helps.

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-06 Thread Olivier
I suspect this bug to be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/255008

Please confirm that it is or is not

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255372] Re: evdev-managed keyboard misdetected

2008-08-06 Thread [EMAIL PROTECTED]
No exactly.

Only if I change my keyboard  to Brazilan ABNT inside Gnome-keyboard
manager, the upper arrow starts to take screenshots.

But, only if I change settings.

My problem is the ( ? / ) key went dead.

My multimedia keys stop working either. But, like I posted above, they
are alive. At least for xev, so,  it must be a configuration problem
tunning in the future will do the job.

I just noticed another thing, on the numpad the ( . ) key is not working
properly, it shows a ( , ) for now.

Hope that helps.

-- 
evdev-managed keyboard misdetected
https://bugs.launchpad.net/bugs/255372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs