* KVM Windows keyboard layout
@ 2007-05-24 9:32 Uwe Kubosch
[not found] ` <1179999170.4616.6.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Uwe Kubosch @ 2007-05-24 9:32 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi all!
KVM is great!
I am successfully running Windows Xp on KVM-24 in Fedora 7 test 4. I
have even connected a CDROM drive, which was a bit of hassle.
One problem I have is keyboard layout. I need a Norwegian keyboard
layout to work, and I have installed this in the Linux host and in the
Windows XP guest, but no Norwegian characters show, and characters
like !"#¤%&/()=?;:_,.-<> are in different places than they should be.
Everything works fine in the host system.
Do you have any idea what I can do to fix it? Any help is greatly
appreciated.
With kind regards,
Uwe kubosch
Datek Wireless AS
Norway
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: KVM Windows keyboard layout
[not found] ` <1179999170.4616.6.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
@ 2007-05-24 9:55 ` Avi Kivity
[not found] ` <465560F5.20801-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2007-05-24 9:55 UTC (permalink / raw)
To: Uwe Kubosch; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Uwe Kubosch wrote:
> Hi all!
>
> KVM is great!
>
> I am successfully running Windows Xp on KVM-24 in Fedora 7 test 4. I
> have even connected a CDROM drive, which was a bit of hassle.
>
> One problem I have is keyboard layout. I need a Norwegian keyboard
> layout to work, and I have installed this in the Linux host and in the
> Windows XP guest, but no Norwegian characters show, and characters
> like !"#¤%&/()=?;:_,.-<> are in different places than they should be.
>
> Everything works fine in the host system.
>
> Do you have any idea what I can do to fix it? Any help is greatly
> appreciated.
>
>
Are you using vnc or sdl? According to the qemu documentation, on sdl
there should be no need for any switch, whereas on vnc you need to use -k.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: KVM Windows keyboard layout
[not found] ` <465560F5.20801-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-05-24 10:11 ` Uwe Kubosch
[not found] ` <1180001503.4616.11.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Uwe Kubosch @ 2007-05-24 10:11 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Thu, 2007-05-24 at 12:55 +0300, Avi Kivity wrote:
> > One problem I have is keyboard layout. I need a Norwegian keyboard
> > layout to work, and I have installed this in the Linux host and in the
> > Windows XP guest, but no Norwegian characters show, and characters
> > like !"#¤%&/()=?;:_,.-<> are in different places than they should be.
> >
> > Everything works fine in the host system.
> >
> > Do you have any idea what I can do to fix it? Any help is greatly
> > appreciated.
> Are you using vnc or sdl? According to the qemu documentation, on sdl
> there should be no need for any switch, whereas on vnc you need to use -k.
I use VNC. My QEMU config has this line:
<graphics type='vnc' port='-1'/>
Can I change this to sdl? Can you give me an example for this? ...or a
link to the relevant documentation :)
Uwe
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: KVM Windows keyboard layout
[not found] ` <1180001503.4616.11.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
@ 2007-05-24 10:15 ` Avi Kivity
[not found] ` <465565D4.2030002-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2007-05-24 10:15 UTC (permalink / raw)
To: Uwe Kubosch; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Uwe Kubosch wrote:
> On Thu, 2007-05-24 at 12:55 +0300, Avi Kivity wrote:
>
>>> One problem I have is keyboard layout. I need a Norwegian keyboard
>>> layout to work, and I have installed this in the Linux host and in the
>>> Windows XP guest, but no Norwegian characters show, and characters
>>> like !"#¤%&/()=?;:_,.-<> are in different places than they should be.
>>>
>>> Everything works fine in the host system.
>>>
>>> Do you have any idea what I can do to fix it? Any help is greatly
>>> appreciated.
>>>
>
>
>> Are you using vnc or sdl? According to the qemu documentation, on sdl
>> there should be no need for any switch, whereas on vnc you need to use -k.
>>
>
> I use VNC. My QEMU config has this line:
>
> <graphics type='vnc' port='-1'/>
>
> Can I change this to sdl? Can you give me an example for this? ...or a
> link to the relevant documentation :)
>
>
>
Ah, virt-manager. I think virt-manager is limited to vnc (which is a
pity - sdl is much better for desktop use).
Anyway, the Fedorans here can probably give much better information.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: KVM Windows keyboard layout
[not found] ` <465565D4.2030002-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-05-24 10:29 ` Uwe Kubosch
[not found] ` <1180002562.4616.16.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Uwe Kubosch @ 2007-05-24 10:29 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Thu, 2007-05-24 at 13:15 +0300, Avi Kivity wrote:
> >>> One problem I have is keyboard layout. I need a Norwegian keyboard
> >>> layout to work, and I have installed this in the Linux host and in the
> >>> Windows XP guest, but no Norwegian characters show, and characters
> >>> like !"#¤%&/()=?;:_,.-<> are in different places than they should be.
> >
> >> Are you using vnc or sdl? According to the qemu documentation, on sdl
> >> there should be no need for any switch, whereas on vnc you need to use -k.
> >
> > I use VNC. My QEMU config has this line:
> >
> > <graphics type='vnc' port='-1'/>
> >
> > Can I change this to sdl? Can you give me an example for this? ...or a
> > link to the relevant documentation :)
> Ah, virt-manager. I think virt-manager is limited to vnc (which is a
> pity - sdl is much better for desktop use).
>
> Anyway, the Fedorans here can probably give much better information.
Thank you for your quick and excellent answer.
If I skip the virt-manager, and start from the command line, could you
give me an example for using sdl? Something like
qemu-kvm <nice.options.here> <my.image.file>
qemu-kvm is the right program to use, right?
With kind regards,
Uwe Kubosch
Datek Wireless AS
Norway
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: KVM Windows keyboard layout
[not found] ` <1180002562.4616.16.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
@ 2007-05-24 10:56 ` Avi Kivity
[not found] ` <46556F72.8010206-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2007-05-24 10:56 UTC (permalink / raw)
To: Uwe Kubosch; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Uwe Kubosch wrote:
> If I skip the virt-manager, and start from the command line, could you
> give me an example for using sdl? Something like
>
> qemu-kvm <nice.options.here> <my.image.file>
>
> qemu-kvm is the right program to use, right?
>
>
>
qemu-kvm -m 1024 <your-image-file>
For virtual machine with 1024MB RAM.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: KVM Windows keyboard layout
[not found] ` <46556F72.8010206-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-05-24 11:09 ` Uwe Kubosch
0 siblings, 0 replies; 7+ messages in thread
From: Uwe Kubosch @ 2007-05-24 11:09 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Thu, 2007-05-24 at 13:56 +0300, Avi Kivity wrote:
> Uwe Kubosch wrote:
> > If I skip the virt-manager, and start from the command line, could you
> > give me an example for using sdl? Something like
> >
> > qemu-kvm <nice.options.here> <my.image.file>
> >
> > qemu-kvm is the right program to use, right?
> qemu-kvm -m 1024 <your-image-file>
>
> For virtual machine with 1024MB RAM.
Thank you for your answer. I got it working now!
Uwe
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-05-24 11:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-24 9:32 KVM Windows keyboard layout Uwe Kubosch
[not found] ` <1179999170.4616.6.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
2007-05-24 9:55 ` Avi Kivity
[not found] ` <465560F5.20801-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-24 10:11 ` Uwe Kubosch
[not found] ` <1180001503.4616.11.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
2007-05-24 10:15 ` Avi Kivity
[not found] ` <465565D4.2030002-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-24 10:29 ` Uwe Kubosch
[not found] ` <1180002562.4616.16.camel-iO9VbQQFnRPlHXOT3KNdiw@public.gmane.org>
2007-05-24 10:56 ` Avi Kivity
[not found] ` <46556F72.8010206-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-24 11:09 ` Uwe Kubosch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox