[Bug 208647] x11/xrandr standardizing video output names

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 29 08:27:05 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208647

--- Comment #7 from Emmanuel Vadot <manu at freebsd.org> ---
Drivers are supposed to use drm_connector_init which concatenate the type with
the id (see
https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/drm_connector.c#L235)
But if you use, in userland, drm_mode_getconnector IOCTL you don't have the
name, just the type and id.
The connector name is mainly used for cmdline parsing, so it would seems normal
to me that userland program uses the same name (i.e: with the hyphen).
With modesetting on intel I have the hyphen. It seems that the problem is in
xf86-video-intel.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list