You are not logged in.

#1 2020-12-11 08:47:47

levaidaniel
Member
From: Hungary
Registered: 2020-12-11
Posts: 1

Using "extra" mouse buttons (6, 7, 8, 9) in Qemu/libvirt guests

I thought I’ll try to pick the minds of the experienced and nice people here in regards to what is not really an Arch-specific issue, but I’m using Qemu/libvirt on Arch, so this kind of makes sense, please bear with me smile

I'm using virt-manager on the host I'm running libvirtd and the Qemu guests as well, so everyhing is on one machine. I simply would like use extra buttons on my mouse, meaning buttons 6, 7, 8, 9, which in my case translates to horizontal scrolling and <back>/<forward> (e.g. in a browser).
This of course works for the host, I can map those buttons however I want with e.g. xmodmap(1). I just need to somehow present this input to my Qemu/libvirt guests (buttons 4, 5 i.e. vertical scrolling works out of the box, for example).

Interestingly xev(1) doesn’t show anything in the guests when I press these (6-9) mouse buttons, so I suspect they get lost somewhere in between smile
My guests that I’ve tested this with are Fedora 33, Ubuntu 20.04 and Windows 10. But for some reason I don’t suspect this has anything to do with the type of the guest OS, rather the hardware I add as input device to Qemu/libvirt – but I’ve yet to figure out a working combination.

The PS/2 devices (keyboard, mouse) are a given, they are always (re)added to the guest configuration, so I don’t bother with them – and interestingly enough with the "simple" PS/2 keyboard I can actually use the keyboard’s "special" keys, e.g. calculator or audio control (volume/mute etc…). It’s just that the mouse buttons don’t seem to work past button 5.

I’ve tried adding the QEMU Tablet USB device (this is added by default in any case), virtio mouse and USB mouse devices, but I’m not even sure if this is the right thing to do – how would I know which one eats the mouse button presses(?).

So I was wondering if anyone has gotten this working besides USB redirection which I can’t really use, because I need my pointer on the host and guest simultaneously, and connecting a second mouse to the host that I would redirect works iffy in that it doesn’t have a mouse pointer/cursor showing up in the guest’s Spice window.

I’ve read through a number of posts on stackoverflow/ubuntu forums/reddit/Red Hat bugzilla etc…, but I’ve yet to find anything useful or applicable.
This e.g. is the same problem but I’m not sure about the answer there, because buttons 4 and 5 (vertical scroll) is working.
Also, this is kind of the same problem as my mouse cursor not showing up, but no resolution, and I’ve tried this with replacing the QXL video driver with virtio video, but no luck.

Any clues would be appreciated smile

Some information e.g. on the Ubuntu guest (but again, seems like this is more of a Qemu problem):

