https://bugs.kde.org/show_bug.cgi?id=521814
--- Comment #6 from [email protected] --- I tried both : ❯ sudo udevadm trigger --verbose --action=remove --subsystem-match=drm --sysname-match=card0 /sys/devices/pci0000:00/0000:00:1b.4/0000:05:00.0/drm/card0 ❯ sudo udevadm trigger --verbose --action=remove --subsystem-match=pci --sysname-match=0000:05:00.0 /sys/devices/pci0000:00/0000:00:1b.4/0000:05:00.0 and both didn't work. Second command is for the parent device of card0. I don't know much about udev, so I am not sure if these commands are correct. But, I checked the arch wiki and man pages of udevadm, and this seems like it would trigger a remove event for the card. The kwin process was not affected in any way after these commands were ran. I also tried to to simulate an unplug via : echo 1 > "/sys/bus/pci/devices/0000:05:00.0/remove" and it didn't work either; the command stalls, and kwin doesn't release its hold on the gpu. -- You are receiving this mail because: You are watching all bug changes.
