Date: Tue, 29 Jan 2019 08:27:02 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 208647] x11/xrandr standardizing video output names Message-ID: <bug-208647-7141-cSOEA4fSbA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208647-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-208647-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208647 --- Comment #7 from Emmanuel Vadot <manu@freebsd.org> --- Drivers are supposed to use drm_connector_init which concatenate the type w= ith 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 no= rmal 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208647-7141-cSOEA4fSbA>