Advertisement
Guest User

xen-display

a guest
Nov 16th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo xl mem-set 0 3500M
  4.  
  5. for i in 00:02.0 00:14.0 00:03.0 00:1b.0; do
  6.         xl pci-assignable-remove $i
  7.         tee /sys/bus/pci/devices/0000:$i/remove <<<1
  8.         tee /sys/bus/pci/rescan <<<1
  9. done
  10.  
  11. modprobe i915
  12. modprobe xhci_pci
  13. modprobe snd_hda_codec_hdmi
  14. modprobe snd_hda_codec_generic
  15. modprobe snd_hda_intel
  16. modprobe snd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement