-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I reported in raspberry/firmware, but this is probably more related place. After enabling KMS fake driver (dtoverlay=vc4-fkms-v3d), the Xorg startup is much slower.
We are able to boot RPi3B+ (with 7" Pi Touch screen) into our GTK+2 application (from .xinitrc) in 4.5 secs with legacy driver, but after enabling fake KMS driver, the boot takes threetimes more time. The issue is not related to our application. It happens even where starting e.g. lxterminal. I can notice two delays in Xorg.0.log.
One short 800 ms delay directly when glamor driver loads:
[ 8.509] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.509] (II) glamor: OpenGL accelerated X.org driver based.
[ 9.394] (II) glamor: EGL version 1.4 (DRI2):
[ 9.443] (II) modeset(0): glamor initialized
One long delay at the end of the log:
[ 9.992] (II) This device may have been added with another device file.
[ 15.775] (II) modeset(0): Disabling kernel dirty updates, not required.
This second delay is random, sometimes is shorter, sometimes very long. I noticed that application started via .xinitrc is already running at this time ("ps aux" shows it) but its window is not visible on the screen until this "Disabling kernel updates" log message appears.
I also noticed that disabling HDMI output ("tvservice -o") increases this Xorg delay rapidly and it also takes a minutes to device restart (long time of black screen before device actually reboots after "sudo reboot"). No problem with legacy driver.
[ 5.333] (II) glamor: OpenGL accelerated X.org driver based.
[ 6.217] (II) glamor: EGL version 1.4 (DRI2):
[ 6.267] (II) modeset(0): glamor initialized
[ 13.910] (II) modeset(0): Output HDMI-1 has no monitor section
[ 13.910] (II) modeset(0): EDID for output HDMI-1
[ 13.910] (II) modeset(0): Printing probed modes for output HDMI-1
...
[ 13.916] (==) Depth 24 pixmap format is 32 bpp
[ 14.165] (==) modeset(0): Backing store enabled
[ 14.165] (==) modeset(0): Silken mouse enabled
[ 14.168] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 45.270] (II) modeset(0): [DRI2] Setup complete
[ 45.270] (II) modeset(0): [DRI2] DRI driver: vc4
[ 45.270] (II) modeset(0): [DRI2] VDPAU driver: vc4
[ 45.270] (--) RandR disabled
[ 45.295] (II) SELinux: Disabled on system
[ 45.312] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 45.312] (II) AIGLX: enabled GLX_ARB_create_context
[ 45.312] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 45.312] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
...
[ 45.556] (II) config/udev: Adding input device FT5406 memory based driver (/dev/input/mouse0)
[ 45.556] (II) No input driver specified, ignoring this device.
[ 45.556] (II) This device may have been added with another device file.
[ 76.630] (II) SYN_DROPPED event from "FT5406 memory based driver" - some input events have been lost.
[ 125.513] (II) modeset(0): Disabling kernel dirty updates, not required.
Application appears after 125 seconds since boot!