Hi, On 4 March 2015 at 11:08, Daniel Vetter <daniel at ffwll.ch> wrote: > +drmModeConnectorPtr drmModeGetConnector(int fd, uint32_t connector_id) > +drmModeConnectorPtr drmModeGetConnector(int fd, uint32_t connector_id)
Testing would probably reveal that you wanted to call one of these drmModeGetConnectorCurrent. :) Cheers, Daniel