[PATCH] Add option to use DPI calculated from EDID

2011-10-11 Thread Michal Suchanek
Hello, this is a patch that fixes a long-standing issue with the X server. The X server discards EDID information and sets DPI always to 96. This is a regression since 1.7 introduced in fff00d . There is no option to use the information obtained from EDID. Thanks Michal From 33a200fa5b670a9e4

Re: [PATCH] Add option to use DPI calculated from EDID

2011-10-11 Thread Alex Deucher
On Tue, Oct 11, 2011 at 1:16 PM, Michal Suchanek wrote: > Hello, > > this is a patch that fixes a long-standing issue with the X server. > > The X server discards EDID information and sets DPI always to 96. > > This is a regression since 1.7 introduced in fff00d . > > There is no option to use the

Re: [PATCH] Add option to use DPI calculated from EDID

2011-10-11 Thread Matt Dew
On 10/11/2011 11:25 AM, Alex Deucher wrote: On Tue, Oct 11, 2011 at 1:16 PM, Michal Suchanek wrote: Hello, this is a patch that fixes a long-standing issue with the X server. The X server discards EDID information and sets DPI always to 96. This is a regression since 1.7 introduced in fff00d

Re: [PATCH] Add option to use DPI calculated from EDID

2011-10-11 Thread Michal Suchanek
On 11 October 2011 20:20, Matt Dew wrote: > On 10/11/2011 11:25 AM, Alex Deucher wrote: >> >> On Tue, Oct 11, 2011 at 1:16 PM, Michal Suchanek >>  wrote: >>> >>> Hello, >>> >>> this is a patch that fixes a long-standing issue with the X server. >>> >>> The X server discards EDID information and se

Re: [PATCH] Add option to use DPI calculated from EDID

2011-10-14 Thread Jeremy Huddleston
This looks mostly correct, but I want someone a bit more familiar with the Xorg DDX to comment on it as well. Reviewed-by: Jeremy Huddleston On Oct 11, 2011, at 10:16 AM, Michal Suchanek wrote: > Hello, > > this is a patch that fixes a long-standing issue with the X server. > > The X server