xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Re: [Xen-users] intel DQ45CB gma4500 VGA Passthrough Windows7 display deadly slow
       [not found] <1273678432.8719.32.camel@charles-dq45>
@ 2010-05-13 12:26 ` Pasi Kärkkäinen
  2010-05-13 14:25   ` wealdwind
  0 siblings, 1 reply; 3+ messages in thread
From: Pasi Kärkkäinen @ 2010-05-13 12:26 UTC (permalink / raw)
  To: wealdwind; +Cc: xen-devel, Xen-users


Adding xen-devel to CC..

-- Pasi

On Wed, May 12, 2010 at 11:33:52AM -0400, wealdwind wrote:
> 
> Hi,
> 
> I succeeded  in VGA pass through on my intel dq45cb motherboard.
> 
> Xen4.0.0 was downloaded from xen.org.
> Dom0 is 2.6.32.x/stable which was downloaed form jeremy's repository.
> Dom0 os is Ubuntu Lucid.
> 
> I could pass through the onboard intel GMA4500 to domU windows7. The
> following is my hvm config:
> 
> kernel = "hvmloader"
> builder='hvm'
> memory = 1028
> shadow_memory = 32
> memory_sharing = 0
> name = "win7"
> vcpus=1
> pae=1
> acpi=1
> apic=1
> vif = [ 'type=ioemu, bridge=br0' ]
> disk = [ 'file:/opt/virtualmachines/win7.raw,hda,w',
> 'file:/opt/iso/win7-x86-32.iso,ioemu:hdc:cdrom,r']
> device_model = 'qemu-dm'
> vnc=1
> vnclisten="0.0.0.0"
> vncunused=1
> vncpasswd=''
> 
> tsc_mode=1
> localtime=1
> 
> usb=1
> 
> xen_platform_pci=1
> pci=[ '01:00.0', '00:1b.0', '00:02.0','00:02.1' ]
> gfx_passthru=1
> 
> 
> 
> Everything seems fine.  I could boot up the domU windows7. At the
> begining  windows7 was working perfectly, but after about 1 minute
> later, the screen display seems very slow.
> 
> When I clicked a menu, the menu would pop up about 20 seconds later.
> 
> Windows7 used the built-in  GMA4500 video driver, which is the same with
> the driver when ran windows7 directly on the motherboard.
> 
> 
> I think there must be something wrong, but I couldn't figure it out.
> 
> There was no error log in xend qemu-dm and windows7 event log.
> 
> Pls. help me.
> 
> Thanks
> 
> Weald
> 
> 
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: intel DQ45CB gma4500 VGA Passthrough Windows7 display deadly slow
  2010-05-13 12:26 ` [Xen-users] intel DQ45CB gma4500 VGA Passthrough Windows7 display deadly slow Pasi Kärkkäinen
@ 2010-05-13 14:25   ` wealdwind
  2010-05-14  1:23     ` [Xen-devel] " Han, Weidong
  0 siblings, 1 reply; 3+ messages in thread
From: wealdwind @ 2010-05-13 14:25 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel, Xen-users

Thanks 

Today I tried WindowsXP domU, and I downloaded the latest intel gma4500
driver, but it seems the same problem.  Just in the while after booting
up, domU was working OK, then the system seems very slow on screen
update.

I ssh to the dom0, there was no any symptoms, no any errors log.

Would someone like to give me some instructions to switch some debug
flags on to collect the debugging log? 


I personally think that, for desktop application the VGA passthrough is
the only reason to use XEN. 

If it's not mature and and stable. I would like to use KVM which is
pretty easy to use , stable,  and almost with the same performance.


Thanks

Weald


On Thu, 2010-05-13 at 15:26 +0300, Pasi Kärkkäinen wrote:
> Adding xen-devel to CC..
> 
> -- Pasi
> 
> On Wed, May 12, 2010 at 11:33:52AM -0400, wealdwind wrote:
> > 
> > Hi,
> > 
> > I succeeded  in VGA pass through on my intel dq45cb motherboard.
> > 
> > Xen4.0.0 was downloaded from xen.org.
> > Dom0 is 2.6.32.x/stable which was downloaed form jeremy's repository.
> > Dom0 os is Ubuntu Lucid.
> > 
> > I could pass through the onboard intel GMA4500 to domU windows7. The
> > following is my hvm config:
> > 
> > kernel = "hvmloader"
> > builder='hvm'
> > memory = 1028
> > shadow_memory = 32
> > memory_sharing = 0
> > name = "win7"
> > vcpus=1
> > pae=1
> > acpi=1
> > apic=1
> > vif = [ 'type=ioemu, bridge=br0' ]
> > disk = [ 'file:/opt/virtualmachines/win7.raw,hda,w',
> > 'file:/opt/iso/win7-x86-32.iso,ioemu:hdc:cdrom,r']
> > device_model = 'qemu-dm'
> > vnc=1
> > vnclisten="0.0.0.0"
> > vncunused=1
> > vncpasswd=''
> > 
> > tsc_mode=1
> > localtime=1
> > 
> > usb=1
> > 
> > xen_platform_pci=1
> > pci=[ '01:00.0', '00:1b.0', '00:02.0','00:02.1' ]
> > gfx_passthru=1
> > 
> > 
> > 
> > Everything seems fine.  I could boot up the domU windows7. At the
> > begining  windows7 was working perfectly, but after about 1 minute
> > later, the screen display seems very slow.
> > 
> > When I clicked a menu, the menu would pop up about 20 seconds later.
> > 
> > Windows7 used the built-in  GMA4500 video driver, which is the same with
> > the driver when ran windows7 directly on the motherboard.
> > 
> > 
> > I think there must be something wrong, but I couldn't figure it out.
> > 
> > There was no error log in xend qemu-dm and windows7 event log.
> > 
> > Pls. help me.
> > 
> > Thanks
> > 
> > Weald
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@lists.xensource.com
> > http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [Xen-devel] Re: intel DQ45CB gma4500 VGA Passthrough Windows7 display deadly slow
  2010-05-13 14:25   ` wealdwind
