libGL error: failed to authenticate magic 1

Daniel Kasak <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <CAF73Y=RauAdOJXPmgB8ymEBt51RswwBftx2dbvtN9217mRUWiw@mail.gmail.com>
Hi all. Reposting from the [email protected] list ( sorry
... not getting many bites there ).

I'm new to ARM and Arch ( long time Gentoo user ). I just
bought a Cubox i4x4 and installed Arch. I've upgraded the kernel to
4.12.4-1-ARCH. The DRM driver appears to be loaded:

[dkasak@alarm ~]$ dmesg | grep -i drm
[    8.286510] [drm] Initialized etnaviv 1.1.0 20151214 for
gpu-subsystem on minor 0
[    8.288311] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.288317] [drm] No driver support for vblank timestamp query.
[    8.288579] imx-drm display-subsystem: bound imx-ipuv3-crtc.2 (ops
ipu_crtc_ops [imxdrm])
[    8.288737] imx-drm display-subsystem: bound imx-ipuv3-crtc.3 (ops
ipu_crtc_ops [imxdrm])
[    8.288867] imx-drm display-subsystem: bound imx-ipuv3-crtc.6 (ops
ipu_crtc_ops [imxdrm])
[    8.289011] imx-drm display-subsystem: bound imx-ipuv3-crtc.7 (ops
ipu_crtc_ops [imxdrm])
[    8.293876] imx-drm display-subsystem: bound 120000.hdmi (ops
dw_hdmi_imx_ops [dw_hdmi_imx])
[    8.626740] imx-drm display-subsystem: fb0:  frame buffer device
[    8.677581] [drm] Initialized imx-drm 1.0.0 20120507 for
display-subsystem on minor 1
[dkasak@alarm ~]$

I've installed the armada driver and mesa from Arch packages
currently. The armada driver package came with the following:

---

[dkasak@alarm ~]$ cat /etc/X11/xorg.conf.d/99-armada.conf
Section "Device"
        Identifier      "Driver0"
        Screen          0
        Driver          "armada"

# Support hotplugging displays?
#       Option          "Hotplug"       "TRUE"

# Support hardware cursor if available?
#       Option          "HWCursor"      "TRUE"

# Use GPU acceleration?
        Option          "UseGPU"        "TRUE"

# Provide Xv interfaces?
#       Option          "XvAccel"       "TRUE"

# Prefer overlay for Xv (TRUE for armada-drm, FALSE for imx-drm)
#       Option          "XvPreferOverlay" "TRUE"

# Which accelerator module to load (automatically found if commented out)
#       Option          "AccelModule"   "etnadrm_gpu"
#       Option          "AccelModule"   "etnaviv_gpu"

# Support DRI2 interfaces?
        Option          "DRI"           "TRUE"
EndSection

[dkasak@alarm ~]$

---

I've tried commenting / uncommenting various options there. Things
appear to work together according to /var/log/Xorg.0.log ( see below
).

However when I run glxinfo or glxgears, the 1st 2 lines of output are:

libGL error: failed to authenticate magic 1
libGL error: failed to load driver: etnaviv

 ... and glxinfo reports:

Extended renderer info (GLX_MESA_query_renderer):
    Vendor: VMware, Inc. (0xffffffff)
    Device: llvmpipe (LLVM 4.0, 128 bits) (0xffffffff)
    Version: 17.1.5
    Accelerated: no
    Video memory: 2010MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 3.3
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0

Does anyone know why I'm not getting 3D acceleration?

Dan

---

