|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: X11 in PV domU: limited success
On Feb 17, 2008 4:29 AM, Chris Epicier < seuchato@xxxxxxxx> wrote:
Hi
In this thread http://lists.xensource.com/archives/html/xen-users/2008-01/msg00516.html I achieved partial success with an AGP Matrox G400
graphics card. I switched tha card against a pci Geeforce MX2. Could configure it straight away by sax2, so it's up an running now.
By chance that was the primary graphics card where dom0 and boot messages were displayed on. I used
/etc/init.d/boot.local script like that to 'steal' the card from dom0 this way:
echo -n 0000:00:06.0 > /sys/bus/pci/drivers/nv/unbind echo -n 0000:00:06.0 > /sys/bus/pci/drivers/pciback/new_slot
echo -n 0000:00:06.0 > /sys/bus/pci/drivers/pciback/bind echo -n 0000:00:06.0 > /sys/bus/pci/drivers/pciback/permissive
Actually dom0 is running in textmode only, so no nv module was loaded.
Now i'd like to move on to an AGP card (01:00.0). I believe, domU should receive control of the AGP bridge somehow. lspci in my dom0 looks like that
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge 00:06.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2) 00:07.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:07.1 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) 00:07.2 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) 00:07.3 USB Controller: ALi Corporation USB 2.0 Controller (rev 01)
00:08.0 VGA compatible controller: Trident Microsystems 3DImage 9750 (rev f3) 00:0b.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03) 00:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc.
IEEE 1394 Host Controller (rev 46) 00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80) 00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master
IDE (rev 06) 00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.2 USB Controller: VIA Technologies, Inc.
VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) 00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA
bridge [KT600/K8T800/K8T890 South] 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60) 01:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev a1)
how can I give the AGP slot (dunno if it is the right term) to domU?
Did you try pci=['0000:00:06.0'] in the domU config?
greets chris
__________________________________ Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker. www.yahoo.de/clever
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|