Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 912692

Summary: x11-misc/autorandr 1.14: udev rule broken for openrc users
Product: Gentoo Linux Reporter: Alexander Weber <web.alexander>
Component: Current packagesAssignee: Florian Schmaus <flow>
Status: UNCONFIRMED ---    
Severity: normal CC: web.alexander
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=803545
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexander Weber 2023-08-20 18:49:23 UTC
If x11-misc/autorandr-1.14 is installed, the udev rule refers to systemd service instead of autorandr call. 

cat /lib/udev/rules.d/40-monitor-hotplug.rules
ACTION=="change", SUBSYSTEM=="drm", RUN+="/bin/systemctl start --no-block autorandr.service"

Therefore autorandr is broken for openrc users in this version.

It seems the same issue is back like the second one in https://bugs.gentoo.org/803545.
Comment 1 Alexander Weber 2024-04-10 09:58:23 UTC
The issue is still not solved in x11-misc/autorandr-1.15

I thing the cause of comeback the issue is this change:
https://github.com/phillipberndt/autorandr/pull/345
that was merged into 1.14