Recent content by Monotoko

  1. M

    evdev isn't working for mouse only

    Figured this one out thanks to someone on Reddit... the reason was the mouse and keyboard being the wrong way in the config You need to put the keyboard before the mouse...
  2. M

    evdev isn't working for mouse only

    I have the following args on each VM: args: -object input-linux,id=mouse1,evdev=/dev/input/by-id/usb-SINOWEALTH_Hexgears_Gaming_Mouse-event-mouse -object input-linux,id=kbd1,evdev=/dev/input/by-id/usb-Logitech_USB_Keyboard-event-kbd When I start Windows my mouse and keyboard get put there...
  3. M

    qm list doesn't work

    Hi, I've got a few KVM guests on my Proxmox host. My top shows a lot of processes running under /usr/bin/kvm which shows I'm definitely running them under KVM yet when I try to use "qm list" I get nothing returned. I'm running Debian 7.8 and Proxmox v3.3-147 from the repository (no...