Re: [PATCH 1/3] Extract and parse the EDID when outputs are added

2013-05-01 Thread Kristian Høgsberg
On Wed, Apr 24, 2013 at 02:58:02PM +0100, Richard Hughes wrote: > At the moment we're only extracting interesting strings. We have to be quite > careful parsing the EDID data, as vendors like to do insane things. > > The original EDID parsing code was written by me for gnome-color-manager. > --- >

[PATCH 1/3] Extract and parse the EDID when outputs are added

2013-04-24 Thread Richard Hughes
At the moment we're only extracting interesting strings. We have to be quite careful parsing the EDID data, as vendors like to do insane things. The original EDID parsing code was written by me for gnome-color-manager. --- src/compositor-drm.c | 149 +++