[Bug 427612] Re: does not pass pressed caps lock to client

2010-11-17 Thread Benjamin Drung
I am reopening the bug for qemu-kvm, because the patch was dropped in
0.12.4+noroms-0ubuntu1.

** Changed in: qemu-kvm (Ubuntu)
   Status: Fix Released = New

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-11-17 Thread Benjamin Drung
I modified qemu-kvm to show what keys it receives (patch attached). I am
using the German NEO layout and I get one press and one release event.
Here's the output, if I first press 'caps lock' and then '#':

sdl_process_key({type=0x2,which=0x0,state=0x1,keysym={scancode=0x42,sym=0x139,mod=0x0,unicode=0x0}})
keycode = 0x3a
kbd_put_keycode(0x3a)
kbd_put_keycode(0xba)

sdl_process_key({type=0x3,which=0x0,state=0x0,keysym={scancode=0x42,sym=0x139,mod=0x0,unicode=0x0}})
keycode = 0x3a
kbd_put_keycode(0x3a)
kbd_put_keycode(0xba)

sdl_process_key({type=0x2,which=0x0,state=0x1,keysym={scancode=0x33,sym=0x139,mod=0x0,unicode=0x0}})
keycode = 0x2b
kbd_put_keycode(0x2b)

sdl_process_key({type=0x3,which=0x0,state=0x0,keysym={scancode=0x33,sym=0x139,mod=0x0,unicode=0x0}})
keycode = 0x2b
kbd_put_keycode(0xab)


** Patch added: kvm-showkeys.patch
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/427612/+attachment/1736687/+files/kvm-showkeys.patch

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-11-17 Thread Serge Hallyn
Capslock turning on:

sdl_process_key({type=0x2,which=0x0,state=0x1,keysym={scancode=0x42,sym=0x12d,mod=0x2000,unicode=0x0}})
keycode = 0x3a
kbd_put_keycode(0x3a)
kbd_put_keycode(0xba)

capslock turning off:

sdl_process_key({type=0x3,which=0x0,state=0x0,keysym={scancode=0x42,sym=0x12d,mod=0x0,unicode=0x0}})
keycode = 0x3a
kbd_put_keycode(0x3a)
kbd_put_keycode(0xba)

Unlike other keys, everything gets dumped at once at keydown - nothing
new is generated at keyup.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-11-17 Thread Serge Hallyn
Uh, but capslock works for me!  In the stock 0.12.5 maverick qemu-kvm
package.

(I hadn't noticed before, because I generally keep capslock set as an
additional control).

So this bug is, in fact fix committed.  It sounds like you have a differnet bug 
relating
to your keyboard layout.  Please do open a new bug for it.

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Fix Released

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/qemu-kvm

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-04-01 Thread Dustin Kirkland
Ben-

Please email your patch to the upstream QEMU mailing list:
 * http://lists.nongnu.org/mailman/listinfo/qemu-devel

I have been very diligent about ensuring that all patches we carry
against qemu-kvm are sent to upstream, and are either a) +1'd and
accepted upstream, or b) +0'd and we carry it in Ubuntu.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-04-01 Thread Paolo Bonzini
This patch has already been nacked because caps lock works in every
other distro.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-03-31 Thread Benjamin Drung
Debian bug #317010 is about 205_lock_keys.diff, but libsdl1.2debian
1.2.14-4ubuntu1 does not apply this patch. Therefore I doubt that this
patch is the reason for this bug.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 0.12.3+noroms-0ubuntu4

---
qemu-kvm (0.12.3+noroms-0ubuntu4) lucid; urgency=low

  * debian/patches/SDL-wrong-behaviour-of-caps-lock.patch:
Qemu does not pass pressed capslock to client, LP: #427612
 -- Benjamin Drung bdr...@ubuntu.com   Thu, 01 Apr 2010 00:22:02 +0200

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Fix Released

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 427612] Re: does not pass pressed caps lock to client

2010-03-12 Thread Shahar Havivi
The solution is revert this SDL patch
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010

or use this patch in lucid qemu
http://launchpadlibrarian.net/39076020/SDL-wrong-behaviour-of-caps-lock.patch

On Wed, Mar 10, 2010 at 3:43 AM, Benjamin Drung
benjamin.dr...@gmail.com wrote:
 The bug is still there (lucid guest on lucid host).

 qemu-kvm 0.12.3-0ubuntu11
 libsdl1.2debian 1.2.14-4ubuntu1

 --
 does not pass pressed caps lock to client
 https://bugs.launchpad.net/bugs/427612
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in QEMU: Invalid
 Status in “libsdl1.2” package in Ubuntu: Incomplete
 Status in “qemu-kvm” package in Ubuntu: Confirmed
 Status in “libsdl1.2” package in Debian: Unknown

 Bug description:
 Binary package hint: qemu-kvm

 I have set the keyboard layout to German NEO 2 [1] in the host and the client 
 (both current karmic). The caps lock is used as modifier (similar to shift) 
 in NEO. When I press caps lock + t, then the client prints a t instead 
 of a -. It seems that the pressed caps lock is not passed to the client.

 [1] http://www.neo-layout.org/

 ProblemType: Bug
 Architecture: amd64
 Date: Fri Sep 11 01:38:58 2009
 DistroRelease: Ubuntu 9.10
 KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
 UID        PID  PPID  C    SZ   RSS PSR STIME TTY          TIME CMD
 Package: qemu-kvm 0.11.0~rc2-0ubuntu2
 PccardctlIdent:

 PccardctlStatus:

 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-generic 
 root=UUID=37b01f5a-a578-49d6-a812-f166b103e68a ro quiet splash
 ProcEnviron:
  LANG=de_DE.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.31-10.31-generic
 SourcePackage: qemu-kvm
 Uname: Linux 2.6.31-10-generic x86_64
 dmi.bios.date: 07/15/2009
 dmi.bios.vendor: Intel Corp.
 dmi.bios.version: DPP3510J.86A.0572.2009.0715.2346
 dmi.board.asset.tag: Base Board Asset Tag
 dmi.board.name: DG33TL
 dmi.board.vendor: Intel Corporation
 dmi.board.version: AAD89517-802
 dmi.chassis.type: 3
 dmi.modalias: 
 dmi:bvnIntelCorp.:bvrDPP3510J.86A.0572.2009.0715.2346:bd07/15/2009:svn:pn:pvr:rvnIntelCorporation:rnDG33TL:rvrAAD89517-802:cvn:ct3:cvr:

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/qemu/+bug/427612/+subscribe


