Package Details: hyprland-displaylink-git 0.38.1-4

Git Clone URL: https://aur.archlinux.org/hyprland-displaylink-git.git (read-only, click to copy)
Package Base: hyprland-displaylink-git
Description: A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)
Upstream URL: https://github.com/hyprwm/Hyprland
Licenses: BSD
Conflicts: hyprland
Provides: hyprland
Submitter: julian.poidevin
Maintainer: None
Last Packager: Sandwich
Votes: 3
Popularity: 0.012881
First Submitted: 2023-05-14 17:44 (UTC)
Last Updated: 2024-05-02 21:44 (UTC)

Required by (56)

Sources (2)

Pinned Comments

Sandwich commented on 2024-04-30 13:05 (UTC) (edited on 2024-05-01 15:57 (UTC) by Sandwich)

This work is mostly done by matt1606 and clementpoiret. Full credit goes to them, and I will be happy to let them own the package if they wish to.

For this package to work wlroots-displaylink-git will be required as well that I will push soon. This package was initially created by "Kshitij Joshi" and the patch by "kennylevinsen"

Sources: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1823 https://gist.github.com/clementpoiret/992d7b4c8cd3707b21461366c817db4d https://pastebin.com/N2siXAXG

Latest Comments

« First ‹ Previous 1 2 3

poiret.clement commented on 2023-07-20 15:15 (UTC)

Okay that's weird, I have another kernel (xanmod, based on Linux 6.4.4), and switching from LTS to this one, DisplayLink now work on hyprland. So I believe this might be a compatibility issue between evdi and linux lts? Anyway, I'm very sorry to have bothered you!

julian.poidevin commented on 2023-07-20 13:59 (UTC) (edited on 2023-07-20 13:59 (UTC) by julian.poidevin)

@poiret.clement Ok nothing suspicious on the hyprctl monitors. Could it be the environment variables value you are using ? I wonder if the NVIDIA-related environment variable are not the issue.

Maybe try removing some of your env = lines in your hyprland.conf file and check recommended values in Hyprland documentation ?

poiret.clement commented on 2023-07-20 13:22 (UTC)

@julian.poidevin of course:

Monitor eDP-1 (ID 0):
    1920x1080@59.999001 at 1080x1080
    description: BOE 0x0869 (eDP-1)
    make: BOE
    model: 0x0869
    serial: 
    active workspace: 1 (1)
    special workspace: 0 ()
    reserved: 0 39 0 0
    scale: 1.00
    transform: 0
    focused: yes
    dpmsStatus: 1
    vrr: 0

Monitor DVI-I-1 (ID 1):
    1920x1080@60.000000 at 0x0
    description: ASUSTek COMPUTER INC MB16A R2LMQS067280 (DVI-I-1)
    make: ASUSTek COMPUTER INC
    model: MB16A
    serial: R2LMQS067280
    active workspace: 2 (2)
    special workspace: 0 ()
    reserved: 0 0 0 0
    scale: 1.00
    transform: 3
    focused: no
    dpmsStatus: 1
    vrr: 0

julian.poidevin commented on 2023-07-20 13:11 (UTC)

@poiret.clement damn, can you please provide the result of the hyprctl monitors command ?

poiret.clement commented on 2023-07-20 12:58 (UTC)

@julian.poidevin, I commented everything and kept only

monitor=DVI-I-1,1920x1080@60,0x0,1
monitor=eDP-1,1920x1080@60,0x1080,1

The screen is still black :/

julian.poidevin commented on 2023-07-20 10:26 (UTC)

@poiret.clement I may have a guess, it seems you misconfigured the position setting for the displaylink DVI-I-1 monitor line. I can see on your configuration file than multiple monitors are located at the position 0x0 meaning several monitors are overlapping :

monitor = DVI-I-1,1920x1080@60,0x0,1,transform,3 # DisplayLink
monitor = DP-1,1920x1080@60,0x0,1,transform,3 # Station F
monitor = DP-4,1920x1080@60,0x0,1,transform,3 # Station F
monitor = DP-5,1920x1080@60,0x0,1,transform,3 # Station F

You should replace 0x0 by proper settings, see Hyprland docs.

For example, here's my settings :

monitor=DVI-I-1,1920x1080@60,0x0,1
monitor=eDP-1,1920x1080@60,0x1080,1
monitor=HDMI-A-1,3440x1440@60,1920x424,1

poiret.clement commented on 2023-07-20 09:54 (UTC)

Hi, thank you for your answer @julian.poidevin. Yep, I rebooted multiple times, used multiple nvidia drivers, even the nouveau driver, I even applied the patch on hyprland-nvidia package to have both patches.

Here is my config: https://pastebin.com/LQ6G1gcR

julian.poidevin commented on 2023-07-20 09:11 (UTC) (edited on 2023-07-20 09:12 (UTC) by julian.poidevin)

Hello @poiret.clement, I suppose you did try rebooting your computer ? Can you please link your hyprland.conf file using https://pastebin.com/ ?

poiret.clement commented on 2023-07-20 09:09 (UTC)

Hi, using this patch, the monitor is correctly listed by hyprctl monitors, but it stays black forever, even with proper config in hyprland.conf. It works with i3, plasma X11, and plasma wayland. Any idea?