Virtual PC Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Video card for VM

 
Post new topic   Reply to topic    Virtual PC Forum Index -> Virtual PC
Author Message
DarkSpin



Joined: 01 Feb 2008
Posts: 1

PostPosted: Fri Feb 01, 2008 7:58 am    Post subject: Video card for VM Reply with quote

It is kinda stupid that it does not just use the video card on the HOST
instead of a FAKE 2D card that is worthles for developers like me. so much
for testing my programs. "MUST HAVE 3D capablity."

Archived from group: microsoft>public>virtualpc
Back to top
View user's profile Send private message
Robert Comer



Joined: 22 Aug 2007
Posts: 447

PostPosted: Fri Feb 01, 2008 2:43 pm    Post subject: Re: Video card for VM Reply with quote

>All hardware inside a virtual machine is virtualised, apart from the CPU and
>RAM which are emulated...

Actually it's the other way around. The CPU and RAM is virtualized,
the rest is emulated.

--
Bob Comer




On Fri, 1 Feb 2008 11:28:36 -0000, "Mark Rae [MVP]"
wrote:

>"DarkSpin" wrote in message
>@microsoft.com...
>
>> It is kinda stupid that it does not just use the video card on the HOST
>> instead of a FAKE 2D card that is worthles for developers like me. so much
>> for testing my programs. "MUST HAVE 3D capablity."
>
>All hardware inside a virtual machine is virtualised, apart from the CPU and
>RAM which are emulated...
>
>All current software virtualisation products do the same...
Back to top
View user's profile Send private message
Robert Comer



Joined: 22 Aug 2007
Posts: 447

PostPosted: Fri Feb 01, 2008 2:47 pm    Post subject: Re: Video card for VM Reply with quote

Unfortunately the PC architecture doesn't allow 2 systems to share the
video card, and that's just what is happening when you run a virtual
machine. Any 3D support would either have to be software emulated
(read as painful slow), or there would have to be some kind of shunt
driver in the VM to route calls through to the video card. (Which is
not so easy to do and probably hardware specific.)

--
Bob Comer




On Fri, 1 Feb 2008 02:58:00 -0800, DarkSpin
wrote:

>It is kinda stupid that it does not just use the video card on the HOST
>instead of a FAKE 2D card that is worthles for developers like me. so much
>for testing my programs. "MUST HAVE 3D capablity."
Back to top
View user's profile Send private message
Mark Rae [MVP]



Joined: 22 Aug 2007
Posts: 386

PostPosted: Fri Feb 01, 2008 4:28 pm    Post subject: Re: Video card for VM Reply with quote

"DarkSpin" wrote in message @microsoft.com...

> It is kinda stupid that it does not just use the video card on the HOST
> instead of a FAKE 2D card that is worthles for developers like me. so much
> for testing my programs. "MUST HAVE 3D capablity."

All hardware inside a virtual machine is virtualised, apart from the CPU and
RAM which are emulated...

All current software virtualisation products do the same...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Back to top
View user's profile Send private message
Mark Rae [MVP]



Joined: 22 Aug 2007
Posts: 386

PostPosted: Fri Feb 01, 2008 7:51 pm    Post subject: Re: Video card for VM Reply with quote

"Robert Comer" wrote in message @4ax.com...

> >All hardware inside a virtual machine is virtualised, apart from the CPU
> >and
>>RAM which are emulated...
>
> Actually it's the other way around. The CPU and RAM is virtualized,
> the rest is emulated.

D'oh! Of course you're right - apologies, group...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Back to top
View user's profile Send private message
Steve Thackery



Joined: 04 Feb 2008
Posts: 1

PostPosted: Sun Feb 03, 2008 11:57 pm    Post subject: Re: Video card for VM Reply with quote

>> It is kinda stupid that it does not just use the video card on the HOST
>> instead of a FAKE 2D card that is worthles for developers like me. so
>> much
>> for testing my programs. "MUST HAVE 3D capablity."

That's the whole point of a virtual machine. If it could touch your real
hardware there'd be a mass of issues and complications. Of course, the
virtualisation software COULD emulate a more sophisticated video card, and
that may be something for the future as the CPU power continues to grow...

SteveT
Back to top
View user's profile Send private message
Bell407pilot



Joined: 25 Feb 2008
Posts: 2

PostPosted: Mon Feb 25, 2008 2:19 pm    Post subject: RE: Video card for VM Reply with quote

"DarkSpin" wrote:

> It is kinda stupid that it does not just use the video card on the HOST
> instead of a FAKE 2D card that is worthles for developers like me. so much
> for testing my programs. "MUST HAVE 3D capablity."
Back to top
View user's profile Send private message
Bell407pilot



Joined: 25 Feb 2008
Posts: 2

PostPosted: Mon Feb 25, 2008 2:24 pm    Post subject: RE: Video card for VM Reply with quote

I have to agree !! I have to use VM just view and edit photographs since
Vista 64 has no RAW image format support. So it was VM to edit and view
images. Then I find out that Vista 64 will not run the ATI Video Recording
software and neither will VM because it does not even see the real video
card. Then to add insult to injury there is no USB support in VM so you
cannot use any device plugged in unless you make it a network device. Vista
64 has been a major disappointment !!! And now I cannot run my business
without going back to my old XP boxes. Some upgrade !!!!

"DarkSpin" wrote:

> It is kinda stupid that it does not just use the video card on the HOST
> instead of a FAKE 2D card that is worthles for developers like me. so much
> for testing my programs. "MUST HAVE 3D capablity."
Back to top
View user's profile Send private message
Colin Barnhorst



Joined: 06 Jan 2008
Posts: 210

PostPosted: Mon Feb 25, 2008 4:24 pm    Post subject: Re: Video card for VM Reply with quote

What can MS do about ATI's software? Isn't that ATI's job?

"Bell407pilot" wrote in message @microsoft.com...
>I have to agree !! I have to use VM just view and edit photographs since
> Vista 64 has no RAW image format support. So it was VM to edit and view
> images. Then I find out that Vista 64 will not run the ATI Video Recording
> software and neither will VM because it does not even see the real video
> card. Then to add insult to injury there is no USB support in VM so you
> cannot use any device plugged in unless you make it a network device.
> Vista
> 64 has been a major disappointment !!! And now I cannot run my business
> without going back to my old XP boxes. Some upgrade !!!!
>
> "DarkSpin" wrote:
>
>> It is kinda stupid that it does not just use the video card on the HOST
>> instead of a FAKE 2D card that is worthles for developers like me. so
>> much
>> for testing my programs. "MUST HAVE 3D capablity."

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Virtual PC Forum Index -> Virtual PC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group