$ xinput 
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ QEMU QEMU USB Tablet                    	id=7	[slave  pointer  (2)]
⎜   ↳ ImExPS/2 Generic Explorer Mouse         	id=9	[slave  pointer  (2)]
⎜   ↳ spice vdagent tablet                    	id=10	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=8	[slave  keyboard (3)]
$ lsusb
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
$ dmesg |fgrep -i -e virtio -e qemu -e kvm -e input
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS ArchLinux 1.14.0-1 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 75c01001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 1215977588 cycles
[    0.000006] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.029693] Booting paravirtualized kernel on KVM
[    0.029988] KVM setup async PF for cpu 0
[    0.029993] kvm-stealtime: cpu 0, msr 17ba2c040
[    0.005126] kvm-clock: cpu 1, msr 75c01041, secondary cpu clock
[    0.066472] KVM setup async PF for cpu 1
[    0.066475] kvm-stealtime: cpu 1, msr 17bb2c040
[    0.347092] clocksource: Switched to clocksource kvm-clock
[    0.491229] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.618109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.751625] virtio_blk virtio2: [vda] 52428800 512-byte logical blocks (26.8 GB/25.0 GiB)
[    0.757158] virtio_net virtio0 enp1s0: renamed from eth0
[    1.073574] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    1.073971] scsi 0:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    1.116525] usb 1-1: Product: QEMU USB Tablet
[    1.116525] usb 1-1: Manufacturer: QEMU
[    1.124658] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4
[    1.124745] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:1d.7-1/input0
[    1.392906] systemd[1]: Detected virtualization kvm.
[    1.791288] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
[    2.236323] snd_hda_codec_generic hdaudioC0D0:    inputs:
[    6.844277] input: spice vdagent tablet as /devices/virtual/input/input5
[    6.980796] rfkill: input handler disabled
[    7.150615] input: spice vdagent tablet as /devices/virtual/input/input6
[     3.658] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     3.658] Build Operating System: Linux 4.15.0-124-generic x86_64 Ubuntu
[     3.658] Current Operating System: Linux daniell-Standard-PC-Q35-ICH9-2009 5.4.0-54-generic #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020 x86_64
[     3.658] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-54-generic root=UUID=2bbc0114-12ca-4956-8db8-facc82bf664a ro quiet splash vt.handoff=7
[     3.658] Build Date: 30 November 2020  05:56:33PM
[     3.658] xorg-server 2:1.20.8-2ubuntu2.6 (For technical support please see http://www.ubuntu.com/support) 
[     3.658] Current version of pixman: 0.38.4
[     3.658]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     3.658] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.658] (==) Log file: "/home/daniell/.local/share/xorg/Xorg.0.log", Time: Fri Dec 11 08:56:43 2020
[     3.658] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.659] (==) No Layout section.  Using the first Screen section.
[     3.659] (==) No screen section available. Using defaults.
[     3.659] (**) |-->Screen "Default Screen Section" (0)
[     3.659] (**) |   |-->Monitor "<default monitor>"
[     3.660] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     3.660] (==) Automatically adding devices
[     3.660] (==) Automatically enabling devices
[     3.660] (==) Automatically adding GPU devices
[     3.660] (==) Automatically binding GPU devices
[     3.660] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.663] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.663]    Entry deleted from font path.
[     3.663] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     3.663]    Entry deleted from font path.
[     3.663] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     3.663]    Entry deleted from font path.
[     3.663] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     3.663]    Entry deleted from font path.
[     3.663] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     3.663]    Entry deleted from font path.
[     3.663] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
[     3.663] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.663] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.663] (II) Loader magic: 0x56081c3aa020
[     3.663] (II) Module ABI versions:
[     3.663]    X.Org ANSI C Emulation: 0.4
[     3.663]    X.Org Video Driver: 24.1
[     3.663]    X.Org XInput driver : 24.1
[     3.663]    X.Org Server Extension : 10.0
[     3.664] (++) using VT number 2

