Displaying 2 results from an estimated 2 matches for "patch2of3".
Did you mean:
patch2503
2013 Jul 16
11
Result of Applying IGD VGA Passthrough Patches to Xen 4.4-unstable Changeset 27238
...the steps I took to patch, compile and install Xen
4.4-unstable changeset 27238.
cd
hg clone -r 27238 http://xenbits.xensource.com/xen-unstable.hg
xen-unstable.hg-cs27238
cd xen-unstable.hg-cs27238
sudo -s
./configure
make world
make clean
cd tools/qemu-xen-traditional-dir-remote
patch -p1 < patch2of3.txt
patch -p1 < patch3of3.txt
cd ../..
make world
make install
However, I still encountered problems installing Intel HD Graphics
display drivers. The driver installation would auto detect the display
adapter, causing the LCD monitor to blink 1-2 times. But after that, the
LCD monitor goes i...
2013 Jul 16
11
Result of Applying IGD VGA Passthrough Patches to Xen 4.4-unstable Changeset 27238
...the steps I took to patch, compile and install Xen
4.4-unstable changeset 27238.
cd
hg clone -r 27238 http://xenbits.xensource.com/xen-unstable.hg
xen-unstable.hg-cs27238
cd xen-unstable.hg-cs27238
sudo -s
./configure
make world
make clean
cd tools/qemu-xen-traditional-dir-remote
patch -p1 < patch2of3.txt
patch -p1 < patch3of3.txt
cd ../..
make world
make install
However, I still encountered problems installing Intel HD Graphics
display drivers. The driver installation would auto detect the display
adapter, causing the LCD monitor to blink 1-2 times. But after that, the
LCD monitor goes i...