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...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

#!/bin/shset -x## Starts Shorewall Firewallsudo service shorewall restart## Loads pci-stub kernel modulesudo modprobe pci-stub## <strong>Passthrough</strong> Palit <strong>NVIDIA</strong> Geforce 8400 GS PCIe x16 <strong>VGA</strong> card#echo "<strong>Passthrough</strong> Palit <strong>NVIDIA</strong> Geforce 8400 GS <strong>VGA</strong> card."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 10c3" > /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## Wait for 10 seconds#sleep 10## Start Windows HVM domU <strong>with</strong> <strong>VGA</strong> <strong>Passthrough</strong>##sudo xl create /etc/xen/WindowsXPHomeEditionSP3sudo xl create /etc/xen/Windows8ConsumerPreview64bitEnglishsudo chmod +x start-windowsExecute the following start-windows shell script. You may need to execute it twice. Why?./start-windowsIf you see “Permission denied” errors, press CTRL+C. Then execute the shell script start-windowsagain../start-windowsPage 19 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!