David,
This box does have two GPUs:
[root@xen ~]# lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Juniper PRO [Radeon HD 5750]
I have the NVIDIA for use with Dom0 and would like to pass the Radeon HD 5750 to a VM running Win7. To assign the 5750 to pciback, I have tried several methods as shown on the Xen PCI Passthrough Wiki at http://wiki.xen.org/wiki/Xen_PCI_Passthrough. Dynamic Assignment to pciback with xl and sysfs both result in similar errors as shown in my previous email . To prevent the Radeon driver from loading at boot time, I tried Static Assignment but it fails to stop the Radeon driver from loading. Here is what I think is the relevant configuration for Static Assignment, maybe I have not followed the Wiki accurately:
[root@xen ~]# lspci –k
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Juniper PRO [Radeon HD 5750]
Subsystem: Hightech Information System Ltd. Device 2287
Kernel driver in use: radeon
[root@xen ~]# cat /etc/modprobe.d/radeon.conf
install radeon /sbin/modprobe xen-pciback ; /sbin/modprobe --first-time --ignore-install radeon
options xen-pciback hide=(0000:04:00.0)
[root@xen ~]# lsinitrd | grep pciback
drwxr-xr-x 2 root root 0 Dec 28 10:16 usr/lib/modules/3.12.5-302.fc20.x86_64/kernel/drivers/xen/xen-pciback
-rw-r--r-- 1 root root 106151 Dec 17 14:03 usr/lib/modules/3.12.5-302.fc20.x86_64/kernel/drivers/xen/xen-pciback/xen-pciback.ko
After a reboot xen-pciback is not loaded and the 5750 is still using the radeon driver.
Thanks,
Eric