raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.17k stars 5.01k forks source link

Kernel 5.15.33 AARCH64 mouse movement with V3D #4988

Closed Dark-Sky closed 2 years ago

Dark-Sky commented 2 years ago

Describe the bug

While booted into KMS or FKMS V3D with kernel 5.15.33 64bit the mouse movement is very erratic and when moving the mouse while using glxgears the gears completely stop until you cease moving the mouse. The same thing happens while playing a youtube video with the video stopping while moving the mouse. Everything seems ok if booted using llvmpipe.

Steps to reproduce the behaviour

Boot using KMS or FKMS V3D and start glxgears -info or a youtube video in the browser and move the mouse. Also notice erratic behavior of the mouse at all times when booted into the desktop using KMS or FKMS V3D.

Device (s)

Raspberry Pi 4 Mod. B

System

[ray@pi4 ~]$ vcgencmd version Mar 24 2022 13:19:26 Copyright (c) 2012 Broadcom version e5a963efa66a1974127860b42e913d2374139ff5 (clean) (release) (start)

[ray@pi4 ~]$ uname -a Linux pi4 5.15.33-1-MANJARO-ARM-RPI #1 SMP PREEMPT Mon Apr 11 13:35:56 UTC 2022 aarch64 GNU/Linux

Logs

No response

Additional context

No response

popcornmix commented 2 years ago

Did this start recently? I wonder if it could be https://github.com/raspberrypi/linux/pull/4971

Dark-Sky commented 2 years ago

Did this start recently? I wonder if it could be #4971

I wondered the same thing remembering the commit. It was made after I had compiled 5.15.32.

popcornmix commented 2 years ago

Can you test latest 5.15 kernel with those two commits reverted? It would be useful to confirm they are to blame (based on the timing, it seems likely).

Dark-Sky commented 2 years ago

Sure. Be glad to....

Dark-Sky commented 2 years ago

@popcornmix

Sorry it took so long to respond back. My boy and his family showed up and had to wait for a thunderstorm to pass.

I reverted the 2 commits and the mouse issue went away on 5.15.33.

popcornmix commented 2 years ago

@mripard looks like https://github.com/raspberrypi/linux/pull/4971 has caused a performance regression.

Dark-Sky commented 2 years ago

I compiled 5.18-rc2 again today to add commits since my last compile and it now has the erratic mouse and V3D issue. Although I still can not get kernel 5.17.2 to compile yet to test it also looks to me it will have the issue also. https://github.com/raspberrypi/linux/issues/4987

popcornmix commented 2 years ago

I believe 5.15, 5.16, 5.17 and 5.18 all have the drm/atomic-helpers: remove legacy_cursor_update hacks commit and so I'd expect all to have this issue.

mripard commented 2 years ago

I wonder if it's a similar issue to #4571. Does it occur only when playing a video or rendering on the GPU, or does it also stall the rest of the display (so something like displaying a huge chunk of text in a terminal would be stalled as well?)

Either way, it looks like a severe regression that won't get fixed fast, we should probably revert it for now

Dark-Sky commented 2 years ago

I will test further in a little bit. Right now all I tested was with any graphic with movement ceased when moving the mouse but started back up when you rest the mouse. The mouse was very erratic/laggy trying to move the mouse around the Desktop when no graphic movement was being done with a program.

I have reverted all 3 kernels I maintain for our repo at the moment at released them.

Dark-Sky commented 2 years ago

Oops. I deleted the bad kernel. I can recompile if needed.

popcornmix commented 2 years ago

Not sure I can reproduce on RPiOS 32bit. Kernel: 5.15.33-v7l+ Booted to desktop and run glxgears. Mouse moves okay and gears do not stall. Tried 1080p60 and 4kp60. Tried running neverball too. Tried with mutter disabled and enabled.

Dark-Sky commented 2 years ago

Mine is 64 bit with XFCE and mesa 22.0.1-3.

Dark-Sky commented 2 years ago

I have a 32bit arch-arm image I here with MATE DE. I will see what it does. We mirror arch-arm's repo so it should be the same program versions but 64bit after I update everything.

popcornmix commented 2 years ago

Still seems fine with RPiOS bullseye 64-bit

Dark-Sky commented 2 years ago

Seems fine on 32bit arch-arm image with MATE DE I just compiled on the same pi4:


[alarm@alarmpi ~]$ uname -a
Linux alarmpi 5.15.33-v7l+ #1 SMP Wed Apr 13 09:16:09 CDT 2022 armv7l GNU/Linux

Two 64 bit kernels 5.15.33 & 5.18-rc2 with XFCE had the issue right after the new commits were made. I never got to test 5.17.2 as I had gotten around to making patches that reversed the commits by then since I found out the commits landed there also. One thing for sure is the reversing of the commits makes the issue go away; so a little puzzling to me...

popcornmix commented 2 years ago

Does 32-bit arch-arm image have same version of mesa? On rpios we can run fbturbo, xcompmgr, glamor, mutter in different configurations. Do your 32-bit and 64-bit images run the same window managers/compositors/acceleration libs?

Dark-Sky commented 2 years ago

My 32 bit image has the same mesa version as my 64bit.

fbturbo got obsoleted as it is not maintained anymore. It did not have the proper APi for the new Xorg. We use xf86-video-fbdev now instead. We have so may images and pretty sure our people have tried the configurations you named at one time or the other. The images with wayland seem to give some issues but people have learned some workarounds.

Compositing is turned on in the 32 bit image but it is off in the 64bit image. My 64bit image has XFwm4 window manager. My 32bit image has Metacity (Marco) window manager

Dark-Sky commented 2 years ago

@popcornmix I started from the ground up building the kernel with make bcm2711_defconfig and left generated .config as is and compiled the kernel and installed it on a fresh 64bit Mate image and I get the same mouse issue as with the 64bit XFCE image.

I wonder if it's a similar issue to #4571. Does it occur only when playing a video or rendering on the GPU, or does it also stall the rest of the display (so something like displaying a huge chunk of text in a terminal would be stalled as well?)

@mripard When testing the kernel with the new Mate image I tested moving the mouse while typing in the terminal and there is no text output until you stop the mouse and all of the text then appears. I also noticed dragging a window is horrible. You basically grab the window with the mouse and move the mouse to where you want to drag to and the window will make it there eventually.

Here is a pic of most of the info requested with the fresh x64 Mate image with newly compiled kernel that still has the issue.

buggy-v3d

Dark-Sky commented 2 years ago

@popcornmix I installed the same last kernel to a fresh 64bit RPi OS image and had no issues like you. I then got to looking at your group file and saw a render group so I went back to my XFCE image and logged in as root and the mouse seemed ok along with moving the mouse and glxgears did not stop. There seems to be an issue running a web browser as root so I did not get to test it. Did you all recently add something different with your udev rules between 5.15.32 and 5.15.33 or better yet did these 2 commits in question here do something involving permissions?

Dark-Sky commented 2 years ago

@popcornmix

Using the 5.15.33 kernel I had compiled using "make bcm2711_defconfig" and using the generated .config as is:

I have my XFCE image some what working as a normal user with KMS but it is still not quite right with some lagging with high bit rate videos. The same kernel performance wise is not as good as on the PiOS image. I added a few udev rules that I saw were missing involving 12c & gpio but with my limited knowledge I believe by adding me to the render group (along with adding me to the new gpio/i2c groups) might have got it working.

I then booted my XFCE image using FKMS and the mouse issue was back. I went back to the PiOS image that has the same 5.15.33 kernel that I compiled that has no issue with KMS and booted into FKMS and the mouse issue showed up in it also.

You can see each time when I moved the mouse in this pic looking at the frames/FPS in glxgears booted in the PiOS image:

pios-fkms

Dark-Sky commented 2 years ago

@popcornmix

This is now showing up in the arch-arm forums:

https://archlinuxarm.org/forum/viewtopic.php?f=57&t=15999

popcornmix commented 2 years ago

I then got to looking at your group file and saw a render group

I have seen the render group on some systems, but pi doesn't seem to belong to it on RpiOS:

pi@pi4:~ $ groups pi
pi : pi adm tty dialout cdrom sudo audio video plugdev games users input netdev spi i2c gpio lpadmin

and I see nothing from sudo find /dev -group render I think we use video group for all the 3d/drm/v4l2 nodes. But this isn't something I set up, so I'm just going by what I see when poking around.

popcornmix commented 2 years ago

Did you all recently add something different with your udev rules between 5.15.32 and 5.15.33 or better yet did these 2 commits in question here do something involving permissions?

No, I don't believe so.

popcornmix commented 2 years ago

I have my XFCE image some what working as a normal user with KMS but it is still not quite right with some lagging with high bit rate videos. The same kernel performance wise is not as good as on the PiOS image. I added a few udev rules that I saw were missing involving 12c & gpio but with my limited knowledge I believe by adding me to the render group (along with adding me to the new gpio/i2c groups) might have got it working.

