10.07.2015 Views

Xen VGA Passthrough with NVIDIA and Intel IGD Display ... - Xen Wiki

Xen VGA Passthrough with NVIDIA and Intel IGD Display ... - Xen Wiki

Xen VGA Passthrough with NVIDIA and Intel IGD Display ... - Xen Wiki

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

24.4 Linux Shell Script start-windows#!/bin/shset -x## Starts Shorewall Firewallsudo service shorewall restart## Loads pci-stub kernel modulesudo modprobe pci-stub## <strong>Passthrough</strong> Gigabyte Geforce GTX 560 1 GB GDDR5#echo "<strong>Passthrough</strong> Gigabyte Geforce GTX 560 1 GB GDDR5"sudo chmod o+w /sys/bus/pci/drivers/pci-stub/new_idsudo chmod o+w /sys/bus/pci/devices/0000:01:00.0/driver/unbindsudo chmod o+w /sys/bus/pci/drivers/pci-stub/bindecho "10de 1201" > /sys/bus/pci/drivers/pci-stub/new_idecho "0000:01:00.0" > /sys/bus/pci/devices/0000:01:00.0/driver/unbindecho "0000:01:00.0" > /sys/bus/pci/drivers/pci-stub/bind## <strong>Passthrough</strong> <strong>Intel</strong> HD Audio Controller#echo "<strong>Passthrough</strong> <strong>Intel</strong> HD Audio Controller."sudo chmod o+w /sys/bus/pci/drivers/pci-stub/new_idsudo chmod o+w /sys/bus/pci/devices/0000:00:1b.0/driver/unbindsudo chmod o+w /sys/bus/pci/drivers/pci-stub/bindecho "8086 3a6e" > /sys/bus/pci/drivers/pci-stub/new_idecho "0000:00:1b.0" > /sys/bus/pci/devices/0000:00:1b.0/driver/unbindecho "0000:00:1b.0" > /sys/bus/pci/drivers/pci-stub/bind## Sleep for 10 secs#sleep 10## <strong>Passthrough</strong> USB Controller #1#echo "<strong>Passthrough</strong> USB Controller #1."sudo chmod o+w /sys/bus/pci/drivers/pci-stub/new_idsudo chmod o+w /sys/bus/pci/devices/0000:00:1a.0/driver/unbindsudo chmod o+w /sys/bus/pci/drivers/pci-stub/bindecho "8086 3a67" > /sys/bus/pci/drivers/pci-stub/new_idecho "0000:00:1a.0" > /sys/bus/pci/devices/0000:00:1a.0/driver/unbindecho "0000:00:1a.0" > /sys/bus/pci/drivers/pci-stub/bind## <strong>Passthrough</strong> USB Controller #2#echo "<strong>Passthrough</strong> USB Controller #2."sudo chmod o+w /sys/bus/pci/drivers/pci-stub/new_idsudo chmod o+w /sys/bus/pci/devices/0000:00:1a.1/driver/unbindPage 37 of 53(C) 2013 Teo En Ming (Zhang Enming)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!