Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evdi drm Cannot find any crtc or sizes #480

Open
peterwwillis opened this issue Aug 8, 2024 · 0 comments
Open

evdi drm Cannot find any crtc or sizes #480

peterwwillis opened this issue Aug 8, 2024 · 0 comments

Comments

@peterwwillis
Copy link

  • Linux distribution: Alpine Linux 3.20.2
  • Linux kernel version: Linux host 6.6.43-0-lts #1-Alpine SMP PREEMPT_DYNAMIC 2024-07-30 11:50:24 x86_64 GNU/Linux
  • Xorg version: X.Org X Server 1.21.1.13
  • Desktop environment in use: Xfce 4.18, GTK 3.24.43

Through a lot of manual steps and adding some #includes to evdi.c, I was able to use the stock install scripts to compile and install the latest displaylink driver release (6.0.0-24).

The module loads fine, you can see the kernel messages below.

DisplayLinkManager does not run, it just says "Aborted" and stops running. I'm not enough of a wizard with GDB to be able to figure out how to trace its execution, so I don't know why it's doing that. So I was able to run it by using the following Docker command:

docker run --rm -d --privileged --network=host --pid=host -v /tmp:/tmp -v /etc/passwd:/etc/passwd:ro -v /etc/shadow:/etc/shadow:ro -v /etc/group:/etc/group:ro -v /etc/localtime:/etc/localtime:ro -v /etc/zoneinfo/US/Eastern:/etc/zoneinfo/US/Eastern:ro -v $HOME:$HOME -e DISPLAY -u 0:0 -w /home/psypete/opt-displaylink ubuntu:20.04 /home/psypete/opt-displaylink/DisplayLinkManager

When I try to use the debug logging mode it just spits out some kind of encrypted messages, so I don't know if DisplayLinkManager is working or not.

No matter what I do, when I load the kernel module, or run DisplayLinkManager, or unplug/replug in my Dell displaylink dock, the video is not loaded, and X does not detect the 4 new devices (confirmed using xrandr).

The dock does work, as my Mac can load video over it with the USB-C cable. (For my Linux laptop I use the built in USB-C-over-USB-A adapter)

The X11 configuration is set up currectly and I've gone over every kind of troubleshooting I could find, on this github repo, on the DisplayLink website, on Reddit, etc. No idea what to do now.

Can someone please tell me what I'm lacking here?

Thanks


From dmesg:

[101189.137171] evdi: [I] Initialising logging on level 4
[101189.137184] evdi: [I] Atomic driver: yes
[101189.137335] evdi: [I] Increasing device count to 4
[101189.137592] evdi: [I] (card0) Opened by Task 31090 (modprobe) of process 31090 (modprobe)
[101189.137622] evdi evdi.0: [drm] Cannot find any crtc or sizes
[101189.140452] [drm] Initialized evdi 1.14.4 20240410 for evdi.0 on minor 0
[101189.140515] evdi: [I] Evdi platform_device create
[101189.140761] evdi: [I] (card3) Opened by Task 31090 (modprobe) of process 31090 (modprobe)
[101189.140793] evdi evdi.1: [drm] Cannot find any crtc or sizes
[101189.141346] [drm] Initialized evdi 1.14.4 20240410 for evdi.1 on minor 3
[101189.141414] evdi: [I] Evdi platform_device create
[101189.141671] evdi: [I] (card4) Opened by Task 31090 (modprobe) of process 31090 (modprobe)
[101189.141700] evdi evdi.2: [drm] Cannot find any crtc or sizes
[101189.142384] [drm] Initialized evdi 1.14.4 20240410 for evdi.2 on minor 4
[101189.142449] evdi: [I] Evdi platform_device create
[101189.142656] evdi: [I] (card5) Opened by Task 31090 (modprobe) of process 31090 (modprobe)
[101189.142683] evdi evdi.3: [drm] Cannot find any crtc or sizes
[101189.143187] [drm] Initialized evdi 1.14.4 20240410 for evdi.3 on minor 5
[101189.143250] evdi: [I] Evdi platform_device create
[101465.769898] evdi: [I] (card0) Opened by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.769944] evdi: [I] (card0) Closed by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.775644] evdi: [I] (card3) Opened by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.775682] evdi: [I] (card3) Closed by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.775707] evdi: [I] (card4) Opened by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.775727] evdi: [I] (card4) Closed by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.775746] evdi: [I] (card5) Opened by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.775764] evdi: [I] (card5) Closed by Task 31927 (Xorg.wrap) of process 31927 (Xorg.wrap)
[101465.812524] evdi: [I] (card0) Opened by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.812579] evdi: [I] (card0) Closed by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.813344] evdi: [I] (card3) Opened by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.813389] evdi: [I] (card3) Closed by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.813994] evdi: [I] (card4) Opened by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.814036] evdi: [I] (card4) Closed by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.814605] evdi: [I] (card5) Opened by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.814648] evdi: [I] (card5) Closed by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.838304] evdi: [I] (card0) Opened by Task 31927 (Xorg) of process 31927 (Xorg)
[101465.838328] evdi: [I] (card0) Closed by Task 31927 (Xorg) of process 31927 (Xorg)

