How do i enable select/copy/paste to & from a vnc/kvm client?

How do i enable select/copy/paste to&from a vnc/kvm client?

So far i have an ssh connection to a centos8 server from my laptop, the server is running a kvm guest, both my laptop and the kvm guest are running manjaro kde, and i have tiger vnc viewer connected to the guest console thru an ssh tunnel. All good so far.

spice-vdagent was installed by default on the kvm client. But not on my laptop. Should it be? Not sure which end should run it, nor how. On the guest i tried:

  #  systemctl enable spice-vdagentd --now
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
 
Possible reasons for having this kind of units are:
? A unit may be statically enabled by being symlinked from another unit's
  .wants/ or .requires/ directory.
? A unit's purpose may be to act as a helper for some other unit which has
  a requirement dependency on it.
? A unit may be started when needed via activation (socket, path, timer,
  D-Bus, udev, scripted systemctl call, ...).
? In case of template units, the unit is meant to be enabled with some
  instance name specified.
  0#

See this TigerVNC - ArchWiki

Yes, that is where you need it only, but you also need on guest the xf86-video-qxl video driver, see QEMU - ArchWiki

Thank you, good to know to have the manjaro spice-vdagent and xf86-video-qxl packages in the guest. Beyond that the Spice User Manual looks like it’d be what i needed but it’s not yet working for me. When i follow the libvirt instructions and ‘poweroff’ and relaunch the guest, virsh domdisplay still only shows vnc and not spice, and in the guest ~/.local/share/xorg/Xorg.0.log i see:

[    18.871] (WW) Warning, couldn't open module fbdev
[    18.871] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    18.871] (II) LoadModule: "vesa"
[    18.872] (WW) Warning, couldn't open module vesa
[    18.872] (EE) Failed to load module "vesa" (module does not exist, 0)
[    18.872] (II) qxl: Driver for QXL virtual graphics: QXL 1
[    18.872] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    18.872] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    18.872] (WW) Falling back to old probe method for modesetting
[    18.872] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    18.872] (II) qxl(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    18.872] (==) qxl(0): Depth 24, (--) framebuffer bpp 32
[    18.872] (==) qxl(0): RGB weight 888
[    18.872] (==) qxl(0): Default visual is TrueColor
[    18.872] (==) qxl(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.873] (II) qxl(0): Deferred Frames: Disabled
[    18.873] (II) qxl(0): Offscreen Surfaces: Disabled
[    18.873] (II) qxl(0): Image Cache: Disabled
[    18.873] (II) qxl(0): Fallback Cache: Disabled
[    18.873] (II) UnloadModule: "qxl"
[    18.873] (EE) Screen(s) found, but none have a usable configuration.

And i’m further flummoxed that when i put the guest xml back like i found it in the first place X still won’t launch! it was fine before. Now it still says the same as above. Huh. When it was working ~/.local/share/xorg/Xorg.0.log looked like this:

[    39.126] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    39.131] Current Operating System: Linux g131-165 5.16.11-2-MANJARO #1 SMP PREEMPT Fri Feb 25 11:27:31 UTC 2022 x86_64
[    39.131] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.16-x86_64 root=UUID=7d0b2bc9-f716-4564-94cc-611d5801fed8 rw udev.log_priority=3
[    39.131]  
[    39.131] Current version of pixman: 0.40.0
[    39.132]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    39.132] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    39.132] (==) Log file: "/home/greg/.local/share/xorg/Xorg.0.log", Time: Sun Oct  2 14:57:54 2022
[    39.139] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    39.139] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    39.144] (==) No Layout section.  Using the first Screen section.
[    39.144] (==) No screen section available. Using defaults.
[    39.144] (**) |-->Screen "Default Screen Section" (0)
[    39.144] (**) |   |-->Monitor "<default monitor>"
[    39.145] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    39.145] (==) Automatically adding devices
[    39.145] (==) Automatically enabling devices
[    39.145] (==) Automatically adding GPU devices
[    39.145] (==) Automatically binding GPU devices
[    39.145] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    39.147] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    39.148]    Entry deleted from font path.
[    39.148] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    39.148]    Entry deleted from font path.
[    39.148] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    39.148]    Entry deleted from font path.
[    39.148] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    39.148]    Entry deleted from font path.
[    39.148] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF
[    39.148] (==) ModulePath set to "/usr/lib/xorg/modules"
[    39.148] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    39.148] (II) Module ABI versions:
[    39.148]    X.Org ANSI C Emulation: 0.4
[    39.148]    X.Org Video Driver: 25.2
[    39.148]    X.Org XInput driver : 24.4
[    39.148]    X.Org Server Extension : 10.0
[    39.152] (++) using VT number 1

