Linux Integration Components Read Me.pdfを読むとSynthetic Mouse Supportは含まれてないと書かれている
Synthetic Mouse Support
http://www.xen.org/download/satori.html
どうもhost consoleとguests OS間をシームレスにマウス移動させてhostとguestsの切替えができるようになるソフトのようです
通常は仮想OSから抜ける場合は[Ctrl]+[Alt]+[←]で抜けますが、これがインストールされているとマウス移動だけで切替えできます
VMWareではVMWare-Toolsをインストールすれば同様のことができますが
上記サイトからDownload
Code Download
inputvsc.iso
http://www.xen.org/files/Satori/inputvsc.iso
- inputvsc.iso をHyper-V ServerのHDDにコピー
- 仮想OSのCentOSにmount
- setup.plを実行
1 2 3 4 5 6 7 8 9 |
[root@localhost ~]# mkdir /opt/input [root@localhost ~]# cd /media/CDROM/ [root@localhost ~]# ls /media/CDROM LICENSE.txt dist setup.pl [root@localhost ~]# cp -R /media/CDROM/* /opt/input/ [root@localhost ~]# ls -l /opt/input/ -r--r--r-- 1 root root 18326 10月 28 08:06 LICENSE.txt dr-xr-xr-x 9 root root 4096 10月 28 08:06 dist -r-xr-xr-x 1 root root 3034 10月 28 08:06 setup.pl |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[root@localhost ~]# cd /opt/input/ [root@localhost input]# ./setup.pl inputdriver Checking if required components are installed...done. Installing Linux integration component (mouse driver) for Hyper-V... Building hid driver...done. Building inputvsc driver...done. Installing inputvsc driver...done. Updating module dependencies. This may take a while...done. Installing inputvsc udev rules ...done. Updating xorg.conf file... xorg-x11-drv-evdev-1.1.5 already installed. Skipping... Created /etc/X11/xorg.conf.vmbus based on /etc/X11/xorg.conf. Renamed /etc/X11/xorg.conf to /etc/X11/xorg.conf.orig. Done. *** You may need to restart X. *** Installing inputvsc startup script... *** The input driver has been installed successfully. *** [ OK ] |
やはりこれは便利ですね