0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VMware Workstation上のLinuxでLogicoolマウスを使う

Posted at

VMware WorkstationのLinuxでLogicoolマウスを使うときにはまったのでメモ。

親指ボタンが動かない場合

  1. 仮想マシンの電源をOFFにします。

  2. 仮想マシンのvmxファイルをテキストエディタで開き、次の3行を末尾に追記します。

    [MyLinux.vmx]
    usb.generic.allowHID = "TRUE"
    mouse.vusb.enable = "TRUE"
    mouse.vusb.useBasicMouse = "FALSE"
    
  3. 仮想マシンの電源をONにします。

マウスホイールが動かない場合

WindowsにインストールしてあるはずのLogicool Optionsアプリで、
スムーズスクロールを無効にします。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?