From /var/log/Xorg.0.log:

[101468.326] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[101468.326] Current Operating System: Linux macintosh 6.6.43-0-lts #1-Alpine SMP PREEMPT_DYNAMIC 2024-07-30 11:50:24 x86_64
[101468.326] Kernel command line: BOOT_IMAGE=/vmlinuz-lts root=/dev/mapper/main-root ro modules=sd-mod,usb-storage,ext4 cryptroot=UUID=e1eabc23-c068-45f8-83d7-3760c164aaf7 cryptdm=cryptroot cryptkey=/crypto_keyfile.bin quiet rootfstype=ext4 cgroup_enable=memory swapaccount=1 resume=UUID=6bd82397-2ea5-4c43-bce1-b988f08a367a
[101468.326]  
[101468.326] Current version of pixman: 0.43.2
[101468.326] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[101468.326] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[101468.327] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug  8 00:26:34 2024
[101468.328] (==) Using config file: "/etc/X11/xorg.conf"
[101468.328] (==) Using config directory: "/etc/X11/xorg.conf.d"
[101468.328] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[101468.330] (==) ServerLayout "X.org Configured"
[101468.330] (**) |-->Screen "Screen1" (1)
[101468.330] (**) |   |-->Monitor "Monitor1"
[101468.331] (**) |   |-->Device "Card1"
[101468.331] (**) |-->Input Device "Mouse0"
[101468.331] (**) |-->Input Device "Keyboard0"
[101468.331] (**) Allowing byte-swapped clients
[101468.331] (==) Automatically adding devices
[101468.331] (==) Automatically enabling devices
[101468.331] (==) Automatically adding GPU devices
[101468.331] (==) Automatically binding GPU devices
[101468.331] (==) Max clients allowed: 256, resource mask: 0x1fffff
[101468.332] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/75dpi:unscaled,
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1
[101468.332] (**) ModulePath set to "/usr/lib/xorg/modules"
[101468.332] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[101468.332] (WW) Disabling Mouse0
[101468.332] (WW) Disabling Keyboard0
[101468.332] (II) Module ABI versions:
[101468.332] 	X.Org ANSI C Emulation: 0.4
[101468.332] 	X.Org Video Driver: 25.2
[101468.332] 	X.Org XInput driver : 24.4
[101468.332] 	X.Org Server Extension : 10.0
[101468.334] (II) xfree86: Adding drm device (/dev/dri/card2)
[101468.334] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[101468.350] (II) xfree86: Adding drm device (/dev/dri/card1)
[101468.350] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card1
[101468.352] (II) xfree86: Adding drm device (/dev/dri/card0)
[101468.352] (II) Platform probe for /sys/devices/platform/evdi.0/drm/card0
[101468.353] (II) xfree86: Adding drm device (/dev/dri/card3)
[101468.353] (II) Platform probe for /sys/devices/platform/evdi.1/drm/card3
[101468.354] (II) xfree86: Adding drm device (/dev/dri/card4)
[101468.354] (II) Platform probe for /sys/devices/platform/evdi.2/drm/card4
[101468.354] (II) xfree86: Adding drm device (/dev/dri/card5)
[101468.354] (II) Platform probe for /sys/devices/platform/evdi.3/drm/card5
[101468.365] (--) PCI:*(0@0:2:0) 8086:1916:17aa:381c rev 7, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[101468.365] (--) PCI: (1@0:0:0) 1002:6900:17aa:381c rev 129, Mem @ 0x90000000/268435456, 0xa0000000/2097152, 0xa4200000/262144, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[101468.366] (II) Open ACPI successful (/var/run/acpid.socket)
[101468.366] (II) "glx" will be loaded by default.
[101468.366] (II) LoadModule: "glx"
[101468.367] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[101468.374] (II) Module glx: vendor="X.Org Foundation"
[101468.374] 	compiled for 1.21.1.13, module version = 1.0.0
[101468.374] 	ABI class: X.Org Server Extension, version 10.0
[101468.375] (II) LoadModule: "intel"
[101468.375] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[101468.376] (II) Module intel: vendor="X.Org Foundation"
[101468.376] 	compiled for 1.21.1.13, module version = 2.99.917
[101468.377] 	Module class: X.Org Video Driver
[101468.377] 	ABI class: X.Org Video Driver, version 25.2
[101468.377] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[101468.377] (II) intel: Driver for Intel(R) HD Graphics
[101468.377] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[101468.377] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[101468.377] (++) using VT number 7