-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-03-09 Thread Benjamin Drung
The bug is still there (lucid guest on lucid host).

qemu-kvm 0.12.3-0ubuntu11
libsdl1.2debian 1.2.14-4ubuntu1

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-14 Thread Benjamin Drung
I still experience this bug in lucid (with an lucid guest). My use case
is the NEO2 keyboard layout.

qemu-kvm 0.12.2-0ubuntu6
libsdl1.2debian 1.2.14-1ubuntu2

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = Confirmed

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-13 Thread Paolo Bonzini
The faulty patch indeed is only present until Karmic
(205_lock_keys.diff, not 005).  I guess that then the best workaround is
to patch the karmic qemu-kvm as in comment #13.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Anthony Liguori
This is a bug in a patch introduced by debian. The patch changes the
behavior of the caplocks key in such a way that it breaks any
application that is actually using SDL correctly.  See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010

This patch should be removed from the libsdl package.

** Also affects: libsdl1.2 (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #317010
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010

** Changed in: qemu
   Status: Confirmed = Invalid

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Brian Murray
** Tags added: patch

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Paolo Bonzini
** Also affects: libsdl1.2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010
   Importance: Unknown
   Status: Unknown

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Paolo Bonzini
The sdl patch was correctly submitted as

+SDL_UseLockKeys = getenv (SDL_DISABLE_LOCK_KEYS) == NULL;

...

+use_lock_keys = SDL_UseLockKeys;

...

+if (!use_lock_keys)
+break;

(i.e. by default do not change anything) but the maintainer apparently
morphed it into

+SDL_UseLockKeys = getenv(SDL_DISABLE_LOCK_KEYS);

...

+ use_lock_keys = ( SDL_UseLockKeys  *SDL_UseLockKeys );

...

+ if ( ! use_lock_keys )
+ break;

which changed the meaning of SDL_DISABLE_LOCK_KEYS and, at the same
time, the default.  A better patch to qemu would be to stick

putenv (SDL_DISABLE_LOCK_KEYS, howlame);

before SDL_Init.  Also totally inacceptable by upstream, but at least it
doesn't break Debian/Ubuntu qemu if the wrong 205_lock_keys.patch is
removed from libsdl.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Dustin Kirkland
The libsdl1.2 package in Ubuntu is no longer carrying that patch,
debian/patches/005_lock_keys.diff.  So I don't think that's quite the
cause of this.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Dustin Kirkland
So let's take a step back here...

Can anyone confirm the bug on Lucid's qemu-kvm 0.12.2 and libsdl1.2?

I'm running there, and in my guest I can toggle my capslock on/off, and
it works as i'd expect.

asdfasdfasdfASDFASDFASDFasdfasfdasdfASDFASDFASFDasdfasfdasdfASDFASDFASDF

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: libsdl1.2 (Ubuntu)
   Status: New = Incomplete

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Brian Murray
** Tags removed: patch

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 427612] Re: does not pass pressed caps lock to client

2010-02-11 Thread Dustin Kirkland
Great, thanks.

Anthony-

Can you tell us if this patch is acceptable upstream?  I have asked
the submitter to post it to qemu-de...@.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-11 Thread Anthony Liguori
I don't think we can unconditionally change the behavior as that would
introduce regressions on other platforms.

Without understanding the underlying SDL problem, I'm not convinced we
wouldn't see problems just on Ubuntu either.  It could be something
weird that's linked to an SDL input driver.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-11 Thread Shahar Havivi
Fix patch to Qemu code standard

** Patch added: SDL-wrong-behaviour-of-caps-lock.patch
   http://launchpadlibrarian.net/39076020/SDL-wrong-behaviour-of-caps-lock.patch

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2009-09-12 Thread Benjamin Drung
Dustin,

shift+capslock does not work either. E.g. if I press shift+capslock+t it
results in a T.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2009-09-11 Thread Anthony Liguori
Please enter your full qemu command line into the bug report.

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2009-09-11 Thread Benjamin Drung
Here is it:

kvm -m 1024 -smp 2 -net nic,model=virtio -net user -drive
file=karmic.img,if=virtio,boot=on

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2009-09-10 Thread Benjamin Drung

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/31627846/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/31627847/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/31627848/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/31627849/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/31627850/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/31627851/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/31627852/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/31627853/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/31627854/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/31627855/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/31627856/UdevLog.txt

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2009-09-10 Thread Dustin Kirkland
Hmm, I was able to confirm this partially.

However, I also found that if I press shift-capslock, I am able to pass
this to the kvm guest.

Can you test that?

:-Dustin

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = Confirmed

** Also affects: qemu
   Importance: Undecided
   Status: New

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427612] Re: does not pass pressed caps lock to client

2009-09-10 Thread Dustin Kirkland
Anthony-

Any recommendations here?

:-Dustin

** Changed in: qemu
   Importance: Undecided = Low

** Changed in: qemu
   Status: New = Confirmed

-- 
does not pass pressed caps lock to client
https://bugs.launchpad.net/bugs/427612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs