Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
Hello,
I run a Khadas VIM3 Pro ARM based SBC on a Mali G52 GPU. I recently upgraded to mesa 20.3.3-1 as part of a regular update of my Manjaro KDE Linux. Did not notice any graphics problems before then (I think I was using 20.2.6 before that?). Since upgrading, there are a bunch of missing letters from the startup menu, and windows as well as panels/various parts of the desktop flicker on and off, which is severely affecting usability (it is difficult to screen capture the flickering as it only lasts for fractions of a second, but it's really distracting). I discussed this with the Manjaro developers, and concluded it is a graphics driver issue, so I'm trying my luck here.
OK, the kernel patches to make Amlogic's G52 behave properly have been applied to stable as well. Can you update your kernel (and devicetree) to 5.10.14 and confirm whether or not you still see the same issues?
Thank you - the manjaro stable branch is up to 5.10.5 and the testing/unstable is still up to 5.10.8 for my device. I'm trying to figure out how to compile a custom kernel for 5.11, but running into some issues with dtbs while doing that also. Will let you know!
Okay. I upgraded to 5.11.0-rc4-2, and the missing letters are gone. The flashing and the glitches are less conspicuous, however the graphics more laggy, and the CPU frequency also fluctuates a lot more than before (Usually at 2.2 GHz, it will go down to 0.10 GHz despite the temperature being 39 C).
dmesg:
[aurion@neurofire ~]$ dmesg[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034][ 0.000000] Linux version 5.11.0-rc4-2-MANJARO-ARM (builduser@manjaro-arm) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP Tue Jan 19 15:08:18 UTC 2021[ 0.000000] Machine model: Khadas VIM3[ 0.000000] efi: UEFI not found.[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000e0800000, size 256 MiB[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool[ 0.000000] Zone ranges:[ 0.000000] DMA [mem 0x0000000000000000-0x00000000f4ffffff][ 0.000000] DMA32 empty[ 0.000000] Normal empty[ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000004ffffff][ 0.000000] node 0: [mem 0x0000000005300000-0x00000000f4ffffff][ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000f4ffffff][ 0.000000] On node 0 totalpages: 1002752[ 0.000000] DMA zone: 15680 pages used for memmap[ 0.000000] DMA zone: 0 pages reserved[ 0.000000] DMA zone: 1002752 pages, LIFO batch:63[ 0.000000] psci: probing for conduit method from DT.[ 0.000000] psci: PSCIv1.0 detected in firmware.[ 0.000000] psci: Using standard PSCI v0.2 function IDs[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.[ 0.000000] psci: SMC Calling Convention v1.1[ 0.000000] percpu: Embedded 23 pages/cpu s55448 r8192 d30568 u94208[ 0.000000] pcpu-alloc: s55448 r8192 d30568 u94208 alloc=23*4096[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [ 0.000000] Detected VIPT I-cache on CPU0[ 0.000000] CPU features: detected: ARM erratum 845719[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 987072[ 0.000000] Kernel command line: root=LABEL=ROOT_MNJRO rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off[ 0.000000] Memory: 3630692K/4011008K available (16576K kernel code, 2490K rwdata, 6868K rodata, 3904K init, 833K bss, 118172K reserved, 262144K cma-reserved)[ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x84/0x180 with crng_init=0[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1[ 0.000000] rcu: Hierarchical RCU implementation.[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.[ 0.000000] Trampoline variant of Tasks RCU enabled.[ 0.000000] Rude variant of Tasks RCU enabled.[ 0.000000] Tracing variant of Tasks RCU enabled.[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0[ 0.000000] GIC: Using split EOI/Deactivate mode[ 0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns[ 0.000347] Console: colour dummy device 80x25[ 0.000380] printk: console [tty0] enabled[ 0.000413] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)[ 0.000425] pid_max: default: 32768 minimum: 301[ 0.000554] LSM: Security Framework initializing[ 0.000585] Yama: becoming mindful.[ 0.000663] AppArmor: AppArmor initialized[ 0.000718] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)[ 0.000739] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)[ 0.002728] rcu: Hierarchical SRCU implementation.[ 0.007185] EFI services will not be available.[ 0.007700] smp: Bringing up secondary CPUs ...[ 0.008356] Detected VIPT I-cache on CPU1[ 0.008419] CPU1: Booted secondary processor 0x0000000001 [0x410fd034][ 0.009615] CPU features: detected: ARM erratum 858921[ 0.009629] CPU features: detected: Spectre-v2[ 0.009634] CPU features: detected: Spectre-v4[ 0.009638] Detected VIPT I-cache on CPU2[ 0.009664] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.009680] arch_timer: CPU2: Trapping CNTVCT access[ 0.009691] CPU2: Booted secondary processor 0x0000000100 [0x410fd092][ 0.010372] Detected VIPT I-cache on CPU3[ 0.010391] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.010399] arch_timer: CPU3: Trapping CNTVCT access[ 0.010406] CPU3: Booted secondary processor 0x0000000101 [0x410fd092][ 0.011021] Detected VIPT I-cache on CPU4[ 0.011039] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.011046] arch_timer: CPU4: Trapping CNTVCT access[ 0.011053] CPU4: Booted secondary processor 0x0000000102 [0x410fd092][ 0.011667] Detected VIPT I-cache on CPU5[ 0.011685] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.011693] arch_timer: CPU5: Trapping CNTVCT access[ 0.011700] CPU5: Booted secondary processor 0x0000000103 [0x410fd092][ 0.011779] smp: Brought up 1 node, 6 CPUs[ 0.011798] SMP: Total of 6 processors activated.[ 0.011805] CPU features: detected: 32-bit EL0 Support[ 0.011812] CPU features: detected: CRC32 instructions[ 0.011818] CPU features: detected: 32-bit EL1 Support[ 0.027531] CPU: All CPU(s) started at EL2[ 0.027590] alternatives: patching kernel code[ 0.028810] devtmpfs: initialized[ 0.035907] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns[ 0.035929] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)[ 0.040364] pinctrl core: initialized pinctrl subsystem[ 0.040739] DMI not present or invalid.[ 0.041065] NET: Registered protocol family 16[ 0.042422] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations[ 0.042670] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations[ 0.042985] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations[ 0.043025] audit: initializing netlink subsys (disabled)[ 0.043169] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1[ 0.044023] thermal_sys: Registered thermal governor 'fair_share'[ 0.044029] thermal_sys: Registered thermal governor 'bang_bang'[ 0.044033] thermal_sys: Registered thermal governor 'step_wise'[ 0.044036] thermal_sys: Registered thermal governor 'user_space'[ 0.044319] cpuidle: using governor ladder[ 0.044334] cpuidle: using governor menu[ 0.044475] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.[ 0.044576] ASID allocator initialised with 65536 entries[ 0.045417] Serial: AMBA PL011 UART driver[ 0.066811] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages[ 0.066825] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages[ 0.066830] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages[ 0.066834] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages[ 0.074765] cryptd: max_cpu_qlen set to 1000[ 0.090427] ACPI: Interpreter disabled.[ 0.091492] VSYS_3V3: supplied by DC_IN[ 0.091802] iommu: Default domain type: Translated [ 0.091960] vgaarb: loaded[ 0.092437] SCSI subsystem initialized[ 0.092543] libata version 3.00 loaded.[ 0.092667] usbcore: registered new interface driver usbfs[ 0.092695] usbcore: registered new interface driver hub[ 0.092716] usbcore: registered new device driver usb[ 0.092920] mc: Linux media interface: v0.10[ 0.092937] videodev: Linux video capture interface: v2.00[ 0.092956] pps_core: LinuxPPS API ver. 1 registered[ 0.092960] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[ 0.092971] PTP clock support registered[ 0.093087] EDAC MC: Ver: 3.0.0[ 0.093617] Advanced Linux Sound Architecture Driver Initialized.[ 0.093946] NetLabel: Initializing[ 0.093950] NetLabel: domain hash size = 128[ 0.093953] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO[ 0.093991] NetLabel: unlabeled traffic allowed by default[ 0.094201] clocksource: Switched to clocksource arch_sys_counter[ 0.094324] VFS: Disk quotas dquot_6.6.0[ 0.094360] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)[ 0.094713] AppArmor: AppArmor Filesystem Enabled[ 0.094822] pnp: PnP ACPI: disabled[ 0.098185] NET: Registered protocol family 2[ 0.098590] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)[ 0.098623] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)[ 0.098765] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)[ 0.098952] TCP: Hash tables configured (established 32768 bind 32768)[ 0.099037] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)[ 0.099074] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)[ 0.099226] NET: Registered protocol family 1[ 0.099618] RPC: Registered named UNIX socket transport module.[ 0.099624] RPC: Registered udp transport module.[ 0.099627] RPC: Registered tcp transport module.[ 0.099630] RPC: Registered tcp NFSv4.1 backchannel transport module.[ 0.099638] PCI: CLS 0 bytes, default 64[ 0.099743] Trying to unpack rootfs image as initramfs...[ 0.336963] Freeing initrd memory: 6820K[ 0.337620] kvm [1]: IPA Size Limit: 40 bits[ 0.338539] kvm [1]: vgic interrupt IRQ9[ 0.338670] kvm [1]: Hyp mode initialized successfully[ 0.442391] Initialise system trusted keyrings[ 0.442509] workingset: timestamp_bits=46 max_order=20 bucket_order=0[ 0.445478] zbud: loaded[ 0.446790] NFS: Registering the id_resolver key type[ 0.446810] Key type id_resolver registered[ 0.446814] Key type id_legacy registered[ 0.446868] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[ 0.446890] ntfs: driver 2.1.32 [Flags: R/W].[ 0.447075] fuse: init (API version 7.33)[ 0.447275] SGI XFS with ACLs, security attributes, quota, no debug enabled[ 0.484174] NET: Registered protocol family 38[ 0.484187] Key type asymmetric registered[ 0.484374] Asymmetric key parser 'x509' registered[ 0.484406] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)[ 0.484519] io scheduler mq-deadline registered[ 0.484524] io scheduler kyber registered[ 0.484596] io scheduler bfq registered[ 0.490062] IPMI message handler: version 39.2[ 0.497370] soc soc0: Amlogic Meson G12B (A311D) Revision 29:b (10:2) Detected[ 0.499890] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled[ 0.501287] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 22, base_baud = 1500000) is a meson_uart[ 0.501361] printk: console [ttyAML0] enabled[ 0.501801] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 29, base_baud = 1500000) is a meson_uart[ 0.501880] serial serial0: tty port ttyAML6 registered[ 0.504945] mpt3sas version 36.100.00.00 loaded[ 0.506844] libphy: Fixed MDIO Bus: probed[ 0.508148] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver[ 0.508168] ehci-pci: EHCI PCI platform driver[ 0.508195] ehci-platform: EHCI generic platform driver[ 0.508297] tegra-ehci: Tegra EHCI driver[ 0.508374] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver[ 0.508382] ohci-pci: OHCI PCI platform driver[ 0.508411] ohci-platform: OHCI generic platform driver[ 0.508498] uhci_hcd: USB Universal Host Controller Interface driver[ 0.508947] usbcore: registered new interface driver uas[ 0.508975] usbcore: registered new interface driver usb-storage[ 0.508998] usbcore: registered new interface driver ums-alauda[ 0.509016] usbcore: registered new interface driver ums-cypress[ 0.509034] usbcore: registered new interface driver ums-datafab[ 0.509052] usbcore: registered new interface driver ums_eneub6250[ 0.509069] usbcore: registered new interface driver ums-freecom[ 0.509087] usbcore: registered new interface driver ums-isd200[ 0.509104] usbcore: registered new interface driver ums-jumpshot[ 0.509122] usbcore: registered new interface driver ums-karma[ 0.509143] usbcore: registered new interface driver ums-onetouch[ 0.509165] usbcore: registered new interface driver ums-realtek[ 0.509184] usbcore: registered new interface driver ums-sddr09[ 0.509204] usbcore: registered new interface driver ums-sddr55[ 0.509223] usbcore: registered new interface driver ums-usbat[ 0.509267] usbcore: registered new interface driver usbserial_generic[ 0.509282] usbserial: USB Serial support registered for generic[ 0.510218] mousedev: PS/2 mouse device common for all mice[ 0.511174] VCC_3V3: supplied by VSYS_3V3[ 0.511270] pca953x 0-0020: using no AI[ 0.514403] device-mapper: uevent: version 1.0.3[ 0.514556] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com[ 0.515628] sdhci: Secure Digital Host Controller Interface driver[ 0.515634] sdhci: Copyright(c) Pierre Ossman[ 0.516019] Synopsys Designware Multimedia Card Interface Driver[ 0.516952] sdhci-pltfm: SDHCI platform and OF driver helper[ 0.517165] VDDIO_AO1V8: supplied by VSYS_3V3[ 0.517308] meson-gx-mmc ffe05000.sd: Got CD GPIO[ 0.517562] EMMC_AO1V8: supplied by VCC_3V3[ 0.517911] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq[ 0.520062] ledtrig-cpu: registered to indicate activity on CPUs[ 0.520363] meson-sm: secure-monitor enabled[ 0.520616] hid: raw HID events driver (C) Jiri Kosina[ 0.520719] usbcore: registered new interface driver usbhid[ 0.520724] usbhid: USB HID core driver[ 0.520927] ashmem: initialized[ 0.525220] Initializing XFRM netlink socket[ 0.525529] NET: Registered protocol family 10[ 0.542704] Segment Routing with IPv6[ 0.542774] mip6: Mobile IPv6[ 0.542780] NET: Registered protocol family 17[ 0.542942] Key type dns_resolver registered[ 0.543244] registered taskstats version 1[ 0.543253] Loading compiled-in X.509 certificates[ 0.543575] zswap: loaded using pool lzo/zbud[ 0.543716] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers[ 0.543812] Key type ._fscrypt registered[ 0.543817] Key type .fscrypt registered[ 0.543820] Key type fscrypt-provisioning registered[ 0.553234] Key type encrypted registered[ 0.564617] VCC_1V8: supplied by VCC_3V3[ 0.564660] VCC_5V: supplied by DC_IN[ 0.564906] USB_PWR: supplied by VCC_5V[ 0.656244] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2[ 0.656259] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1[ 0.659128] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator[ 0.659206] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator[ 0.659363] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM[ 0.660146] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller[ 0.660285] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1[ 0.660435] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010[ 0.660465] xhci-hcd xhci-hcd.0.auto: irq 38, io mem 0xff500000[ 0.660645] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11[ 0.660654] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 0.660660] usb usb1: Product: xHCI Host Controller[ 0.660664] usb usb1: Manufacturer: Linux 5.11.0-rc4-2-MANJARO-ARM xhci-hcd[ 0.660669] usb usb1: SerialNumber: xhci-hcd.0.auto[ 0.660953] hub 1-0:1.0: USB hub found[ 0.660974] hub 1-0:1.0: 2 ports detected[ 0.661179] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller[ 0.661263] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2[ 0.661274] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed[ 0.661313] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.[ 0.661364] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11[ 0.661372] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 0.661378] usb usb2: Product: xHCI Host Controller[ 0.661383] usb usb2: Manufacturer: Linux 5.11.0-rc4-2-MANJARO-ARM xhci-hcd[ 0.661387] usb usb2: SerialNumber: xhci-hcd.0.auto[ 0.661624] hub 2-0:1.0: USB hub found[ 0.661642] hub 2-0:1.0: 1 port detected[ 0.665743] ALSA device list:[ 0.665758] No soundcards found.[ 0.667216] Freeing unused kernel memory: 3904K[ 0.709191] mmc2: new HS200 MMC card at address 0001[ 0.709718] mmcblk2: mmc2:0001 BJTD4R 29.1 GiB [ 0.709935] mmcblk2boot0: mmc2:0001 BJTD4R partition 1 4.00 MiB[ 0.710163] mmcblk2boot1: mmc2:0001 BJTD4R partition 2 4.00 MiB[ 0.710282] mmcblk2rpmb: mmc2:0001 BJTD4R partition 3 4.00 MiB, chardev (236:0)[ 0.711400] mmcblk2: p1 p2[ 0.734284] Run /init as init process[ 0.734295] with arguments:[ 0.734300] /init[ 0.734304] with environment:[ 0.734307] HOME=/[ 0.734310] TERM=linux[ 0.946805] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0[ 0.951844] input: adc-keys as /devices/platform/adc-keys/input/input1[ 1.002699] random: fast init done[ 1.024234] usb 1-1: new high-speed USB device number 2 using xhci-hcd[ 1.214446] usb 1-1: New USB device found, idVendor=1a40, idProduct=0801, bcdDevice= 1.00[ 1.214464] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0[ 1.214471] usb 1-1: Product: USB 2.0 Hub[ 1.269442] hub 1-1:1.0: USB hub found[ 1.269492] hub 1-1:1.0: 4 ports detected[ 1.363440] EXT4-fs (mmcblk2p2): mounted filesystem with writeback data mode. Opts: data=writeback. Quota mode: none.[ 1.494311] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd[ 1.525254] usb 2-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00[ 1.525269] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3[ 1.525277] usb 2-1: Product: Flash Drive FIT[ 1.525282] usb 2-1: Manufacturer: Samsung[ 1.525288] usb 2-1: SerialNumber: 0373820080000937[ 1.526248] usb-storage 2-1:1.0: USB Mass Storage device detected[ 1.526534] usb-storage 2-1:1.0: Quirks match for vid 090c pid 1000: 400[ 1.526614] scsi host0: usb-storage 2-1:1.0[ 1.526822] systemd[1]: System time before build time, advancing clock.[ 1.553768] systemd[1]: systemd 247.2-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)[ 1.554157] systemd[1]: Detected architecture arm64.[ 1.624329] usb 1-1.2: new high-speed USB device number 3 using xhci-hcd[ 1.645596] systemd[1]: Set hostname to <neurofire>.[ 1.754609] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11[ 1.754628] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0[ 1.754634] usb 1-1.2: Product: USB 2.0 Hub[ 1.813498] hub 1-1.2:1.0: USB hub found[ 1.813561] hub 1-1.2:1.0: 4 ports detected[ 1.898949] systemd[1]: Configuration file /usr/lib/systemd/system/sound.service is marked executable. Please remove executable permission bits. Proceeding anyway.[ 1.931056] systemd[1]: Configuration file /usr/lib/systemd/system/bluetooth-khadas.service is marked executable. Please remove executable permission bits. Proceeding anyway.[ 1.935190] systemd[1]: Queued start job for default target Graphical Interface.[ 1.936105] random: systemd: uninitialized urandom read (16 bytes read)[ 1.961034] systemd[1]: Created slice system-getty.slice.[ 1.961381] random: systemd: uninitialized urandom read (16 bytes read)[ 1.962239] systemd[1]: Created slice system-modprobe.slice.[ 1.962418] random: systemd: uninitialized urandom read (16 bytes read)[ 1.963238] systemd[1]: Created slice system-serial\x2dgetty.slice.[ 1.964434] systemd[1]: Created slice User and Session Slice.[ 1.964755] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[ 1.965015] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[ 1.965558] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.[ 1.965790] systemd[1]: Reached target Local Encrypted Volumes.[ 1.966020] systemd[1]: Reached target Paths.[ 1.966169] systemd[1]: Reached target Remote Encrypted Volumes.[ 1.966307] systemd[1]: Reached target Remote File Systems.[ 1.966443] systemd[1]: Reached target Slices.[ 1.966613] systemd[1]: Reached target Swap.[ 1.966934] systemd[1]: Listening on Device-mapper event daemon FIFOs.[ 1.967326] systemd[1]: Listening on LVM2 metadata daemon socket.[ 1.967995] systemd[1]: Listening on LVM2 poll daemon socket.[ 1.971427] systemd[1]: Listening on Process Core Dump Socket.[ 1.971965] systemd[1]: Listening on Journal Audit Socket.[ 1.972329] systemd[1]: Listening on Journal Socket (/dev/log).[ 1.972756] systemd[1]: Listening on Journal Socket.[ 1.973210] systemd[1]: Listening on Network Service Netlink Socket.[ 1.974009] systemd[1]: Listening on udev Control Socket.[ 1.974377] systemd[1]: Listening on udev Kernel Socket.[ 1.974751] systemd[1]: Listening on User Database Manager Socket.[ 1.977270] systemd[1]: Mounting Huge Pages File System...[ 1.980061] systemd[1]: Mounting POSIX Message Queue File System...[ 1.983129] systemd[1]: Mounting Kernel Debug File System...[ 1.983681] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.[ 1.986796] systemd[1]: Mounting Temporary Directory (/tmp)...[ 1.989817] systemd[1]: Starting Load AppArmor profiles...[ 1.993322] systemd[1]: Starting Create list of static device nodes for the current kernel...[ 1.996398] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...[ 1.999593] systemd[1]: Starting Load Kernel Module configfs...[ 2.002648] systemd[1]: Starting Load Kernel Module drm...[ 2.005766] systemd[1]: Starting Load Kernel Module fuse...[ 2.008190] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.[ 2.014083] systemd[1]: Starting Load Kernel Modules...[ 2.017273] systemd[1]: Starting Remount Root and Kernel File Systems...[ 2.017685] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.[ 2.020636] systemd[1]: Starting Coldplug All udev Devices...[ 2.026267] systemd[1]: Mounted Huge Pages File System.[ 2.026881] systemd[1]: Mounted POSIX Message Queue File System.[ 2.027462] systemd[1]: Mounted Kernel Debug File System.[ 2.028194] systemd[1]: Mounted Temporary Directory (/tmp).[ 2.030101] systemd[1]: Finished Create list of static device nodes for the current kernel.[ 2.031580] systemd[1]: modprobe@configfs.service: Succeeded.[ 2.032973] systemd[1]: Finished Load Kernel Module configfs.[ 2.034313] systemd[1]: modprobe@fuse.service: Succeeded.[ 2.035525] systemd[1]: Finished Load Kernel Module fuse.[ 2.037524] systemd[1]: Finished Remount Root and Kernel File Systems.[ 2.038730] systemd[1]: modprobe@drm.service: Succeeded.[ 2.039873] systemd[1]: Finished Load Kernel Module drm.[ 2.043153] systemd[1]: Mounting FUSE Control File System...[ 2.046282] systemd[1]: Mounting Kernel Configuration File System...[ 2.046780] systemd[1]: Condition check resulted in First Boot Wizard being skipped.[ 2.048125] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.[ 2.048471] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.[ 2.052331] systemd[1]: Starting Load/Save Random Seed...[ 2.055392] systemd[1]: Starting Create System Users...[ 2.059622] systemd[1]: Finished Load Kernel Modules.[ 2.060511] systemd[1]: Mounted FUSE Control File System.[ 2.061109] systemd[1]: Mounted Kernel Configuration File System.[ 2.065173] systemd[1]: Starting Apply Kernel Variables...[ 2.087878] systemd[1]: Finished Apply Kernel Variables.[ 2.105362] systemd[1]: Finished Create System Users.[ 2.108463] systemd[1]: Starting Create Static Device Nodes in /dev...[ 2.154117] systemd[1]: Finished Create Static Device Nodes in /dev.[ 2.157846] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.[ 2.162415] systemd[1]: Starting Journal Service...[ 2.168693] systemd[1]: Starting Rule-based Manager for Device Events and Files...[ 2.224272] usb 1-1.2.1: new low-speed USB device number 4 using xhci-hcd[ 2.250892] audit: type=1400 audit(1608522710.710:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-managesieve-login" pid=371 comm="apparmor_parser"[ 2.284374] systemd[1]: Finished Coldplug All udev Devices.[ 2.334025] systemd[1]: Started Journal Service.[ 2.337563] audit: type=1130 audit(1608522710.800:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.413845] audit: type=1130 audit(1608522710.870:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.413867] audit: type=1130 audit(1608522710.870:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.459921] usb 1-1.2.1: New USB device found, idVendor=1a2c, idProduct=4c5e, bcdDevice= 1.10[ 2.459941] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0[ 2.459948] usb 1-1.2.1: Product: USB Keyboard[ 2.459952] usb 1-1.2.1: Manufacturer: SEMICO[ 2.553446] input: SEMICO USB Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/0003:1A2C:4C5E.0001/input/input2[ 2.561678] audit: type=1130 audit(1608522711.020:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.595443] audit: type=1130 audit(1608522711.060:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.614784] hid-generic 0003:1A2C:4C5E.0001: input,hidraw0: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-xhci-hcd.0.auto-1.2.1/input0[ 2.624493] input: SEMICO USB Keyboard Consumer Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:1A2C:4C5E.0002/input/input3[ 2.695450] audit: type=1400 audit(1608522711.160:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-config" pid=373 comm="apparmor_parser"[ 2.695751] input: SEMICO USB Keyboard System Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:1A2C:4C5E.0002/input/input4[ 2.695959] input: SEMICO USB Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:1A2C:4C5E.0002/input/input6[ 2.696201] hid-generic 0003:1A2C:4C5E.0002: input,hiddev96,hidraw1: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-xhci-hcd.0.auto-1.2.1/input1[ 2.855286] audit: type=1400 audit(1608522711.310:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=417 comm="apparmor_parser"[ 2.855313] audit: type=1300 audit(1608522711.310:9): arch=c00000b7 syscall=64 success=yes exit=7609 a0=5 a1=aaaaf61bbf50 a2=1db9 a3=ffffad5aa010 items=0 ppid=369 pid=417 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)[ 2.894278] usb 1-1.2.2: new high-speed USB device number 5 using xhci-hcd[ 3.153896] usb 1-1.2.2: New USB device found, idVendor=0c45, idProduct=6362, bcdDevice= 1.00[ 3.153918] usb 1-1.2.2: New USB device strings: Mfr=2, Product=1, SerialNumber=3[ 3.153925] usb 1-1.2.2: Product: JOYACCESS JA-Webcam[ 3.153930] usb 1-1.2.2: Manufacturer: Sonix Technology Co., Ltd.[ 3.153935] usb 1-1.2.2: SerialNumber: SN0001[ 3.256444] meson8b-dwmac ff3f0000.ethernet: IRQ eth_wake_irq not found[ 3.256462] meson8b-dwmac ff3f0000.ethernet: IRQ eth_lpi not found[ 3.256551] meson8b-dwmac ff3f0000.ethernet: PTP uses main clock[ 3.284604] meson8b-dwmac ff3f0000.ethernet: User ID: 0x11, Synopsys ID: 0x37[ 3.284632] meson8b-dwmac ff3f0000.ethernet: DWMAC1000[ 3.284638] meson8b-dwmac ff3f0000.ethernet: DMA HW capability register supported[ 3.284644] meson8b-dwmac ff3f0000.ethernet: RX Checksum Offload Engine supported[ 3.284648] meson8b-dwmac ff3f0000.ethernet: COE Type 2[ 3.284653] meson8b-dwmac ff3f0000.ethernet: TX Checksum insertion supported[ 3.284657] meson8b-dwmac ff3f0000.ethernet: Wake-Up On Lan supported[ 3.284753] meson8b-dwmac ff3f0000.ethernet: Normal descriptors[ 3.284759] meson8b-dwmac ff3f0000.ethernet: Ring mode enabled[ 3.284763] meson8b-dwmac ff3f0000.ethernet: Enable RX Mitigation via HW Watchdog Timer[ 3.287387] libphy: stmmac: probed[ 3.299307] libphy: mdio_mux: probed[ 3.300724] meson-vrtc ff8000a8.rtc: registered as rtc1[ 3.317872] libphy: mdio_mux: probed[ 3.370132] VDDCPU_B: supplied by regulator-dummy[ 3.374618] panfrost ffe40000.gpu: clock rate = 24000000[ 3.374725] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19[ 3.374989] scsi 0:0:0:0: Direct-Access Samsung Flash Drive FIT 1100 PQ: 0 ANSI: 6[ 3.375986] sd 0:0:0:0: Attached scsi generic sg0 type 0[ 3.376217] sd 0:0:0:0: [sda] 501253132 512-byte logical blocks: (257 GB/239 GiB)[ 3.376372] sd 0:0:0:0: [sda] Write Protect is off[ 3.376380] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00[ 3.376530] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA[ 3.380720] panfrost ffe40000.gpu: mali-g52 id 0x7212 major 0x0 minor 0x0 status 0x0[ 3.380745] panfrost ffe40000.gpu: features: 00000000,13de77ff, issues: 00000000,00000400[ 3.380754] panfrost ffe40000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7[ 3.380764] panfrost ffe40000.gpu: shader_present=0x3 l2_present=0x1[ 3.384788] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq[ 3.394260] usb 1-1.2.4: new low-speed USB device number 6 using xhci-hcd[ 3.399216] VDDCPU_A: supplied by regulator-dummy[ 3.404966] cpufreq: cpufreq_online: CPU2: Running at unlisted initial frequency: 999999 KHz, changing to: 1000000 KHz[ 3.446647] sda: sda1[ 3.448434] sd 0:0:0:0: [sda] Attached SCSI removable disk[ 3.456555] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)[ 3.458686] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)[ 3.460803] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)[ 3.464311] [drm] Initialized panfrost 1.1.0 20180908 for ffe40000.gpu on minor 0[ 3.464657] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)[ 3.469250] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)[ 3.474140] mmc0: queuing unknown CIS tuple 0x8e (9 bytes)[ 3.477688] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.[ 3.552591] mmc0: new high speed SDIO card at address 0001[ 3.579404] random: crng init done[ 3.579416] random: 7 urandom warning(s) missed due to ratelimiting[ 3.598998] meson-drm ff900000.vpu: Queued 2 outputs on vpu[ 3.611075] meson-drm ff900000.vpu: CVBS Output connector not available[ 3.614258] Registered IR keymap rc-khadas[ 3.619118] IR NEC protocol handler initialized[ 3.629367] usb 1-1.2.4: New USB device found, idVendor=093a, idProduct=2521, bcdDevice= 1.00[ 3.629386] usb 1-1.2.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0[ 3.629389] usb 1-1.2.4: Product: USB OPTICAL MOUSE[ 3.644689] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)[ 3.655349] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver[ 3.655686] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops [meson_dw_hdmi])[ 3.656244] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 1[ 3.669212] rc rc0: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0[ 3.669986] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter[ 3.670079] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0/input7[ 3.673841] input: USB OPTICAL MOUSE as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/0003:093A:2521.0003/input/input8[ 3.673946] meson-ir ff808000.ir: receiver initialized[ 3.684659] hid-generic 0003:093A:2521.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE] on usb-xhci-hcd.0.auto-1.2.4/input0[ 3.687705] Bluetooth: Core ver 2.22[ 3.688104] NET: Registered protocol family 31[ 3.688112] Bluetooth: HCI device and connection manager initialized[ 3.688124] Bluetooth: HCI socket layer initialized[ 3.688128] Bluetooth: L2CAP socket layer initialized[ 3.688143] Bluetooth: SCO socket layer initialized[ 3.717814] Bluetooth: HCI UART driver ver 2.3[ 3.717834] Bluetooth: HCI UART protocol H4 registered[ 3.717837] Bluetooth: HCI UART protocol BCSP registered[ 3.717894] Bluetooth: HCI UART protocol LL registered[ 3.717896] Bluetooth: HCI UART protocol ATH3K registered[ 3.717910] Bluetooth: HCI UART protocol Three-wire (H5) registered[ 3.718090] Bluetooth: HCI UART protocol Intel registered[ 3.718307] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator[ 3.718395] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator[ 3.718448] Bluetooth: HCI UART protocol Broadcom registered[ 3.718452] Driver 'hci_uart_qca' needs updating - please use bus_type methods[ 3.718466] Bluetooth: HCI UART protocol QCA registered[ 3.718479] Bluetooth: HCI UART protocol Marvell registered[ 3.823938] FAT-fs (mmcblk2p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.[ 3.999886] bootsplash: Loading splash file (606512 bytes)[ 3.999923] bootsplash: Loaded (606512 bytes, 2 pics, 76 blobs).[ 4.012576] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2[ 4.012588] cfg80211: failed to load regulatory.db[ 4.084841] Bluetooth: hci0: BCM: chip id 121[ 4.085129] Bluetooth: hci0: BCM: features 0x0e[ 4.086648] Bluetooth: hci0: BCM4359C0[ 4.086662] Bluetooth: hci0: BCM4359C0 (003.001.006) build 0000[ 4.088080] Bluetooth: hci0: BCM4359C0 'brcm/BCM4359C0.hcd' Patch[ 4.185901] Console: switching to colour frame buffer device 240x67[ 4.216550] meson-drm ff900000.vpu: [drm] fb0: mesondrmfb frame buffer device[ 4.404271] Registered IR keymap rc-cec[ 4.404597] rc rc1: dw_hdmi as /devices/platform/soc/ff600000.bus/ff600000.hdmi-tx/rc/rc1[ 4.404910] input: dw_hdmi as /devices/platform/soc/ff600000.bus/ff600000.hdmi-tx/rc/rc1/input9[ 4.431932] axg-sound-card sound: ASoC: no DMI vendor name![ 4.987455] Bluetooth: hci0: BCM43596 UART 37.4MHz AMPAK AP6359S2 CL1.5[Baseline: 0134][ 4.987470] Bluetooth: hci0: BCM4359C0 (003.001.006) build 0268[ 5.078408] kauditd_printk_skb: 82 callbacks suppressed[ 5.078416] audit: type=1400 audit(1612903622.180:49): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=574 comm="apparmor_parser"[ 5.078429] audit: type=1300 audit(1612903622.180:49): arch=c00000b7 syscall=64 success=yes exit=16561 a0=5 a1=aaaaf6289d10 a2=40b1 a3=ffffad5aa010 items=0 ppid=369 pid=574 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)[ 5.078435] audit: type=1327 audit(1612903622.180:49): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64[ 5.160530] audit: type=1400 audit(1612903622.260:50): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot" pid=571 comm="apparmor_parser"[ 5.160548] audit: type=1300 audit(1612903622.260:50): arch=c00000b7 syscall=64 success=yes exit=42073 a0=5 a1=aaaaf6191aa0 a2=a459 a3=ffffad5aa010 items=0 ppid=369 pid=571 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)[ 5.161040] audit: type=1327 audit(1612903622.260:50): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64[ 5.230675] audit: type=1400 audit(1612903622.330:51): apparmor="STATUS" operation="profile_load" profile="unconfined" name="smbd" pid=572 comm="apparmor_parser"[ 5.230694] audit: type=1300 audit(1612903622.330:51): arch=c00000b7 syscall=64 success=yes exit=40873 a0=5 a1=aaaaf647e220 a2=9fa9 a3=ffffad5aa010 items=0 ppid=369 pid=572 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)[ 5.230701] audit: type=1327 audit(1612903622.330:51): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64[ 5.315476] audit: type=1400 audit(1612903622.410:52): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-pop3-login" pid=587 comm="apparmor_parser"[ 6.124279] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4359-sdio for chip BCM4359/9[ 6.124410] usbcore: registered new interface driver brcmfmac[ 6.517248] zram: Added device: zram0[ 6.529508] zram0: detected capacity change from 11710680 to 0[ 6.594387] Adding 5855336k swap on /dev/zram0. Priority:100 extents:1 across:5855336k SSFS[ 6.635862] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[ 6.635877] Bluetooth: BNEP filters: protocol multicast[ 6.635888] Bluetooth: BNEP socket layer initialized[ 6.677202] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4359-sdio for chip BCM4359/9[ 6.677288] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available[ 6.688730] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4359/9 wl0: Jan 19 2018 12:14:30 version 9.87.51.11.8 (a85e25e@shgit) (r) FWID 01-cb5aa0a5[ 6.826901] uvcvideo: Found UVC 1.00 device JOYACCESS JA-Webcam (0c45:6362)[ 6.840349] input: JOYACCESS JA-Webcam: JOYACCESS as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input10[ 6.840523] usbcore: registered new interface driver uvcvideo[ 6.840528] USB Video Class driver (1.1.1)[ 6.850978] usb 1-1.2.2: 3:1: cannot get freq at ep 0x84[ 6.906193] usbcore: registered new interface driver snd-usb-audio[ 7.002857] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=39)[ 7.024254] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found[ 7.024276] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW[ 7.024499] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode[ 7.745725] ieee80211 phy0: brcmf_dongle_roam: WLC_SET_ROAM_TRIGGER error (-52)[ 11.634751] kauditd_printk_skb: 105 callbacks suppressed[ 11.634766] audit: type=1130 audit(1612903628.740:114): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 11.701640] audit: type=1130 audit(1612903628.800:115): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 11.713655] audit: type=1334 audit(1612903628.810:116): prog-id=16 op=LOAD[ 11.713734] audit: type=1334 audit(1612903628.810:117): prog-id=17 op=LOAD[ 12.017332] audit: type=1130 audit(1612903629.120:118): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 13.555162] audit: type=1131 audit(1612903630.660:119): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 16.713984] audit: type=1130 audit(1612903633.810:120): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=bootsplash-hide-when-booted comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 16.713999] audit: type=1131 audit(1612903633.810:121): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=bootsplash-hide-when-booted comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 17.028510] audit: type=1131 audit(1612903634.130:122): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 17.979199] audit: type=1100 audit(1612903635.080:123): pid=1058 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="aurion" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'[ 17.982282] audit: type=1101 audit(1612903635.080:124): pid=1058 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="aurion" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'[ 17.983760] audit: type=1103 audit(1612903635.080:125): pid=1058 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="aurion" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'[ 17.985861] audit: type=1006 audit(1612903635.090:126): pid=1058 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1[ 17.985904] audit: type=1300 audit(1612903635.090:126): arch=c00000b7 syscall=64 success=yes exit=4 a0=9 a1=ffffeef33480 a2=4 a3=ffff7e7e64f0 items=0 ppid=736 pid=1058 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" subj==unconfined key=(null)[ 17.985915] audit: type=1327 audit(1612903635.090:126): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746863303962326464652D616666372D343262312D623662662D646364643533376265326533002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D[ 18.043052] audit: type=1130 audit(1612903635.140:127): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 19.340696] alloc_contig_range: [e1d00, e24e9) PFNs busy[ 19.341130] alloc_contig_range: [e1e00, e25e9) PFNs busy[ 19.341514] alloc_contig_range: [e1e00, e26e9) PFNs busy[ 19.341991] alloc_contig_range: [e2000, e27e9) PFNs busy[ 19.342330] alloc_contig_range: [e2000, e28e9) PFNs busy[ 19.342716] alloc_contig_range: [e2000, e29e9) PFNs busy[ 19.343084] alloc_contig_range: [e2000, e2ae9) PFNs busy[ 19.343388] alloc_contig_range: [e2400, e2be9) PFNs busy[ 19.503324] alloc_contig_range: [e1d00, e24e9) PFNs busy[ 21.839961] alloc_contig_range: [e1d00, e24e9) PFNs busy[ 22.159700] kauditd_printk_skb: 14 callbacks suppressed[ 22.159712] audit: type=1130 audit(1612903639.260:138): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 22.485845] usb 1-1.2.2: 3:1: cannot get freq at ep 0x84[ 22.549964] usb 1-1.2.2: 3:1: cannot get freq at ep 0x84[ 23.008912] Bluetooth: RFCOMM TTY layer initialized[ 23.008944] Bluetooth: RFCOMM socket layer initialized[ 23.008968] Bluetooth: RFCOMM ver 1.11[ 24.674421] rc rc0: two consecutive events of type space[ 24.836682] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready[ 25.078765] alloc_contig_range: 3 callbacks suppressed[ 25.078776] alloc_contig_range: [e1e00, e25e9) PFNs busy[ 25.078916] alloc_contig_range: [e1e00, e26e9) PFNs busy[ 25.079030] alloc_contig_range: [e2000, e27e9) PFNs busy[ 25.079153] alloc_contig_range: [e2000, e28e9) PFNs busy[ 25.079276] alloc_contig_range: [e2000, e29e9) PFNs busy[ 25.079397] alloc_contig_range: [e2000, e2ae9) PFNs busy[ 25.079509] alloc_contig_range: [e2400, e2be9) PFNs busy[ 25.247113] audit: type=1130 audit(1612903642.350:139): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 27.090919] audit: type=1701 audit(1612903665.063:140): auid=1000 uid=1000 gid=1000 ses=2 subj==unconfined pid=1176 comm=5468726561642028706F6F6C656429 exe="/usr/bin/baloo_file" sig=11 res=1[ 27.142746] audit: type=1334 audit(1612903665.113:141): prog-id=19 op=LOAD[ 27.142813] audit: type=1334 audit(1612903665.113:142): prog-id=20 op=LOAD[ 27.144858] audit: type=1130 audit(1612903665.123:143): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@0-1423-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 27.617404] audit: type=1131 audit(1612903665.593:144): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@0-1423-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 27.975017] audit: type=1334 audit(1612903665.953:145): prog-id=20 op=UNLOAD[ 27.975079] audit: type=1334 audit(1612903665.953:146): prog-id=19 op=UNLOAD[ 28.520607] audit: type=1131 audit(1612903666.493:147): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 28.541481] audit: type=1131 audit(1612903666.513:148): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 30.891515] panfrost ffe40000.gpu: Unhandled Page fault in AS2 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60 [ 30.944472] panfrost ffe40000.gpu: Unhandled Page fault in AS2 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60 [ 30.994401] panfrost ffe40000.gpu: Unhandled Page fault in AS2 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60 [ 31.044421] panfrost ffe40000.gpu: Unhandled Page fault in AS2 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60 [ 31.086872] panfrost ffe40000.gpu: Unhandled Page fault in AS2 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60 [ 31.394480] panfrost ffe40000.gpu: gpu sched timeout, js=1, config=0x7300, status=0x8, head=0x31c7000, tail=0x31c7100, sched_job=0000000077fe8d42[ 31.394512] panfrost ffe40000.gpu: gpu sched timeout, js=0, config=0x7302, status=0x8, head=0x309c000, tail=0x309c000, sched_job=00000000bcb6655d[ 32.122759] panfrost ffe40000.gpu: Unhandled Page fault in AS0 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60 [ 32.624462] panfrost ffe40000.gpu: gpu sched timeout, js=0, config=0x7300, status=0x8, head=0x58da000, tail=0x58da000, sched_job=00000000fc01036c[ 32.624498] panfrost ffe40000.gpu: gpu sched timeout, js=1, config=0x7301, status=0x8, head=0x3187000, tail=0x3187100, sched_job=000000003956e9a0[ 33.272315] panfrost ffe40000.gpu: Unhandled Page fault in AS1 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60 [ 33.774484] panfrost ffe40000.gpu: gpu sched timeout, js=0, config=0x7301, status=0x8, head=0x309c000, tail=0x309c000, sched_job=00000000f2d99aba[ 33.776374] panfrost ffe40000.gpu: js fault, js=1, status=DATA_INVALID_FAULT, head=0x30cbd80, tail=0x30cbd80[ 33.777112] panfrost ffe40000.gpu: gpu sched timeout, js=1, config=0x7301, status=0x58, head=0x30cbd80, tail=0x30cbd80, sched_job=0000000095579350[ 35.037731] audit: type=1131 audit(1612903673.013:149): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 35.217399] hrtimer: interrupt took 49399167 ns[ 35.346510] panfrost ffe40000.gpu: Unhandled Page fault in AS0 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x26002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x260[ 35.405107] panfrost ffe40000.gpu: Unhandled Page fault in AS0 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x6002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x60[ 35.467390] panfrost ffe40000.gpu: Unhandled Page fault in AS0 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x26002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x260[ 35.596730] panfrost ffe40000.gpu: Unhandled Page fault in AS0 at VA 0x000000003E013F40 Reason: TODO raw fault status: 0x26002C2 decoded fault status: SLAVE FAULT exception type 0xC2: TRANSLATION_FAULT_LEVEL2 access type 0x2: READ source id 0x260[ 35.854232] panfrost ffe40000.gpu: gpu sched timeout, js=0, config=0x7300, status=0x8, head=0x58da000, tail=0x58da000, sched_job=00000000033354db[ 35.857260] panfrost ffe40000.gpu: js fault, js=1, status=DATA_INVALID_FAULT, head=0x309b980, tail=0x309b980[ 35.857443] panfrost ffe40000.gpu: gpu sched timeout, js=1, config=0x7301, status=0x58, head=0x309b980, tail=0x309b980, sched_job=0000000051cb83cc[ 36.815798] audit: type=1131 audit(1612903674.793:150): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 37.164360] audit: type=1334 audit(1612903675.143:151): prog-id=12 op=UNLOAD[ 37.164430] audit: type=1334 audit(1612903675.143:152): prog-id=11 op=UNLOAD
Thank you. I just updated my mesa to 19711b0f. dmesg log is below, and I see a lot less error messages. The system is still laggy and crashes sometimes, although that could be due to the new kernel I guess? I do still get occasional graphics glitches, nothing like before.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034][ 0.000000] Linux version 5.11.0-rc4-2-MANJARO-ARM (builduser@manjaro-arm) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP Tue Jan 19 15:08:18 UTC 2021[ 0.000000] Machine model: Khadas VIM3[ 0.000000] efi: UEFI not found.[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000e0800000, size 256 MiB[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool[ 0.000000] Zone ranges:[ 0.000000] DMA [mem 0x0000000000000000-0x00000000f4ffffff][ 0.000000] DMA32 empty[ 0.000000] Normal empty[ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000004ffffff][ 0.000000] node 0: [mem 0x0000000005300000-0x00000000f4ffffff][ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000f4ffffff][ 0.000000] On node 0 totalpages: 1002752[ 0.000000] DMA zone: 15680 pages used for memmap[ 0.000000] DMA zone: 0 pages reserved[ 0.000000] DMA zone: 1002752 pages, LIFO batch:63[ 0.000000] psci: probing for conduit method from DT.[ 0.000000] psci: PSCIv1.0 detected in firmware.[ 0.000000] psci: Using standard PSCI v0.2 function IDs[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.[ 0.000000] psci: SMC Calling Convention v1.1[ 0.000000] percpu: Embedded 23 pages/cpu s55448 r8192 d30568 u94208[ 0.000000] pcpu-alloc: s55448 r8192 d30568 u94208 alloc=23*4096[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [ 0.000000] Detected VIPT I-cache on CPU0[ 0.000000] CPU features: detected: ARM erratum 845719[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 987072[ 0.000000] Kernel command line: root=LABEL=ROOT_MNJRO rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off[ 0.000000] Memory: 3630692K/4011008K available (16576K kernel code, 2490K rwdata, 6868K rodata, 3904K init, 833K bss, 118172K reserved, 262144K cma-reserved)[ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x84/0x180 with crng_init=0[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1[ 0.000000] rcu: Hierarchical RCU implementation.[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.[ 0.000000] Trampoline variant of Tasks RCU enabled.[ 0.000000] Rude variant of Tasks RCU enabled.[ 0.000000] Tracing variant of Tasks RCU enabled.[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0[ 0.000000] GIC: Using split EOI/Deactivate mode[ 0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns[ 0.000348] Console: colour dummy device 80x25[ 0.000380] printk: console [tty0] enabled[ 0.000413] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)[ 0.000425] pid_max: default: 32768 minimum: 301[ 0.000554] LSM: Security Framework initializing[ 0.000585] Yama: becoming mindful.[ 0.000662] AppArmor: AppArmor initialized[ 0.000717] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)[ 0.000738] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)[ 0.002726] rcu: Hierarchical SRCU implementation.[ 0.007184] EFI services will not be available.[ 0.007704] smp: Bringing up secondary CPUs ...[ 0.008366] Detected VIPT I-cache on CPU1[ 0.008431] CPU1: Booted secondary processor 0x0000000001 [0x410fd034][ 0.009624] CPU features: detected: ARM erratum 858921[ 0.009639] CPU features: detected: Spectre-v2[ 0.009643] CPU features: detected: Spectre-v4[ 0.009648] Detected VIPT I-cache on CPU2[ 0.009674] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.009690] arch_timer: CPU2: Trapping CNTVCT access[ 0.009700] CPU2: Booted secondary processor 0x0000000100 [0x410fd092][ 0.010422] Detected VIPT I-cache on CPU3[ 0.010441] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.010449] arch_timer: CPU3: Trapping CNTVCT access[ 0.010455] CPU3: Booted secondary processor 0x0000000101 [0x410fd092][ 0.011067] Detected VIPT I-cache on CPU4[ 0.011085] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.011092] arch_timer: CPU4: Trapping CNTVCT access[ 0.011100] CPU4: Booted secondary processor 0x0000000102 [0x410fd092][ 0.011715] Detected VIPT I-cache on CPU5[ 0.011733] arch_timer: Enabling local workaround for ARM erratum 858921[ 0.011741] arch_timer: CPU5: Trapping CNTVCT access[ 0.011747] CPU5: Booted secondary processor 0x0000000103 [0x410fd092][ 0.011828] smp: Brought up 1 node, 6 CPUs[ 0.011848] SMP: Total of 6 processors activated.[ 0.011856] CPU features: detected: 32-bit EL0 Support[ 0.011863] CPU features: detected: CRC32 instructions[ 0.011869] CPU features: detected: 32-bit EL1 Support[ 0.027747] CPU: All CPU(s) started at EL2[ 0.027808] alternatives: patching kernel code[ 0.029026] devtmpfs: initialized[ 0.036130] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns[ 0.036153] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)[ 0.040587] pinctrl core: initialized pinctrl subsystem[ 0.040965] DMI not present or invalid.[ 0.041311] NET: Registered protocol family 16[ 0.042699] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations[ 0.042995] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations[ 0.043312] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations[ 0.043356] audit: initializing netlink subsys (disabled)[ 0.043456] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1[ 0.044371] thermal_sys: Registered thermal governor 'fair_share'[ 0.044377] thermal_sys: Registered thermal governor 'bang_bang'[ 0.044381] thermal_sys: Registered thermal governor 'step_wise'[ 0.044384] thermal_sys: Registered thermal governor 'user_space'[ 0.044662] cpuidle: using governor ladder[ 0.044677] cpuidle: using governor menu[ 0.044824] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.[ 0.044923] ASID allocator initialised with 65536 entries[ 0.045766] Serial: AMBA PL011 UART driver[ 0.067287] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages[ 0.067302] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages[ 0.067307] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages[ 0.067311] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages[ 0.075241] cryptd: max_cpu_qlen set to 1000[ 0.090535] ACPI: Interpreter disabled.[ 0.091589] VSYS_3V3: supplied by DC_IN[ 0.091899] iommu: Default domain type: Translated [ 0.092065] vgaarb: loaded[ 0.092577] SCSI subsystem initialized[ 0.092703] libata version 3.00 loaded.[ 0.092828] usbcore: registered new interface driver usbfs[ 0.092856] usbcore: registered new interface driver hub[ 0.092876] usbcore: registered new device driver usb[ 0.093080] mc: Linux media interface: v0.10[ 0.093095] videodev: Linux video capture interface: v2.00[ 0.093114] pps_core: LinuxPPS API ver. 1 registered[ 0.093117] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[ 0.093126] PTP clock support registered[ 0.093244] EDAC MC: Ver: 3.0.0[ 0.093770] Advanced Linux Sound Architecture Driver Initialized.[ 0.094098] NetLabel: Initializing[ 0.094102] NetLabel: domain hash size = 128[ 0.094105] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO[ 0.094145] NetLabel: unlabeled traffic allowed by default[ 0.094356] clocksource: Switched to clocksource arch_sys_counter[ 0.094491] VFS: Disk quotas dquot_6.6.0[ 0.094527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)[ 0.094888] AppArmor: AppArmor Filesystem Enabled[ 0.094991] pnp: PnP ACPI: disabled[ 0.098372] NET: Registered protocol family 2[ 0.098740] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)[ 0.098768] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)[ 0.098910] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)[ 0.099098] TCP: Hash tables configured (established 32768 bind 32768)[ 0.099183] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)[ 0.099219] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)[ 0.099362] NET: Registered protocol family 1[ 0.099749] RPC: Registered named UNIX socket transport module.[ 0.099756] RPC: Registered udp transport module.[ 0.099759] RPC: Registered tcp transport module.[ 0.099763] RPC: Registered tcp NFSv4.1 backchannel transport module.[ 0.099770] PCI: CLS 0 bytes, default 64[ 0.099890] Trying to unpack rootfs image as initramfs...[ 0.337148] Freeing initrd memory: 6820K[ 0.337817] kvm [1]: IPA Size Limit: 40 bits[ 0.338739] kvm [1]: vgic interrupt IRQ9[ 0.338875] kvm [1]: Hyp mode initialized successfully[ 0.442623] Initialise system trusted keyrings[ 0.442779] workingset: timestamp_bits=46 max_order=20 bucket_order=0[ 0.447481] zbud: loaded[ 0.449486] NFS: Registering the id_resolver key type[ 0.449514] Key type id_resolver registered[ 0.449518] Key type id_legacy registered[ 0.449596] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[ 0.449625] ntfs: driver 2.1.32 [Flags: R/W].[ 0.449870] fuse: init (API version 7.33)[ 0.450153] SGI XFS with ACLs, security attributes, quota, no debug enabled[ 0.487334] NET: Registered protocol family 38[ 0.487349] Key type asymmetric registered[ 0.487354] Asymmetric key parser 'x509' registered[ 0.487383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)[ 0.487489] io scheduler mq-deadline registered[ 0.487495] io scheduler kyber registered[ 0.487586] io scheduler bfq registered[ 0.493094] IPMI message handler: version 39.2[ 0.500442] soc soc0: Amlogic Meson G12B (A311D) Revision 29:b (10:2) Detected[ 0.502971] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled[ 0.504410] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 22, base_baud = 1500000) is a meson_uart[ 0.504487] printk: console [ttyAML0] enabled[ 0.504961] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 29, base_baud = 1500000) is a meson_uart[ 0.505044] serial serial0: tty port ttyAML6 registered[ 0.507978] mpt3sas version 36.100.00.00 loaded[ 0.509827] libphy: Fixed MDIO Bus: probed[ 0.511138] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver[ 0.511151] ehci-pci: EHCI PCI platform driver[ 0.511177] ehci-platform: EHCI generic platform driver[ 0.511277] tegra-ehci: Tegra EHCI driver[ 0.511356] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver[ 0.511371] ohci-pci: OHCI PCI platform driver[ 0.511396] ohci-platform: OHCI generic platform driver[ 0.511484] uhci_hcd: USB Universal Host Controller Interface driver[ 0.511933] usbcore: registered new interface driver uas[ 0.511964] usbcore: registered new interface driver usb-storage[ 0.511984] usbcore: registered new interface driver ums-alauda[ 0.512003] usbcore: registered new interface driver ums-cypress[ 0.512020] usbcore: registered new interface driver ums-datafab[ 0.512038] usbcore: registered new interface driver ums_eneub6250[ 0.512056] usbcore: registered new interface driver ums-freecom[ 0.512074] usbcore: registered new interface driver ums-isd200[ 0.512091] usbcore: registered new interface driver ums-jumpshot[ 0.512113] usbcore: registered new interface driver ums-karma[ 0.512131] usbcore: registered new interface driver ums-onetouch[ 0.512153] usbcore: registered new interface driver ums-realtek[ 0.512171] usbcore: registered new interface driver ums-sddr09[ 0.512189] usbcore: registered new interface driver ums-sddr55[ 0.512209] usbcore: registered new interface driver ums-usbat[ 0.512255] usbcore: registered new interface driver usbserial_generic[ 0.512268] usbserial: USB Serial support registered for generic[ 0.513204] mousedev: PS/2 mouse device common for all mice[ 0.514158] VCC_3V3: supplied by VSYS_3V3[ 0.514256] pca953x 0-0020: using no AI[ 0.517362] device-mapper: uevent: version 1.0.3[ 0.517511] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com[ 0.518563] sdhci: Secure Digital Host Controller Interface driver[ 0.518568] sdhci: Copyright(c) Pierre Ossman[ 0.518954] Synopsys Designware Multimedia Card Interface Driver[ 0.519982] sdhci-pltfm: SDHCI platform and OF driver helper[ 0.520257] VDDIO_AO1V8: supplied by VSYS_3V3[ 0.520276] meson-gx-mmc ffe05000.sd: Got CD GPIO[ 0.520605] EMMC_AO1V8: supplied by VCC_3V3[ 0.520957] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq[ 0.522991] ledtrig-cpu: registered to indicate activity on CPUs[ 0.523303] meson-sm: secure-monitor enabled[ 0.523555] hid: raw HID events driver (C) Jiri Kosina[ 0.523665] usbcore: registered new interface driver usbhid[ 0.523670] usbhid: USB HID core driver[ 0.523897] ashmem: initialized[ 0.528164] Initializing XFRM netlink socket[ 0.528477] NET: Registered protocol family 10[ 0.543647] Segment Routing with IPv6[ 0.543719] mip6: Mobile IPv6[ 0.543725] NET: Registered protocol family 17[ 0.543845] Key type dns_resolver registered[ 0.544135] registered taskstats version 1[ 0.544145] Loading compiled-in X.509 certificates[ 0.544495] zswap: loaded using pool lzo/zbud[ 0.544608] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers[ 0.544709] Key type ._fscrypt registered[ 0.544714] Key type .fscrypt registered[ 0.544717] Key type fscrypt-provisioning registered[ 0.552078] Key type encrypted registered[ 0.563037] VCC_1V8: supplied by VCC_3V3[ 0.563082] VCC_5V: supplied by DC_IN[ 0.563340] USB_PWR: supplied by VCC_5V[ 0.656250] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2[ 0.656265] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1[ 0.659132] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator[ 0.659198] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator[ 0.659362] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM[ 0.660137] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller[ 0.660269] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1[ 0.660391] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010[ 0.660420] xhci-hcd xhci-hcd.0.auto: irq 38, io mem 0xff500000[ 0.660607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11[ 0.660616] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 0.660622] usb usb1: Product: xHCI Host Controller[ 0.660627] usb usb1: Manufacturer: Linux 5.11.0-rc4-2-MANJARO-ARM xhci-hcd[ 0.660631] usb usb1: SerialNumber: xhci-hcd.0.auto[ 0.660910] hub 1-0:1.0: USB hub found[ 0.660931] hub 1-0:1.0: 2 ports detected[ 0.661135] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller[ 0.661223] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2[ 0.661233] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed[ 0.661270] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.[ 0.661320] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11[ 0.661328] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 0.661334] usb usb2: Product: xHCI Host Controller[ 0.661338] usb usb2: Manufacturer: Linux 5.11.0-rc4-2-MANJARO-ARM xhci-hcd[ 0.661343] usb usb2: SerialNumber: xhci-hcd.0.auto[ 0.661576] hub 2-0:1.0: USB hub found[ 0.661596] hub 2-0:1.0: 1 port detected[ 0.666231] ALSA device list:[ 0.666245] No soundcards found.[ 0.668490] Freeing unused kernel memory: 3904K[ 0.743159] mmc2: new HS200 MMC card at address 0001[ 0.743682] mmcblk2: mmc2:0001 BJTD4R 29.1 GiB [ 0.743910] mmcblk2boot0: mmc2:0001 BJTD4R partition 1 4.00 MiB[ 0.744140] mmcblk2boot1: mmc2:0001 BJTD4R partition 2 4.00 MiB[ 0.744270] mmcblk2rpmb: mmc2:0001 BJTD4R partition 3 4.00 MiB, chardev (236:0)[ 0.745540] mmcblk2: p1 p2[ 0.764457] Run /init as init process[ 0.764469] with arguments:[ 0.764474] /init[ 0.764478] with environment:[ 0.764481] HOME=/[ 0.764484] TERM=linux[ 0.975003] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0[ 0.976268] input: adc-keys as /devices/platform/adc-keys/input/input1[ 1.020276] random: fast init done[ 1.034389] usb 1-1: new high-speed USB device number 2 using xhci-hcd[ 1.224598] usb 1-1: New USB device found, idVendor=1a40, idProduct=0801, bcdDevice= 1.00[ 1.224617] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0[ 1.224625] usb 1-1: Product: USB 2.0 Hub[ 1.269401] hub 1-1:1.0: USB hub found[ 1.269446] hub 1-1:1.0: 4 ports detected[ 1.342803] EXT4-fs (mmcblk2p2): mounted filesystem with writeback data mode. Opts: data=writeback. Quota mode: none.[ 1.503653] systemd[1]: System time before build time, advancing clock.[ 1.504453] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd[ 1.529999] systemd[1]: systemd 247.2-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)[ 1.530391] systemd[1]: Detected architecture arm64.[ 1.535400] usb 2-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00[ 1.535418] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3[ 1.535426] usb 2-1: Product: Flash Drive FIT[ 1.535431] usb 2-1: Manufacturer: Samsung[ 1.535437] usb 2-1: SerialNumber: 0373820080000937[ 1.536322] usb-storage 2-1:1.0: USB Mass Storage device detected[ 1.536597] usb-storage 2-1:1.0: Quirks match for vid 090c pid 1000: 400[ 1.536674] scsi host0: usb-storage 2-1:1.0[ 1.607267] systemd[1]: Set hostname to <neurofire>.[ 1.634393] usb 1-1.2: new high-speed USB device number 3 using xhci-hcd[ 1.764738] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11[ 1.764758] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0[ 1.764764] usb 1-1.2: Product: USB 2.0 Hub[ 1.813458] hub 1-1.2:1.0: USB hub found[ 1.813520] hub 1-1.2:1.0: 4 ports detected[ 1.862736] systemd[1]: Configuration file /usr/lib/systemd/system/sound.service is marked executable. Please remove executable permission bits. Proceeding anyway.[ 1.894743] systemd[1]: Configuration file /usr/lib/systemd/system/bluetooth-khadas.service is marked executable. Please remove executable permission bits. Proceeding anyway.[ 1.898894] systemd[1]: Queued start job for default target Graphical Interface.[ 1.899806] random: systemd: uninitialized urandom read (16 bytes read)[ 1.924599] systemd[1]: Created slice system-getty.slice.[ 1.924945] random: systemd: uninitialized urandom read (16 bytes read)[ 1.925815] systemd[1]: Created slice system-modprobe.slice.[ 1.925976] random: systemd: uninitialized urandom read (16 bytes read)[ 1.926791] systemd[1]: Created slice system-serial\x2dgetty.slice.[ 1.927812] systemd[1]: Created slice User and Session Slice.[ 1.928116] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[ 1.928378] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[ 1.928922] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.[ 1.929158] systemd[1]: Reached target Local Encrypted Volumes.[ 1.929399] systemd[1]: Reached target Paths.[ 1.929555] systemd[1]: Reached target Remote Encrypted Volumes.[ 1.929691] systemd[1]: Reached target Remote File Systems.[ 1.929827] systemd[1]: Reached target Slices.[ 1.929995] systemd[1]: Reached target Swap.[ 1.930308] systemd[1]: Listening on Device-mapper event daemon FIFOs.[ 1.930703] systemd[1]: Listening on LVM2 metadata daemon socket.[ 1.931386] systemd[1]: Listening on LVM2 poll daemon socket.[ 1.934920] systemd[1]: Listening on Process Core Dump Socket.[ 1.935470] systemd[1]: Listening on Journal Audit Socket.[ 1.935841] systemd[1]: Listening on Journal Socket (/dev/log).[ 1.936256] systemd[1]: Listening on Journal Socket.[ 1.936740] systemd[1]: Listening on Network Service Netlink Socket.[ 1.937527] systemd[1]: Listening on udev Control Socket.[ 1.937871] systemd[1]: Listening on udev Kernel Socket.[ 1.938223] systemd[1]: Listening on User Database Manager Socket.[ 1.940766] systemd[1]: Mounting Huge Pages File System...[ 1.943744] systemd[1]: Mounting POSIX Message Queue File System...[ 1.946887] systemd[1]: Mounting Kernel Debug File System...[ 1.947449] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.[ 1.950860] systemd[1]: Mounting Temporary Directory (/tmp)...[ 1.953906] systemd[1]: Starting Load AppArmor profiles...[ 1.957469] systemd[1]: Starting Create list of static device nodes for the current kernel...[ 1.960558] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...[ 1.963803] systemd[1]: Starting Load Kernel Module configfs...[ 1.966963] systemd[1]: Starting Load Kernel Module drm...[ 1.970341] systemd[1]: Starting Load Kernel Module fuse...[ 1.972130] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.[ 1.976310] systemd[1]: Starting Load Kernel Modules...[ 1.979512] systemd[1]: Starting Remount Root and Kernel File Systems...[ 1.979927] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.[ 1.982988] systemd[1]: Starting Coldplug All udev Devices...[ 1.988692] systemd[1]: Mounted Huge Pages File System.[ 1.989365] systemd[1]: Mounted POSIX Message Queue File System.[ 1.990124] systemd[1]: Mounted Kernel Debug File System.[ 1.990667] systemd[1]: Mounted Temporary Directory (/tmp).[ 1.992616] systemd[1]: Finished Create list of static device nodes for the current kernel.[ 1.994141] systemd[1]: modprobe@configfs.service: Succeeded.[ 1.995532] systemd[1]: Finished Load Kernel Module configfs.[ 1.996647] systemd[1]: modprobe@fuse.service: Succeeded.[ 1.997823] systemd[1]: Finished Load Kernel Module fuse.[ 1.999751] systemd[1]: Finished Remount Root and Kernel File Systems.[ 2.000894] systemd[1]: modprobe@drm.service: Succeeded.[ 2.002008] systemd[1]: Finished Load Kernel Module drm.[ 2.005667] systemd[1]: Mounting FUSE Control File System...[ 2.008925] systemd[1]: Mounting Kernel Configuration File System...[ 2.009417] systemd[1]: Condition check resulted in First Boot Wizard being skipped.[ 2.012009] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.[ 2.012195] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.[ 2.015060] systemd[1]: Starting Load/Save Random Seed...[ 2.015514] systemd[1]: Condition check resulted in Create System Users being skipped.[ 2.018455] systemd[1]: Starting Create Static Device Nodes in /dev...[ 2.023111] systemd[1]: Finished Load Kernel Modules.[ 2.023922] systemd[1]: Mounted FUSE Control File System.[ 2.024595] systemd[1]: Mounted Kernel Configuration File System.[ 2.029104] systemd[1]: Starting Apply Kernel Variables...[ 2.049652] systemd[1]: Finished Apply Kernel Variables.[ 2.061043] systemd[1]: Finished Create Static Device Nodes in /dev.[ 2.065442] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.[ 2.072692] systemd[1]: Starting Journal Service...[ 2.077209] systemd[1]: Starting Rule-based Manager for Device Events and Files...[ 2.203664] systemd[1]: Started Journal Service.[ 2.204159] audit: type=1130 audit(1608522710.690:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.224398] usb 1-1.2.1: new low-speed USB device number 4 using xhci-hcd[ 2.297403] audit: type=1130 audit(1608522710.790:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.309121] audit: type=1400 audit(1608522710.800:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-managesieve-login" pid=357 comm="apparmor_parser"[ 2.410939] audit: type=1130 audit(1608522710.900:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.414259] audit: type=1130 audit(1608522710.900:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.459864] usb 1-1.2.1: New USB device found, idVendor=1a2c, idProduct=4c5e, bcdDevice= 1.10[ 2.459886] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0[ 2.459892] usb 1-1.2.1: Product: USB Keyboard[ 2.459897] usb 1-1.2.1: Manufacturer: SEMICO[ 2.513071] audit: type=1130 audit(1608522711.000:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.552794] input: SEMICO USB Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/0003:1A2C:4C5E.0001/input/input2[ 2.606008] audit: type=1130 audit(1608522711.100:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 2.615647] hid-generic 0003:1A2C:4C5E.0001: input,hidraw0: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-xhci-hcd.0.auto-1.2.1/input0[ 2.624574] input: SEMICO USB Keyboard Consumer Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:1A2C:4C5E.0002/input/input3[ 2.694710] input: SEMICO USB Keyboard System Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:1A2C:4C5E.0002/input/input4[ 2.694929] input: SEMICO USB Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:1A2C:4C5E.0002/input/input6[ 2.695224] hid-generic 0003:1A2C:4C5E.0002: input,hiddev96,hidraw1: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-xhci-hcd.0.auto-1.2.1/input1[ 2.894396] usb 1-1.2.2: new high-speed USB device number 5 using xhci-hcd[ 2.904391] audit: type=1400 audit(1608522711.390:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-config" pid=359 comm="apparmor_parser"[ 2.939237] audit: type=1400 audit(1608522711.430:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="winbindd" pid=358 comm="apparmor_parser"[ 3.153670] usb 1-1.2.2: New USB device found, idVendor=0c45, idProduct=6362, bcdDevice= 1.00[ 3.153690] usb 1-1.2.2: New USB device strings: Mfr=2, Product=1, SerialNumber=3[ 3.153697] usb 1-1.2.2: Product: JOYACCESS JA-Webcam[ 3.153702] usb 1-1.2.2: Manufacturer: Sonix Technology Co., Ltd.[ 3.153706] usb 1-1.2.2: SerialNumber: SN0001[ 3.252063] VDDCPU_B: supplied by regulator-dummy[ 3.271410] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq[ 3.276374] VDDCPU_A: supplied by regulator-dummy[ 3.291725] cpufreq: cpufreq_online: CPU2: Running at unlisted initial frequency: 999999 KHz, changing to: 1000000 KHz[ 3.298172] panfrost ffe40000.gpu: clock rate = 24000000[ 3.298257] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19[ 3.317256] panfrost ffe40000.gpu: mali-g52 id 0x7212 major 0x0 minor 0x0 status 0x0[ 3.317273] panfrost ffe40000.gpu: features: 00000000,13de77ff, issues: 00000000,00000400[ 3.317277] panfrost ffe40000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7[ 3.317282] panfrost ffe40000.gpu: shader_present=0x3 l2_present=0x1[ 3.318487] scsi 0:0:0:0: Direct-Access Samsung Flash Drive FIT 1100 PQ: 0 ANSI: 6[ 3.318975] sd 0:0:0:0: Attached scsi generic sg0 type 0[ 3.319202] sd 0:0:0:0: [sda] 501253132 512-byte logical blocks: (257 GB/239 GiB)[ 3.319335] sd 0:0:0:0: [sda] Write Protect is off[ 3.319339] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00[ 3.319464] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA[ 3.339656] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)[ 3.344166] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)[ 3.346446] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)[ 3.350269] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)[ 3.355350] [drm] Initialized panfrost 1.1.0 20180908 for ffe40000.gpu on minor 0[ 3.355370] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)[ 3.357621] sda: sda1[ 3.358874] sd 0:0:0:0: [sda] Attached SCSI removable disk[ 3.361829] mmc0: queuing unknown CIS tuple 0x8e (9 bytes)[ 3.394151] meson-drm ff900000.vpu: Queued 2 outputs on vpu[ 3.394445] usb 1-1.2.4: new low-speed USB device number 6 using xhci-hcd[ 3.410756] meson8b-dwmac ff3f0000.ethernet: IRQ eth_wake_irq not found[ 3.410775] meson8b-dwmac ff3f0000.ethernet: IRQ eth_lpi not found[ 3.410970] meson8b-dwmac ff3f0000.ethernet: PTP uses main clock[ 3.424375] Registered IR keymap rc-khadas[ 3.426110] meson-vrtc ff8000a8.rtc: registered as rtc1[ 3.432179] mmc0: new high speed SDIO card at address 0001[ 3.432197] IR NEC protocol handler initialized[ 3.449215] meson8b-dwmac ff3f0000.ethernet: User ID: 0x11, Synopsys ID: 0x37[ 3.449235] meson8b-dwmac ff3f0000.ethernet: DWMAC1000[ 3.449238] meson8b-dwmac ff3f0000.ethernet: DMA HW capability register supported[ 3.449241] meson8b-dwmac ff3f0000.ethernet: RX Checksum Offload Engine supported[ 3.449243] meson8b-dwmac ff3f0000.ethernet: COE Type 2[ 3.449245] meson8b-dwmac ff3f0000.ethernet: TX Checksum insertion supported[ 3.449247] meson8b-dwmac ff3f0000.ethernet: Wake-Up On Lan supported[ 3.449313] meson8b-dwmac ff3f0000.ethernet: Normal descriptors[ 3.449316] meson8b-dwmac ff3f0000.ethernet: Ring mode enabled[ 3.449318] meson8b-dwmac ff3f0000.ethernet: Enable RX Mitigation via HW Watchdog Timer[ 3.449505] libphy: stmmac: probed[ 3.450692] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.[ 3.451201] libphy: mdio_mux: probed[ 3.458249] meson-drm ff900000.vpu: CVBS Output connector not available[ 3.466375] libphy: mdio_mux: probed[ 3.474728] rc rc0: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0[ 3.475002] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter[ 3.475063] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0/input7[ 3.477434] meson-ir ff808000.ir: receiver initialized[ 3.481448] random: crng init done[ 3.481462] random: 7 urandom warning(s) missed due to ratelimiting[ 3.502202] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)[ 3.514827] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver[ 3.515207] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops [meson_dw_hdmi])[ 3.523061] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 1[ 3.627817] usb 1-1.2.4: New USB device found, idVendor=093a, idProduct=2521, bcdDevice= 1.00[ 3.627834] usb 1-1.2.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0[ 3.627837] usb 1-1.2.4: Product: USB OPTICAL MOUSE[ 3.632307] Bluetooth: Core ver 2.22[ 3.632408] NET: Registered protocol family 31[ 3.632412] Bluetooth: HCI device and connection manager initialized[ 3.632428] Bluetooth: HCI socket layer initialized[ 3.632435] Bluetooth: L2CAP socket layer initialized[ 3.632452] Bluetooth: SCO socket layer initialized[ 3.673141] input: USB OPTICAL MOUSE as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/0003:093A:2521.0003/input/input8[ 3.673349] hid-generic 0003:093A:2521.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE] on usb-xhci-hcd.0.auto-1.2.4/input0[ 3.701047] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2[ 3.701067] cfg80211: failed to load regulatory.db[ 3.710640] Bluetooth: HCI UART driver ver 2.3[ 3.710669] Bluetooth: HCI UART protocol H4 registered[ 3.710672] Bluetooth: HCI UART protocol BCSP registered[ 3.710749] Bluetooth: HCI UART protocol LL registered[ 3.710753] Bluetooth: HCI UART protocol ATH3K registered[ 3.710778] Bluetooth: HCI UART protocol Three-wire (H5) registered[ 3.711047] Bluetooth: HCI UART protocol Intel registered[ 3.711242] Bluetooth: HCI UART protocol Broadcom registered[ 3.711248] Driver 'hci_uart_qca' needs updating - please use bus_type methods[ 3.711283] Bluetooth: HCI UART protocol QCA registered[ 3.711310] Bluetooth: HCI UART protocol Marvell registered[ 3.711338] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator[ 3.711427] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator[ 3.763557] bootsplash: Loading splash file (606512 bytes)[ 3.763675] bootsplash: Loaded (606512 bytes, 2 pics, 76 blobs).[ 3.769019] FAT-fs (mmcblk2p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.[ 3.785131] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4359-sdio for chip BCM4359/9[ 3.792402] usbcore: registered new interface driver brcmfmac[ 3.945662] Console: switching to colour frame buffer device 240x67[ 4.054662] meson-drm ff900000.vpu: [drm] fb0: mesondrmfb frame buffer device[ 4.085041] Bluetooth: hci1: BCM: chip id 121[ 4.085362] Bluetooth: hci1: BCM: features 0x0e[ 4.086959] Bluetooth: hci1: BCM4359C0[ 4.086986] Bluetooth: hci1: BCM4359C0 (003.001.006) build 0000[ 4.088355] Bluetooth: hci1: BCM4359C0 'brcm/BCM4359C0.hcd' Patch[ 4.254410] Registered IR keymap rc-cec[ 4.254510] rc rc1: dw_hdmi as /devices/platform/soc/ff600000.bus/ff600000.hdmi-tx/rc/rc1[ 4.254596] input: dw_hdmi as /devices/platform/soc/ff600000.bus/ff600000.hdmi-tx/rc/rc1/input9[ 4.279131] axg-sound-card sound: ASoC: no DMI vendor name![ 4.957438] Bluetooth: hci1: BCM43596 UART 37.4MHz AMPAK AP6359S2 CL1.5[Baseline: 0134][ 4.957454] Bluetooth: hci1: BCM4359C0 (003.001.006) build 0268[ 5.057875] kauditd_printk_skb: 79 callbacks suppressed[ 5.057884] audit: type=1400 audit(1612951460.699:46): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot" pid=527 comm="apparmor_parser"[ 5.058272] audit: type=1300 audit(1612951460.699:46): arch=c00000b7 syscall=64 success=yes exit=42073 a0=5 a1=aaab1b0db5d0 a2=a459 a3=ffff91b8d010 items=0 ppid=354 pid=527 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)[ 5.058466] audit: type=1327 audit(1612951460.699:46): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64[ 5.080387] audit: type=1400 audit(1612951460.729:47): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=556 comm="apparmor_parser"[ 5.080703] audit: type=1300 audit(1612951460.729:47): arch=c00000b7 syscall=64 success=yes exit=16561 a0=5 a1=aaab1af0fdf0 a2=40b1 a3=ffff91b8d010 items=0 ppid=354 pid=556 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)[ 5.080872] audit: type=1327 audit(1612951460.729:47): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64[ 5.168117] audit: type=1400 audit(1612951460.819:48): apparmor="STATUS" operation="profile_load" profile="unconfined" name="smbd" pid=530 comm="apparmor_parser"[ 5.168571] audit: type=1300 audit(1612951460.819:48): arch=c00000b7 syscall=64 success=yes exit=40873 a0=5 a1=aaab1b0ff3a0 a2=9fa9 a3=ffff91b8d010 items=0 ppid=354 pid=530 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)[ 5.168602] audit: type=1327 audit(1612951460.819:48): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64[ 5.194794] audit: type=1400 audit(1612951460.839:49): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=557 comm="apparmor_parser"[ 6.135886] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4359-sdio for chip BCM4359/9[ 6.135973] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available[ 6.143169] zram: Added device: zram0[ 6.144641] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4359/9 wl0: Jan 19 2018 12:14:30 version 9.87.51.11.8 (a85e25e@shgit) (r) FWID 01-cb5aa0a5[ 6.149935] zram0: detected capacity change from 11710680 to 0[ 6.224471] Adding 5855336k swap on /dev/zram0. Priority:100 extents:1 across:5855336k SSFS[ 6.282648] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[ 6.282681] Bluetooth: BNEP filters: protocol multicast[ 6.282706] Bluetooth: BNEP socket layer initialized[ 6.592340] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=39)[ 6.624481] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found[ 6.624499] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW[ 6.625310] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode[ 6.886729] uvcvideo: Found UVC 1.00 device JOYACCESS JA-Webcam (0c45:6362)[ 6.900047] input: JOYACCESS JA-Webcam: JOYACCESS as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input10[ 6.900239] usbcore: registered new interface driver uvcvideo[ 6.900247] USB Video Class driver (1.1.1)[ 6.907145] usb 1-1.2.2: 3:1: cannot get freq at ep 0x84[ 6.969067] usbcore: registered new interface driver snd-usb-audio[ 7.005421] ieee80211 phy0: brcmf_dongle_roam: WLC_SET_ROAM_TRIGGER error (-52)[ 10.155431] kauditd_printk_skb: 106 callbacks suppressed[ 10.155440] audit: type=1130 audit(1612951465.809:110): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 10.198203] audit: type=1105 audit(1612951465.849:111): pid=969 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'[ 12.122502] audit: type=1130 audit(1612951467.769:112): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 12.191911] audit: type=1130 audit(1612951467.839:113): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 12.202783] audit: type=1334 audit(1612951467.849:114): prog-id=16 op=LOAD[ 12.205080] audit: type=1334 audit(1612951467.859:115): prog-id=17 op=LOAD[ 12.468674] audit: type=1130 audit(1612951468.119:116): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 13.176612] audit: type=1131 audit(1612951468.829:117): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 16.355502] audit: type=1130 audit(1612951472.009:118): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=bootsplash-hide-when-booted comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 16.355518] audit: type=1131 audit(1612951472.009:119): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=bootsplash-hide-when-booted comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 17.033982] audit: type=1131 audit(1612951472.679:120): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 17.421019] audit: type=1100 audit(1612951473.069:121): pid=1040 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="aurion" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'[ 17.424993] audit: type=1101 audit(1612951473.079:122): pid=1040 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="aurion" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'[ 17.426952] audit: type=1103 audit(1612951473.079:123): pid=1040 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="aurion" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'[ 17.427264] audit: type=1006 audit(1612951473.079:124): pid=1040 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1[ 17.427278] audit: type=1300 audit(1612951473.079:124): arch=c00000b7 syscall=64 success=yes exit=4 a0=9 a1=ffffdb074df0 a2=4 a3=ffff926b34f0 items=0 ppid=703 pid=1040 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" subj==unconfined key=(null)[ 17.427305] audit: type=1327 audit(1612951473.079:124): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746834313738376335642D613263652D346335302D623931342D663434323961383365656230002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D[ 17.495634] audit: type=1130 audit(1612951473.149:125): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 22.486748] kauditd_printk_skb: 14 callbacks suppressed[ 22.486761] audit: type=1130 audit(1612951478.139:136): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 22.838542] usb 1-1.2.2: 3:1: cannot get freq at ep 0x84[ 22.901707] usb 1-1.2.2: 3:1: cannot get freq at ep 0x84[ 23.289213] Bluetooth: RFCOMM TTY layer initialized[ 23.289243] Bluetooth: RFCOMM socket layer initialized[ 23.289261] Bluetooth: RFCOMM ver 1.11[ 25.532656] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready[ 26.280779] audit: type=1130 audit(1612951481.929:137): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 27.148005] audit: type=1701 audit(1612951482.799:138): auid=1000 uid=1000 gid=1000 ses=2 subj==unconfined pid=1159 comm=5468726561642028706F6F6C656429 exe="/usr/bin/baloo_file" sig=11 res=1[ 27.188112] audit: type=1334 audit(1612951482.839:139): prog-id=19 op=LOAD[ 27.188386] audit: type=1334 audit(1612951482.839:140): prog-id=20 op=LOAD[ 27.192442] audit: type=1130 audit(1612951482.839:141): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@0-1357-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 27.327790] panfrost ffe40000.gpu: AS_ACTIVE bit stuck[ 27.859117] audit: type=1131 audit(1612951503.396:142): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 27.883444] audit: type=1131 audit(1612951503.416:143): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 28.024197] audit: type=1131 audit(1612951503.556:144): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@0-1357-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 28.324471] audit: type=1334 audit(1612951503.866:145): prog-id=20 op=UNLOAD[ 28.324488] audit: type=1334 audit(1612951503.866:146): prog-id=19 op=UNLOAD[ 36.308713] hrtimer: interrupt took 32277583 ns[ 36.472355] audit: type=1131 audit(1612951512.006:147): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'[ 36.795159] audit: type=1334 audit(1612951512.336:148): prog-id=12 op=UNLOAD[ 36.795313] audit: type=1334 audit(1612951512.336:149): prog-id=11 op=UNLOAD[ 37.021067] audit: type=1131 audit(1612951512.556:150): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
glxinfo
[aurion@neurofire ~]$ glxinfoname of display: :0display: :0 screen: 0direct rendering: Yesserver glx vendor string: SGIserver glx version string: 1.4server glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_no_config_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_controlclient glx vendor string: Mesa Project and SGIclient glx version string: 1.4client glx extensions: GLX_ARB_context_flush_control, GLX_ARB_create_context, GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_syncGLX version: 1.4GLX extensions: GLX_ARB_create_context, GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_syncExtended renderer info (GLX_MESA_query_renderer): Vendor: Panfrost (0xffffffff) Device: Mali G52 (Panfrost) (0xffffffff) Version: 21.1.0 Accelerated: yes Video memory: 3812MB Unified memory: yes Preferred profile: core (0x1) Max core profile version: 3.1 Max compat profile version: 3.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.0OpenGL vendor string: PanfrostOpenGL renderer string: Mali G52 (Panfrost)OpenGL core profile version string: 3.1 Mesa 21.1.0-devel (git-19711b0f44)OpenGL core profile shading language version string: 1.40OpenGL core profile context flags: (none)OpenGL core profile extensions: GL_AMD_conservative_depth, GL_AMD_depth_clamp_separate, GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_blend_func_extended, GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float, GL_ARB_compatibility, GL_ARB_compressed_texture_pixel_storage, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_direct_state_access, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, GL_ARB_parallel_shader_compile, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_program_interface_query, GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_filter_anisotropic, GL_ARB_texture_float, GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, GL_ATI_fragment_shader, GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_EGL_image_storage, GL_EXT_EGL_sync, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_direct_state_access, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shader_framebuffer_fetch, GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_INTEL_blackhole_render, GL_KHR_blend_equation_advanced, GL_KHR_blend_equation_advanced_coherent, GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, GL_KHR_texture_compression_astc_ldr, GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_pack_invert, GL_MESA_shader_integer_functions, GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_half_float, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arraysOpenGL version string: 3.1 Mesa 21.1.0-devel (git-19711b0f44)OpenGL shading language version string: 1.40OpenGL context flags: (none)OpenGL extensions: GL_AMD_conservative_depth, GL_AMD_depth_clamp_separate, GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_blend_func_extended, GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float, GL_ARB_compatibility, GL_ARB_compressed_texture_pixel_storage, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_direct_state_access, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, GL_ARB_parallel_shader_compile, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_program_interface_query, GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_filter_anisotropic, GL_ARB_texture_float, GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, GL_ATI_fragment_shader, GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_EGL_image_storage, GL_EXT_EGL_sync, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_direct_state_access, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shader_framebuffer_fetch, GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_INTEL_blackhole_render, GL_KHR_blend_equation_advanced, GL_KHR_blend_equation_advanced_coherent, GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, GL_KHR_texture_compression_astc_ldr, GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_pack_invert, GL_MESA_shader_integer_functions, GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_half_float, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arraysOpenGL ES profile version string: OpenGL ES 3.0 Mesa 21.1.0-devel (git-19711b0f44)OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00OpenGL ES profile extensions: GL_ANGLE_pack_reverse_row_order, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_texture_max_level, GL_EXT_EGL_image_storage, GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_color_buffer_float, GL_EXT_color_buffer_half_float, GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_copy_image, GL_EXT_depth_clamp, GL_EXT_discard_framebuffer, GL_EXT_draw_buffers, GL_EXT_draw_buffers_indexed, GL_EXT_draw_elements_base_vertex, GL_EXT_draw_instanced, GL_EXT_float_blend, GL_EXT_frag_depth, GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, GL_EXT_multisampled_render_to_texture, GL_EXT_multisampled_render_to_texture2, GL_EXT_occlusion_query_boolean, GL_EXT_read_format_bgra, GL_EXT_sRGB_write_control, GL_EXT_separate_shader_objects, GL_EXT_shader_framebuffer_fetch, GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_integer_mix, GL_EXT_texture_border_clamp, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_s3tc_srgb, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, GL_EXT_texture_rg, GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_RG8, GL_EXT_texture_sRGB_decode, GL_EXT_texture_type_2_10_10_10_REV, GL_EXT_unpack_subimage, GL_INTEL_blackhole_render, GL_KHR_blend_equation_advanced, GL_KHR_blend_equation_advanced_coherent, GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, GL_KHR_texture_compression_astc_ldr, GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_framebuffer_flip_y, GL_MESA_shader_integer_functions, GL_NV_conditional_render, GL_NV_draw_buffers, GL_NV_fbo_color_attachments, GL_NV_pixel_buffer_object, GL_NV_read_buffer, GL_NV_read_depth, GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image, GL_OES_EGL_image_external, GL_OES_EGL_image_external_essl3, GL_OES_EGL_sync, GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, GL_OES_depth24, GL_OES_depth_texture, GL_OES_depth_texture_cube_map, GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil, GL_OES_required_internalformat, GL_OES_rgb8_rgba8, GL_OES_stencil8, GL_OES_surfaceless_context, GL_OES_texture_3D, GL_OES_texture_border_clamp, GL_OES_texture_float, GL_OES_texture_float_linear, GL_OES_texture_half_float, GL_OES_texture_half_float_linear, GL_OES_texture_npot, GL_OES_texture_stencil8, GL_OES_vertex_array_object, GL_OES_vertex_half_float312 GLX Visuals visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat----------------------------------------------------------------------------0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x1a3 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x1a4 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x1a5 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x1a6 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x1a7 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x1a8 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x1a9 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x1aa 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x1ab 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x1ac 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x1ad 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x1ae 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x1af 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x1b0 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x1b1 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x1b2 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x1b3 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x1b4 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x1b5 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x1b6 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x1b7 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x1b8 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x1b9 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x1ba 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x1bb 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x1bc 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x1bd 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x1be 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x1bf 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x1c0 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x1c1 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x1c2 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x1c3 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x1c4 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x1c5 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x1c6 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x1c7 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x1c8 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x1c9 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x1ca 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x1cb 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x1cc 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x1cd 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x1ce 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x1cf 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x1d0 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x1d1 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x1d2 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x1d3 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x1d4 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x1d5 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x1d6 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x1d7 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x1d8 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x1d9 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x1da 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x1db 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x1dc 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x1dd 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x1de 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x1df 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x1e0 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x1e1 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x1e2 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x1e3 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x1e4 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x1e5 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x1e6 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x1e7 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x1e8 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x1e9 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x1ea 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x1eb 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x1ec 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x1ed 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x1ee 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x1ef 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x1f0 24 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x1f1 24 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x1f2 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x1f3 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x1f4 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x1f5 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x1f6 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x1f7 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x1f8 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x1f9 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x1fa 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x1fb 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x1fc 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x1fd 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x1fe 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x1ff 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x200 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x201 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x202 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x203 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x204 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x205 24 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x206 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x207 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x208 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x209 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x20a 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x20b 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x20c 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x20d 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x20e 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x20f 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x210 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x211 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x212 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x213 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x214 24 tc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x215 24 tc 0 24 0 r . . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x216 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x217 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x218 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x219 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x21a 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x21b 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x21c 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x21d 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x21e 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x21f 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x220 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x221 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x222 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x223 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x224 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x225 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x226 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x227 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x228 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x229 24 tc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x22a 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x22b 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x22c 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x22d 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x22e 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x22f 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x230 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x231 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x232 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x233 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x234 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x235 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x236 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x237 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x238 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x239 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x23a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x23b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x23c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x23d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x23e 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x23f 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x240 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x241 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x242 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x243 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x244 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x245 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x246 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x247 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x248 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x249 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x24a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x24b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x24c 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x24d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x24e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x24f 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x250 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x251 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x252 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x253 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x254 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x255 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x256 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x257 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x258 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x259 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x25a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x25b 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x25c 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x25d 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x25e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x25f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x260 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x261 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x262 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x263 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x264 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x265 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x266 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x267 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x268 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x269 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x26a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x26b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x26c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x26d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x26e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x26f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x270 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x271 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x272 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x273 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x274 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x275 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x276 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x277 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x278 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x279 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x27a 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x27b 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x27c 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x27d 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x27e 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x27f 24 dc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x280 24 dc 0 32 0 r . . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x281 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x282 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x283 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x284 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x285 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x286 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x287 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x288 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x289 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x28a 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x28b 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x28c 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x28d 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x28e 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x28f 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x290 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x291 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x292 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x293 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x294 24 dc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x295 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x296 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x297 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x298 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x299 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x29a 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x29b 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x29c 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x29d 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x29e 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x29f 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x2a0 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x2a1 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x2a2 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x2a3 24 dc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x2a4 24 dc 0 24 0 r . . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x2a5 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x2a6 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x2a7 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x2a8 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x2a9 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x2aa 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x2ab 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x2ac 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x2ad 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x2ae 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x2af 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x2b0 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x2b1 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x2b2 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x2b3 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x2b4 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x2b5 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x2b6 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x2b7 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x2b8 24 dc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x2b9 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x2ba 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x2bb 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x2bc 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x2bd 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x2be 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x2bf 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x2c0 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x06a 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x2c1 32 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x2c2 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x2c3 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x2c4 32 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x2c5 32 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x2c6 32 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x2c7 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x2c8 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x2c9 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x2ca 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x2cb 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x2cc 32 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x2cd 32 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x2ce 32 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x2cf 32 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x2d0 32 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x2d1 32 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x2d2 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x2d3 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x2d4 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x2d5 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x2d6 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x2d7 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None312 GLXFBConfigs: visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat----------------------------------------------------------------------------0x06b 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x06c 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x06d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x06e 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x06f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x070 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x071 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x072 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x073 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x074 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x075 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x076 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x077 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x078 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x079 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x07a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x07b 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x07c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x07d 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x07e 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x07f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x080 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x081 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x082 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x083 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x084 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x085 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x086 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x087 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x088 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x089 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x08a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x08b 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x08c 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x08d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x08e 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x08f 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x090 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x091 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x092 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x093 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x094 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x095 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x096 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x097 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x098 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x099 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x09a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x09b 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x09c 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x09d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x09e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x09f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x0a0 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x0a1 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x0a2 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x0a3 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x0a4 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x0a5 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x0a6 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x0a7 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x0a8 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x0a9 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x0aa 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x0ab 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x0ac 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x0ad 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x0ae 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x0af 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x0b0 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x0b1 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x0b2 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x0b3 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x0b4 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x0b5 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x0b6 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x0b7 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x0b8 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x0b9 24 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x0ba 24 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x0bb 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x0bc 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x0bd 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x0be 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x0bf 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x0c0 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x0c1 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x0c2 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x0c3 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x0c4 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x0c5 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x0c6 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x0c7 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x0c8 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x0c9 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x0ca 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x0cb 24 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x0cc 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x0cd 24 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x0ce 24 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x0cf 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x0d0 24 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x0d1 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x0d2 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x0d3 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x0d4 24 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x0d5 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x0d6 24 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x0d7 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x0d8 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x0d9 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x0da 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x0db 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x0dc 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x0dd 24 tc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x0de 24 tc 0 24 0 r . . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x0df 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x0e0 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x0e1 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x0e2 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x0e3 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x0e4 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x0e5 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x0e6 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x0e7 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x0e8 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x0e9 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x0ea 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x0eb 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x0ec 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x0ed 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x0ee 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x0ef 24 tc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x0f0 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x0f1 24 tc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x0f2 24 tc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x0f3 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x0f4 24 tc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x0f5 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x0f6 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x0f7 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x0f8 24 tc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x0f9 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x0fa 24 tc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x0fb 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x0fc 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x0fd 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x0fe 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x0ff 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x100 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow0x101 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x102 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x103 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x104 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x105 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x106 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow0x107 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x108 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x109 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x10a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x10b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x10c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow0x10d 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x10e 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x10f 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x110 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x111 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x112 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow0x113 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x114 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x115 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None0x116 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x117 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x118 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 4 1 None0x119 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x11a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x11b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 4 1 None0x11c 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x11d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x11e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None0x11f 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x120 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x121 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x122 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x123 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None0x124 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow0x125 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x126 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x127 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x128 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x129 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None0x12a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow0x12b 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x12c 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x12d 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x12e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x12f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None0x130 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow0x131 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x132 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x133 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x134 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x135 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None0x136 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow0x137 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x138 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x139 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 4 1 None0x13a 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x13b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x13c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 4 1 None0x13d 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x13e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x13f 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 4 1 None0x140 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x141 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x142 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 4 1 None0x143 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x144 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x145 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x146 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x147 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x148 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 16 16 16 16 0 0 Slow0x149 24 dc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x14a 24 dc 0 32 0 r . . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x14b 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x14c 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x14d 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x14e 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 16 16 16 16 0 0 Slow0x14f 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x150 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x151 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x152 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x153 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x154 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 16 16 16 16 0 0 Slow0x155 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x156 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x157 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x158 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x159 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x15a 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 16 16 16 16 0 0 Slow0x15b 24 dc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x15c 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x15d 24 dc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 4 1 None0x15e 24 dc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x15f 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x160 24 dc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 4 1 None0x161 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x162 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x163 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 4 1 None0x164 24 dc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x165 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x166 24 dc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 4 1 None0x167 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x168 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x169 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x16a 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x16b 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 0 0 None0x16c 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 16 16 16 0 0 0 Slow0x16d 24 dc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x16e 24 dc 0 24 0 r . . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x16f 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x170 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x171 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 0 0 None0x172 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 16 16 16 0 0 0 Slow0x173 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x174 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x175 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x176 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x177 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 0 0 None0x178 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 16 16 16 0 0 0 Slow0x179 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x17a 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x17b 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x17c 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x17d 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 0 0 None0x17e 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 16 16 16 0 0 0 Slow0x17f 24 dc 0 24 0 r . . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x180 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x181 24 dc 0 24 0 r y . 8 8 8 0 . s 0 0 0 0 0 0 0 4 1 None0x182 24 dc 0 24 0 r . . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x183 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x184 24 dc 0 24 0 r y . 8 8 8 0 . s 0 16 0 0 0 0 0 4 1 None0x185 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x186 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x187 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 0 0 0 0 0 4 1 None0x188 24 dc 0 24 0 r . . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x189 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x18a 24 dc 0 24 0 r y . 8 8 8 0 . s 0 24 8 0 0 0 0 4 1 None0x18b 32 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x18c 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x18d 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None0x18e 32 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x18f 32 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x190 32 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None0x191 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x192 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x193 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None0x194 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x195 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x196 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None0x197 32 tc 0 32 0 r . . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x198 32 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x199 32 tc 0 32 0 r y . 8 8 8 8 . s 0 0 0 0 0 0 0 0 0 None0x19a 32 tc 0 32 0 r . . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x19b 32 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x19c 32 tc 0 32 0 r y . 8 8 8 8 . s 0 16 0 0 0 0 0 0 0 None0x19d 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x19e 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x19f 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 0 0 0 0 0 0 0 None0x1a0 32 tc 0 32 0 r . . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x1a1 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None0x1a2 32 tc 0 32 0 r y . 8 8 8 8 . s 0 24 8 0 0 0 0 0 0 None
I realized that there was CPU throttling going on due to CPU governor settings being changed in the new kernel that I installed. Changing this back to performance in essence restores everything back to normal. Thank you!