I then booted my XFCE image using FKMS and the mouse issue was back. I went back to the PiOS image that has the same 5.15.33 kernel that I compiled that has no issue with KMS and booted into FKMS and the mouse issue showed up in it also.

So are you saying adding your user to render group fixes the regression from the two commits we've identified using kms? What does sudo find /dev -group render show?

But fkms still has a similar issue with the two commits (although that is a deprecated configuration, so less critical than kms).

Dark-Sky commented 2 years ago

So are you saying adding your user to render group fixes the regression from the two commits we've identified using kms? What does sudo find /dev -group render show?

ray@raspberrypi:~ $ sudo find /dev -group render
/dev/dri/renderD128

It says this here on all of the images I have tested including PiOS.

It is fixed regarding the mouse movement issue on my XFCE image with KMS but there is lacking with performance with higher bitrate videos locally and on youtube. More dropped frames on youtube. I do not have this issue with the 2 patches reverted. 64 bit PiOS does not have this issue.

I had forgotten the PiOS Setup now lets you set up me as a user but the default in the 2022-04-04-raspios-bullseye-arm64 image has pi as a member of the render group when mounting the image on my x86. After going through the Setup and rebooting all mention of the user pi is removed from /etc/group and replaced with the user you set up:

group

But fkms still has a similar issue with the two commits (although that is a deprecated configuration, so less critical than kms).

Yes I am seeing this issue with PiOS with FKMS. I am a little sad about hearing FKMS being deprecated some of our DE's has issues from time to time with KMS like Sway and Plasma and it was nice to be able to switch back and forth. I am having a weird issue right now with the latest -rc kernel where KMS boots but FKMS will not even give a Rainbow at boot but a black screen with my VIZIO tv and using my Gateway monitor I see the boot lines flying by but stalls with a black screen trying to go in graphics mode..

popcornmix commented 2 years ago

ray@raspberrypi:~ $ sudo find /dev -group render /dev/dri/renderD128

On RPiOS, render isn't used for that node:

$ ls -l /dev/dri/renderD128 
crw-rw----+ 1 root video 226, 128 Apr 20 11:18 /dev/dri/renderD128

but it should be accessible by a normal user. So you should be adding your user to the render group (or change group of that node to video, I assume in udev rules).

Dark-Sky commented 2 years ago

ray@raspberrypi:~ $ sudo find /dev -group render /dev/dri/renderD128

On RPiOS, render isn't used for that node:

$ ls -l /dev/dri/renderD128 
crw-rw----+ 1 root video 226, 128 Apr 20 11:18 /dev/dri/renderD128

but it should be accessible by a normal user. So you should be adding your user to the render group (or change group of that node to video, I assume in udev rules).

Obviously we are not using the same RPiOS image. We have not been on the same page here a few times. Just so I did not mess up and got in the wrong window changing things on my desktop I have downloaded a new RPiOS image (2022-01-28-raspios-bullseye-arm64.zip) and went through the Setup where it asks me to create my user account then it did a package update then it rebooted. The default "pi" user was deleted and all pi references in /etc/group was removed and replaced with the user I created. I changed nothing and "ls -l /dev/dri/renderD128" still showed up as I previously posted.

So all I did in my image was to match what is in the latest RPiOS image.

PiOS-fresh-install

Dark-Sky commented 2 years ago

More people reporting this issue in the arch-arm forums in the last few days.

https://archlinuxarm.org/forum/viewtopic.php?f=57&t=15999

mripard commented 2 years ago

I've been trying to reproduce it this afternoon and can't really see any meaningful difference with and without that patch applied.

glxgears will stall for a couple of frames from time to time, but it looks to me that without the reverted patch it's actually worse. So I think I can't reproduce it.

I've noticed you were using the fbdev DDX, whereas raspios uses the modeset DDX. Could you paste /var/log/Xorg.0.log and your xorg configuration?

Dark-Sky commented 2 years ago

@mripard I have pulled my hair out on this. My latest trying to figure this out is now KMS seems to work perfect now. I have been following the arch-arm thread and saw different results with members with the pi4 using 32bit/64bit OS. Some worked and some did not. This started to get me thinking about earlier in this thread where I installed the PiOS to test where KMS worked ok but FKMS had the jerky mouse issue but @popcornmix at the time said that FKMS was depreciated and not a priority.

Long story short one member said they upgraded the latest pi4 eeprom / .dat & .elf files and his worked. I thought my eeprom was up to date (at least went throug the motions) but for some reason after checking I was stuck with a Feb. date and nothing got upgraded. I had to install a recovery image and then was able to upgrade the eeprom. Now KMS works perfect but FKMS still has the mouse issue. So the only conclusion I can come to now is that some in the arch-arm forum are using FKMS and the issue might be with the firmware it's self.

With the 2 commits mentioned above in this thread if I revert them FKM/KMS both still works just fine.

I have had xf86-video-fbdev installed so I am able to test the upstream kernels but in the past it had not made any difference in it being there when using KMS or FKMS, I had thought it just got ignored. During through all of my testing in the last few weeks I do not know if it was installed or not but the logs below does not have xf86-video-fbdev installed.

I could not find a xorg.conf in any of the paths listed on the xorg foundation's site. It is a default install with out any customization's.

Xorg log KMS where there is no issue with glxgears or erratic behavior typing in a terminal while moving the mouse:

[     8.657] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     8.658] Current Operating System: Linux pi4 5.15.36-2-MANJARO-ARM-RPI #1 SMP PREEMPT Sat Apr 30 19:44:43 UTC 2022 aarch64
[     8.658] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1360x768M@60 smsc95xx.macaddr=DC:A6:32:AF:B8:7B vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  root=PARTUUID=b75fdbb1-02 rw rootwait console=ttyS0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 usbhid.mousepoll=8 audit=0 drm.edid_firmware=edid.dat video=HDMI-A-1:D
[     8.658]  
[     8.658] Current version of pixman: 0.40.0
[     8.658]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     8.658] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.658] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May  4 09:25:25 2022
[     8.660] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.661] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.663] (==) No Layout section.  Using the first Screen section.
[     8.663] (==) No screen section available. Using defaults.
[     8.663] (**) |-->Screen "Default Screen Section" (0)
[     8.663] (**) |   |-->Monitor "<default monitor>"
[     8.663] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     8.664] (==) Automatically adding devices
[     8.664] (==) Automatically enabling devices
[     8.664] (==) Automatically adding GPU devices
[     8.664] (==) Automatically binding GPU devices
[     8.664] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.670] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     8.670]    Entry deleted from font path.
[     8.670]    (Run 'mkfontdir' on "/usr/share/fonts/misc").
[     8.670] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     8.671]    Entry deleted from font path.
[     8.671]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     8.673] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[     8.674]    Entry deleted from font path.
[     8.674]    (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[     8.674] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.674]    Entry deleted from font path.
[     8.674] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     8.674]    Entry deleted from font path.
[     8.674] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     8.674]    Entry deleted from font path.
[     8.674] (==) FontPath set to:

[     8.674] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.674] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.674] (II) Module ABI versions:
[     8.674]    X.Org ANSI C Emulation: 0.4
[     8.674]    X.Org Video Driver: 25.2
[     8.674]    X.Org XInput driver : 24.4
[     8.674]    X.Org Server Extension : 10.0
[     8.675] (++) using VT number 7

