Re: (solved) Re: mouse scrolling activates back/forward in browser

Ronald Klop <[email protected]>
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]>
On 4/16/21 9:14 PM, Michael Gmelin wrote:
> 
> 
>> On 16. Apr 2021, at 21:05, Ronald Klop <[email protected]> wrote:
>>
>> On 4/15/21 9:11 PM, Michael Gmelin wrote:
>>>>> On 15. Apr 2021, at 20:54, Ronald Klop <[email protected]> wrote:
>>>>
>>>> On 4/15/21 9:53 AM, Ronald Klop wrote:
>>>>> Hi,
>>>>> When I use the scrollwheel of the mouse my browser triggers back/forward. What happens is this:
>>>>> If I scroll up (button 4) after scrolling down (button 5) it triggers button 8 and 9.
>>>>> I see it generating a ButtonPress 8/9 if I go down and than up. And a ButtonRelease 8/9 if I first go up and than down.
>>>>> I have no config in /etc/X11. Xorg logs: https://www.klop.ws/Xorg.0.log
>>>>> This happens on the trackpad of the laptop and with a bluetooth connected mouse.
>>>>> What makes it a little more complex is that this is running FreeBSD 14 in VirtualBox on Windows 10 with. NB: It happened in Virtualbox 5 and now in 6 also.
>>>>> This started around a year ago.
>>> That’s because we switched to udev/libinput by default around that time.
>>>>> https://lists.freebsd.org/pipermail/freebsd-ports/2020-March/117879.html But didn't have time to look into it.
>>>>> Any thoughts or similar experiences?
>>>>> Regards,
>>>>> Ronald.
>>>>
>>>>
>>>> Some more googling found this: https://forums.freebsd.org/threads/mouse-wheel-strange-behavior-with-firefox.57494/
>>>>
>>>> Just removed button 8 and 9.
>>>> xmodmap -e "pointer = 1 2 3 4 5 6 7 0 0 10 11 12"
>>>>
>>>> Still don't understand the root cause of this, but this helps a lot.
>>>>
>>> Could you share the output of:
>>> - libinput list-devices
>>
>>
>> Device:           System mouse
>> Kernel:           /dev/input/event0
>> Group:            1
>> Seat:             seat0, default
>> Capabilities:     pointer
>> Tap-to-click:     n/a
>> Tap-and-drag:     n/a
>> Tap drag lock:    n/a
>> Left-handed:      disabled
>> Nat.scrolling:    disabled
>> Middle emulation: disabled
>> Calibration:      n/a
>> Scroll methods:   button
>> Click methods:    none
>> Disable-w-typing: n/a
>> Accel profiles:   flat *adaptive
>> Rotation:         n/a
>>
>> Device:           System keyboard multiplexer
>> Kernel:           /dev/input/event1
>> Group:            2
>> Seat:             seat0, default
>> Capabilities:     keyboard
>> Tap-to-click:     n/a
>> Tap-and-drag:     n/a
>> Tap drag lock:    n/a
>> Left-handed:      n/a
>> Nat.scrolling:    n/a
>> Middle emulation: n/a
>> Calibration:      n/a
>> Scroll methods:   none
>> Click methods:    none
>> Disable-w-typing: n/a
>> Accel profiles:   n/a
>> Rotation:         n/a
>>
>> Device:           AT keyboard
>> Kernel:           /dev/input/event2
>> Group:            3
>> Seat:             seat0, default
>> Capabilities:     keyboard
>> Tap-to-click:     n/a
>> Tap-and-drag:     n/a
>> Tap drag lock:    n/a
>> Left-handed:      n/a
>> Nat.scrolling:    n/a
>> Middle emulation: n/a
>> Calibration:      n/a
>> Scroll methods:   none
>> Click methods:    none
>> Disable-w-typing: n/a
>> Accel profiles:   n/a
>> Rotation:         n/a
>>
>> Device:           IntelliMouse Explorer
>> Kernel:           /dev/input/event3
>> Group:            4
>> Seat:             seat0, default
>> Capabilities:     pointer
>> Tap-to-click:     n/a
>> Tap-and-drag:     n/a
>> Tap drag lock:    n/a
>> Left-handed:      disabled
>> Nat.scrolling:    disabled
>> Middle emulation: disabled
>> Calibration:      n/a
>> Scroll methods:   button
>> Click methods:    none
>> Disable-w-typing: n/a
>> Accel profiles:   flat *adaptive
>> Rotation:         n/a
>>
>>
>>> - xinput list
>>
>>
>> ⎡ Virtual core pointer                        id=2    [master pointer  (3)]
>> ⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
>> ⎜   ↳ System mouse                                id=6    [slave  pointer  (2)]
>> ⎜   ↳ IntelliMouse Explorer                       id=9    [slave  pointer  (2)]
>> ⎜   ↳ (unnamed)                                   id=10    [slave  pointer  (2)]
>> ⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
>>     ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
>>     ↳ System keyboard multiplexer                 id=7    [slave  keyboard (3)]
>>     ↳ AT keyboard                                 id=8    [slave  keyboard (3)]
>>
>>
>>> Then, for each mouse device shown by `xinput list', the output of `xinput list-props <device>'.
>>
>>
>>
>> $ xinput list-props 2
>> Device 'Virtual core pointer':
>>     Device Enabled (117):    1
>>     Coordinate Transformation Matrix (118):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
>>
>> $ xinput list-props 4
>> Device 'Virtual core XTEST pointer':
>>     Device Enabled (117):    1
>>     Coordinate Transformation Matrix (118):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
>>     XTEST Device (229):    1
>>
>> $ xinput list-props 6
>> Device 'System mouse':
>>     Device Enabled (117):    1
>>     Coordinate Transformation Matrix (118):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
>>     libinput Natural Scrolling Enabled (240):    0
>>     libinput Natural Scrolling Enabled Default (241):    0
>>     libinput Scroll Methods Available (242):    0, 0, 1
>>     libinput Scroll Method Enabled (243):    0, 0, 0
>>     libinput Scroll Method Enabled Default (244):    0, 0, 0
>>     libinput Button Scrolling Button (245):    2
>>     libinput Button Scrolling Button Default (246):    2
>>     libinput Button Scrolling Button Lock Enabled (247):    0
>>     libinput Button Scrolling Button Lock Enabled Default (248):    0
>>     libinput Middle Emulation Enabled (249):    0
>>     libinput Middle Emulation Enabled Default (250):    0
>>     libinput Accel Speed (251):    0.000000
>>     libinput Accel Speed Default (252):    0.000000
>>     libinput Accel Profiles Available (253):    1, 1
>>     libinput Accel Profile Enabled (254):    1, 0
>>     libinput Accel Profile Enabled Default (255):    1, 0
>>     libinput Left Handed Enabled (256):    0
>>     libinput Left Handed Enabled Default (257):    0
>>     libinput Send Events Modes Available (258):    1, 0
>>     libinput Send Events Mode Enabled (259):    0, 0
>>     libinput Send Events Mode Enabled Default (260):    0, 0
>>     Device Node (261):    "/dev/input/event0"
>>     Device Product ID (262):    0, 0
>>     libinput Drag Lock Buttons (263):    <no items>
>>     libinput Horizontal Scroll Enabled (264):    1
>>
>> $ xinput list-props 9
>> Device 'IntelliMouse Explorer':
>>     Device Enabled (117):    1
>>     Coordinate Transformation Matrix (118):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
>>     libinput Natural Scrolling Enabled (240):    0
>>     libinput Natural Scrolling Enabled Default (241):    0
>>     libinput Scroll Methods Available (242):    0, 0, 1
>>     libinput Scroll Method Enabled (243):    0, 0, 0
>>     libinput Scroll Method Enabled Default (244):    0, 0, 0
>>     libinput Button Scrolling Button (245):    2
>>     libinput Button Scrolling Button Default (246):    2
>>     libinput Button Scrolling Button Lock Enabled (247):    0
>>     libinput Button Scrolling Button Lock Enabled Default (248):    0
>>     libinput Middle Emulation Enabled (249):    0
>>     libinput Middle Emulation Enabled Default (250):    0
>>     libinput Accel Speed (251):    0.000000
>>     libinput Accel Speed Default (252):    0.000000
>>     libinput Accel Profiles Available (253):    1, 1
>>     libinput Accel Profile Enabled (254):    1, 0
>>     libinput Accel Profile Enabled Default (255):    1, 0
>>     libinput Left Handed Enabled (256):    0
>>     libinput Left Handed Enabled Default (257):    0
>>     libinput Send Events Modes Available (258):    1, 0
>>     libinput Send Events Mode Enabled (259):    0, 0
>>     libinput Send Events Mode Enabled Default (260):    0, 0
>>     Device Node (261):    "/dev/input/event3"
>>     Device Product ID (262):    2, 1
>>     libinput Drag Lock Buttons (263):    <no items>
>>     libinput Horizontal Scroll Enabled (264):    1
>>
>> $ xinput list-props 10
>> Device '(unnamed)':
>>     Device Enabled (117):    1
>>     Coordinate Transformation Matrix (118):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
>>     Device Accel Profile (236):    0
>>     Device Accel Constant Deceleration (237):    1.000000
>>     Device Accel Adaptive Deceleration (238):    1.000000
>>     Device Accel Velocity Scaling (239):    10.000000
>>
>>
>>> (xinput run in a xterm or similar using some utf-8 locale, e.g. LANG=en_US.UTF-8).
>> xfce4-terminal with LANG=C.UTF-8
>>
>>> And just to be sure, double check which config files exist in /etc/X11 and /usr/local/etc/xorg.d.
>>
>> /etc/X11 is empty
>> /usr/local/etc/xorg.d does not exist
>> /usr/local/etc/X11/xorg.conf.d/ is empty
>>
>> NB: all information above is retrieved while the xmodmap setting was active. I don't know if that matters.
>>
> 
> It would be interesting to see the ‘xinput list-props’ ones without the xmodmap setting active for comparison.


