Skip to content

Configure outputs with make, model, serial in rootston

Simon Ser requested to merge github/fork/emersion/output-config-by-name into master

This allows for instance to configure the screen you plug in your HDMI connector at home differently from the one you plug in the same connector at work.

Also added fallbacks in DRM backend in case EDID extension data for model and serial is missing.

Test plan: get your output name in rootston logs:

2017-12-07 13:57:23 - [rootston/output.c:293] Output 'LVDS-1' added
2017-12-07 13:57:23 - [rootston/output.c:296] 'Chimei Innolux Corporation 0x1484 0x00000000' 310mm x 174mm

Add it to your config:

[output:Chimei Innolux Corporation 0x1484 0x00000000]
scale = 2

Check that the config is applied to the output.

Updates #403 (closed)

Merge request reports

Loading