[     8.676] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.678] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.678] (II) Platform probe for /sys/devices/platform/gpu/drm/card0
[     8.691] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.691] (II) Platform probe for /sys/devices/platform/v3dbus/fec00000.v3d/drm/card1
[     8.692] (II) no primary bus or device found
[     8.692]    falling back to /sys/devices/platform/gpu/drm/card0
[     8.692] (II) LoadModule: "glx"
[     8.695] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.722] (II) Module glx: vendor="X.Org Foundation"
[     8.722]    compiled for 1.21.1.3, module version = 1.0.0
[     8.722]    ABI class: X.Org Server Extension, version 10.0
[     8.722] (==) Matched modesetting as autoconfigured driver 0
[     8.722] (==) Matched fbdev as autoconfigured driver 1
[     8.722] (==) Assigned the driver to the xf86ConfigLayout
[     8.722] (II) LoadModule: "modesetting"
[     8.722] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.730] (II) Module modesetting: vendor="X.Org Foundation"
[     8.730]    compiled for 1.21.1.3, module version = 1.21.1
[     8.730]    Module class: X.Org Video Driver
[     8.730]    ABI class: X.Org Video Driver, version 25.2
[     8.730] (II) LoadModule: "fbdev"
[     8.731] (WW) Warning, couldn't open module fbdev
[     8.731] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     8.731] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.756] (II) modeset(0): using drv /dev/dri/card0
[     8.757] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     8.757] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     8.757] (==) modeset(0): RGB weight 888
[     8.757] (==) modeset(0): Default visual is TrueColor
[     8.757] (II) Loading sub module "glamoregl"
[     8.757] (II) LoadModule: "glamoregl"
[     8.757] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     8.775] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.775]    compiled for 1.21.1.3, module version = 1.0.1
[     8.775]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.348] (II) modeset(0): glamor X acceleration enabled on V3D 4.2
[     9.348] (II) modeset(0): glamor initialized
[     9.348] (==) modeset(0): VariableRefresh: disabled
[     9.348] (==) modeset(0): AsyncFlipSecondaries: disabled
[     9.349] (II) modeset(0): Output HDMI-1 has no monitor section
[     9.352] (II) modeset(0): Output HDMI-2 has no monitor section
[     9.377] (II) Quirked EDID physical size to 0x0 cm
[     9.377] (II) modeset(0): EDID for output HDMI-1
[     9.377] (II) modeset(0): Manufacturer: SAM  Model: 5b0  Serial#: 0
[     9.377] (II) modeset(0): Year: 2009  Week: 13
[     9.377] (II) modeset(0): EDID Version: 1.3
[     9.377] (II) modeset(0): Digital Display Input
[     9.377] (II) modeset(0): Indeterminate output size
[     9.377] (II) modeset(0): Gamma: 2.20
[     9.378] (II) modeset(0): No DPMS capabilities specified
[     9.378] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.378] (II) modeset(0): First detailed timing is preferred mode
[     9.378] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     9.378] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[     9.378] (II) modeset(0): Supported established timings:
[     9.378] (II) modeset(0): 720x400@70Hz
[     9.378] (II) modeset(0): 640x480@60Hz
[     9.378] (II) modeset(0): 640x480@67Hz
[     9.378] (II) modeset(0): 640x480@72Hz
[     9.378] (II) modeset(0): 640x480@75Hz
[     9.378] (II) modeset(0): 800x600@56Hz
[     9.378] (II) modeset(0): 800x600@60Hz
[     9.378] (II) modeset(0): 800x600@72Hz
[     9.378] (II) modeset(0): 800x600@75Hz
[     9.378] (II) modeset(0): 832x624@75Hz
[     9.378] (II) modeset(0): 1024x768@60Hz
[     9.378] (II) modeset(0): 1024x768@70Hz
[     9.378] (II) modeset(0): 1024x768@75Hz
[     9.378] (II) modeset(0): 1280x1024@75Hz
[     9.378] (II) modeset(0): 1152x864@75Hz
[     9.378] (II) modeset(0): Manufacturer's mask: 0
[     9.378] (II) modeset(0): Supported standard timings:
[     9.378] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.378] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     9.378] (II) modeset(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     9.378] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.378] (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     9.378] (II) modeset(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[     9.378] (II) modeset(0): #6: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     9.378] (II) modeset(0): #7: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     9.378] (II) modeset(0): Supported detailed timing:
[     9.378] (II) modeset(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[     9.378] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.378] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     9.378] (II) modeset(0): Supported detailed timing:
[     9.378] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.378] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     9.378] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     9.378] (II) modeset(0): Ranges: V min: 24 V max: 75 Hz, H min: 26 H max: 81 kHz, PixClock max 235 MHz
[     9.378] (II) modeset(0): Monitor name: SyncMaster
[     9.378] (II) modeset(0): Supported detailed timing:
[     9.378] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.378] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     9.378] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     9.378] (II) modeset(0): Supported detailed timing:
[     9.378] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.379] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.379] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     9.379] (II) modeset(0): Supported detailed timing:
[     9.379] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.379] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     9.379] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     9.379] (II) modeset(0): Supported detailed timing:
[     9.379] (II) modeset(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[     9.379] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     9.379] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     9.379] (II) modeset(0): Supported detailed timing:
[     9.379] (II) modeset(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[     9.379] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     9.379] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     9.379] (II) modeset(0): Number of EDID sections to follow: 1
[     9.379] (II) modeset(0): EDID (in hex):
[     9.379] (II) modeset(0):   00ffffffffffff004c2db00500000000
[     9.379] (II) modeset(0):   0d130103801009780aee91a3544c9926
[     9.379] (II) modeset(0):   0f5054bfef80714f8100814081809500
[     9.379] (II) modeset(0):   950fa940b300023a801871382d40582c
[     9.379] (II) modeset(0):   4500a05a0000001e011d00bc52d01e20
[     9.379] (II) modeset(0):   b8285540a05a0000001e000000fd0018
[     9.379] (II) modeset(0):   4b1a5117000a202020202020000000fc
[     9.379] (II) modeset(0):   0053796e634d61737465720a202001d1
[     9.379] (II) modeset(0):   020323f14b930405140312101f202122
[     9.379] (II) modeset(0):   2309070783010000e2000f67030c0010
[     9.379] (II) modeset(0):   00b82d011d80d0721c1620102c2580a0
[     9.379] (II) modeset(0):   5a0000009e011d8018711c1620582c25
[     9.379] (II) modeset(0):   00a05a0000009e011d007251d01e206e
[     9.379] (II) modeset(0):   285500a05a0000001e8c0ad090204031
[     9.379] (II) modeset(0):   200c405500a05a000000188c0ad08a20
[     9.379] (II) modeset(0):   e02d10103e9600a05a00000018000057
[     9.379] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[     9.379] (II) modeset(0): Printing probed modes for output HDMI-1
[     9.379] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     9.379] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[     9.380] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     9.380] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     9.380] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     9.380] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     9.380] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.380] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     9.380] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.380] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     9.380] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.380] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     9.380] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     9.380] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.380] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.380] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.380] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     9.380] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.380] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.380] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.380] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     9.380] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     9.380] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.380] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.380] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.381] (II) modeset(0): EDID for output HDMI-2
[     9.381] (II) modeset(0): Output HDMI-1 connected
[     9.381] (II) modeset(0): Output HDMI-2 disconnected
[     9.381] (II) modeset(0): Using exact sizes for initial modes
[     9.381] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[     9.381] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.381] (==) modeset(0): DPI set to (96, 96)
[     9.381] (II) Loading sub module "fb"
[     9.381] (II) LoadModule: "fb"
[     9.381] (II) Module "fb" already built-in
[     9.457] (==) modeset(0): Backing store enabled
[     9.457] (==) modeset(0): Silken mouse enabled
[     9.614] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     9.614] (==) modeset(0): DPMS enabled
[     9.615] (II) modeset(0): [DRI2] Setup complete
[     9.615] (II) modeset(0): [DRI2]   DRI driver: vc4
[     9.615] (II) modeset(0): [DRI2]   VDPAU driver: vc4
[     9.615] (II) Initializing extension Generic Event Extension
[     9.615] (II) Initializing extension SHAPE
[     9.615] (II) Initializing extension MIT-SHM
[     9.616] (II) Initializing extension XInputExtension
[     9.616] (II) Initializing extension XTEST
[     9.616] (II) Initializing extension BIG-REQUESTS
[     9.617] (II) Initializing extension SYNC
[     9.617] (II) Initializing extension XKEYBOARD
[     9.617] (II) Initializing extension XC-MISC
[     9.617] (II) Initializing extension SECURITY
[     9.618] (II) Initializing extension XFIXES
[     9.618] (II) Initializing extension RENDER
[     9.618] (II) Initializing extension RANDR
[     9.619] (II) Initializing extension COMPOSITE
[     9.619] (II) Initializing extension DAMAGE
[     9.619] (II) Initializing extension MIT-SCREEN-SAVER
[     9.619] (II) Initializing extension DOUBLE-BUFFER
[     9.620] (II) Initializing extension RECORD
[     9.620] (II) Initializing extension DPMS
[     9.620] (II) Initializing extension Present
[     9.620] (II) Initializing extension DRI3
[     9.621] (II) Initializing extension X-Resource
[     9.621] (II) Initializing extension XVideo
[     9.621] (II) Initializing extension XVideo-MotionCompensation
[     9.621] (II) Initializing extension GLX
[     9.643] (II) AIGLX: Loaded and initialized vc4
[     9.643] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.643] (II) Initializing extension XFree86-VidModeExtension
[     9.643] (II) Initializing extension XFree86-DGA
[     9.648] (II) Initializing extension XFree86-DRI
[     9.648] (II) Initializing extension DRI2
[     9.649] (II) modeset(0): Damage tracking initialized
[     9.649] (II) modeset(0): Setting screen physical size to 508 x 285
[     9.812] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver (/dev/input/event0)
[     9.812] (II) No input driver specified, ignoring this device.
[     9.812] (II) This device may have been added with another device file.
[     9.815] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver Mouse (/dev/input/event1)
[     9.815] (**) 2.4GHz 2way RF Receiver Mouse: Applying InputClass "libinput pointer catchall"
[     9.815] (II) LoadModule: "libinput"
[     9.815] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.833] (II) Module libinput: vendor="X.Org Foundation"
[     9.833]    compiled for 1.21.1.3, module version = 1.2.1
[     9.833]    Module class: X.Org XInput Driver
[     9.833]    ABI class: X.Org XInput driver, version 24.4
[     9.833] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver Mouse'
[     9.833] (**) 2.4GHz 2way RF Receiver Mouse: always reports core events
[     9.834] (**) Option "Device" "/dev/input/event1"
[     9.862] (II) event1  - 2.4GHz 2way RF Receiver Mouse: is tagged by udev as: Mouse
[     9.863] (II) event1  - 2.4GHz 2way RF Receiver Mouse: device is a pointer
[     9.863] (II) event1  - 2.4GHz 2way RF Receiver Mouse: device removed
[     9.904] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input1/event1"
[     9.904] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver Mouse" (type: MOUSE, id 6)
[     9.904] (**) Option "AccelerationScheme" "none"
[     9.904] (**) 2.4GHz 2way RF Receiver Mouse: (accel) selected scheme none/0
[     9.904] (**) 2.4GHz 2way RF Receiver Mouse: (accel) acceleration factor: 2.000
[     9.904] (**) 2.4GHz 2way RF Receiver Mouse: (accel) acceleration threshold: 4
[     9.909] (II) event1  - 2.4GHz 2way RF Receiver Mouse: is tagged by udev as: Mouse
[     9.909] (II) event1  - 2.4GHz 2way RF Receiver Mouse: device is a pointer
[     9.912] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver Mouse (/dev/input/mouse0)
[     9.912] (II) No input driver specified, ignoring this device.
[     9.912] (II) This device may have been added with another device file.
[     9.915] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver (/dev/input/event2)
[     9.915] (II) No input driver specified, ignoring this device.
[     9.915] (II) This device may have been added with another device file.
[     9.918] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver Consumer Control (/dev/input/event3)
[     9.918] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[     9.918] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "system-keyboard"
[     9.918] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver Consumer Control'
[     9.918] (**) 2.4GHz 2way RF Receiver Consumer Control: always reports core events
[     9.918] (**) Option "Device" "/dev/input/event3"
[     9.927] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: is tagged by udev as: Keyboard
[     9.927] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: device is a keyboard
[     9.927] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: device removed
[     9.964] (II) libinput: 2.4GHz 2way RF Receiver Consumer Control: needs a virtual subdevice
[     9.964] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input3/event3"
[     9.964] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver Consumer Control" (type: MOUSE, id 7)
[     9.964] (**) Option "AccelerationScheme" "none"
[     9.964] (**) 2.4GHz 2way RF Receiver Consumer Control: (accel) selected scheme none/0
[     9.964] (**) 2.4GHz 2way RF Receiver Consumer Control: (accel) acceleration factor: 2.000
[     9.964] (**) 2.4GHz 2way RF Receiver Consumer Control: (accel) acceleration threshold: 4
[     9.969] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: is tagged by udev as: Keyboard
[     9.969] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: device is a keyboard
[     9.972] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver System Control (/dev/input/event4)
[     9.972] (**) 2.4GHz 2way RF Receiver System Control: Applying InputClass "libinput keyboard catchall"
[     9.972] (**) 2.4GHz 2way RF Receiver System Control: Applying InputClass "system-keyboard"
[     9.972] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver System Control'
[     9.973] (**) 2.4GHz 2way RF Receiver System Control: always reports core events
[     9.973] (**) Option "Device" "/dev/input/event4"
[     9.977] (II) event4  - 2.4GHz 2way RF Receiver System Control: is tagged by udev as: Keyboard
[     9.977] (II) event4  - 2.4GHz 2way RF Receiver System Control: device is a keyboard
[     9.978] (II) event4  - 2.4GHz 2way RF Receiver System Control: device removed
[    10.000] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input4/event4"
[    10.000] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver System Control" (type: KEYBOARD, id 8)
[    10.000] (**) Option "xkb_model" "pc105+inet"
[    10.000] (**) Option "xkb_layout" "us"
[    10.000] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.055] (II) event4  - 2.4GHz 2way RF Receiver System Control: is tagged by udev as: Keyboard
[    10.056] (II) event4  - 2.4GHz 2way RF Receiver System Control: device is a keyboard
[    10.059] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event5)
[    10.059] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.059] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    10.059] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    10.059] (**) SEM USB Keyboard: always reports core events
[    10.059] (**) Option "Device" "/dev/input/event5"
[    10.072] (II) event5  - SEM USB Keyboard: is tagged by udev as: Keyboard
[    10.072] (II) event5  - SEM USB Keyboard: device is a keyboard
[    10.072] (II) event5  - SEM USB Keyboard: device removed
[    10.100] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1A2C:4324.0002/input/input6/event5"
[    10.100] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 9)
[    10.100] (**) Option "xkb_model" "pc105+inet"
[    10.100] (**) Option "xkb_layout" "us"
[    10.100] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.105] (II) event5  - SEM USB Keyboard: is tagged by udev as: Keyboard
[    10.105] (II) event5  - SEM USB Keyboard: device is a keyboard
[    10.108] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event6)
[    10.109] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.109] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    10.109] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[    10.109] (**) SEM USB Keyboard Consumer Control: always reports core events
[    10.109] (**) Option "Device" "/dev/input/event6"
[    10.121] (II) event6  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    10.122] (II) event6  - SEM USB Keyboard Consumer Control: device is a keyboard
[    10.122] (II) event6  - SEM USB Keyboard Consumer Control: device removed
[    10.140] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[    10.140] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1A2C:4324.0003/input/input7/event6"
[    10.140] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 10)
[    10.140] (**) Option "AccelerationScheme" "none"
[    10.141] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[    10.141] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    10.141] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[    10.145] (II) event6  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    10.145] (II) event6  - SEM USB Keyboard Consumer Control: device is a keyboard
[    10.149] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event7)
[    10.149] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    10.149] (**) SEM USB Keyboard System Control: Applying InputClass "system-keyboard"
[    10.149] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[    10.149] (**) SEM USB Keyboard System Control: always reports core events
[    10.149] (**) Option "Device" "/dev/input/event7"
[    10.153] (II) event7  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[    10.154] (II) event7  - SEM USB Keyboard System Control: device is a keyboard
[    10.154] (II) event7  - SEM USB Keyboard System Control: device removed
[    10.172] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1A2C:4324.0003/input/input8/event7"
[    10.172] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 11)
[    10.172] (**) Option "xkb_model" "pc105+inet"
[    10.172] (**) Option "xkb_layout" "us"
[    10.172] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.177] (II) event7  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[    10.177] (II) event7  - SEM USB Keyboard System Control: device is a keyboard
[    10.179] (II) config/udev: Adding input device vc4 (/dev/input/event8)
[    10.179] (**) vc4: Applying InputClass "libinput keyboard catchall"
[    10.179] (**) vc4: Applying InputClass "system-keyboard"
[    10.179] (II) Using input driver 'libinput' for 'vc4'
[    10.179] (**) vc4: always reports core events
[    10.179] (**) Option "Device" "/dev/input/event8"
[    10.181] (II) event8  - vc4: is tagged by udev as: Keyboard Pointingstick
[    10.182] (II) event8  - vc4: device is a pointer
[    10.182] (II) event8  - vc4: device is a keyboard
[    10.183] (II) event8  - vc4: device removed
[    10.204] (II) libinput: vc4: needs a virtual subdevice
[    10.204] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef00700.hdmi/rc/rc0/input12/event8"
[    10.204] (II) XINPUT: Adding extended input device "vc4" (type: MOUSE, id 12)
[    10.204] (**) Option "AccelerationScheme" "none"
[    10.205] (**) vc4: (accel) selected scheme none/0
[    10.205] (**) vc4: (accel) acceleration factor: 2.000
[    10.205] (**) vc4: (accel) acceleration threshold: 4
[    10.207] (II) event8  - vc4: is tagged by udev as: Keyboard Pointingstick
[    10.207] (II) event8  - vc4: device is a pointer
[    10.207] (II) event8  - vc4: device is a keyboard
[    10.210] (II) config/udev: Adding input device vc4 (/dev/input/event9)
[    10.210] (**) vc4: Applying InputClass "libinput keyboard catchall"
[    10.210] (**) vc4: Applying InputClass "system-keyboard"
[    10.210] (II) Using input driver 'libinput' for 'vc4'
[    10.210] (**) vc4: always reports core events
[    10.210] (**) Option "Device" "/dev/input/event9"
[    10.212] (II) event9  - vc4: is tagged by udev as: Keyboard Pointingstick
[    10.212] (II) event9  - vc4: device is a pointer
[    10.212] (II) event9  - vc4: device is a keyboard
[    10.213] (II) event9  - vc4: device removed
[    10.228] (II) libinput: vc4: needs a virtual subdevice
[    10.228] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef05700.hdmi/rc/rc1/input13/event9"
[    10.228] (II) XINPUT: Adding extended input device "vc4" (type: MOUSE, id 13)
[    10.228] (**) Option "AccelerationScheme" "none"
[    10.228] (**) vc4: (accel) selected scheme none/0
[    10.229] (**) vc4: (accel) acceleration factor: 2.000
[    10.229] (**) vc4: (accel) acceleration threshold: 4
[    10.231] (II) event9  - vc4: is tagged by udev as: Keyboard Pointingstick
[    10.231] (II) event9  - vc4: device is a pointer
[    10.231] (II) event9  - vc4: device is a keyboard
[    10.257] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.257] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "system-keyboard"
[    10.257] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver Consumer Control'
[    10.257] (**) 2.4GHz 2way RF Receiver Consumer Control: always reports core events
[    10.257] (**) Option "Device" "/dev/input/event3"
[    10.257] (II) libinput: 2.4GHz 2way RF Receiver Consumer Control: is a virtual subdevice
[    10.257] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input3/event3"
[    10.257] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver Consumer Control" (type: KEYBOARD, id 14)
[    10.257] (**) Option "xkb_model" "pc105+inet"
[    10.257] (**) Option "xkb_layout" "us"
[    10.257] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.258] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.258] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    10.258] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[    10.258] (**) SEM USB Keyboard Consumer Control: always reports core events
[    10.258] (**) Option "Device" "/dev/input/event6"
[    10.258] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[    10.258] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1A2C:4324.0003/input/input7/event6"
[    10.258] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 15)
[    10.258] (**) Option "xkb_model" "pc105+inet"
[    10.258] (**) Option "xkb_layout" "us"
[    10.258] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.258] (**) vc4: Applying InputClass "libinput keyboard catchall"
[    10.258] (**) vc4: Applying InputClass "system-keyboard"
[    10.258] (II) Using input driver 'libinput' for 'vc4'
[    10.258] (**) vc4: always reports core events
[    10.258] (**) Option "Device" "/dev/input/event8"
[    10.258] (II) libinput: vc4: is a virtual subdevice
[    10.259] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef00700.hdmi/rc/rc0/input12/event8"
[    10.259] (II) XINPUT: Adding extended input device "vc4" (type: KEYBOARD, id 16)
[    10.259] (**) Option "xkb_model" "pc105+inet"
[    10.259] (**) Option "xkb_layout" "us"
[    10.259] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.259] (**) vc4: Applying InputClass "libinput keyboard catchall"
[    10.259] (**) vc4: Applying InputClass "system-keyboard"
[    10.259] (II) Using input driver 'libinput' for 'vc4'
[    10.259] (**) vc4: always reports core events
[    10.259] (**) Option "Device" "/dev/input/event9"
[    10.259] (II) libinput: vc4: is a virtual subdevice
[    10.259] (**) Option "config_info" "udev:/sys/devices/platform/soc/fef05700.hdmi/rc/rc1/input13/event9"
[    10.259] (II) XINPUT: Adding extended input device "vc4" (type: KEYBOARD, id 17)
[    10.259] (**) Option "xkb_model" "pc105+inet"
[    10.259] (**) Option "xkb_layout" "us"
[    10.259] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    15.585] (II) Quirked EDID physical size to 0x0 cm
[    15.585] (II) modeset(0): EDID vendor "SAM", prod id 1456
[    15.585] (II) modeset(0): Using EDID range info for horizontal sync
[    15.585] (II) modeset(0): Using EDID range info for vertical refresh
[    15.585] (II) modeset(0): Printing DDC gathered Modelines:
[    15.585] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    15.585] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    15.585] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    15.585] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    15.585] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.586] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    15.586] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    15.586] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.586] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    15.586] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    15.586] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    15.586] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.586] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.586] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    15.586] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    15.586] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    15.586] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.586] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.586] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    15.586] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    15.586] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    15.586] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.586] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    15.586] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    15.586] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    15.586] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    15.586] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    15.586] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    15.586] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.586] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    15.586] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    15.586] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    15.586] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    15.586] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[    15.870] (II) modeset(0): Disabling kernel dirty updates, not required.
[    33.754] (II) Quirked EDID physical size to 0x0 cm
[    33.754] (II) modeset(0): EDID vendor "SAM", prod id 1456
[    33.754] (II) modeset(0): Using hsync ranges from config file
[    33.754] (II) modeset(0): Using vrefresh ranges from config file
[    33.754] (II) modeset(0): Printing DDC gathered Modelines:
[    33.754] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    33.754] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    33.754] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    33.754] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    33.754] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    33.754] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    33.754] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    33.754] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    33.754] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    33.754] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    33.754] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    33.754] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    33.754] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    33.754] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    33.754] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    33.754] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    33.754] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    33.754] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    33.754] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    33.754] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    33.754] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    33.754] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    33.754] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    33.754] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    33.754] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    33.755] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    33.755] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    33.755] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    33.755] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    33.755] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    33.755] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    33.755] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    33.755] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    33.755] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[    33.896] (II) modeset(0): Allocate new frame buffer 1440x900 stride