$ xinput list-props 2
Device 'Virtual core pointer':
	Device Enabled (117):	1
	Coordinate Transformation Matrix (118):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000

$ xinput list-props 4
Device 'Virtual core XTEST pointer':
	Device Enabled (117):	1
	Coordinate Transformation Matrix (118):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	XTEST Device (229):	1

$ xinput list-props 6
Device 'System mouse':
	Device Enabled (117):	1
	Coordinate Transformation Matrix (118):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Natural Scrolling Enabled (240):	0
	libinput Natural Scrolling Enabled Default (241):	0
	libinput Scroll Methods Available (242):	0, 0, 1
	libinput Scroll Method Enabled (243):	0, 0, 0
	libinput Scroll Method Enabled Default (244):	0, 0, 0
	libinput Button Scrolling Button (245):	2
	libinput Button Scrolling Button Default (246):	2
	libinput Button Scrolling Button Lock Enabled (247):	0
	libinput Button Scrolling Button Lock Enabled Default (248):	0
	libinput Middle Emulation Enabled (249):	0
	libinput Middle Emulation Enabled Default (250):	0
	libinput Accel Speed (251):	0.000000
	libinput Accel Speed Default (252):	0.000000
	libinput Accel Profiles Available (253):	1, 1
	libinput Accel Profile Enabled (254):	1, 0
	libinput Accel Profile Enabled Default (255):	1, 0
	libinput Left Handed Enabled (256):	0
	libinput Left Handed Enabled Default (257):	0
	libinput Send Events Modes Available (258):	1, 0
	libinput Send Events Mode Enabled (259):	0, 0
	libinput Send Events Mode Enabled Default (260):	0, 0
	Device Node (261):	"/dev/input/event0"
	Device Product ID (262):	0, 0
	libinput Drag Lock Buttons (263):	<no items>
	libinput Horizontal Scroll Enabled (264):	1

