Q. How do I enable mouse integration with Linux Hyper-V guests?
John Savill
January 20, 2010
1 Min Read
A. Microsoft partnered with Xen to create an add-on for the Hyper-V Linux Integration Components, Satori, that enables mouse integration.
Download the add-on from http://www.xen.org/products/satori.html and insert the downloaded ISO into the Linux distribution. Run the commands below to install:
mkdir /opt/linux_satori
mount /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/* /opt/linux_satori -R
/opt/linux_satori/setup.pl inputdriver
Click to expand. |
Related Reading:
Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like