FKMS where the mouse issue is present:

[     8.371] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     8.371] Current Operating System: Linux pi4 5.15.36-2-MANJARO-ARM-RPI #1 SMP PREEMPT Sat Apr 30 19:44:43 UTC 2022 aarch64
[     8.371] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1360x768M@60 smsc95xx.macaddr=DC:A6:32:AF:B8:7B vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  root=PARTUUID=b75fdbb1-02 rw rootwait console=ttyS0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 usbhid.mousepoll=8 audit=0 drm.edid_firmware=edid.dat video=HDMI-A-1:D
[     8.371]  
[     8.371] Current version of pixman: 0.40.0
[     8.371]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     8.371] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.372] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May  4 09:09:49 2022
[     8.374] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.374] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.377] (==) No Layout section.  Using the first Screen section.
[     8.377] (==) No screen section available. Using defaults.
[     8.377] (**) |-->Screen "Default Screen Section" (0)
[     8.377] (**) |   |-->Monitor "<default monitor>"
[     8.377] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     8.377] (==) Automatically adding devices
[     8.377] (==) Automatically enabling devices
[     8.377] (==) Automatically adding GPU devices
[     8.377] (==) Automatically binding GPU devices
[     8.377] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.383] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     8.383]    Entry deleted from font path.
[     8.383]    (Run 'mkfontdir' on "/usr/share/fonts/misc").
[     8.384] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     8.384]    Entry deleted from font path.
[     8.384]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     8.387] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[     8.387]    Entry deleted from font path.
[     8.387]    (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[     8.387] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.387]    Entry deleted from font path.
[     8.387] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     8.387]    Entry deleted from font path.
[     8.387] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     8.387]    Entry deleted from font path.
[     8.387] (==) FontPath set to:

