[Bug 443496] New: kvm: arrow keys do not work
https://bugzilla.novell.com/show_bug.cgi?id=443496 Summary: kvm: arrow keys do not work Product: openSUSE 11.1 Version: Beta4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bphilips@novell.com QAContact: qa@suse.de CC: agraf@novell.com Found By: --- Tested on openSUSE 11.1 Beta 4 (kvm-77-something) and OBS (kvm-78-8.1). The arrow keys on my keyboard do not work in KVM. However, the numpad arrow keys do. These don't work: http://upload.wikimedia.org/wikipedia/commons/8/8c/Arrow_keys.jpg These do work: http://www.irider.com/help/NumpadGuide.jpg I am looking at it now but figured I should file a report first. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |brogers@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User agraf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c1 --- Comment #1 from Alexander Graf <agraf@novell.com> 2008-11-10 14:46:19 MST --- I tend to use arrow keys a lot, so I'm pretty sure they worked for me ;-). What windowmanager do you use on the host? Do you use X forwarding? Does it work with -vnc? Maybe -k en helps? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c2 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |agraf@novell.com --- Comment #2 from Brandon Philips <bphilips@novell.com> 2008-11-10 15:27:38 MST --- (In reply to comment #1 from Alexander Graf)
I tend to use arrow keys a lot, so I'm pretty sure they worked for me ;-). What windowmanager do you use on the host?
GNOME
Do you use X forwarding?
Negative.
Does it work with -vnc? Maybe -k en helps?
Setting -k en-us fixes the issue... now why do I need to provide that? :D -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c3 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|agraf@novell.com | --- Comment #3 from Brandon Philips <bphilips@novell.com> 2008-11-10 15:28:16 MST --- Oops. I set NEEDINFO accidentally. Removing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User agraf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c4 --- Comment #4 from Alexander Graf <agraf@novell.com> 2008-11-10 15:32:41 MST --- By default KVM (qemu) uses a hack in SDL, where SDL provides raw keyboard codes, so it doesn't have to map from the symbol (letter 'a') to the keycode (raw key nr. 128). This hack breaks on some systems, like Windows, since SDL there doesn't provide raw X11 keycodes (obviously). So something in the SDL raw keycode reading is wrong or has changed. Is this on STABLE? If so, I'd guess it's a change in SDL that triggered this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c5 --- Comment #5 from Brandon Philips <bphilips@novell.com> 2008-11-10 15:46:54 MST --- (In reply to comment #4 from Alexander Graf)
By default KVM (qemu) uses a hack in SDL, where SDL provides raw keyboard codes, so it doesn't have to map from the symbol (letter 'a') to the keycode (raw key nr. 128). This hack breaks on some systems, like Windows, since SDL there doesn't provide raw X11 keycodes (obviously).
So something in the SDL raw keycode reading is wrong or has changed. Is this on STABLE? If so, I'd guess it's a change in SDL that triggered this.
This is on Beta 4. It works on my laptop without providing -k but breaks on my Desktop. The desktop provides different keycodes for the arrow keys. Attaching xev output from the two machines. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c6 --- Comment #6 from Brandon Philips <bphilips@novell.com> 2008-11-10 15:47:41 MST --- Created an attachment (id=251172) --> (https://bugzilla.novell.com/attachment.cgi?id=251172) keycodes from the broken machine -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c7 --- Comment #7 from Brandon Philips <bphilips@novell.com> 2008-11-10 15:48:46 MST --- Created an attachment (id=251173) --> (https://bugzilla.novell.com/attachment.cgi?id=251173) keycodes from the working machine -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User agraf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c8 --- Comment #8 from Alexander Graf <agraf@novell.com> 2008-12-16 03:35:04 MST --- Do you still see the issues with 11.1-GM? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=443496 User agraf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=443496#c9 Alexander Graf <agraf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |bphilips@novell.com --- Comment #9 from Alexander Graf <agraf@novell.com> 2009-01-04 18:33:27 MST --- ping -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com