[    39.161] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    39.164] (II) xfree86: Adding drm device (/dev/dri/card0)
[    39.164] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/drm/card0
[    39.167] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    39.178] (--) PCI:*(0@0:1:0) 1b36:0100:1af4:1100 rev 4, Mem @ 0xf4000000/67108864, 0xf8000000/67108864, 0xfd010000/8192, I/O @ 0x0000c040/32, BIOS @ 0x????????/131072
[    39.179] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    39.179] (II) LoadModule: "glx"
[    39.187] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    39.211] (II) Module glx: vendor="X.Org Foundation"
[    39.211]    compiled for 1.21.1.4, module version = 1.0.0
[    39.211]    ABI class: X.Org Server Extension, version 10.0
[    39.211] (==) Matched qxl as autoconfigured driver 0
[    39.211] (==) Matched modesetting as autoconfigured driver 1
[    39.211] (==) Matched fbdev as autoconfigured driver 2
[    39.211] (==) Matched vesa as autoconfigured driver 3
[    39.211] (==) Assigned the driver to the xf86ConfigLayout
[    39.211] (II) LoadModule: "qxl"
[    39.212] (WW) Warning, couldn't open module qxl
[    39.212] (EE) Failed to load module "qxl" (module does not exist, 0)
[    39.212] (II) LoadModule: "modesetting"
[    39.212] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    39.221] (II) Module modesetting: vendor="X.Org Foundation"
[    39.221]    compiled for 1.21.1.4, module version = 1.21.1
[    39.221]    Module class: X.Org Video Driver
[    39.221]    ABI class: X.Org Video Driver, version 25.2
[    39.221] (II) LoadModule: "fbdev"
[    39.221] (WW) Warning, couldn't open module fbdev
[    39.221] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    39.221] (II) LoadModule: "vesa"
[    39.222] (WW) Warning, couldn't open module vesa
[    39.222] (EE) Failed to load module "vesa" (module does not exist, 0)
[    39.222] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    39.222] (II) modeset(0): using drv /dev/dri/card0
[    39.222] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    39.222] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    39.222] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    39.222] (==) modeset(0): RGB weight 888
[    39.222] (==) modeset(0): Default visual is TrueColor
[    39.222] (II) Loading sub module "glamoregl"
[    39.222] (II) LoadModule: "glamoregl"
[    39.222] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    39.245] (II) Module glamoregl: vendor="X.Org Foundation"
[    39.245]    compiled for 1.21.1.4, module version = 1.0.1
[    39.245]    ABI class: X.Org ANSI C Emulation, version 0.4
[    40.145] (II) modeset(0): Refusing to try glamor on llvmpipe
[    40.152] (II) modeset(0): glamor initialization failed
[    40.152] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    40.153] (II) modeset(0): Output Virtual-1 has no monitor section
[    40.153] (II) modeset(0): Output Virtual-2 has no monitor section
[    40.153] (II) modeset(0): Output Virtual-3 has no monitor section
[    40.153] (II) modeset(0): Output Virtual-4 has no monitor section
[    40.154] (II) modeset(0): EDID for output Virtual-1
[    40.155] (II) modeset(0): Printing probed modes for output Virtual-1
[    40.155] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz eP)
[    40.155] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[    40.155] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[    40.155] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    40.155] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    40.155] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    40.155] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    40.155] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    40.155] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    40.155] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    40.155] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    40.155] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    40.155] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x854"x60.0   89.34  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.2 kHz)
[    40.155] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    40.155] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[    40.155] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    40.155] (II) modeset(0): Modeline "1152x768"x59.9   71.95  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.8 kHz)
[    40.155] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    40.155] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    40.155] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    40.155] (II) modeset(0): Modeline "720x480"x59.9   26.85  720 744 808 896  480 483 493 500 -hsync +vsync (30.0 kHz)
[    40.155] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    40.155] (II) modeset(0): EDID for output Virtual-2
[    40.155] (II) modeset(0): EDID for output Virtual-3
[    40.155] (II) modeset(0): EDID for output Virtual-4
[    40.156] (II) modeset(0): Output Virtual-1 connected
[    40.156] (II) modeset(0): Output Virtual-2 disconnected
[    40.156] (II) modeset(0): Output Virtual-3 disconnected
[    40.156] (II) modeset(0): Output Virtual-4 disconnected
[    40.156] (II) modeset(0): Using exact sizes for initial modes
[    40.156] (II) modeset(0): Output Virtual-1 using initial mode 1024x768 +0+0
[    40.156] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    40.156] (==) modeset(0): DPI set to (96, 96)
[    40.156] (II) Loading sub module "fb"
[    40.156] (II) LoadModule: "fb"
[    40.156] (II) Module "fb" already built-in
[    40.158] (==) modeset(0): Backing store enabled
[    40.158] (==) modeset(0): Silken mouse enabled
[    40.159] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    40.159] (==) modeset(0): DPMS enabled
[    40.159] (II) Initializing extension Generic Event Extension
[    40.160] (II) Initializing extension SHAPE
[    40.160] (II) Initializing extension MIT-SHM
[    40.160] (II) Initializing extension XInputExtension
[    40.161] (II) Initializing extension XTEST
[    40.162] (II) Initializing extension BIG-REQUESTS
[    40.162] (II) Initializing extension SYNC
[    40.162] (II) Initializing extension XKEYBOARD
[    40.163] (II) Initializing extension XC-MISC
[    40.163] (II) Initializing extension SECURITY
[    40.164] (II) Initializing extension XFIXES
[    40.164] (II) Initializing extension RENDER
[    40.165] (II) Initializing extension RANDR
[    40.165] (II) Initializing extension COMPOSITE
[    40.165] (II) Initializing extension DAMAGE
[    40.166] (II) Initializing extension MIT-SCREEN-SAVER
[    40.166] (II) Initializing extension DOUBLE-BUFFER
[    40.166] (II) Initializing extension RECORD
[    40.166] (II) Initializing extension DPMS
[    40.167] (II) Initializing extension Present
[    40.167] (II) Initializing extension DRI3
[    40.167] (II) Initializing extension X-Resource
[    40.167] (II) Initializing extension XVideo
[    40.168] (II) Initializing extension XVideo-MotionCompensation
[    40.168] (II) Initializing extension GLX
[    40.168] (II) AIGLX: Screen 0 is not DRI2 capable
[    40.179] (II) IGLX: Loaded and initialized swrast
[    40.179] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    40.179] (II) Initializing extension XFree86-VidModeExtension
[    40.179] (II) Initializing extension XFree86-DGA
[    40.180] (II) Initializing extension XFree86-DRI
[    40.180] (II) Initializing extension DRI2
[    40.181] (II) modeset(0): Damage tracking initialized
[    40.181] (II) modeset(0): Setting screen physical size to 270 x 203
[    40.379] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    40.379] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    40.379] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    40.379] (**) Power Button: Applying InputClass "system-keyboard"
[    40.379] (II) LoadModule: "libinput"
[    40.380] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    40.397] (II) Module libinput: vendor="X.Org Foundation"
[    40.397]    compiled for 1.21.1.3, module version = 1.2.1
[    40.397]    Module class: X.Org XInput Driver
[    40.397]    ABI class: X.Org XInput driver, version 24.4
[    40.397] (II) Using input driver 'libinput' for 'Power Button'
[    40.400] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 21 paused 0
[    40.400] (**) Power Button: always reports core events
[    40.400] (**) Option "Device" "/dev/input/event0"
[    40.435] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    40.435] (II) event0  - Power Button: device is a keyboard
[    40.436] (II) event0  - Power Button: device removed
[    40.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    40.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    40.436] (**) Option "xkb_layout" "us"
[    40.438] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    40.439] (II) event0  - Power Button: device is a keyboard
[    40.442] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event2)
[    40.442] (**) QEMU QEMU USB Tablet: Applying InputClass "evdev pointer catchall"
[    40.442] (**) QEMU QEMU USB Tablet: Applying InputClass "libinput pointer catchall"
[    40.442] (II) Using input driver 'libinput' for 'QEMU QEMU USB Tablet'
[    40.500] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[    40.501] (**) QEMU QEMU USB Tablet: always reports core events
[    40.501] (**) Option "Device" "/dev/input/event2"
[    40.505] (II) event2  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[    40.506] (II) event2  - QEMU QEMU USB Tablet: device is a pointer
[    40.507] (II) event2  - QEMU QEMU USB Tablet: device removed
[    40.507] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input3/event2"
[    40.507] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: MOUSE, id 7)
[    40.508] (**) Option "AccelerationScheme" "none"
[    40.508] (**) QEMU QEMU USB Tablet: (accel) selected scheme none/0
[    40.508] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[    40.508] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[    40.512] (II) event2  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[    40.513] (II) event2  - QEMU QEMU USB Tablet: device is a pointer
[    40.516] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/mouse0)
[    40.516] (II) No input driver specified, ignoring this device.
[    40.516] (II) This device may have been added with another device file.
[    40.518] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[    40.518] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    40.518] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    40.518] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    40.518] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    40.520] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[    40.520] (**) AT Translated Set 2 keyboard: always reports core events
[    40.520] (**) Option "Device" "/dev/input/event1"
[    40.523] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    40.523] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[    40.524] (II) event1  - AT Translated Set 2 keyboard: device removed
[    40.524] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[    40.524] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[    40.524] (**) Option "xkb_layout" "us"
[    40.527] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    40.528] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[    40.530] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event5)
[    40.530] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "evdev pointer catchall"
[    40.530] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[    40.530] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[    40.532] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[    40.532] (**) VirtualPS/2 VMware VMMouse: always reports core events
[    40.532] (**) Option "Device" "/dev/input/event5"
[    40.535] (II) event5  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[    40.536] (II) event5  - VirtualPS/2 VMware VMMouse: device is a pointer
[    40.537] (II) event5  - VirtualPS/2 VMware VMMouse: device removed
[    40.537] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[    40.537] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 9)
[    40.537] (**) Option "AccelerationScheme" "none"
[    40.537] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[    40.537] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[    40.537] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[    40.540] (II) event5  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[    40.540] (II) event5  - VirtualPS/2 VMware VMMouse: device is a pointer
[    40.542] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse2)
[    40.542] (II) No input driver specified, ignoring this device.
[    40.542] (II) This device may have been added with another device file.
[    40.544] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event4)
[    40.544] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "evdev pointer catchall"
[    40.544] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[    40.544] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[    40.546] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
[    40.546] (**) VirtualPS/2 VMware VMMouse: always reports core events
[    40.546] (**) Option "Device" "/dev/input/event4"
[    40.549] (II) event4  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[    40.550] (II) event4  - VirtualPS/2 VMware VMMouse: device is a pointer
[    40.551] (II) event4  - VirtualPS/2 VMware VMMouse: device removed
[    40.551] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event4"
[    40.551] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 10)
[    40.551] (**) Option "AccelerationScheme" "none"
[    40.551] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[    40.551] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[    40.551] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[    40.554] (II) event4  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[    40.555] (II) event4  - VirtualPS/2 VMware VMMouse: device is a pointer
[    40.557] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse1)
[    40.557] (II) No input driver specified, ignoring this device.
[    40.557] (II) This device may have been added with another device file.
[    40.558] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    40.558] (II) No input driver specified, ignoring this device.
[    40.558] (II) This device may have been added with another device file.

Any ideas appreciated.