canonical/mir

Send proper make and model information for `wl_output::geometry`

Open

#4,061 opened on Jul 3, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C++ (137 forks)auto 404
Good first issue

Repository metrics

Stars
 (775 stars)
PR merge metrics
 (PR metrics pending)

Description

Issue

This information is always being sent as "Fake manufacturer" and "Fake model". Nowadays, this is easily accessible via the edid information

Implementation

Use the information gained from config.edid to query the manufacturer and model of the outputs and send it down here.

Contributor guide