Windows Vista Tips

Windows Vista Tips > Newsgroups > Virtual PC > Virtual PC Windows 7 Guest Flickers

Reply
Thread Tools Display Modes

Virtual PC Windows 7 Guest Flickers

 
 
Florian
Guest
Posts: n/a

 
      02-04-2010
Hi,

I just installed Windows 7 as a guest in VPC (Hosted by Windows 7 x64).
Now the Display of the VPC flickers quite a lot.
My guess was Hardware Acceleration found in display Settings (as was the
usual response I found in the web). But I can't access these Settings because
Display Settings including the Advanced button (behind which the Hardware
Acceleration Settings should hide) are disabled in remote connections.

Can someone please give me a hint either to how to change the Hardware
Acceleration in remote sessions, connecting to a VPC so it wouldn't be
treated as a remote connection or another hint how to improve the displaying
performance of Windows 7 in VPC?

Thanks
Florian
 
Reply With Quote
 
 
 
 
Florian
Guest
Posts: n/a

 
      02-04-2010
Small update:

I tried out connecting to the virtual machine using a normal rdp connection
on which the flickering was gone. Somehow the performance of the remote
connection used by Virtual PC itself isn't quite as good as an normal
connection.

Now I've got a dummy window open in the background because as far as I can
see there's no easy way to just start a vm in the background, but at least I
can work again.

Maybe I should have stuck with W2k8 and HyperV....

If anyone can give me a hint to resolve this so that I can get rid of the
second window I currently need (1 vpc, 1 rdp) it would still be much
appreciated
 
Reply With Quote
 
Robert Comer
Guest
Posts: n/a

 
      02-04-2010
Here's a script to start a virtual machine without the console:

Set objShell = CreateObject ("WScript.Shell")
Set virtualpc = CreateObject("VirtualPC.Application")
set vm = virtualpc.FindVirtualMachine("myVPC")
vm.Startup

Where myVPC is the name of the virtual machine. Just type this into
notepad, save as a .vbs file, then just double click it to start the
VM.

I'm curious about the flickering though -- what kind of hardware do
you have, especially the Video card? Do you have the latest drivers?
What CPU?

--
Bob Comer





On Thu, 4 Feb 2010 03:16:02 -0800, Florian
<> wrote:

>Small update:
>
>I tried out connecting to the virtual machine using a normal rdp connection
>on which the flickering was gone. Somehow the performance of the remote
>connection used by Virtual PC itself isn't quite as good as an normal
>connection.
>
>Now I've got a dummy window open in the background because as far as I can
>see there's no easy way to just start a vm in the background, but at least I
>can work again.
>
>Maybe I should have stuck with W2k8 and HyperV....
>
>If anyone can give me a hint to resolve this so that I can get rid of the
>second window I currently need (1 vpc, 1 rdp) it would still be much
>appreciated

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Linux guest in Windows Virtual PC Steve Jain [MVP] Virtual PC 2 02-20-2010 05:49 AM
Windows Vista-Ready Products LPH Windows Vista General Discussion 2 01-13-2010 01:48 PM
Re: XPM (Windows 7 - Windows Virtual PC) vs VmWare & other Platform Virtual Machines Shenan Stanley Windows 64 Bit 0 01-10-2010 01:29 AM
Re: XPM (Windows 7 - Windows Virtual PC) vs VmWare & other Platform Virtual Machines Charlie Russel - MVP Windows 64 Bit 0 01-09-2010 01:56 PM
Can I use the Windows 7 Upgrade DVD for a Clean Install ? Patrick Windows Vista General Discussion 38 11-11-2009 09:41 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59