[     8.387] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.387] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.387] (II) Module ABI versions:
[     8.387]    X.Org ANSI C Emulation: 0.4
[     8.387]    X.Org Video Driver: 25.2
[     8.387]    X.Org XInput driver : 24.4
[     8.387]    X.Org Server Extension : 10.0
[     8.389] (++) using VT number 7

[     8.389] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.391] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.391] (II) Platform probe for /sys/devices/platform/gpu/drm/card1
[     8.404] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.404] (II) Platform probe for /sys/devices/platform/v3dbus/fec00000.v3d/drm/card0
[     8.405] (II) no primary bus or device found
[     8.405]    falling back to /sys/devices/platform/gpu/drm/card1
[     8.405] (II) LoadModule: "glx"
[     8.408] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.435] (II) Module glx: vendor="X.Org Foundation"
[     8.435]    compiled for 1.21.1.3, module version = 1.0.0
[     8.435]    ABI class: X.Org Server Extension, version 10.0
[     8.435] (==) Matched modesetting as autoconfigured driver 0
[     8.435] (==) Matched fbdev as autoconfigured driver 1
[     8.435] (==) Assigned the driver to the xf86ConfigLayout
[     8.435] (II) LoadModule: "modesetting"
[     8.435] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.443] (II) Module modesetting: vendor="X.Org Foundation"
[     8.443]    compiled for 1.21.1.3, module version = 1.21.1
[     8.443]    Module class: X.Org Video Driver
[     8.443]    ABI class: X.Org Video Driver, version 25.2
[     8.443] (II) LoadModule: "fbdev"
[     8.443] (WW) Warning, couldn't open module fbdev
[     8.443] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     8.443] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.470] (II) modeset(0): using drv /dev/dri/card1
[     8.470] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     8.470] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     8.470] (==) modeset(0): RGB weight 888
[     8.470] (==) modeset(0): Default visual is TrueColor
[     8.471] (II) Loading sub module "glamoregl"
[     8.471] (II) LoadModule: "glamoregl"
[     8.471] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     8.489] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.489]    compiled for 1.21.1.3, module version = 1.0.1
[     8.489]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.058] (II) modeset(0): glamor X acceleration enabled on V3D 4.2
[     9.058] (II) modeset(0): glamor initialized
[     9.058] (==) modeset(0): VariableRefresh: disabled
[     9.058] (==) modeset(0): AsyncFlipSecondaries: disabled
[     9.062] (II) modeset(0): Output HDMI-1 has no monitor section
[     9.070] (II) Quirked EDID physical size to 0x0 cm
[     9.070] (II) modeset(0): EDID for output HDMI-1
[     9.070] (II) modeset(0): Manufacturer: SAM  Model: 5b0  Serial#: 0
[     9.070] (II) modeset(0): Year: 2009  Week: 13
[     9.070] (II) modeset(0): EDID Version: 1.3
[     9.070] (II) modeset(0): Digital Display Input
[     9.071] (II) modeset(0): Indeterminate output size
[     9.071] (II) modeset(0): Gamma: 2.20
[     9.071] (II) modeset(0): No DPMS capabilities specified
[     9.071] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.071] (II) modeset(0): First detailed timing is preferred mode
[     9.071] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     9.071] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[     9.071] (II) modeset(0): Supported established timings:
[     9.071] (II) modeset(0): 720x400@70Hz
[     9.071] (II) modeset(0): 640x480@60Hz
[     9.071] (II) modeset(0): 640x480@67Hz
[     9.071] (II) modeset(0): 640x480@72Hz
[     9.071] (II) modeset(0): 640x480@75Hz
[     9.071] (II) modeset(0): 800x600@56Hz
[     9.071] (II) modeset(0): 800x600@60Hz
[     9.071] (II) modeset(0): 800x600@72Hz
[     9.071] (II) modeset(0): 800x600@75Hz
[     9.071] (II) modeset(0): 832x624@75Hz
[     9.071] (II) modeset(0): 1024x768@60Hz
[     9.071] (II) modeset(0): 1024x768@70Hz
[     9.071] (II) modeset(0): 1024x768@75Hz
[     9.071] (II) modeset(0): 1280x1024@75Hz
[     9.071] (II) modeset(0): 1152x864@75Hz
[     9.071] (II) modeset(0): Manufacturer's mask: 0
[     9.071] (II) modeset(0): Supported standard timings:
[     9.071] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.071] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     9.071] (II) modeset(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     9.071] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.071] (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     9.071] (II) modeset(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[     9.071] (II) modeset(0): #6: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     9.071] (II) modeset(0): #7: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     9.071] (II) modeset(0): Supported detailed timing:
[     9.071] (II) modeset(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[     9.071] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.071] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     9.071] (II) modeset(0): Supported detailed timing:
[     9.071] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.071] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     9.071] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     9.071] (II) modeset(0): Ranges: V min: 24 V max: 75 Hz, H min: 26 H max: 81 kHz, PixClock max 235 MHz
[     9.071] (II) modeset(0): Monitor name: SyncMaster
[     9.071] (II) modeset(0): Supported detailed timing:
[     9.071] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.071] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     9.071] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     9.072] (II) modeset(0): Supported detailed timing:
[     9.072] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.072] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.072] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     9.072] (II) modeset(0): Supported detailed timing:
[     9.072] (II) modeset(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     9.072] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     9.072] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     9.072] (II) modeset(0): Supported detailed timing:
[     9.072] (II) modeset(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[     9.072] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     9.072] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     9.072] (II) modeset(0): Supported detailed timing:
[     9.072] (II) modeset(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[     9.072] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     9.072] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     9.072] (II) modeset(0): Number of EDID sections to follow: 1
[     9.072] (II) modeset(0): EDID (in hex):
[     9.072] (II) modeset(0):   00ffffffffffff004c2db00500000000
[     9.072] (II) modeset(0):   0d130103801009780aee91a3544c9926
[     9.072] (II) modeset(0):   0f5054bfef80714f8100814081809500
[     9.072] (II) modeset(0):   950fa940b300023a801871382d40582c
[     9.072] (II) modeset(0):   4500a05a0000001e011d00bc52d01e20
[     9.072] (II) modeset(0):   b8285540a05a0000001e000000fd0018
[     9.072] (II) modeset(0):   4b1a5117000a202020202020000000fc
[     9.072] (II) modeset(0):   0053796e634d61737465720a202001d1
[     9.072] (II) modeset(0):   020323f14b930405140312101f202122
[     9.072] (II) modeset(0):   2309070783010000e2000f67030c0010
[     9.072] (II) modeset(0):   00b82d011d80d0721c1620102c2580a0
[     9.072] (II) modeset(0):   5a0000009e011d8018711c1620582c25
[     9.072] (II) modeset(0):   00a05a0000009e011d007251d01e206e
[     9.072] (II) modeset(0):   285500a05a0000001e8c0ad090204031
[     9.072] (II) modeset(0):   200c405500a05a000000188c0ad08a20
[     9.072] (II) modeset(0):   e02d10103e9600a05a00000018000057
[     9.072] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[     9.073] (II) modeset(0): Printing probed modes for output HDMI-1
[     9.073] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     9.073] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[     9.073] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     9.073] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     9.073] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     9.073] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     9.073] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.073] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     9.073] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.073] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     9.073] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.073] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     9.073] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     9.073] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.073] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.073] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.073] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     9.073] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.073] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     9.073] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.073] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     9.073] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     9.073] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.073] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.073] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.073] (II) modeset(0): Output HDMI-1 connected
[     9.074] (II) modeset(0): Using exact sizes for initial modes
[     9.074] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[     9.074] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.074] (==) modeset(0): DPI set to (96, 96)
[     9.074] (II) Loading sub module "fb"
[     9.074] (II) LoadModule: "fb"
[     9.074] (II) Module "fb" already built-in
[     9.150] (==) modeset(0): Backing store enabled
[     9.150] (==) modeset(0): Silken mouse enabled
[     9.237] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     9.237] (==) modeset(0): DPMS enabled
[     9.237] (II) modeset(0): [DRI2] Setup complete
[     9.237] (II) modeset(0): [DRI2]   DRI driver: vc4
[     9.237] (II) modeset(0): [DRI2]   VDPAU driver: vc4
[     9.237] (II) Initializing extension Generic Event Extension
[     9.238] (II) Initializing extension SHAPE
[     9.238] (II) Initializing extension MIT-SHM
[     9.238] (II) Initializing extension XInputExtension
[     9.238] (II) Initializing extension XTEST
[     9.239] (II) Initializing extension BIG-REQUESTS
[     9.239] (II) Initializing extension SYNC
[     9.239] (II) Initializing extension XKEYBOARD
[     9.239] (II) Initializing extension XC-MISC
[     9.240] (II) Initializing extension SECURITY
[     9.240] (II) Initializing extension XFIXES
[     9.240] (II) Initializing extension RENDER
[     9.240] (II) Initializing extension RANDR
[     9.241] (II) Initializing extension COMPOSITE
[     9.241] (II) Initializing extension DAMAGE
[     9.241] (II) Initializing extension MIT-SCREEN-SAVER
[     9.241] (II) Initializing extension DOUBLE-BUFFER
[     9.242] (II) Initializing extension RECORD
[     9.242] (II) Initializing extension DPMS
[     9.242] (II) Initializing extension Present
[     9.242] (II) Initializing extension DRI3
[     9.242] (II) Initializing extension X-Resource
[     9.243] (II) Initializing extension XVideo
[     9.243] (II) Initializing extension XVideo-MotionCompensation
[     9.243] (II) Initializing extension GLX
[     9.262] (II) AIGLX: Loaded and initialized vc4
[     9.262] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.262] (II) Initializing extension XFree86-VidModeExtension
[     9.262] (II) Initializing extension XFree86-DGA
[     9.263] (II) Initializing extension XFree86-DRI
[     9.263] (II) Initializing extension DRI2
[     9.264] (II) modeset(0): Damage tracking initialized
[     9.264] (II) modeset(0): Setting screen physical size to 508 x 285
[    14.707] (II) modeset(0): Disabling kernel dirty updates, not required.
[    14.818] (II) Quirked EDID physical size to 0x0 cm
[    14.818] (II) modeset(0): EDID vendor "SAM", prod id 1456
[    14.818] (II) modeset(0): Using EDID range info for horizontal sync
[    14.818] (II) modeset(0): Using EDID range info for vertical refresh
[    14.818] (II) modeset(0): Printing DDC gathered Modelines:
[    14.818] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    14.818] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    14.818] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    14.818] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    14.818] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.818] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    14.818] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    14.818] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    14.818] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    14.819] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    14.819] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    14.819] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.819] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.819] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    14.819] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    14.819] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    14.819] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.819] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.819] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    14.819] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    14.819] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    14.819] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.819] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    14.819] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    14.819] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    14.819] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.819] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    14.819] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    14.819] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.819] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    14.819] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    14.819] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    14.819] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    14.819] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[    37.109] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver Mouse (/dev/input/mouse0)
[    37.109] (II) No input driver specified, ignoring this device.
[    37.109] (II) This device may have been added with another device file.
[    37.155] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver Consumer Control (/dev/input/event3)
[    37.155] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    37.155] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "system-keyboard"
[    37.155] (II) LoadModule: "libinput"
[    37.155] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    37.169] (II) Module libinput: vendor="X.Org Foundation"
[    37.169]    compiled for 1.21.1.3, module version = 1.2.1
[    37.169]    Module class: X.Org XInput Driver
[    37.169]    ABI class: X.Org XInput driver, version 24.4
[    37.169] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver Consumer Control'
[    37.169] (**) 2.4GHz 2way RF Receiver Consumer Control: always reports core events
[    37.169] (**) Option "Device" "/dev/input/event3"
[    37.202] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: is tagged by udev as: Keyboard
[    37.202] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: device is a keyboard
[    37.203] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: device removed
[    37.224] (II) libinput: 2.4GHz 2way RF Receiver Consumer Control: needs a virtual subdevice
[    37.224] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input3/event3"
[    37.224] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver Consumer Control" (type: MOUSE, id 6)
[    37.224] (**) Option "AccelerationScheme" "none"
[    37.224] (**) 2.4GHz 2way RF Receiver Consumer Control: (accel) selected scheme none/0
[    37.224] (**) 2.4GHz 2way RF Receiver Consumer Control: (accel) acceleration factor: 2.000
[    37.224] (**) 2.4GHz 2way RF Receiver Consumer Control: (accel) acceleration threshold: 4
[    37.236] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: is tagged by udev as: Keyboard
[    37.237] (II) event3  - 2.4GHz 2way RF Receiver Consumer Control: device is a keyboard
[    37.238] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    37.238] (**) 2.4GHz 2way RF Receiver Consumer Control: Applying InputClass "system-keyboard"
[    37.238] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver Consumer Control'
[    37.238] (**) 2.4GHz 2way RF Receiver Consumer Control: always reports core events
[    37.238] (**) Option "Device" "/dev/input/event3"
[    37.238] (II) libinput: 2.4GHz 2way RF Receiver Consumer Control: is a virtual subdevice
[    37.238] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input3/event3"
[    37.238] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver Consumer Control" (type: KEYBOARD, id 7)
[    37.238] (**) Option "xkb_model" "pc105+inet"
[    37.239] (**) Option "xkb_layout" "us"
[    37.239] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    37.297] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver System Control (/dev/input/event4)
[    37.297] (**) 2.4GHz 2way RF Receiver System Control: Applying InputClass "libinput keyboard catchall"
[    37.297] (**) 2.4GHz 2way RF Receiver System Control: Applying InputClass "system-keyboard"
[    37.297] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver System Control'
[    37.297] (**) 2.4GHz 2way RF Receiver System Control: always reports core events
[    37.297] (**) Option "Device" "/dev/input/event4"
[    37.302] (II) event4  - 2.4GHz 2way RF Receiver System Control: is tagged by udev as: Keyboard
[    37.302] (II) event4  - 2.4GHz 2way RF Receiver System Control: device is a keyboard
[    37.302] (II) event4  - 2.4GHz 2way RF Receiver System Control: device removed
[    37.328] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input4/event4"
[    37.328] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver System Control" (type: KEYBOARD, id 8)
[    37.328] (**) Option "xkb_model" "pc105+inet"
[    37.328] (**) Option "xkb_layout" "us"
[    37.328] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    37.342] (II) event4  - 2.4GHz 2way RF Receiver System Control: is tagged by udev as: Keyboard
[    37.342] (II) event4  - 2.4GHz 2way RF Receiver System Control: device is a keyboard
[    37.351] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver (/dev/input/event2)
[    37.351] (II) No input driver specified, ignoring this device.
[    37.351] (II) This device may have been added with another device file.
[    37.358] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver (/dev/input/event0)
[    37.358] (II) No input driver specified, ignoring this device.
[    37.358] (II) This device may have been added with another device file.
[    37.364] (II) config/udev: Adding input device 2.4GHz 2way RF Receiver Mouse (/dev/input/event1)
[    37.364] (**) 2.4GHz 2way RF Receiver Mouse: Applying InputClass "libinput pointer catchall"
[    37.364] (II) Using input driver 'libinput' for '2.4GHz 2way RF Receiver Mouse'
[    37.364] (**) 2.4GHz 2way RF Receiver Mouse: always reports core events
[    37.364] (**) Option "Device" "/dev/input/event1"
[    37.375] (II) event1  - 2.4GHz 2way RF Receiver Mouse: is tagged by udev as: Mouse
[    37.375] (II) event1  - 2.4GHz 2way RF Receiver Mouse: device is a pointer
[    37.376] (II) event1  - 2.4GHz 2way RF Receiver Mouse: device removed
[    37.420] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:12C9:1001.0001/input/input1/event1"
[    37.420] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Receiver Mouse" (type: MOUSE, id 9)
[    37.421] (**) Option "AccelerationScheme" "none"
[    37.421] (**) 2.4GHz 2way RF Receiver Mouse: (accel) selected scheme none/0
[    37.421] (**) 2.4GHz 2way RF Receiver Mouse: (accel) acceleration factor: 2.000
[    37.421] (**) 2.4GHz 2way RF Receiver Mouse: (accel) acceleration threshold: 4
[    37.433] (II) event1  - 2.4GHz 2way RF Receiver Mouse: is tagged by udev as: Mouse
[    37.433] (II) event1  - 2.4GHz 2way RF Receiver Mouse: device is a pointer
[    43.492] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event6)
[    43.492] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    43.492] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    43.492] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[    43.492] (**) SEM USB Keyboard Consumer Control: always reports core events
[    43.492] (**) Option "Device" "/dev/input/event6"
[    43.498] (II) event6  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    43.498] (II) event6  - SEM USB Keyboard Consumer Control: device is a keyboard
[    43.499] (II) event6  - SEM USB Keyboard Consumer Control: device removed
[    43.524] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[    43.524] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1A2C:4324.0003/input/input7/event6"
[    43.524] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 10)
[    43.524] (**) Option "AccelerationScheme" "none"
[    43.524] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[    43.524] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    43.524] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[    43.531] (II) event6  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    43.531] (II) event6  - SEM USB Keyboard Consumer Control: device is a keyboard
[    43.532] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    43.532] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    43.532] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[    43.532] (**) SEM USB Keyboard Consumer Control: always reports core events
[    43.532] (**) Option "Device" "/dev/input/event6"
[    43.532] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[    43.532] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1A2C:4324.0003/input/input7/event6"
[    43.532] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[    43.532] (**) Option "xkb_model" "pc105+inet"
[    43.532] (**) Option "xkb_layout" "us"
[    43.532] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    43.536] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event7)
[    43.537] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    43.537] (**) SEM USB Keyboard System Control: Applying InputClass "system-keyboard"
[    43.537] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[    43.537] (**) SEM USB Keyboard System Control: always reports core events
[    43.537] (**) Option "Device" "/dev/input/event7"
[    43.544] (II) event7  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[    43.545] (II) event7  - SEM USB Keyboard System Control: device is a keyboard
[    43.545] (II) event7  - SEM USB Keyboard System Control: device removed
[    43.564] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1A2C:4324.0003/input/input8/event7"
[    43.564] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 12)
[    43.564] (**) Option "xkb_model" "pc105+inet"
[    43.564] (**) Option "xkb_layout" "us"
[    43.564] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    43.579] (II) event7  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[    43.580] (II) event7  - SEM USB Keyboard System Control: device is a keyboard
[    43.586] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event5)
[    43.586] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    43.586] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    43.586] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    43.586] (**) SEM USB Keyboard: always reports core events
[    43.586] (**) Option "Device" "/dev/input/event5"
[    43.596] (II) event5  - SEM USB Keyboard: is tagged by udev as: Keyboard
[    43.597] (II) event5  - SEM USB Keyboard: device is a keyboard
[    43.598] (II) event5  - SEM USB Keyboard: device removed
[    43.628] (**) Option "config_info" "udev:/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1A2C:4324.0002/input/input6/event5"
[    43.628] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 13)
[    43.628] (**) Option "xkb_model" "pc105+inet"
[    43.628] (**) Option "xkb_layout" "us"
[    43.628] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    43.639] (II) event5  - SEM USB Keyboard: is tagged by udev as: Keyboard
[    43.639] (II) event5  - SEM USB Keyboard: device is a keyboard
[    56.737] (II) Quirked EDID physical size to 0x0 cm
[    56.737] (II) modeset(0): EDID vendor "SAM", prod id 1456
[    56.737] (II) modeset(0): Using hsync ranges from config file
[    56.737] (II) modeset(0): Using vrefresh ranges from config file
[    56.737] (II) modeset(0): Printing DDC gathered Modelines:
[    56.737] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    56.737] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    56.737] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    56.737] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    56.737] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    56.737] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    56.738] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    56.738] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    56.738] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    56.738] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    56.738] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    56.738] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    56.738] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    56.738] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    56.738] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    56.738] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    56.738] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    56.738] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    56.738] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    56.738] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    56.738] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    56.738] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    56.738] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    56.738] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    56.738] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    56.738] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    56.738] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    56.738] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    56.738] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    56.738] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    56.738] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    56.738] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    56.738] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    56.739] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[    56.757] (II) modeset(0): Allocate new frame buffer 1440x900 stride
[    83.873] (EE) event1  - 2.4GHz 2way RF Receiver Mouse: client bug: event processing lagging behind by 342ms, your system is too slow
[    95.435] (EE) event1  - 2.4GHz 2way RF Receiver Mouse: client bug: event processing lagging behind by 78ms, your system is too slow
[    96.355] (EE) client bug: timer event1 debounce: scheduled expiry is in the past (-161ms), your system is too slow
[   102.076] (EE) event1  - 2.4GHz 2way RF Receiver Mouse: client bug: event processing lagging behind by 127ms, your system is too slow
[   104.664] (EE) event1  - 2.4GHz 2way RF Receiver Mouse: client bug: event processing lagging behind by 258ms, your system is too slow
[   110.758] (EE) client bug: timer event1 debounce: scheduled expiry is in the past (-382ms), your system is too slow
[   110.758] (EE) client bug: timer event1 debounce: scheduled expiry is in the past (-262ms), your system is too slow
[   110.759] (EE) client bug: timer event1 debounce short: scheduled expiry is in the past (-276ms), your system is too slow
[   112.825] (EE) event1  - 2.4GHz 2way RF Receiver Mouse: client bug: event processing lagging behind by 106ms, your system is too slow
[   112.825] (EE) event1  - 2.4GHz 2way RF Receiver Mouse: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
mripard commented 2 years ago

