Skip to content

backend-drm: Get optional WESTON_TRANSFORM from udev.

James Hilliard requested to merge jameshilliard/weston:udev-transform into main

Should allow configuration of rotation along the lines of:

ACTION!="remove", SUBSYSTEM=="drm", SUBSYSTEMS=="pci|usb|platform", KERNEL=="card*", ENV{WL_OUTPUT}="VGA-1", ENV{WESTON_TRANSFORM}="rotate-270"
Edited by James Hilliard

Merge request reports