You are not logged in.

#1 2025-02-12 15:51:19

destroyedlolo
Member
Registered: 2023-11-04
Posts: 5

Simplified displaylink (monitor attached to USB-C) procedure

Hello,

I successfully installed Arch on my HP-EliteBook including displaylink support smile

It seems the wiki is now outdated as requesting manual configuration I didn't have to do.

The only things I did

pacman -S linux-headers
yay -S displaylink
systemctl enable displaylink.service

and that's all.

And it will be even more simple if linux-headers were included as a dependency for evdi.

Can someone confirm on its own environment ? If so, I'll put a CR to for wiki update smile

Bye

Laurent

Last edited by destroyedlolo (2025-02-12 15:53:22)

Offline

#2 2025-02-13 09:01:09

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,397

Re: Simplified displaylink (monitor attached to USB-C) procedure

wiki wrote:

Install the displaylinkAUR driver. For Xorg it allows configuring DisplayLink monitors using xrandr in the same manner as the udl driver; for Wayland no configuration is necessary.

(emphasis by me)

Are you using wayland ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2025-02-13 13:15:53

destroyedlolo
Member
Registered: 2023-11-04
Posts: 5

Re: Simplified displaylink (monitor attached to USB-C) procedure

No, X11.

Offline

#4 2025-02-15 15:50:38

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,397

Re: Simplified displaylink (monitor attached to USB-C) procedure

And it will be even more simple if linux-headers were included as a dependency for evdi.

Bad idea as evdi depends on dkms and dkms only requires headers for installed kernels.
(there are plenty of users that don't have linux kernel installed but use another repo kernel like linux-lts , linux-zen etc)

1.2.1 on the displaylink archiki page has (after configuring DKMS) .
having the correct headers installed is part of configuring dkms and mentioned on its archwiki page.

It does seem possible X autodetection no longer needs the conf files, please post the output of ls -lR /etc/X11 and xorg log .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2025-02-15 18:06:58

destroyedlolo
Member
Registered: 2023-11-04
Posts: 5

Re: Simplified displaylink (monitor attached to USB-C) procedure

I entered only the 3 lines in my top post, and never changed anything related to DKMS.

# ls -lR /etc/X11
/etc/X11:
total 8
drwxr-xr-x 3 root root 4096  5 févr. 20:14 xinit
drwxr-xr-x 2 root root 4096  5 févr. 20:10 xorg.conf.d

/etc/X11/xinit:
total 12
-rw-r--r-- 1 root root  994  5 janv. 20:40 xinitrc
drwxr-xr-x 2 root root 4096  5 févr. 20:14 xinitrc.d
-rw-r--r-- 1 root root   45  5 janv. 20:40 xserverrc

/etc/X11/xinit/xinitrc.d:
total 8
-rwxr-xr-x 1 root root 318 12 juil.  2024 40-libcanberra-gtk-module.sh
-rwxr-xr-x 1 root root 538 13 janv. 10:12 50-systemd-user.sh

/etc/X11/xorg.conf.d:
total 4
-rw-r--r-- 1 root root 290  5 févr. 20:10 00-keyboard.conf
[root@Galactica ~]# vim /var/log/Xorg.0.log
Xorg.0.log      Xorg.0.log.old  
[root@Galactica ~]# vim /var/log/Xorg.0.log
[root@Galactica ~]# ls -lR /etc/X11
/etc/X11:
total 8
drwxr-xr-x 3 root root 4096  5 févr. 20:14 xinit
drwxr-xr-x 2 root root 4096  5 févr. 20:10 xorg.conf.d

/etc/X11/xinit:
total 12
-rw-r--r-- 1 root root  994  5 janv. 20:40 xinitrc
drwxr-xr-x 2 root root 4096  5 févr. 20:14 xinitrc.d
-rw-r--r-- 1 root root   45  5 janv. 20:40 xserverrc

/etc/X11/xinit/xinitrc.d:
total 8
-rwxr-xr-x 1 root root 318 12 juil.  2024 40-libcanberra-gtk-module.sh
-rwxr-xr-x 1 root root 538 13 janv. 10:12 50-systemd-user.sh

/etc/X11/xorg.conf.d:
total 4
-rw-r--r-- 1 root root 290  5 févr. 20:10 00-keyboard.conf

Offline

Board footer

Powered by FluxBB