So just to make sure we're on the same page, you can only reproduce this on FKMS, with old firmwares?

Dark-Sky commented 2 years ago

@mripard It does not make any difference which firmware is installed with the 2 commits installed when booted with FKMS. The mouse issue is present. I got the same thing testing with a fresh PiOS image but at that time I had a Feb eeprom flashed. I had not noticed that the new eeprom flashes were not taking until a few days ago and had to flash a recovery image.

Every since the issue with the 2 commits started I have not released any of the kernels to manjaro's repo's with out them being reverted but I knew at some point arch-arm would have the same issue as we mirror their repo.

I would guess that maybe 50% of our users use FKMS. We release quite a few images with various DE's and some have had various issues with KMS (Plasma and Sway at the top of the list). Also there are some issues with some monitors / tv's with KMS. For these reasons we have been releasing our RPi images with FKMS as default as it has been less problematic and the users will switch to which mode that worked best for their use case. So hearing that FKMS is being depreciated and not a priority was not good news.

I had another issue a couple of weeks ago where FKMS would not boot into a DE that was about the same time where all kernels would go to a black screen that was fixed. Wonder if this might be a remnant of that issue still present coupled with the 2 commits made?

https://github.com/raspberrypi/linux/issues/5008

I am also seeing something else lately that may or may not be related with FKMS that is really irritating. When doing a reboot or powering on the pi4 after switching to FKMS to test it instantly at boot will give a black screen with out showing the rainbow screen and switch to my desktop's VIZIO tv's hdmi port and I have to switch back to the hdmi port my pi4 is connected to. This does not happen if I have KMS configured to boot.

