Re: EDID from multiple displays using ioctl(WSDISPLAYIO_GET_EDID)

2021-01-04 Thread Mouse
> In the ideal world I'd love to see multiple tty's on multiple screens > and being able to switch between them with the muxed keyboard but at > the same time allow X to span them all (or a set) > The furthest I got was a prompt on wsdisplay1 (ttyF0) but no way to > switch the keyboard to it.

Re: EDID from multiple displays using ioctl(WSDISPLAYIO_GET_EDID)

2021-01-04 Thread Reinoud Zandijk
On Wed, Dec 23, 2020 at 09:03:16AM +0100, Michael van Elst wrote: > On Wed, Dec 23, 2020 at 07:36:10AM +, RVP wrote: > > On Wed, 23 Dec 2020, Michael van Elst wrote: > > > > > If you had multiple wsdisplay* instances, there would be some > > > corresponding ttyE* that you could send the ioctl

Re: EDID from multiple displays using ioctl(WSDISPLAYIO_GET_EDID)

2020-12-23 Thread RVP
On Wed, 23 Dec 2020, Michael van Elst wrote: If you had multiple wsdisplay* instances, there would be some corresponding ttyE* that you could send the ioctl to. Hmm: wsdisplay0 at intelfb0; wsdisplay1 at nouveaufb0 ? What about multiple multiple monitors connected to the same card? -RVP

Re: EDID from multiple displays using ioctl(WSDISPLAYIO_GET_EDID)

2020-12-23 Thread Michael van Elst
On Wed, Dec 23, 2020 at 07:36:10AM +, RVP wrote: > On Wed, 23 Dec 2020, Michael van Elst wrote: > > > If you had multiple wsdisplay* instances, there would be some > > corresponding ttyE* that you could send the ioctl to. > > Hmm: wsdisplay0 at intelfb0; wsdisplay1 at nouveaufb0 ? > What abou

Re: EDID from multiple displays using ioctl(WSDISPLAYIO_GET_EDID)

2020-12-22 Thread Michael van Elst
r...@sdf.org (RVP) writes: >Is there a way to retrieve EDID data from displays other than >the default one using ioctl(WSDISPLAYIO_GET_EDID) ? >On my Asus X202E laptop with 3 physical outputs (LVDS, VGA, HDMI) >the ioctl gets the EDID only of the LVDS panel. This is for >situations where X is not