@ 2010-05-14  1:23     ` Han, Weidong
  0 siblings, 0 replies; 3+ messages in thread
From: Han, Weidong @ 2010-05-14  1:23 UTC (permalink / raw)
  To: wealdwind@gmail.com, Pasi Kärkkäinen
  Cc: xen-devel@lists.xensource.com, Xen-users@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 3383 bytes --]

Could you try to only assign IGD (pci=[ '00:02.0' ])? 

It's weird to config "memory = 1028", pls change it to "memory=1024".

BTW, KVM doesn't support gfx passthru yet.

Regards,
Weidong

-----Original Message-----
From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of wealdwind
Sent: Thursday, May 13, 2010 10:26 PM
To: Pasi Kärkkäinen
Cc: xen-devel@lists.xensource.com; Xen-users@lists.xensource.com
Subject: [Xen-devel] Re: [Xen-users] intel DQ45CB gma4500 VGA Passthrough Windows7 display deadly slow

Thanks 

Today I tried WindowsXP domU, and I downloaded the latest intel gma4500
driver, but it seems the same problem.  Just in the while after booting
up, domU was working OK, then the system seems very slow on screen
update.

I ssh to the dom0, there was no any symptoms, no any errors log.

Would someone like to give me some instructions to switch some debug
flags on to collect the debugging log? 


I personally think that, for desktop application the VGA passthrough is
the only reason to use XEN. 

If it's not mature and and stable. I would like to use KVM which is
pretty easy to use , stable,  and almost with the same performance.


Thanks

Weald


On Thu, 2010-05-13 at 15:26 +0300, Pasi Kärkkäinen wrote:
> Adding xen-devel to CC..
> 
> -- Pasi
> 
> On Wed, May 12, 2010 at 11:33:52AM -0400, wealdwind wrote:
> > 
> > Hi,
> > 
> > I succeeded  in VGA pass through on my intel dq45cb motherboard.
> > 
> > Xen4.0.0 was downloaded from xen.org.
> > Dom0 is 2.6.32.x/stable which was downloaed form jeremy's repository.
> > Dom0 os is Ubuntu Lucid.
> > 
> > I could pass through the onboard intel GMA4500 to domU windows7. The
> > following is my hvm config:
> > 
> > kernel = "hvmloader"
> > builder='hvm'
> > memory = 1028
> > shadow_memory = 32
> > memory_sharing = 0
> > name = "win7"
> > vcpus=1
> > pae=1
> > acpi=1
> > apic=1
> > vif = [ 'type=ioemu, bridge=br0' ]
> > disk = [ 'file:/opt/virtualmachines/win7.raw,hda,w',
> > 'file:/opt/iso/win7-x86-32.iso,ioemu:hdc:cdrom,r']
> > device_model = 'qemu-dm'
> > vnc=1
> > vnclisten="0.0.0.0"
> > vncunused=1
> > vncpasswd=''
> > 
> > tsc_mode=1
> > localtime=1
> > 
> > usb=1
> > 
> > xen_platform_pci=1
> > pci=[ '01:00.0', '00:1b.0', '00:02.0','00:02.1' ]
> > gfx_passthru=1
> > 
> > 
> > 
> > Everything seems fine.  I could boot up the domU windows7. At the
> > begining  windows7 was working perfectly, but after about 1 minute
> > later, the screen display seems very slow.
> > 
> > When I clicked a menu, the menu would pop up about 20 seconds later.
> > 
> > Windows7 used the built-in  GMA4500 video driver, which is the same with
> > the driver when ran windows7 directly on the motherboard.
> > 
> > 
> > I think there must be something wrong, but I couldn't figure it out.
> > 
> > There was no error log in xend qemu-dm and windows7 event log.
> > 
> > Pls. help me.
> > 
> > Thanks
> > 
> > Weald
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@lists.xensource.com
> > http://lists.xensource.com/xen-users



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-14  1:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1273678432.8719.32.camel@charles-dq45>
2010-05-13 12:26 ` [Xen-users] intel DQ45CB gma4500 VGA Passthrough Windows7 display deadly slow Pasi Kärkkäinen
2010-05-13 14:25   ` wealdwind
2010-05-14  1:23     ` [Xen-devel] " Han, Weidong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).