debian/changelog | 8 ++++++++ debian/patches/187_edid_quirk_hp_nc8430.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+)
New commits: commit 8466d24ba02f184b73d84bb4620939775c0b7525 Author: Bryce Harrington <br...@bryceharrington.org> Date: Tue Oct 13 02:32:50 2009 -0700 Add quirk for invalid edid diff --git a/debian/changelog b/debian/changelog index cb4c596..491b0ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xorg-server (2:1.6.4-2ubuntu2) karmic; urgency=low + + * Add 187_edid_quirk_hp_nc8430.patch: Quirk for another LPL monitor, to + fix huge font sizes due to invalid EDID from the hardware. + (LP: #380009) + + -- Bryce Harrington <br...@ubuntu.com> Tue, 13 Oct 2009 02:25:46 -0700 + xorg-server (2:1.6.4-2ubuntu1) karmic; urgency=low * Merge from Debian unstable. (LP: #447010) diff --git a/debian/patches/187_edid_quirk_hp_nc8430.patch b/debian/patches/187_edid_quirk_hp_nc8430.patch new file mode 100644 index 0000000..f607fff --- /dev/null +++ b/debian/patches/187_edid_quirk_hp_nc8430.patch @@ -0,0 +1,15 @@ +diff -Nurp xorg-server-ubuntu-git/hw/xfree86/modes/xf86EdidModes.c xorg-server-ubuntu-git-working/hw/xfree86/modes/xf86EdidModes.c +--- xorg-server-ubuntu-git/hw/xfree86/modes/xf86EdidModes.c 2009-10-03 11:52:23.000000000 -0700 ++++ xorg-server-ubuntu-git-working/hw/xfree86/modes/xf86EdidModes.c 2009-10-13 02:23:21.000000000 -0700 +@@ -160,6 +160,11 @@ static Bool quirk_detailed_v_in_cm (int + DDC->vendor.prod_id == 47360) + return TRUE; + ++ /* LP #380009: HP Compaq NC8430 LP154W01-TLA8 */ ++ if (memcmp (DDC->vendor.name, "LPL", 4) == 0 && ++ DDC->vendor.prod_id == 5750) ++ return TRUE; ++ + return FALSE; + } + diff --git a/debian/patches/series b/debian/patches/series index fc7c044..153549e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -39,3 +39,4 @@ fix-dga-removal.patch 184_virtual_devices_autodetect.patch 185_dix_badwindow.patch 186_autoconfig_geode.patch +187_edid_quirk_hp_nc8430.patch -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org