We've an downstream bug report on MeeGo where X thinks that the 9" screen on an Acer Aspire One 110 netbook is actually 451mm by 113mm. I obtained the offending EDID data and using a patched parse-edid discovered that whilst the maximum physical size is reported as 190mm x 110mm, the native (and only) mode has a reported physical size of 451mm x 113mm. Clearly this calls for the quirk_detailed_use_maximum_size() quirk.
Created attachment 51535 [details] [review] Patch I think I have the detection correct but don't have easy access to an affected machine to test. parse-edid reports the following: Identifier "LGD:7f01" VendorName "LGD" ModelName "LGD:7f01"
(reported against xserver 1.9.0, patch generated against master)
please send the patch to the list (xorg-devel@lists.x.org) per http://www.x.org/wiki/Development/Documentation/SubmittingPatches thanks!
Unmarking as a 1.11 blocker, but I will consider this for 1.11 once it is in master.
Ping. Ross, please send your patch to xorg-devel.
> --- Comment #5 from Jeremy Huddleston <jeremyhu@freedesktop.org> 2011-10-28 18:48:54 PDT --- > Ping. Ross, please send your patch to xorg-devel. > he already did, iirc.
Yes, I did. http://lists.x.org/archives/xorg-devel/2011-September/025754.html
Yes, it was sent, reviewed by daniels and myself. It was never resent to keithp with our r-b's for merging into master. Please send the final version with the r-b's to keithp and CC the list, so this can get merged... preferibly before beta1 this Friday.
commit 40c1287f36517f0afd62306e306f6a68120d9a59 Author: Ross Burton <ross@linux.intel.com> Date: Wed Sep 28 11:46:02 2011 +0100 edid: Add quirk for Acer Aspire One 110 At least one revision of the AAO reports a 190x110mm maximum size but a 451x113mm mode. X.Org Bug 41141 <https://bugs.freedesktop.org/show_bug.cgi?id=41141> Signed-off-by: Ross Burton <ross@linux.intel.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 58864146fbdf1820d04825838691e84784ef91bc)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.