$ xinput list-props 9
Device 'IntelliMouse Explorer':
	Device Enabled (117):	1
	Coordinate Transformation Matrix (118):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Natural Scrolling Enabled (240):	0
	libinput Natural Scrolling Enabled Default (241):	0
	libinput Scroll Methods Available (242):	0, 0, 1
	libinput Scroll Method Enabled (243):	0, 0, 0
	libinput Scroll Method Enabled Default (244):	0, 0, 0
	libinput Button Scrolling Button (245):	2
	libinput Button Scrolling Button Default (246):	2
	libinput Button Scrolling Button Lock Enabled (247):	0
	libinput Button Scrolling Button Lock Enabled Default (248):	0
	libinput Middle Emulation Enabled (249):	0
	libinput Middle Emulation Enabled Default (250):	0
	libinput Accel Speed (251):	0.000000
	libinput Accel Speed Default (252):	0.000000
	libinput Accel Profiles Available (253):	1, 1
	libinput Accel Profile Enabled (254):	1, 0
	libinput Accel Profile Enabled Default (255):	1, 0
	libinput Left Handed Enabled (256):	0
	libinput Left Handed Enabled Default (257):	0
	libinput Send Events Modes Available (258):	1, 0
	libinput Send Events Mode Enabled (259):	0, 0
	libinput Send Events Mode Enabled Default (260):	0, 0
	Device Node (261):	"/dev/input/event3"
	Device Product ID (262):	2, 1
	libinput Drag Lock Buttons (263):	<no items>
	libinput Horizontal Scroll Enabled (264):	1

