ascent12 / drm_info

Moved to https://gitlab.freedesktop.org/emersion/drm_info
MIT License
63 stars 13 forks source link

Add a monitor mode #24

Open emersion opened 5 years ago

emersion commented 5 years ago

It would be very nice to have a "monitor" mode to keep listening to udev events and show what connectors changed. I'm debugging some hotplug issues where two hotplug events happen very quickly and it's not clear what the intermediate state is.

I've no idea if this is a desirable feature for this tool, or how this could nicely be integrated with the existing code.

emersion commented 4 years ago

Started working on a monitoring tool here: https://github.com/emersion/drm_monitor

We'll see if it makes sense to merge into drm_info.