[  3876.946]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  3876.958] X Protocol Version 11, Revision 0
[  3876.961] Build Operating System: Linux 3.10.96-3-ARCH armv7l
[  3876.965] Current Operating System: Linux alarm 4.12.4-1-ARCH #1
SMP Sat Jul 29 04:18:13 UTC 2017 armv7l
[  3876.965] Kernel command line: console=ttymxc0,115200
root=/dev/mmcblk1p1 rw rootwait
[  3876.973] Build Date: 10 April 2017  01:19:09AM
[  3876.977]
[  3876.980] Current version of pixman: 0.34.0
[  3876.988]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  3876.988] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3877.003] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 31
13:27:35 2017
[  3877.007] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  3877.011] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3877.011] (==) No Layout section.  Using the first Screen section.
[  3877.011] (==) No screen section available. Using defaults.
[  3877.011] (**) |-->Screen "Default Screen Section" (0)
[  3877.011] (**) |   |-->Monitor "<default monitor>"
[  3877.012] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[  3877.012] (**) |   |-->Device "Driver0"
[  3877.012] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  3877.012] (==) Automatically adding devices
[  3877.012] (==) Automatically enabling devices
[  3877.012] (==) Automatically adding GPU devices
[  3877.012] (==) Automatically binding GPU devices
[  3877.012] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3877.012] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  3877.012]    Entry deleted from font path.
[  3877.012] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[  3877.013] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3877.013] (II) The server relies on udev to provide the list of
input devices.
        If no devices become available, reconfigure udev or disable
AutoAddDevices.
[  3877.013] (II) Loader magic: 0x1f2ee0
[  3877.013] (II) Module ABI versions:
[  3877.013]    X.Org ANSI C Emulation: 0.4
[  3877.013]    X.Org Video Driver: 23.0
[  3877.013]    X.Org XInput driver : 24.1
[  3877.013]    X.Org Server Extension : 10.0
[  3877.016] (++) using VT number 1