$ xinput list-props 10
Device '(unnamed)':
	Device Enabled (117):	1
	Coordinate Transformation Matrix (118):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	Device Accel Profile (236):	0
	Device Accel Constant Deceleration (237):	1.000000
	Device Accel Adaptive Deceleration (238):	1.000000
	Device Accel Velocity Scaling (239):	10.000000


> This is with a touchpad and a USB mouse ans you’re using virtual box, correct?

A touchpad and a bluethooth mouse, but the bluetooth is handled by Windows 10, so I think FreeBSD just sees a USB mouse.


> Also, could you maybe share your virtual machine configuration (I don’t know where it’s stored on windows, but it should be an XML file somewhere in $HOME/VirtualBox VMs/VM Name).
> 


BTW: I tried different settings in VirtualBox for the mouse. Made no difference if I selected PS/2 mouse, USB-Tablet or USB-MultiTouch Tablet.
And I'm running with /usr/local/bin/VBoxClient-all (virtualbox-ose-additions) for desktop+mouse integrations.


<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.15-windows">
   <Machine uuid="{8795a700-97d9-48a0-8b85-84a03884a2d4}" name="FreeBSD" OSType="FreeBSD_64" snapshotFolder="Snapshots" lastStateChange="2021-04-16T18:37:40Z">
     <MediaRegistry>
       <HardDisks>
         <HardDisk uuid="{c783eb2f-f170-45ce-8eaf-1fec5b9181de}" location="swap1.vdi" format="VDI" type="Normal"/>
         <HardDisk uuid="{06f9ae6d-cb59-4b3c-94ee-64074419ccb9}" location="freebsd1.vdi" format="VDI" type="Normal"/>
         <HardDisk uuid="{9ad9ed55-0a31-405a-ae18-a8ad5a050310}" location="crashdump.vdi" format="VDI" type="Normal"/>
       </HardDisks>
       <DVDImages>
         <Image uuid="{53362458-1f62-4625-9d9c-58e038476707}" location="C:/Program Files/Oracle/VirtualBox/VBoxGuestAdditions.iso"/>
       </DVDImages>
     </MediaRegistry>
     <ExtraData>
       <ExtraDataItem name="GUI/Fullscreen" value="true"/>
       <ExtraDataItem name="GUI/InformationWindowGeometry" value="643,370,634,340"/>
       <ExtraDataItem name="GUI/LastCloseAction" value="SaveState"/>
       <ExtraDataItem name="GUI/LastGuestSizeHint" value="1920,1080"/>
       <ExtraDataItem name="GUI/LastNormalWindowPosition" value="2272,-219,1920,1131"/>
       <ExtraDataItem name="GUI/LastScaleWindowPosition" value="214,107,1408,857"/>
       <ExtraDataItem name="GUI/MiniToolBarAlignment" value="Top"/>
       <ExtraDataItem name="GUI/RestrictedRuntimeDevicesMenuActions" value="Nothing"/>
       <ExtraDataItem name="GUI/RestrictedRuntimeMachineMenuActions" value="SaveState,PowerOff"/>
       <ExtraDataItem name="GUI/ScaleFactor" value="1"/>
       <ExtraDataItem name="GUI/StatusBar/IndicatorOrder" value="HardDisks,OpticalDisks,FloppyDisks,Network,USB,SharedFolders,Display,VideoCapture,Features,Mouse,Keyboard"/>
     </ExtraData>
     <Hardware>
       <CPU count="2">
         <PAE enabled="false"/>
         <LongMode enabled="true"/>
         <HardwareVirtExLargePages enabled="true"/>
       </CPU>
       <Memory RAMSize="5120"/>
       <Paravirt provider="KVM"/>
       <Boot>
         <Order position="1" device="DVD"/>
         <Order position="2" device="HardDisk"/>
         <Order position="3" device="None"/>
         <Order position="4" device="None"/>
       </Boot>
       <Display controller="VBoxSVGA" VRAMSize="128"/>
       <VideoCapture screens="1" options="ac_enabled=false" file="." fps="25"/>
       <RemoteDisplay enabled="false">
         <VRDEProperties>
           <Property name="TCP/Ports" value="3389"/>
         </VRDEProperties>
       </RemoteDisplay>
       <BIOS>
         <IOAPIC enabled="true"/>
       </BIOS>
       <USB>
         <Controllers>
           <Controller name="xHCI" type="XHCI"/>
         </Controllers>
         <DeviceFilters>
           <DeviceFilter name="Western Digital Elements 25A2 [1004]" active="true" vendorId="1058" productId="25a2" revision="1004" manufacturer="Western Digital" product="Elements 25A2" serialNumber="575843314538354834414536" remote="0"/>
           <DeviceFilter name="USB Flash Memory [0110]" active="true" vendorId="0930" productId="6545" revision="0110" manufacturer="        " product="USB Flash Memory" serialNumber="001D92AD6ADAB910B3230034" remote="0"/>
           <DeviceFilter name="FTDI SheevaPlug JTAGKey FT2232D B [0500]" active="true" vendorId="9e88" productId="9e8f" revision="0500" manufacturer="FTDI" product="SheevaPlug JTAGKey FT2232D B" serialNumber="FTSKBG5M" remote="0"/>
           <DeviceFilter name="Generic USB2.0-CRW [5195]" active="true" vendorId="0bda" productId="0151" revision="5195" manufacturer="Generic" product="USB2.0-CRW" serialNumber="20060413092100000" remote="0"/>
           <DeviceFilter name="Silicon Labs CP2102 USB to UART Bridge Controller [0100]" active="true" vendorId="10c4" productId="ea60" revision="0100" manufacturer="Silicon Labs" product="CP2102 USB to UART Bridge Controller" serialNumber="0001" remote="0"/>
         </DeviceFilters>
       </USB>
       <Network>
         <Adapter slot="0" enabled="true" MACAddress="08002720423D" cable="true" type="virtio">
           <DisabledModes>
             <InternalNetwork name="intnet"/>
             <NATNetwork name="NatNetwork"/>
           </DisabledModes>
           <BridgedInterface name="Intel(R) Dual Band Wireless-AC 3165"/>
         </Adapter>
         <Adapter slot="1" enabled="true" MACAddress="08002799D940" cable="true" type="virtio">
           <DisabledModes>
             <InternalNetwork name="intnet"/>
             <NATNetwork name="NatNetwork"/>
           </DisabledModes>
           <BridgedInterface name="Intel(R) Dual Band Wireless-AC 3165"/>
         </Adapter>
         <Adapter slot="2" enabled="true" MACAddress="0800276D5BEF" cable="true" type="virtio">
           <DisabledModes>
             <InternalNetwork name="intnet"/>
             <NATNetwork name="NatNetwork"/>
           </DisabledModes>
           <BridgedInterface name="Intel(R) Dual Band Wireless-AC 3165"/>
         </Adapter>
         <Adapter slot="3" enabled="true" MACAddress="080027933B8A" cable="true" type="virtio">
           <DisabledModes>
             <InternalNetwork name="intnet"/>
             <NATNetwork name="NatNetwork"/>
           </DisabledModes>
           <BridgedInterface name="Intel(R) Dual Band Wireless-AC 3165"/>
         </Adapter>
       </Network>
       <LPT>
         <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
       </LPT>
       <AudioAdapter driver="DirectSound" enabled="true"/>
       <SharedFolders>
         <SharedFolder name="win" hostPath="C:\" writable="false" autoMount="true"/>
         <SharedFolder name="winronald" hostPath="C:\Users\Ronald" writable="true" autoMount="true"/>
       </SharedFolders>
       <Clipboard mode="Bidirectional"/>
       <GuestProperties>
         <GuestProperty name="/VirtualBox/GuestAdd/HostVerLastChecked" value="6.1.18" timestamp="1617529255748083400" flags=""/>
         <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="142142" timestamp="1618556384386291400" flags=""/>
         <GuestProperty name="/VirtualBox/GuestAdd/Version" value="6.1.18" timestamp="1618556384375553600" flags=""/>
         <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="6.1.18" timestamp="1618556384376531100" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/Net/0/MAC" value="08002720423D" timestamp="1618556384392148002" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/Net/0/Status" value="Up" timestamp="1618556384392148003" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Broadcast" value="192.168.1.255" timestamp="1618556384392148000" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/IP" value="192.168.1.109" timestamp="1618556384391206101" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Netmask" value="255.255.255.0" timestamp="1618556384392148001" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/Net/Count" value="1" timestamp="1618598358007778600" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/OS/LoggedInUsers" value="2" timestamp="1618556384387267300" flags="TRANSIENT, TRANSRESET"/>
         <GuestProperty name="/VirtualBox/GuestInfo/OS/LoggedInUsersList" value="ronald,root" timestamp="1618556384386291401" flags="TRANSIENT, TRANSRESET"/>
         <GuestProperty name="/VirtualBox/GuestInfo/OS/NoLoggedInUsers" value="false" timestamp="1618556384387267301" flags="TRANSIENT, TRANSRESET"/>
         <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="FreeBSD" timestamp="1618556384340419601" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="14.0-CURRENT" timestamp="1618556384341396600" flags=""/>
         <GuestProperty name="/VirtualBox/GuestInfo/OS/Version" value="FreeBSD 14.0-CURRENT #0 main-n245390-dc0119c2819: Thu Mar 11 17:58:06 CET 2021     builder@sjakie:/data/src/obj/data/src/freebsd-current/amd64.amd64/sys/GENERIC-NODEBUG" timestamp="1618556384352133100" flags=""/>
         <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="nl_NL" timestamp="1618598360252608500" flags="RDONLYGUEST"/>
         <GuestProperty name="/VirtualBox/HostInfo/VBoxRev" value="142142" timestamp="1618556383966971302" flags="TRANSIENT, RDONLYGUEST"/>
         <GuestProperty name="/VirtualBox/HostInfo/VBoxVer" value="6.1.18" timestamp="1618556383966971300" flags="TRANSIENT, RDONLYGUEST"/>
         <GuestProperty name="/VirtualBox/HostInfo/VBoxVerExt" value="6.1.18" timestamp="1618556383966971301" flags="TRANSIENT, RDONLYGUEST"/>
         <GuestProperty name="/VirtualBox/VMInfo/ResumeCounter" value="7" timestamp="1618598259940271000" flags="TRANSIENT, RDONLYGUEST"/>
       </GuestProperties>
     </Hardware>
     <StorageControllers>
       <StorageController name="SATA" type="AHCI" PortCount="4" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
         <AttachedDevice nonrotational="true" type="HardDisk" hotpluggable="false" port="0" device="0">
           <Image uuid="{06f9ae6d-cb59-4b3c-94ee-64074419ccb9}"/>
         </AttachedDevice>
         <AttachedDevice nonrotational="true" type="HardDisk" hotpluggable="false" port="1" device="0">
           <Image uuid="{c783eb2f-f170-45ce-8eaf-1fec5b9181de}"/>
         </AttachedDevice>
         <AttachedDevice type="HardDisk" hotpluggable="true" port="2" device="0">
           <Image uuid="{9ad9ed55-0a31-405a-ae18-a8ad5a050310}"/>
         </AttachedDevice>
       </StorageController>
     </StorageControllers>
   </Machine>