mripard commented 2 years ago

@mripard It does not make any difference which firmware is installed with the 2 commits installed when booted with FKMS. The mouse issue is present.

But that doesn't occur with KMS, right?

I got the same thing testing with a fresh PiOS image but at that time I had a Feb eeprom flashed. I had not noticed that the new eeprom flashes were not taking until a few days ago and had to flash a recovery image.

Every since the issue with the 2 commits started I have not released any of the kernels to manjaro's repo's with out them being reverted but I knew at some point arch-arm would have the same issue as we mirror their repo.

I would guess that maybe 50% of our users use FKMS. We release quite a few images with various DE's and some have had various issues with KMS (Plasma and Sway at the top of the list).

It would be great to report those issues so that we can get rid of them and avoid the need / desire for FKMS

Also there are some issues with some monitors / tv's with KMS. For these reasons we have been releasing our RPi images with FKMS as default as it has been less problematic and the users will switch to which mode that worked best for their use case. So hearing that FKMS is being depreciated and not a priority was not good news.

I had another issue a couple of weeks ago where FKMS would not boot into a DE that was about the same time where all kernels would go to a black screen that was fixed. Wonder if this might be a remnant of that issue still present coupled with the 2 commits made?

5008

I am also seeing something else lately that may or may not be related with FKMS that is really irritating. When doing a reboot or powering on the pi4 after switching to FKMS to test it instantly at boot will give a black screen with out showing the rainbow screen and switch to my desktop's VIZIO tv's hdmi port and I have to switch back to the hdmi port my pi4 is connected to. This does not happen if I have KMS configured to boot.