[  3877.016] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  3877.023] (II) systemd-logind: took control of session
/org/freedesktop/login1/session/c5
[  3877.025] (II) xfree86: Adding drm device (/dev/dri/card1)
[  3877.027] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[  3877.028] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3877.029] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[  3877.030] (II) no primary bus or device found
[  3877.030]    falling back to /sys/devices/soc0/display-subsystem/drm/card1
[  3877.030] (II) LoadModule: "glx"
[  3877.031] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3877.042] (II) Module glx: vendor="X.Org Foundation"
[  3877.042]    compiled for 1.19.3, module version = 1.0.0
[  3877.042]    ABI class: X.Org Server Extension, version 10.0
[  3877.042] (II) LoadModule: "armada"
[  3877.043] (II) Loading /usr/lib/xorg/modules/drivers/armada_drv.so
[  3877.044] (II) Module armada: vendor="X.Org Foundation"
[  3877.044]    compiled for 1.19.3, module version = 0.0.0
[  3877.044]    Module class: X.Org Video Driver
[  3877.044]    ABI class: X.Org Video Driver, version 23.0
[  3877.044] (II) armada: Support for Marvell LCD Controller: 88AP510
[  3877.044] (II) armada: Support for Freescale IPU: i.MX6
[  3877.044] (II) armada(0): Added screen for KMS device /dev/dri/card1
[  3877.045] (II) armada(0): hardware: imx-drm
[  3877.045] (II) armada(0): Creating default Display subsection in
Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[  3877.045] (==) armada(0): Depth 24, (--) framebuffer bpp 32
[  3877.045] (==) armada(0): RGB weight 888
[  3877.045] (==) armada(0): Default visual is TrueColor
[  3877.045] (**) armada(0): Option "UseGPU" "TRUE"
[  3877.045] (II) Loading sub module "etnadrm_gpu"
[  3877.045] (II) LoadModule: "etnadrm_gpu"
[  3877.046] (II) Loading /usr/lib/xorg/modules/drivers/etnadrm_gpu.so
[  3877.046] (II) Module Etnaviv GPU driver (DRM): vendor="X.Org Foundation"
[  3877.046]    compiled for 1.19.3, module version = 0.0.0
[  3877.046]    ABI class: X.Org ANSI C Emulation, version 0.4
[  3877.046] (**) armada(0): Option "DRI" "TRUE"
[  3877.079] (II) armada(0): Output HDMI1 has no monitor section
[  3877.112] (II) armada(0): EDID for output HDMI1
[  3877.112] (II) armada(0): Manufacturer: HEC  Model: 30  Serial#: 1
[  3877.112] (II) armada(0): Year: 2015  Week: 12
[  3877.112] (II) armada(0): EDID Version: 1.3
[  3877.113] (II) armada(0): Digital Display Input
[  3877.113] (II) armada(0): Max Image Size [cm]: horiz.: 115  vert.: 65
[  3877.113] (II) armada(0): Gamma: 2.20
[  3877.113] (II) armada(0): No DPMS capabilities specified
[  3877.113] (II) armada(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  3877.113] (II) armada(0): First detailed timing is preferred mode
[  3877.113] (II) armada(0): redX: 0.640 redY: 0.340   greenX: 0.300
greenY: 0.690
[  3877.113] (II) armada(0): blueX: 0.138 blueY: 0.038   whiteX: 0.282
whiteY: 0.297
[  3877.113] (II) armada(0): Supported established timings:
[  3877.113] (II) armada(0): 640x480@60Hz
[  3877.113] (II) armada(0): 800x600@60Hz
[  3877.113] (II) armada(0): 1024x768@60Hz
[  3877.113] (II) armada(0): Manufacturer's mask: 0
[  3877.113] (II) armada(0): Supported standard timings:
[  3877.113] (II) armada(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  3877.113] (II) armada(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  3877.113] (II) armada(0): #2: hsize: 1280  vsize 1024  refresh: 60
vid: 32897
[  3877.113] (II) armada(0): Supported detailed timing:
[  3877.113] (II) armada(0): clock: 297.0 MHz   Image Size:  1872 x 1053 mm
[  3877.113] (II) armada(0): h_active: 3840  h_sync: 4016  h_sync_end
4104 h_blank_end 4400 h_border: 0
[  3877.113] (II) armada(0): v_active: 2160  v_sync: 2168  v_sync_end
2178 v_blanking: 2250 v_border: 0
[  3877.113] (II) armada(0): Supported detailed timing:
[  3877.113] (II) armada(0): clock: 148.5 MHz   Image Size:  1872 x 1053 mm
[  3877.113] (II) armada(0): h_active: 1920  h_sync: 2008  h_sync_end
2052 h_blank_end 2200 h_border: 0
[  3877.113] (II) armada(0): v_active: 1080  v_sync: 1084  v_sync_end
1089 v_blanking: 1125 v_border: 0
[  3877.114] (II) armada(0): Monitor name: HISENSE
[  3877.114] (II) armada(0): Ranges: V min: 50 V max: 75 Hz, H min: 15
H max: 69 kHz, PixClock max 305 MHz
[  3877.114] (II) armada(0): Supported detailed timing:
[  3877.114] (II) armada(0): clock: 85.5 MHz   Image Size:  1366 x 768 mm
[  3877.114] (II) armada(0): h_active: 1360  h_sync: 1424  h_sync_end
1536 h_blank_end 1792 h_border: 0
[  3877.114] (II) armada(0): v_active: 768  v_sync: 771  v_sync_end
777 v_blanking: 795 v_border: 0
[  3877.114] (II) armada(0): Supported detailed timing:
[  3877.114] (II) armada(0): clock: 74.2 MHz   Image Size:  708 x 398 mm
[  3877.114] (II) armada(0): h_active: 1920  h_sync: 2008  h_sync_end
2052 h_blank_end 2200 h_border: 0
[  3877.114] (II) armada(0): v_active: 540  v_sync: 542  v_sync_end
547 v_blanking: 562 v_border: 0
[  3877.114] (II) armada(0): Supported detailed timing:
[  3877.114] (II) armada(0): clock: 74.2 MHz   Image Size:  708 x 398 mm
[  3877.114] (II) armada(0): h_active: 1280  h_sync: 1390  h_sync_end
1430 h_blank_end 1650 h_border: 0
[  3877.114] (II) armada(0): v_active: 720  v_sync: 725  v_sync_end
730 v_blanking: 750 v_border: 0
[  3877.114] (II) armada(0): Number of EDID sections to follow: 1
[  3877.114] (II) armada(0): EDID (in hex):
[  3877.114] (II) armada(0):    00ffffffffffff0020a3300001000000
[  3877.114] (II) armada(0):    0c190103807341780acf74a3574cb023
[  3877.114] (II) armada(0):    09484c21080081c08140818001010101
[  3877.114] (II) armada(0):    01010101010104740030f2705a80b058
[  3877.114] (II) armada(0):    8a00501d7400001e023a801871382d40
[  3877.114] (II) armada(0):    582c4500501d7400001e000000fc0048
[  3877.114] (II) armada(0):    4953454e53450a2020202020000000fd
[  3877.114] (II) armada(0):    00324b0f451e000a2020202020200171
[  3877.115] (II) armada(0):    020333734f5f5e5d0102040510111314
[  3877.115] (II) armada(0):    1f202122290907071507505707008301
[  3877.115] (II) armada(0):    00006d030c002000383c200060010203
[  3877.115] (II) armada(0):    e200f9662150b051001b304070360056
[  3877.115] (II) armada(0):    005300001e011d8018711c1620582c25
[  3877.115] (II) armada(0):    00c48e2100009e011d007251d01e206e
[  3877.115] (II) armada(0):    285500c48e2100001800000000000000
[  3877.115] (II) armada(0):    000000000000000000000000000000af
[  3877.115] (--) armada(0): HDMI max TMDS frequency 300000KHz
[  3877.115] (II) armada(0): Printing probed modes for output HDMI1
[  3877.115] (II) armada(0): Modeline "1920x1080"x60.0  148.50  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  3877.115] (II) armada(0): Modeline "1920x1080"x50.0  148.50  1920
2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  3877.115] (II) armada(0): Modeline "1920x1080"x59.9  148.35  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  3877.115] (II) armada(0): Modeline "1920x1080i"x60.0   74.25  1920
2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz
e)
[  3877.115] (II) armada(0): Modeline "1920x1080i"x50.0   74.25  1920
2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz
e)
[  3877.115] (II) armada(0): Modeline "1920x1080"x30.0   74.25  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[  3877.115] (II) armada(0): Modeline "1920x1080"x25.0   74.25  1920
2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[  3877.115] (II) armada(0): Modeline "1920x1080"x24.0   74.25  1920
2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  3877.115] (II) armada(0): Modeline "1920x1080i"x59.9   74.18  1920
2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz
e)
[  3877.115] (II) armada(0): Modeline "1920x1080"x30.0   74.18  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[  3877.116] (II) armada(0): Modeline "1920x1080"x24.0   74.18  1920
2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  3877.116] (II) armada(0): Modeline "1280x1024"x60.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  3877.116] (II) armada(0): Modeline "1280x960"x60.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  3877.116] (II) armada(0): Modeline "1360x768"x60.0   85.50  1360
1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[  3877.116] (II) armada(0): Modeline "1280x720"x60.0   74.25  1280
1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz e)
[  3877.116] (II) armada(0): Modeline "1280x720"x60.0   74.25  1280
1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  3877.116] (II) armada(0): Modeline "1280x720"x50.0   74.25  1280
1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  3877.116] (II) armada(0): Modeline "1280x720"x59.9   74.18  1280
1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  3877.116] (II) armada(0): Modeline "1024x768"x60.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3877.116] (II) armada(0): Modeline "800x600"x60.3   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3877.116] (II) armada(0): Modeline "720x576"x50.0   27.00  720 732
796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  3877.116] (II) armada(0): Modeline "720x480"x60.0   27.03  720 736
798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3877.116] (II) armada(0): Modeline "720x480"x59.9   27.00  720 736
798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3877.116] (II) armada(0): Modeline "640x480"x60.0   25.20  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3877.116] (II) armada(0): Modeline "640x480"x59.9   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3877.116] (II) armada(0): Output HDMI1 connected
[  3877.116] (II) armada(0): Using exact sizes for initial modes
[  3877.116] (II) armada(0): Output HDMI1 using initial mode 1920x1080 +0+0
[  3877.116] (==) armada(0): Using gamma correction (1.0, 1.0, 1.0)
[  3877.117] (==) armada(0): DPI set to (96, 96)
[  3877.117] (II) Loading sub module "fb"
[  3877.117] (II) LoadModule: "fb"
[  3877.117] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3877.118] (II) Module fb: vendor="X.Org Foundation"
[  3877.118]    compiled for 1.19.3, module version = 1.0.0
[  3877.119]    ABI class: X.Org ANSI C Emulation, version 0.4
[  3877.120] (==) Depth 24 pixmap format is 32 bpp
[  3877.146] (==) armada(0): Backing store enabled
[  3877.146] (==) armada(0): Silken mouse enabled
[  3877.147] (--) armada(0): Vivante GC320 GPU revision 5007 (etnaviv) 2d PE2.0
[  3877.147] (II) armada(0): [DRI2] Setup complete
[  3877.147] (II) armada(0): [DRI2]   DRI driver: etnaviv
[  3877.147] (II) armada(0): direct rendering: DRI2 enabled
[  3877.147] (II) armada(0): RandR 1.2 enabled, ignore the following
RandR disabled message.
[  3877.148] (==) armada(0): DPMS enabled
[  3877.148] (==) armada(0): hotplug detection enabled
[  3877.148] (II) armada(0): etnaviv: Xv: using YUY2 format
intermediate YUV target
[  3877.187] (--) RandR disabled
[  3877.370] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  3877.370] (II) AIGLX: enabled GLX_ARB_create_context
[  3877.370] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  3877.370] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[  3877.370] (II) AIGLX: enabled GLX_INTEL_swap_event
[  3877.370] (II) AIGLX: enabled GLX_SGI_swap_control
[  3877.370] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  3877.370] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  3877.370] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[  3877.370] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  3877.372] (II) AIGLX: Loaded and initialized etnaviv
[  3877.372] (II) GLX: Initialized DRI2 GL provider for screen 0
[  3877.391] (II) armada(0): etnaviv: A8 target not supported
[  3877.391] (II) armada(0): Setting screen physical size to 508 x 285
[  3878.009] (II) config/udev: Adding input device gpio-keys (/dev/input/event3)
[  3878.009] (II) No input driver specified, ignoring this device.
[  3878.009] (II) This device may have been added with another device file.
[  3878.011] (II) config/udev: Adding input device gpio_ir_recv
(/dev/input/event4)
[  3878.011] (**) gpio_ir_recv: Applying InputClass "libinput keyboard catchall"
[  3878.012] (II) LoadModule: "libinput"
[  3878.012] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  3878.019] (II) Module libinput: vendor="X.Org Foundation"
[  3878.020]    compiled for 1.19.3, module version = 0.25.1
[  3878.020]    Module class: X.Org XInput Driver
[  3878.020]    ABI class: X.Org XInput driver, version 24.1
[  3878.020] (II) Using input driver 'libinput' for 'gpio_ir_recv'
[  3878.022] (II) systemd-logind: got fd for /dev/input/event4 13:68
fd 24 paused 0
[  3878.022] (**) gpio_ir_recv: always reports core events
[  3878.022] (**) Option "Device" "/dev/input/event4"
[  3878.023] (**) Option "_source" "server/udev"
[  3878.025] (II) event4  - (II) gpio_ir_recv: (II) is tagged by udev
as: Keyboard
[  3878.025] (II) event4  - (II) gpio_ir_recv: (II) device is a keyboard
[  3878.025] (II) event4  - (II) gpio_ir_recv: (II) device removed
[  3878.025] (**) Option "config_info"
"udev:/sys/devices/soc0/ir-receiver/rc/rc0/input4/event4"
[  3878.026] (II) XINPUT: Adding extended input device "gpio_ir_recv"
(type: KEYBOARD, id 6)
[  3878.028] (II) event4  - (II) gpio_ir_recv: (II) is tagged by udev
as: Keyboard
[  3878.028] (II) event4  - (II) gpio_ir_recv: (II) device is a keyboard
[  3878.032] (II) config/udev: Adding input device Logitech USB
Receiver (/dev/input/event1)
[  3878.032] (**) Logitech USB Receiver: Applying InputClass "libinput
keyboard catchall"
[  3878.032] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  3878.035] (II) systemd-logind: got fd for /dev/input/event1 13:65
fd 27 paused 0
[  3878.035] (**) Logitech USB Receiver: always reports core events
[  3878.035] (**) Option "Device" "/dev/input/event1"
[  3878.035] (**) Option "_source" "server/udev"
[  3878.038] (II) event1  - (II) Logitech USB Receiver: (II) is tagged
by udev as: Keyboard
[  3878.038] (II) event1  - (II) Logitech USB Receiver: (II) device is
a keyboard
[  3878.038] (II) event1  - (II) Logitech USB Receiver: (II) device removed
[  3878.038] (**) Option "config_info"
"udev:/sys/devices/soc0/soc/2100000.aips-bus/2184000.usb/ci_hdrc.0/usb2/2-1/2-1:1.0/0003:046D:C52E.0002/input/input1/event1"
[  3878.038] (II) XINPUT: Adding extended input device "Logitech USB
Receiver" (type: KEYBOARD, id 7)
[  3878.041] (II) event1  - (II) Logitech USB Receiver: (II) is tagged
by udev as: Keyboard
[  3878.041] (II) event1  - (II) Logitech USB Receiver: (II) device is
a keyboard
[  3878.045] (II) config/udev: Adding input device Logitech USB
Receiver (/dev/input/event2)
[  3878.045] (**) Logitech USB Receiver: Applying InputClass "libinput
pointer catchall"
[  3878.045] (**) Logitech USB Receiver: Applying InputClass "libinput
keyboard catchall"
[  3878.045] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  3878.047] (II) systemd-logind: got fd for /dev/input/event2 13:66
fd 28 paused 0
[  3878.048] (**) Logitech USB Receiver: always reports core events
[  3878.048] (**) Option "Device" "/dev/input/event2"
[  3878.048] (**) Option "_source" "server/udev"
[  3878.051] (II) event2  - (II) Logitech USB Receiver: (II) is tagged
by udev as: Keyboard Mouse
[  3878.051] (II) event2  - (II) Logitech USB Receiver: (II) device
set to 1000 DPI
[  3878.051] (II) event2  - (II) Logitech USB Receiver: (II) device is a pointer
[  3878.051] (II) event2  - (II) Logitech USB Receiver: (II) device is
a keyboard
[  3878.051] (II) event2  - (II) Logitech USB Receiver: (II) device removed
[  3878.052] (II) libinput: Logitech USB Receiver: needs a virtual subdevice
[  3878.052] (**) Option "config_info"
"udev:/sys/devices/soc0/soc/2100000.aips-bus/2184000.usb/ci_hdrc.0/usb2/2-1/2-1:1.1/0003:046D:C52E.0003/input/input2/event2"
[  3878.052] (II) XINPUT: Adding extended input device "Logitech USB
Receiver" (type: MOUSE, id 8)
[  3878.053] (**) Option "AccelerationScheme" "none"
[  3878.053] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  3878.053] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  3878.053] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  3878.055] (II) event2  - (II) Logitech USB Receiver: (II) is tagged
by udev as: Keyboard Mouse
[  3878.056] (II) event2  - (II) Logitech USB Receiver: (II) device
set to 1000 DPI
[  3878.056] (II) event2  - (II) Logitech USB Receiver: (II) device is a pointer
[  3878.056] (II) event2  - (II) Logitech USB Receiver: (II) device is
a keyboard
[  3878.059] (II) config/udev: Adding input device Logitech USB
Receiver (/dev/input/mouse1)
[  3878.059] (II) No input driver specified, ignoring this device.
[  3878.059] (II) This device may have been added with another device file.
[  3878.063] (II) config/udev: Adding input device Logitech USB
Receiver (/dev/input/event0)
[  3878.063] (**) Logitech USB Receiver: Applying InputClass "libinput
pointer catchall"
[  3878.063] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  3878.065] (II) systemd-logind: got fd for /dev/input/event0 13:64
fd 29 paused 0
[  3878.065] (**) Logitech USB Receiver: always reports core events
[  3878.065] (**) Option "Device" "/dev/input/event0"
[  3878.065] (**) Option "_source" "server/udev"
[  3878.068] (II) event0  - (II) Logitech USB Receiver: (II) is tagged
by udev as: Mouse
[  3878.068] (II) event0  - (II) Logitech USB Receiver: (II) device is a pointer
[  3878.068] (II) event0  - (II) Logitech USB Receiver: (II) device removed
[  3878.068] (**) Option "config_info"
"udev:/sys/devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1:1.0/0003:046D:C508.0001/input/input0/event0"
[  3878.068] (II) XINPUT: Adding extended input device "Logitech USB
Receiver" (type: MOUSE, id 9)
[  3878.069] (**) Option "AccelerationScheme" "none"
[  3878.069] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  3878.069] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  3878.069] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  3878.072] (II) event0  - (II) Logitech USB Receiver: (II) is tagged
by udev as: Mouse
[  3878.072] (II) event0  - (II) Logitech USB Receiver: (II) device is a pointer
[  3878.075] (II) config/udev: Adding input device Logitech USB
Receiver (/dev/input/mouse0)
[  3878.075] (II) No input driver specified, ignoring this device.
[  3878.075] (II) This device may have been added with another device file.
[  3878.104] (**) Logitech USB Receiver: Applying InputClass "libinput
pointer catchall"
[  3878.105] (**) Logitech USB Receiver: Applying InputClass "libinput
keyboard catchall"
[  3878.105] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  3878.105] (II) systemd-logind: returning pre-existing fd for
/dev/input/event2 13:66
[  3878.105] (**) Logitech USB Receiver: always reports core events
[  3878.105] (**) Option "Device" "/dev/input/event2"
[  3878.105] (**) Option "_source" "_driver/libinput"
[  3878.105] (II) libinput: Logitech USB Receiver: is a virtual subdevice
[  3878.105] (**) Option "config_info"
"udev:/sys/devices/soc0/soc/2100000.aips-bus/2184000.usb/ci_hdrc.0/usb2/2-1/2-1:1.1/0003:046D:C52E.0003/input/input2/event2"
[  3878.105] (II) XINPUT: Adding extended input device "Logitech USB
Receiver" (type: KEYBOARD, id 10)
[  3878.571] (II) armada(0): EDID vendor "HEC", prod id 48
[  3878.571] (II) armada(0): Using EDID range info for horizontal sync
[  3878.571] (II) armada(0): Using EDID range info for vertical refresh
[  3878.571] (II) armada(0): Printing DDC gathered Modelines:
[  3878.571] (II) armada(0): Modeline "3840x2160"x0.0  297.00  3840
4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[  3878.571] (II) armada(0): Modeline "1920x1080"x0.0  148.50  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  3878.571] (II) armada(0): Modeline "1360x768"x0.0   85.50  1360
1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[  3878.571] (II) armada(0): Modeline "1920x1080i"x0.0   74.25  1920
2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz
e)
[  3878.571] (II) armada(0): Modeline "1280x720"x0.0   74.25  1280
1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz e)
[  3878.571] (II) armada(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3878.572] (II) armada(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3878.572] (II) armada(0): Modeline "1024x768"x0.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3878.572] (II) armada(0): Modeline "1280x720"x60.0   74.48  1280
1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  3878.572] (II) armada(0): Modeline "1280x960"x0.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  3878.572] (II) armada(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  3878.572] (II) armada(0): Modeline "720x480"x0.0   27.00  720 736
798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3878.572] (II) armada(0): Modeline "1440x480i"x0.0   27.00  1440
1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  3878.572] (II) armada(0): Modeline "720x576"x0.0   27.00  720 732
796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  3878.572] (II) armada(0): Modeline "1920x1080i"x0.0   74.25  1920
2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz
e)
[  3878.572] (II) armada(0): Modeline "1440x576i"x0.0   27.00  1440
1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  3878.572] (II) armada(0): Modeline "1920x1080"x0.0   74.25  1920
2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  3878.572] (II) armada(0): Modeline "1920x1080"x0.0   74.25  1920
2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[  3878.572] (II) armada(0): Modeline "1920x1080"x0.0   74.25  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[  3878.572] (II) armada(0): Modeline "2880x480"x0.0  108.00  2880
2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3878.572] (--) armada(0): HDMI max TMDS frequency 300000KHz
[  3878.614] (II) armada(0): EDID vendor "HEC", prod id 48
[  3878.614] (II) armada(0): Using hsync ranges from config file
[  3878.614] (II) armada(0): Using vrefresh ranges from config file
[  3878.614] (II) armada(0): Printing DDC gathered Modelines:
[  3878.614] (II) armada(0): Modeline "3840x2160"x0.0  297.00  3840
4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[  3878.614] (II) armada(0): Modeline "1920x1080"x0.0  148.50  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  3878.614] (II) armada(0): Modeline "1360x768"x0.0   85.50  1360
1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[  3878.614] (II) armada(0): Modeline "1920x1080i"x0.0   74.25  1920
2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz
e)
[  3878.614] (II) armada(0): Modeline "1280x720"x0.0   74.25  1280
1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz e)
[  3878.614] (II) armada(0): Modeline "800x600"x0.0   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3878.614] (II) armada(0): Modeline "640x480"x0.0   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3878.614] (II) armada(0): Modeline "1024x768"x0.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3878.614] (II) armada(0): Modeline "1280x720"x60.0   74.48  1280
1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  3878.614] (II) armada(0): Modeline "1280x960"x0.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  3878.614] (II) armada(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  3878.614] (II) armada(0): Modeline "720x480"x0.0   27.00  720 736
798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3878.614] (II) armada(0): Modeline "1440x480i"x0.0   27.00  1440
1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  3878.614] (II) armada(0): Modeline "720x576"x0.0   27.00  720 732
796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  3878.615] (II) armada(0): Modeline "1920x1080i"x0.0   74.25  1920
2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz
e)
[  3878.615] (II) armada(0): Modeline "1440x576i"x0.0   27.00  1440
1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  3878.615] (II) armada(0): Modeline "1920x1080"x0.0   74.25  1920
2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  3878.615] (II) armada(0): Modeline "1920x1080"x0.0   74.25  1920
2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[  3878.615] (II) armada(0): Modeline "1920x1080"x0.0   74.25  1920
2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[  3878.615] (II) armada(0): Modeline "2880x480"x0.0  108.00  2880
2944 3192 3432  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3878.615] (--) armada(0): HDMI max TMDS frequency 300000KHz
_______________________________________________
mesa-users mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.