[     3.666] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     3.666] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.668] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[     3.670] (--) PCI:*(0@0:1:0) 1b36:0100:1af4:1100 rev 5, Mem @ 0xf4000000/67108864, 0xf8000000/67108864, 0xfcc14000/8192, I/O @ 0x0000c040/32, BIOS @ 0x????????/131072
[     3.673] (II) LoadModule: "glx"
[     3.673] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.678] (II) Module glx: vendor="X.Org Foundation"
[     3.678]    compiled for 1.20.8, module version = 1.0.0
[     3.678]    ABI class: X.Org Server Extension, version 10.0
[     3.678] (==) Matched qxl as autoconfigured driver 0
[     3.678] (==) Matched modesetting as autoconfigured driver 1
[     3.678] (==) Matched fbdev as autoconfigured driver 2
[     3.678] (==) Matched vesa as autoconfigured driver 3
[     3.678] (==) Assigned the driver to the xf86ConfigLayout
[     3.678] (II) LoadModule: "qxl"
[     3.682] (II) Loading /usr/lib/xorg/modules/drivers/qxl_drv.so
[     3.683] (II) Module qxl: vendor="X.Org Foundation"
[     3.683]    compiled for 1.20.7, module version = 0.1.5
[     3.683]    Module class: X.Org Video Driver
[     3.683]    ABI class: X.Org Video Driver, version 24.1
[     3.683] (II) LoadModule: "modesetting"
[     3.683] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.684] (II) Module modesetting: vendor="X.Org Foundation"
[     3.684]    compiled for 1.20.8, module version = 1.20.8
[     3.684]    Module class: X.Org Video Driver
[     3.684]    ABI class: X.Org Video Driver, version 24.1
[     3.684] (II) LoadModule: "fbdev"
[     3.684] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     3.684] (II) Module fbdev: vendor="X.Org Foundation"
[     3.684]    compiled for 1.20.1, module version = 0.5.0
[     3.684]    Module class: X.Org Video Driver
[     3.684]    ABI class: X.Org Video Driver, version 24.0
[     3.684] (II) LoadModule: "vesa"
[     3.684] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     3.685] (II) Module vesa: vendor="X.Org Foundation"
[     3.685]    compiled for 1.20.4, module version = 2.4.0
[     3.685]    Module class: X.Org Video Driver
[     3.685]    ABI class: X.Org Video Driver, version 24.0
[     3.685] (II) qxl: Driver for QXL virtual graphics: QXL 1
[     3.685] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.685] (II) FBDEV: driver for framebuffer: fbdev
[     3.685] (II) VESA: driver for VESA chipsets: vesa
[     3.685] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[     3.685] (II) [KMS] Kernel modesetting enabled.
[     3.685] (WW) Falling back to old probe method for modesetting
[     3.685] (WW) Falling back to old probe method for fbdev
[     3.685] (II) Loading sub module "fbdevhw"
[     3.685] (II) LoadModule: "fbdevhw"
[     3.685] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     3.685] (II) Module fbdevhw: vendor="X.Org Foundation"
[     3.685]    compiled for 1.20.8, module version = 0.0.2
[     3.685]    ABI class: X.Org Video Driver, version 24.1
[     3.685] (EE) open /dev/fb0: Permission denied
[     3.685] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     3.685] (II) qxl(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     3.685] (==) qxl(0): Depth 24, (--) framebuffer bpp 32
[     3.685] (==) qxl(0): RGB weight 888
[     3.685] (==) qxl(0): Default visual is TrueColor
[     3.685] (==) qxl(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.685] (II) qxl(0): Deferred Frames: Disabled
[     3.685] (II) qxl(0): Offscreen Surfaces: Enabled
[     3.685] (II) qxl(0): Image Cache: Enabled
[     3.685] (II) qxl(0): Fallback Cache: Enabled
[     3.685] (==) qxl(0): DPI set to (96, 96)
[     3.685] (II) Loading sub module "fb"
[     3.685] (II) LoadModule: "fb"
[     3.685] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.686] (II) Module fb: vendor="X.Org Foundation"
[     3.686]    compiled for 1.20.8, module version = 1.0.0
[     3.686]    ABI class: X.Org ANSI C Emulation, version 0.4
[     3.686] (II) Loading sub module "ramdac"
[     3.686] (II) LoadModule: "ramdac"
[     3.686] (II) Module "ramdac" already built-in
[     3.686] (II) qxl(0): Output Virtual-1 has no monitor section
[     3.686] (II) qxl(0): Output Virtual-2 has no monitor section
[     3.686] (II) qxl(0): Output Virtual-3 has no monitor section
[     3.686] (II) qxl(0): Output Virtual-4 has no monitor section
[     3.687] (II) qxl(0): EDID for output Virtual-1
[     3.688] (II) qxl(0): Printing probed modes for output Virtual-1
[     3.688] (II) qxl(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz eP)
[     3.688] (II) qxl(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[     3.688] (II) qxl(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[     3.688] (II) qxl(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[     3.688] (II) qxl(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[     3.688] (II) qxl(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[     3.688] (II) qxl(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[     3.688] (II) qxl(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[     3.688] (II) qxl(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[     3.689] (II) qxl(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[     3.689] (II) qxl(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     3.689] (II) qxl(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[     3.689] (II) qxl(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     3.689] (II) qxl(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[     3.689] (II) qxl(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[     3.689] (II) qxl(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[     3.689] (II) qxl(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     3.689] (II) qxl(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[     3.689] (II) qxl(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     3.689] (II) qxl(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     3.689] (II) qxl(0): Modeline "1280x854"x60.0   89.34  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.2 kHz)
[     3.689] (II) qxl(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[     3.690] (II) qxl(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[     3.690] (II) qxl(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[     3.690] (II) qxl(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[     3.690] (II) qxl(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     3.690] (II) qxl(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[     3.690] (II) qxl(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[     3.690] (II) qxl(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     3.690] (II) qxl(0): Modeline "1152x768"x59.9   71.95  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.8 kHz)
[     3.690] (II) qxl(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     3.690] (II) qxl(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     3.690] (II) qxl(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[     3.690] (II) qxl(0): Modeline "720x480"x59.9   26.85  720 744 808 896  480 483 493 500 -hsync +vsync (30.0 kHz)
[     3.690] (II) qxl(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     3.690] (II) qxl(0): EDID for output Virtual-2
[     3.690] (II) qxl(0): EDID for output Virtual-3
[     3.690] (II) qxl(0): EDID for output Virtual-4
[     3.690] (II) qxl(0): Output Virtual-1 connected
[     3.690] (II) qxl(0): Output Virtual-2 disconnected
[     3.690] (II) qxl(0): Output Virtual-3 disconnected
[     3.690] (II) qxl(0): Output Virtual-4 disconnected
[     3.690] (II) qxl(0): Using exact sizes for initial modes
[     3.690] (II) qxl(0): Output Virtual-1 using initial mode 1024x768 +0+0
[     3.690] (II) qxl(0): PreInit complete
[     3.690] (II) UnloadModule: "modesetting"
[     3.690] (II) Unloading modesetting
[     3.690] (II) UnloadModule: "fbdev"
[     3.690] (II) Unloading fbdev
[     3.690] (II) UnloadSubModule: "fbdevhw"
[     3.690] (II) Unloading fbdevhw
[     3.690] (II) UnloadModule: "vesa"
[     3.690] (II) Unloading vesa
[     3.693] (II) UXA(0): Driver registered support for the following operations:
[     3.693] (II)         solid
[     3.693] (II)         copy
[     3.693] (II)         composite (RENDER acceleration)
[     3.693] (II)         put_image
[     3.695] resizing primary to 1024x768
[     3.695] primary is 0x56081d936910
[     3.700] (II) Initializing extension Generic Event Extension
[     3.701] (II) Initializing extension SHAPE
[     3.701] (II) Initializing extension MIT-SHM
[     3.701] (II) Initializing extension XInputExtension
[     3.705] (II) Initializing extension XTEST
[     3.705] (II) Initializing extension BIG-REQUESTS
[     3.706] (II) Initializing extension SYNC
[     3.706] (II) Initializing extension XKEYBOARD
[     3.706] (II) Initializing extension XC-MISC
[     3.706] (II) Initializing extension SECURITY
[     3.707] (II) Initializing extension XFIXES
[     3.707] (II) Initializing extension RENDER
[     3.707] (II) Initializing extension RANDR
[     3.708] (II) Initializing extension COMPOSITE
[     3.708] (II) Initializing extension DAMAGE
[     3.708] (II) Initializing extension MIT-SCREEN-SAVER
[     3.708] (II) Initializing extension DOUBLE-BUFFER
[     3.708] (II) Initializing extension RECORD
[     3.708] (II) Initializing extension DPMS
[     3.708] (II) Initializing extension Present
[     3.708] (II) Initializing extension DRI3
[     3.708] (II) Initializing extension X-Resource
[     3.708] (II) Initializing extension XVideo
[     3.708] (II) Initializing extension XVideo-MotionCompensation
[     3.708] (II) Initializing extension SELinux
[     3.708] (II) SELinux: Disabled on system
[     3.708] (II) Initializing extension GLX
[     3.713] (II) AIGLX: Screen 0 is not DRI2 capable
[     3.911] (II) IGLX: Loaded and initialized swrast
[     3.911] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     3.911] (II) Initializing extension XFree86-VidModeExtension
[     3.914] (II) Initializing extension XFree86-DGA
[     3.917] (II) Initializing extension XFree86-DRI
[     3.917] (II) Initializing extension DRI2
[     3.919] (II) qxl(0): Setting screen physical size to 270 x 203
[     4.068] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     4.068] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.068] (II) LoadModule: "libinput"
[     4.079] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.082] (II) Module libinput: vendor="X.Org Foundation"
[     4.082]    compiled for 1.20.4, module version = 0.29.0
[     4.082]    Module class: X.Org XInput Driver
[     4.082]    ABI class: X.Org XInput driver, version 24.1
[     4.082] (II) Using input driver 'libinput' for 'Power Button'
[     4.084] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 20 paused 0
[     4.084] (**) Power Button: always reports core events
[     4.084] (**) Option "Device" "/dev/input/event0"
[     4.084] (**) Option "_source" "server/udev"
[     4.093] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     4.093] (II) event0  - Power Button: device is a keyboard
[     4.093] (II) event0  - Power Button: device removed
[     4.093] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[     4.093] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.093] (**) Option "xkb_layout" "us,hu"
[     4.093] (**) Option "xkb_variant" ","
[     4.136] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     4.136] (II) event0  - Power Button: device is a keyboard
[     4.136] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event2)
[     4.136] (**) QEMU QEMU USB Tablet: Applying InputClass "libinput pointer catchall"
[     4.136] (II) Using input driver 'libinput' for 'QEMU QEMU USB Tablet'
[     4.197] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[     4.197] (**) QEMU QEMU USB Tablet: always reports core events
[     4.197] (**) Option "Device" "/dev/input/event2"
[     4.197] (**) Option "_source" "server/udev"
[     4.198] (II) event2  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[     4.198] (II) event2  - QEMU QEMU USB Tablet: device is a pointer
[     4.199] (II) event2  - QEMU QEMU USB Tablet: device removed
[     4.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4/event2"
[     4.199] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: MOUSE, id 7)
[     4.199] (**) Option "AccelerationScheme" "none"
[     4.199] (**) QEMU QEMU USB Tablet: (accel) selected scheme none/0
[     4.199] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[     4.199] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[     4.199] (II) event2  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[     4.200] (II) event2  - QEMU QEMU USB Tablet: device is a pointer
[     4.200] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/mouse0)
[     4.200] (II) No input driver specified, ignoring this device.
[     4.200] (II) This device may have been added with another device file.
[     4.200] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[     4.200] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     4.200] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     4.203] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 24 paused 0
[     4.203] (**) AT Translated Set 2 keyboard: always reports core events
[     4.203] (**) Option "Device" "/dev/input/event1"
[     4.203] (**) Option "_source" "server/udev"
[     4.203] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     4.204] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[     4.204] (II) event1  - AT Translated Set 2 keyboard: device removed
[     4.205] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[     4.205] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[     4.205] (**) Option "xkb_layout" "us,hu"
[     4.205] (**) Option "xkb_variant" ","
[     4.206] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     4.206] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[     4.206] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event3)
[     4.206] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[     4.206] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[     4.208] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[     4.208] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[     4.208] (**) Option "Device" "/dev/input/event3"
[     4.208] (**) Option "_source" "server/udev"
[     4.209] (II) event3  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[     4.210] (II) event3  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[     4.210] (II) event3  - ImExPS/2 Generic Explorer Mouse: device removed
[     4.210] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
[     4.210] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 9)
[     4.210] (**) Option "AccelerationScheme" "none"
[     4.210] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[     4.210] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[     4.210] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[     4.211] (II) event3  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[     4.212] (II) event3  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[     4.212] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
[     4.212] (II) No input driver specified, ignoring this device.
[     4.212] (II) This device may have been added with another device file.
[     6.898] (II) config/udev: Adding input device spice vdagent tablet (/dev/input/js0)
[     6.898] (II) No input driver specified, ignoring this device.
[     6.898] (II) This device may have been added with another device file.
[     6.901] (II) config/udev: Adding input device spice vdagent tablet (/dev/input/mouse2)
[     6.901] (II) No input driver specified, ignoring this device.
[     6.901] (II) This device may have been added with another device file.
[     6.946] (II) config/udev: Adding input device spice vdagent tablet (/dev/input/event4)
[     6.946] (**) spice vdagent tablet: Applying InputClass "libinput pointer catchall"
[     6.946] (II) Using input driver 'libinput' for 'spice vdagent tablet'
[     6.947] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0
[     6.947] (**) spice vdagent tablet: always reports core events
[     6.947] (**) Option "Device" "/dev/input/event4"
[     6.947] (**) Option "_source" "server/udev"
[     6.947] (II) event4  - spice vdagent tablet: is tagged by udev as: Mouse
[     6.948] (II) event4  - spice vdagent tablet: device is a pointer
[     6.948] (II) event4  - spice vdagent tablet: device removed
[     6.948] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event4"
[     6.948] (II) XINPUT: Adding extended input device "spice vdagent tablet" (type: MOUSE, id 10)
[     6.948] (**) Option "AccelerationScheme" "none"
[     6.948] (**) spice vdagent tablet: (accel) selected scheme none/0
[     6.948] (**) spice vdagent tablet: (accel) acceleration factor: 2.000
[     6.948] (**) spice vdagent tablet: (accel) acceleration threshold: 4
[     6.948] (II) event4  - spice vdagent tablet: is tagged by udev as: Mouse
[     6.948] (II) event4  - spice vdagent tablet: device is a pointer
[     7.090] (II) qxl(0): Allocate new frame buffer 2560x1358 stride
[     7.160] (II) config/udev: removing device spice vdagent tablet
[     7.160] (**) Option "fd" "39"
[     7.160] (II) event4  - spice vdagent tablet: device removed
[     7.162] (II) UnloadModule: "libinput"
[     7.162] (II) systemd-logind: releasing fd for 13:68
[     7.186] (II) config/udev: Adding input device spice vdagent tablet (/dev/input/js0)
[     7.186] (II) No input driver specified, ignoring this device.
[     7.186] (II) This device may have been added with another device file.
[     7.188] (II) config/udev: Adding input device spice vdagent tablet (/dev/input/mouse2)
[     7.189] (II) No input driver specified, ignoring this device.
[     7.189] (II) This device may have been added with another device file.
[     7.234] (II) config/udev: Adding input device spice vdagent tablet (/dev/input/event4)
[     7.234] (**) spice vdagent tablet: Applying InputClass "libinput pointer catchall"
[     7.234] (II) Using input driver 'libinput' for 'spice vdagent tablet'
[     7.234] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0
[     7.234] (**) spice vdagent tablet: always reports core events
[     7.234] (**) Option "Device" "/dev/input/event4"
[     7.234] (**) Option "_source" "server/udev"
[     7.235] (II) event4  - spice vdagent tablet: is tagged by udev as: Mouse
[     7.235] (II) event4  - spice vdagent tablet: device is a pointer
[     7.235] (II) event4  - spice vdagent tablet: device removed
[     7.235] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event4"
[     7.235] (II) XINPUT: Adding extended input device "spice vdagent tablet" (type: MOUSE, id 10)
[     7.235] (**) Option "AccelerationScheme" "none"
[     7.235] (**) spice vdagent tablet: (accel) selected scheme none/0
[     7.235] (**) spice vdagent tablet: (accel) acceleration factor: 2.000
[     7.235] (**) spice vdagent tablet: (accel) acceleration threshold: 4
[     7.235] (II) event4  - spice vdagent tablet: is tagged by udev as: Mouse
[     7.236] (II) event4  - spice vdagent tablet: device is a pointer

Offline

Board footer

Powered by FluxBB