I don't know fkms that well, so I can't really help you there, sorry.

Could you test the following patch to see if it prevents the mouse issue? (total shot in the dark)

diff --git a/drivers/gpu/drm/vc4/vc4_kms.c b/drivers/gpu/drm/vc4/vc4_kms.c
index dd97e1def0cb..1f20d255e6d2 100644
--- a/drivers/gpu/drm/vc4/vc4_kms.c
+++ b/drivers/gpu/drm/vc4/vc4_kms.c
@@ -450,14 +450,6 @@ static int vc4_atomic_commit_setup(struct drm_atomic_state *state)
    struct drm_crtc *crtc;
    unsigned int i;

-   /* We know for sure we don't want an async update here. Set
-    * state->legacy_cursor_update to false to prevent
-    * drm_atomic_helper_setup_commit() from auto-completing
-    * commit->flip_done.
-    */
-   if (!vc4->firmware_kms)
-       state->legacy_cursor_update = false;
-
    hvs_state = vc4_hvs_get_new_global_state(state);
    if (WARN_ON(IS_ERR(hvs_state)))
        return PTR_ERR(hvs_state);
Dark-Sky commented 2 years ago

Be glad to.

Dark-Sky commented 2 years ago

@mripard There was no improvement with your patch with mouse movement with FKMS.

VK2BEA commented 2 years ago

My system just updated to kernel 5.15.38 and I am seeing this effect (although glxgears is OK). I'm using the cinnamon desktop and it has become unusable. Mouse movement is very laggy. The mouse cursor movement is smooth and starts with movement of the mouse but it catches up to the actual position after about a second. Disabling acceleration has no effect. When moving windows, they jump after around a second rather than following the mouse. gdm and gnome desktop seem OK (although there is some window tearing).

What's the procedure to boot into a different kernel?

Dark-Sky commented 2 years ago

What's the procedure to boot into a different kernel?

If your situation is like here the question is not a different kernel generally as all of their kernels has this issue assuming you have dtoverlay=vc4-fkms-v3d enabled in /boot/config.txt. FKMS is not a priority for them now for support. You can try:

dtoverlay=vc4-kms-v3d

If you have issues with this with your DE then you can disable all KMS, FKMS in config.txt and install xf86-video-fbdev but you will loose V3D as a Renderer.

You can also install a upstream kernel which works pretty good here.

One last thing one person had pretty good luck with dtoverlay=vc4-kms-v3d by upgrading to the latest rpi-eeprom on his pi4 and the firmware in /boot/ if that may be your use case.

VK2BEA commented 2 years ago

One last thing one person had pretty good luck with dtoverlay=vc4-kms-v3d by upgrading to the latest rpi-eeprom on his pi4 and the firmware in /boot/ if that may be your use case.

That worked - thanks!
As you suggested, I updated the eeprom to the latest beta and changed the config from dtoverlay=vc4-fkms-v3d to dtoverlay=vc4-kms-v3d.

VK2BEA commented 2 years ago

If your situation is like here the question is not a different kernel generally as all of their kernels has this issue assuming you have dtoverlay=vc4-fkms-v3d enabled in /boot/config.txt. FKMS is not a priority for them now for support.

As an aside, I updated to F36 about a week ago and all was fine. I copied over an image I made then, disabled kernel updates and updated and still it was fine, so this does lead me to believe that there was a kernel update that broke things. (5.15.32 OK but 5.15.38 bad). (the config in both cases had dtoverlay=vc4-fkms-v3d)

Dark-Sky commented 2 years ago

That is correct. After 5.15.32 and all other of their kernels at that time is the point where FKMS broke.

pelwell commented 2 years ago

See #5141 as a potential fix for the laggy mouse cursor problem.

Strit commented 2 years ago

Thanks. Gonna test this out tonight.

Dark-Sky had a heart attack and is recovering, so he won't be able to test this himself.

pelwell commented 2 years ago

Oh gosh, I'm really sorry to hear that. Get well soon, Ray.

Strit commented 2 years ago

Got some time to test the fix with fkms enabled in /boot/config.txt.

Seems to work fine for me too. Thanks for the hard work.

pelwell commented 2 years ago

I'm closing this, since it seems the problem is fixed (at least in our source tree). Please re-open or comment if it turns out that isn't the case.