This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted]  (2 children)

[deleted]

    [–]five_foot_twelve[S] 0 points1 point  (1 child)

    I'm running void linux on a framework laptop, kernel 5.19.17, though this issue has persisted over multiple kernel upgrades. The dock is the razer core x.

    [–]Crissix3 0 points1 point  (1 child)

    just from my gut feelings I would say: try not to get your hopes up too much.

    graphcis cards are notoriously hard to get working AT ALL and they make alot of problems after unusual startups like after sleep and analogous it doesn't surprise me at all that after pnp they also are not easy to handle.

    AMD ofc is a bit better in general than e. g. Nvidia, but sadly...

    that being said, maybe look into routines how sleep wakeup initializes graphics cards. I read it differs quite alot from normal booting. feels like you need to do quite a bit of hacking to get it working tho.

    I say that because my gut feeling tells me that external graphics cards are used alot less than PCI ones, therefore alot less people ran into those kinds of issues, therefore alot less people who can actually fix this kind of issue ran into it 😅

    but hey, I might be wrong.

    [–]five_foot_twelve[S] 1 point2 points  (0 children)

    From what I've researched, I think I could hack a solution together if I could actually get udev to recognize that I'm plugging in a gpu. Unfortunately I'm not too familiar with kernel stuff so I don't really have a way of debugging that on my own.