[101468.378] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[101468.379] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 520
[101468.379] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[101468.379] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[101468.379] (==) intel(0): RGB weight 888
[101468.379] (==) intel(0): Default visual is TrueColor
[101468.379] (**) intel(0): Option "DRI" "0"
[101468.379] (**) intel(0): Option "VSync" "1"
[101468.381] (II) intel(0): Output eDP1 using monitor section Monitor1
[101468.381] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[101468.381] (II) intel(0): Enabled output eDP1
[101468.382] (II) intel(0): Output HDMI1 has no monitor section
[101468.382] (II) intel(0): Enabled output HDMI1
[101468.382] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[101468.382] (II) intel(0): Output VIRTUAL1 has no monitor section
[101468.382] (II) intel(0): Enabled output VIRTUAL1
[101468.382] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[101468.382] (==) intel(0): TearFree enabled
[101468.382] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[101468.382] (==) intel(0): DPI set to (96, 96)
[101468.382] (II) Loading sub module "dri3"
[101468.382] (II) LoadModule: "dri3"
[101468.382] (II) Module "dri3" already built-in
[101468.382] (II) Loading sub module "dri2"
[101468.382] (II) LoadModule: "dri2"
[101468.382] (II) Module "dri2" already built-in
[101468.382] (II) Loading sub module "present"
[101468.382] (II) LoadModule: "present"
[101468.382] (II) Module "present" already built-in
[101468.383] (II) intel(0): SNA initialized with Skylake (gen9) backend
[101468.383] (==) intel(0): Backing store enabled
[101468.383] (==) intel(0): Silken mouse enabled
[101468.383] (II) intel(0): HW Cursor enabled
[101468.384] (==) intel(0): DPMS enabled
[101468.384] (==) intel(0): Display hotplug detection enabled
[101468.384] (II) intel(0): hardware support for Present enabled
[101468.384] (II) Initializing extension Generic Event Extension
[101468.384] (II) Initializing extension SHAPE
[101468.385] (II) Initializing extension MIT-SHM
[101468.385] (II) Initializing extension XInputExtension
[101468.386] (II) Initializing extension XTEST
[101468.386] (II) Initializing extension BIG-REQUESTS
[101468.387] (II) Initializing extension SYNC
[101468.387] (II) Initializing extension XKEYBOARD
[101468.388] (II) Initializing extension XC-MISC
[101468.388] (II) Initializing extension SECURITY
[101468.388] (II) Initializing extension XFIXES
[101468.389] (II) Initializing extension RENDER
[101468.389] (II) Initializing extension RANDR
[101468.390] (II) Initializing extension COMPOSITE
[101468.391] (II) Initializing extension DAMAGE
[101468.391] (II) Initializing extension MIT-SCREEN-SAVER
[101468.391] (II) Initializing extension DOUBLE-BUFFER
[101468.392] (II) Initializing extension RECORD
[101468.392] (II) Initializing extension DPMS
[101468.392] (II) Initializing extension Present
[101468.393] (II) Initializing extension DRI3
[101468.393] (II) Initializing extension X-Resource
[101468.393] (II) Initializing extension XVideo
[101468.394] (II) Initializing extension XVideo-MotionCompensation
[101468.394] (II) Initializing extension GLX
[101468.394] (II) AIGLX: Screen 0 is not DRI2 capable
[101468.428] (II) IGLX: Loaded and initialized swrast
[101468.428] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[101468.428] (II) Initializing extension XFree86-VidModeExtension
[101468.428] (II) Initializing extension XFree86-DGA
[101468.429] (II) Initializing extension XFree86-DRI
[101468.429] (II) Initializing extension DRI2
[101468.432] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[101468.449] (II) intel(0): Setting screen physical size to 508 x 285
[101468.495] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[101468.495] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[101468.495] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[101468.495] (II) LoadModule: "libinput"
[101468.495] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[101468.496] (II) Module libinput: vendor="X.Org Foundation"
[101468.496] 	compiled for 1.21.1.13, module version = 1.4.0
[101468.496] 	Module class: X.Org XInput Driver
[101468.496] 	ABI class: X.Org XInput driver, version 24.4
[101468.496] (II) Using input driver 'libinput' for 'Power Button'
[101468.496] (**) Power Button: always reports core events
[101468.496] (**) Option "Device" "/dev/input/event3"
[101468.499] (II) event3  - Power Button: is tagged by udev as: Keyboard
[101468.499] (II) event3  - Power Button: device is a keyboard
[101468.500] (II) event3  - Power Button: device removed
[101468.526] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[101468.526] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[101468.528] (II) event3  - Power Button: is tagged by udev as: Keyboard
[101468.528] (II) event3  - Power Button: device is a keyboard
[101468.529] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[101468.529] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[101468.529] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[101468.529] (II) Using input driver 'libinput' for 'Video Bus'
[101468.529] (**) Video Bus: always reports core events
[101468.529] (**) Option "Device" "/dev/input/event4"
[101468.531] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[101468.531] (II) event4  - Video Bus: device is a keyboard
[101468.532] (II) event4  - Video Bus: device removed
[101468.560] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event4"
[101468.560] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[101468.563] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[101468.564] (II) event4  - Video Bus: device is a keyboard
[101468.566] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[101468.566] (II) No input driver specified, ignoring this device.
[101468.566] (II) This device may have been added with another device file.
[101468.567] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[101468.567] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[101468.567] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[101468.567] (II) Using input driver 'libinput' for 'Power Button'
[101468.567] (**) Power Button: always reports core events
[101468.567] (**) Option "Device" "/dev/input/event2"
[101468.570] (II) event2  - Power Button: is tagged by udev as: Keyboard
[101468.571] (II) event2  - Power Button: device is a keyboard
[101468.573] (II) event2  - Power Button: device removed
[101468.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[101468.596] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[101468.601] (II) event2  - Power Button: is tagged by udev as: Keyboard
[101468.602] (II) event2  - Power Button: device is a keyboard
[101468.606] (II) config/udev: Adding input device GN Audio A/S Jabra Elite 65t (/dev/input/event5)
[101468.606] (**) GN Audio A/S Jabra Elite 65t: Applying InputClass "evdev keyboard catchall"
[101468.606] (**) GN Audio A/S Jabra Elite 65t: Applying InputClass "libinput keyboard catchall"
[101468.606] (II) Using input driver 'libinput' for 'GN Audio A/S Jabra Elite 65t'
[101468.606] (**) GN Audio A/S Jabra Elite 65t: always reports core events
[101468.606] (**) Option "Device" "/dev/input/event5"
[101468.612] (II) event5  - GN Audio A/S Jabra Elite 65t: is tagged by udev as: Keyboard
[101468.613] (II) event5  - GN Audio A/S Jabra Elite 65t: device is a keyboard
[101468.614] (II) event5  - GN Audio A/S Jabra Elite 65t: device removed
[101468.633] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2.2/1-4.2.2:1.0/0003:0B0E:247F.0020/input/input42/event5"
[101468.633] (II) XINPUT: Adding extended input device "GN Audio A/S Jabra Elite 65t" (type: KEYBOARD, id 9)
[101468.639] (II) event5  - GN Audio A/S Jabra Elite 65t: is tagged by udev as: Keyboard
[101468.640] (II) event5  - GN Audio A/S Jabra Elite 65t: device is a keyboard
[101468.644] (II) config/udev: Adding input device Dell KB216 Wired Keyboard (/dev/input/event7)
[101468.644] (**) Dell KB216 Wired Keyboard: Applying InputClass "evdev keyboard catchall"
[101468.644] (**) Dell KB216 Wired Keyboard: Applying InputClass "libinput keyboard catchall"
[101468.644] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard'
[101468.644] (**) Dell KB216 Wired Keyboard: always reports core events
[101468.644] (**) Option "Device" "/dev/input/event7"
[101468.649] (II) event7  - Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[101468.650] (II) event7  - Dell KB216 Wired Keyboard: device is a keyboard
[101468.653] (II) event7  - Dell KB216 Wired Keyboard: device removed
[101468.680] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2.3/1-4.2.3:1.0/0003:413C:2113.0025/input/input44/event7"
[101468.680] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard" (type: KEYBOARD, id 10)
[101468.686] (II) event7  - Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[101468.687] (II) event7  - Dell KB216 Wired Keyboard: device is a keyboard
[101468.691] (II) config/udev: Adding input device Dell KB216 Wired Keyboard Consumer Control (/dev/input/event9)
[101468.691] (**) Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[101468.691] (**) Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[101468.691] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard Consumer Control'
[101468.692] (**) Dell KB216 Wired Keyboard Consumer Control: always reports core events
[101468.692] (**) Option "Device" "/dev/input/event9"
[101468.697] (II) event9  - Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[101468.698] (II) event9  - Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[101468.700] (II) event9  - Dell KB216 Wired Keyboard Consumer Control: device removed
[101468.743] (II) libinput: Dell KB216 Wired Keyboard Consumer Control: needs a virtual subdevice
[101468.743] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2.3/1-4.2.3:1.1/0003:413C:2113.0026/input/input45/event9"
[101468.743] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard Consumer Control" (type: MOUSE, id 11)
[101468.744] (**) Option "AccelerationScheme" "none"
[101468.744] (**) Dell KB216 Wired Keyboard Consumer Control: (accel) selected scheme none/0
[101468.744] (**) Dell KB216 Wired Keyboard Consumer Control: (accel) acceleration factor: 2.000
[101468.744] (**) Dell KB216 Wired Keyboard Consumer Control: (accel) acceleration threshold: 4
[101468.749] (II) event9  - Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[101468.751] (II) event9  - Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[101468.754] (II) config/udev: Adding input device Dell KB216 Wired Keyboard System Control (/dev/input/event17)
[101468.754] (**) Dell KB216 Wired Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[101468.754] (**) Dell KB216 Wired Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[101468.754] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard System Control'
[101468.754] (**) Dell KB216 Wired Keyboard System Control: always reports core events
[101468.754] (**) Option "Device" "/dev/input/event17"
[101468.762] (II) event17 - Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[101468.762] (II) event17 - Dell KB216 Wired Keyboard System Control: device is a keyboard
[101468.764] (II) event17 - Dell KB216 Wired Keyboard System Control: device removed
[101468.793] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2.3/1-4.2.3:1.1/0003:413C:2113.0026/input/input46/event17"
[101468.793] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard System Control" (type: KEYBOARD, id 12)
[101468.798] (II) event17 - Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[101468.799] (II) event17 - Dell KB216 Wired Keyboard System Control: device is a keyboard
[101468.800] (II) config/udev: Adding input device Logitech M325 (/dev/input/event6)
[101468.800] (**) Logitech M325: Applying InputClass "evdev pointer catchall"
[101468.800] (**) Logitech M325: Applying InputClass "evdev keyboard catchall"
[101468.800] (**) Logitech M325: Applying InputClass "libinput pointer catchall"
[101468.800] (**) Logitech M325: Applying InputClass "libinput keyboard catchall"
[101468.800] (II) Using input driver 'libinput' for 'Logitech M325'
[101468.800] (**) Logitech M325: always reports core events
[101468.800] (**) Option "Device" "/dev/input/event6"
[101468.801] (II) event6  - Logitech M325: is tagged by udev as: Keyboard Mouse
[101468.802] (II) event6  - Logitech M325: device is a pointer
[101468.802] (II) event6  - Logitech M325: device is a keyboard
[101468.802] (II) event6  - Logitech M325: device removed
[101468.826] (II) libinput: Logitech M325: Step value 0 was provided, libinput Fallback acceleration function is used.
[101468.826] (II) libinput: Logitech M325: Step value 0 was provided, libinput Fallback acceleration function is used.
[101468.826] (II) libinput: Logitech M325: Step value 0 was provided, libinput Fallback acceleration function is used.
[101468.826] (II) libinput: Logitech M325: needs a virtual subdevice
[101468.827] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:046D:C52F.0022/0003:046D:4094.0023/input/input43/event6"
[101468.827] (II) XINPUT: Adding extended input device "Logitech M325" (type: MOUSE, id 13)
[101468.827] (**) Option "AccelerationScheme" "none"
[101468.827] (**) Logitech M325: (accel) selected scheme none/0
[101468.827] (**) Logitech M325: (accel) acceleration factor: 2.000
[101468.827] (**) Logitech M325: (accel) acceleration threshold: 4
[101468.830] (II) event6  - Logitech M325: is tagged by udev as: Keyboard Mouse
[101468.832] (II) event6  - Logitech M325: device is a pointer
[101468.832] (II) event6  - Logitech M325: device is a keyboard
[101468.834] (II) config/udev: Adding input device Logitech M325 (/dev/input/mouse0)
[101468.834] (II) No input driver specified, ignoring this device.
[101468.834] (II) This device may have been added with another device file.
[101468.835] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event10)
[101468.835] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[101468.835] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[101468.836] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[101468.836] (**) Ideapad extra buttons: always reports core events
[101468.836] (**) Option "Device" "/dev/input/event10"
[101468.839] (II) event10 - Ideapad extra buttons: is tagged by udev as: Keyboard
[101468.840] (II) event10 - Ideapad extra buttons: device is a keyboard
[101468.841] (II) event10 - Ideapad extra buttons: device removed
[101468.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input13/event10"
[101468.877] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[101468.882] (II) event10 - Ideapad extra buttons: is tagged by udev as: Keyboard
[101468.883] (II) event10 - Ideapad extra buttons: device is a keyboard
[101468.886] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[101468.886] (II) No input driver specified, ignoring this device.
[101468.886] (II) This device may have been added with another device file.
[101468.886] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[101468.887] (II) No input driver specified, ignoring this device.
[101468.887] (II) This device may have been added with another device file.
[101468.887] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[101468.887] (II) No input driver specified, ignoring this device.
[101468.887] (II) This device may have been added with another device file.
[101468.888] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[101468.888] (II) No input driver specified, ignoring this device.
[101468.888] (II) This device may have been added with another device file.
[101468.889] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[101468.889] (II) No input driver specified, ignoring this device.
[101468.889] (II) This device may have been added with another device file.
[101468.891] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[101468.891] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[101468.891] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[101468.891] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[101468.891] (**) AT Translated Set 2 keyboard: always reports core events
[101468.891] (**) Option "Device" "/dev/input/event0"
[101468.895] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[101468.896] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[101468.907] (II) event0  - AT Translated Set 2 keyboard: device removed
[101468.926] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[101468.926] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[101468.930] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[101468.930] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[101468.938] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[101468.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[101468.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[101468.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[101468.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[101468.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[101468.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[101468.939] (II) LoadModule: "synaptics"
[101468.939] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[101468.939] (II) Module synaptics: vendor="X.Org Foundation"
[101468.939] 	compiled for 1.21.1.13, module version = 1.9.2
[101468.940] 	Module class: X.Org XInput Driver
[101468.940] 	ABI class: X.Org XInput driver, version 24.4
[101468.940] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[101468.940] (**) SynPS/2 Synaptics TouchPad: always reports core events
[101468.940] (**) Option "Device" "/dev/input/event11"
[101468.973] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[101468.973] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1278 - 5664 (res 42)
[101468.973] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1172 - 4682 (res 52)
[101468.973] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[101468.974] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[101468.974] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[101468.974] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[101468.974] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[101468.974] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[101468.974] (**) SynPS/2 Synaptics TouchPad: always reports core events
[101469.006] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event11"
[101469.006] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[101469.007] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[101469.007] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[101469.007] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[101469.007] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[101469.007] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[101469.007] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[101469.007] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[101469.007] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[101469.008] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[101469.008] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[101469.009] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[101469.009] (II) No input driver specified, ignoring this device.
[101469.009] (II) This device may have been added with another device file.
[101469.033] (**) Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[101469.033] (**) Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[101469.033] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard Consumer Control'
[101469.033] (**) Dell KB216 Wired Keyboard Consumer Control: always reports core events
[101469.033] (**) Option "Device" "/dev/input/event9"
[101469.033] (II) libinput: Dell KB216 Wired Keyboard Consumer Control: is a virtual subdevice
[101469.033] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2.3/1-4.2.3:1.1/0003:413C:2113.0026/input/input45/event9"
[101469.033] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard Consumer Control" (type: KEYBOARD, id 17)
[101469.034] (**) Logitech M325: Applying InputClass "evdev pointer catchall"
[101469.034] (**) Logitech M325: Applying InputClass "evdev keyboard catchall"
[101469.034] (**) Logitech M325: Applying InputClass "libinput pointer catchall"
[101469.034] (**) Logitech M325: Applying InputClass "libinput keyboard catchall"
[101469.034] (II) Using input driver 'libinput' for 'Logitech M325'
[101469.034] (**) Logitech M325: always reports core events
[101469.034] (**) Option "Device" "/dev/input/event6"
[101469.034] (II) libinput: Logitech M325: is a virtual subdevice
[101469.034] (II) libinput: Logitech M325: Step value 0 was provided, libinput Fallback acceleration function is used.
[101469.034] (II) libinput: Logitech M325: Step value 0 was provided, libinput Fallback acceleration function is used.
[101469.034] (II) libinput: Logitech M325: Step value 0 was provided, libinput Fallback acceleration function is used.
[101469.035] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/0003:046D:C52F.0022/0003:046D:4094.0023/input/input43/event6"
[101469.035] (II) XINPUT: Adding extended input device "Logitech M325" (type: KEYBOARD, id 18)
[101470.387] (II) intel(0): EDID vendor "BOE", prod id 1591
[101470.387] (II) intel(0): Printing DDC gathered Modelines:
[101470.387] (II) intel(0): Modeline "1920x1080"x0.0  147.80  1920 1968 2000 2200  1080 1083 1088 1120 +hsync -vsync (67.2 kHz eP)

DisplayLinkManager logs:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant