this post was submitted on 13 Jan 2025
18 points (100.0% liked)

Linux

49417 readers
1324 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Does Linux support this? I am trying to connect my laptop to a monitor via USB C. The laptop has two Thunderbolt ports and the monitor has support for USB C DP alt mode. I have tested the same setup on my work laptop (windows 11) and it works fine but my laptop running arch does not work. My laptop detects the monitor correctly so it shows up in the KDE plasma display configuration but the monitor is not getting any input. As far as I could tell this is supported in the kernel. Am I wrong? Am I missing some important package?

you are viewing a single comment's thread
view the rest of the comments
[–] lime@feddit.nu 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

do you have evdi installed? and if not, does it work when you reboot with the cable connected?

https://wiki.archlinux.org/title/DisplayLink

[–] cralder@lemmy.world 1 points 2 weeks ago (2 children)

No I don't have that installed. Isn't DisplayLink something completely different?

Rebooting while connected sorta worked, but not really. When I logged in the laptop monitor went black and the external monitor was black with a white underscore at the top left as if a terminal was open. So that's something I guess but I could not use my computer at all in this state.

[–] lime@feddit.nu 2 points 2 weeks ago (1 children)

yeah displaylink is sort of a streaming feature, but evdi is a kernel module that makes the kernel aware of multiple monitors over usb (among other things), it's required for display plug-n-play over usb in my experience.

[–] progandy@feddit.org 2 points 2 weeks ago (1 children)

It is not required for the displayport alternate mode of usb-c.

It is an alternative with limited performance that is built on top of usb and does not require hardware support on the PC side.

[–] lime@feddit.nu 1 points 2 weeks ago (1 children)

good to know, i've never managed to get it working without. what's the recommended approach then?

[–] progandy@feddit.org 2 points 2 weeks ago (1 children)

If your monitor/docking station/adapter and the computer support the DP Alternate mode, then you should use that, it should be supported directly by the kernel. Problems may occur if the port is connected to the dedicated graphics and you use the internal graphics card. In my experience it worked perfectly so I do not know any good troubleshooting steps.

[–] lime@feddit.nu 1 points 2 weeks ago

then, maybe it was added to the kernel after i first tried it and i've been working with old assumptions.

[–] lime@feddit.nu 1 points 2 weeks ago

also that behavior is interesting because it means the display is detected and the computer is drawing to it but something in your environment is unstable. check the system log for previous boot to see what screwed up.