View Single Post
Old 04-07-2023, 02:42 AM   #2
psypete
Junior Member
 
Join Date: Apr 2023
Posts: 3
Default

So, i needed to install the `gcompat` package to run the DisplayLinkManager app...

Code:
apk add gcompat
And I created a service to run /etc/sv/displaylink-driver/run at boot time.

However, I don't really know what to do from here... ?

I can see some evdi stuff in my /var/log/Xorg.0.log file

Code:
[  5851.582] (II) xfree86: Adding drm device (/dev/dri/card0)
[  5851.582] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  5851.598] (II) xfree86: Adding drm device (/dev/dri/card1)
[  5851.598] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card1
[  5851.601] (II) xfree86: Adding drm device (/dev/dri/card2)
[  5851.601] (II) Platform probe for /sys/devices/platform/evdi.0/drm/card2
[  5851.601] (II) xfree86: Adding drm device (/dev/dri/card3)
[  5851.601] (II) Platform probe for /sys/devices/platform/evdi.1/drm/card3
[  5851.602] (II) xfree86: Adding drm device (/dev/dri/card4)
[  5851.602] (II) Platform probe for /sys/devices/platform/evdi.2/drm/card4
[  5851.602] (II) xfree86: Adding drm device (/dev/dri/card5)
[  5851.602] (II) Platform probe for /sys/devices/platform/evdi.3/drm/card5
[  5851.612] (--) PCI:*(0@0:2:0) 8086:1916:17aa:381c rev 7, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[  5851.612] (--) 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
But I can't see how to actually use these cards?

Can someone link me to some instructions of how to make use of the drivers now that they're installed and the display manager runs?

I tried running the display manager with logging and debugging turned on, but it's just spitting out base64-encoded randomness at me....


Xorg version:


Code:
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
Current Operating System: Linux macintosh 5.15.106-0-lts #1-Alpine SMP Wed, 05 Apr 2023 10:48:45 +0000 x86_64
psypete is offline   Reply With Quote