I don't have more ideas. And I don't have Vista + XP to test...

Sorry :(

On 4/9/07, Susan Stein <[EMAIL PROTECTED]> wrote:

Luis,

Thanks, but that did not help. I still cant use the caps lock, it just
wont
lock in the guest XP. I have to go out of the guest into the host Vista
and
lock it then go back to the guest XP to use the caps button. That is just
to
labor intensive to do while I am transcribing medical records. The same is
true for the scroll lock and the number lock. Any other ideas, besides
hooking up a completely separate keyboard for the guest XP???

Susan Stein

----------------------------------------------------------------------

Message: 1
Date: Mon, 9 Apr 2007 05:49:02 +0200
From: "Luis Gallardo" <[EMAIL PROTECTED]>
Subject: Re: [vbox-users] Keyboard Issues Reply
To: "VirtualBox end user list" <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

In your  WIN XP guest, go to Control Panel => Regional Settings. There,
select Languages and click on the "Detail" button.. Then check if you've
set
your real keyboard and layout.

I hope it helps you!

On 4/9/07, Susan Stein <[EMAIL PROTECTED]> wrote:
>
>  The host I am using is Vista and the Guest is XP Pro. How do I set the
> keyboard in the guest? If I do set it in the guest, will I also be able
to
> use it in the host. I have two monitors, so I use both OS's at the same
time
> and switch back and forth, and it is seamless. I hope this is more
> information!!!
>
>
>
> Thanks
>
> Susan
>
>
>
> Message: 1
>
> Date: Sat, 7 Apr 2007 23:03:36 -0400
>
> From: "Luis Gallardo" <[EMAIL PROTECTED]>
>
> Subject: Re: [vbox-users] Keyboard issues
>
> To: "VirtualBox end user list" <[email protected]>
>
> Message-ID:
>
>       <[EMAIL PROTECTED]>
>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
>
> What are your host and guest OS? Try setting the keyboard on the
guest...
>
>
>
> If you give more information, maybe somebody would help you out!!
>
>
>
> On 4/7/07, Susan Stein <[EMAIL PROTECTED]> wrote:
>
> >
>
> >  I am having issues with my keyboard in the guest. I can't access my
>
> > number lock, scroll lock, or caps lock keys while in the host, they
>
> > just won't work. Also when I use the shift button to type all caps,
>
> > the space key won't work, I have to un-shift and space and then
re-shift
> to type all caps.
>
> > Is there any solution to this. I have reinstalled the guest additions
>
> > and it does not seem to help. Thanks.
>
> >
>
> >
>
> >
>
> > Susan Stein
>
> >
>
> > [image: []]
>
> >
>
> > _______________________________________________
>
> > vbox-users mailing list
>
> > [email protected]
>
> > http://vbox.innotek.de/mailman/listinfo/vbox-users
>
> >
>
> >
>
> >
>
>
>
>
>
> --
>
> Saludos,
>
> Luis Gallardo
>
>
>
>
>
> Susan Stein
>
> [image: []]
>
> _______________________________________________
> vbox-users mailing list
> [email protected]
> http://vbox.innotek.de/mailman/listinfo/vbox-users
>
>
>


--
Saludos,
Luis Gallardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:

http://vbox.innotek.de/pipermail/vbox-users/attachments/20070409/07ed2aed/at
tachment.html

------------------------------

Message: 2
Date: Sun, 8 Apr 2007 21:28:51 -0700 (PDT)
From: Michael Taylor <[EMAIL PROTECTED]>
Subject: Re: [vbox-users] 3D Acceleration Support and why it wont
        happen  anytime soon
To: VirtualBox end user list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Qemu has an experimental patch with 3D OpenGL support:

Experimental patch providing accelerated OpenGL
http://qemu-forum.ipi.fi/viewtopic.php?t=2984

ppracer has 40 FPS emulated, 60 FPS native, and there is initial support
for
Windows guests.

"Antonio Augusto (Mancha)" <[EMAIL PROTECTED]> wrote: For option "b",
the OpenGL side already has some work done:
http://www.cs.toronto.edu/~andreslc/xen-gl/
The D3D side is, as everything involving Microsoft, more problematic.
Wine is your frind, and if you say its "too buggy", you can't get
anything better at the OSS word, and they are doing a heck of a job if
you ask me.

Some time ago I read about making 3D work on virtual machines, and the
guy said there were two options: Virtualize the hardware or virtualize
the API, course the second is easier, and thats what VMGL does, its
intercepts OGL calls and forward them to the server. So the
VirtualCard can be anything, and it will just forward things between
host and guest.
First option is a lot harder, as you need to write the FULL OGL and
D3D implementation/Driver and virtualize all the calls to teh
PCI/AGP/PCIE card, and, for now, i don't see any "real" benefit on
doing it.

So my vote? Go with the virtualized API and let people play ;)



On 4/8/07, Alexey Eremenko  wrote:
> hi all !
>
> since there are many questions - so I would like to write : "why there
> won't be a 3D support anytime soon"
>
> The problem:
> To get a 3D support, you have to have a virtual 3D hardware and
> several drivers - 1 for OpenGL and 1 for Direct3D.
>
> Possible solutions:
> a. Emulate a real 3D card such as GeForce - it solves the drivers
> problem automatically - but this card is closed-source hardware, so we
> can't simply emulate it, + it will be damn slow.
> This is very very difficult to do technically, so probably, it won't
happen.
>
> b. Use virtualized hardware, such as Virtualbox 3D accelerator - and
> write 3D drivers for that one. Remember - both OpenGL and Direct3D
> drivers are needed for several guest OSes.
>
> The OpenGL problem can be resolved theoretically easier - we could run
> virtualized-Mesa3D on top of host's OpenGL and we are done.
> The DirectX problem is much more difficult - we will have to translate
> DirectX instructions into OpenGL instructions, like Wine does - but
> the problem with Wine is that it's too buggy and many games won't run.
> So it must be debugged along the way.
> This will allow to reach 99% of native speed, so this is very fast
solution.
>
> solution b is Very Difficult task as well, but more realistic than a.
>
> Innotek also don't see the need to work on 3D virtualization. VMware
> were working on it since about 2005, and already have BETA product
> that supports 3D, called VMware Fusion.
>
> Innotek seems no to have any plans to even start such a project, so my
> take is that it won't happen at least until 2010...
>
> --
> -Alexey Eremenko "Technologov"
>
> _______________________________________________
> vbox-users mailing list
> [email protected]
> http://vbox.innotek.de/mailman/listinfo/vbox-users
>


--
As coisas s?o como elas s?o porque ? assim que as fizemos ser.

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users



---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:

http://vbox.innotek.de/pipermail/vbox-users/attachments/20070408/75dbeb57/at
tachment-0001.htm

------------------------------

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users


End of vbox-users Digest, Vol 4, Issue 11
*****************************************



_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users




--
Saludos,
Luis Gallardo
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to