</VirtualBox>


Thanks for taking a look.

Ronald.


> Best,
> Michael
> 
>> Regards,
>> Ronald.
>>
>>
>>
>>
>>> Best,
>>> Michael
>>>> Regards,
>>>> Ronald.
>>>>
>>>>
>>>>> Output of xev:
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x3200002, time 183573903, (25,45), root:(968,1279),
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> LeaveNotify event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x0, time 183573903, (25,45), root:(968,1279),
>>>>>     mode NotifyUngrab, detail NotifyInferior, same_screen YES,
>>>>>     focus YES, state 0
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x3200002, time 183575432, (25,45), root:(968,1279),
>>>>>     state 0x0, button 5, same_screen YES
>>>>> EnterNotify event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x0, time 183575432, (25,45), root:(968,1279),
>>>>>     mode NotifyGrab, detail NotifyInferior, same_screen YES,
>>>>>     focus YES, state 4096
>>>>> KeymapNotify event, serial 38, synthetic NO, window 0x0,
>>>>>     keys:  29  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>>>>>            0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x3200002, time 183575432, (25,45), root:(968,1279),
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> LeaveNotify event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x0, time 183575432, (25,45), root:(968,1279),
>>>>>     mode NotifyUngrab, detail NotifyInferior, same_screen YES,
>>>>>     focus YES, state 0
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x3200002, time 183576483, (25,45), root:(968,1279),
>>>>>     state 0x0, button 4, same_screen YES
>>>>> EnterNotify event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x0, time 183576483, (25,45), root:(968,1279),
>>>>>     mode NotifyGrab, detail NotifyInferior, same_screen YES,
>>>>>     focus YES, state 2048
>>>>> KeymapNotify event, serial 38, synthetic NO, window 0x0,
>>>>>     keys:  29  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>>>>>            0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x3200002, time 183576483, (25,45), root:(968,1279),
>>>>>     state 0x800, button 4, same_screen YES
>>>>> LeaveNotify event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x0, time 183576483, (25,45), root:(968,1279),
>>>>>     mode NotifyUngrab, detail NotifyInferior, same_screen YES,
>>>>>     focus YES, state 0
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x3200002, time 183576483, (25,45), root:(968,1279),
>>>>>     state 0x0, button 8, same_screen YES
>>>>> EnterNotify event, serial 38, synthetic NO, window 0x3200001,
>>>>>     root 0x51d, subw 0x0, time 183576483, (25,45), root:(968,1279),
>>>>>     mode NotifyGrab, detail NotifyInferior, same_screen YES,
>>>>>     focus YES, state 0
>>>>> KeymapNotify event, serial 38, synthetic NO, window 0x0,
>>>>>     keys:  29  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>>>>>            0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>>>>> $ xev | grep -i button # for a shorter list
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 4, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x800, button 4, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 8, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 9, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 4, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x800, button 4, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 4, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x800, button 4, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 4, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x800, button 4, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 4, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x800, button 4, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 4, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x800, button 4, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 4, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x800, button 4, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 8, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 9, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> ButtonPress event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x0, button 5, same_screen YES
>>>>> ButtonRelease event, serial 38, synthetic NO, window 0x3200001,
>>>>>     state 0x1000, button 5, same_screen YES
>>>>> _______________________________________________
>>>>> [email protected] mailing list
>>>>> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
>>>>> To unsubscribe, send any mail to "[email protected]"
>>>>
>>>> _______________________________________________
>>>> [email protected] mailing list
>>>> https://lists.freebsd.org/mailman/listinfo/freebsd-x11
>>>> To unsubscribe, send any mail to "[email protected]"
> 

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.