rpms/kernel/F-11 TODO, 1.61, 1.62 drm-intel-lying-systems-without-lvds.patch, 1.1, 1.2

Jarod Wilson jwilson at fedoraproject.org
Fri Apr 3 19:48:54 UTC 2009


Author: jwilson

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5156

Modified Files:
	TODO drm-intel-lying-systems-without-lvds.patch 
Log Message:
Update intel lvds blacklist patch header and update TODO a bit


Index: TODO
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/TODO,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- TODO	30 Mar 2009 15:08:54 -0000	1.61
+++ TODO	3 Apr 2009 19:48:24 -0000	1.62
@@ -66,8 +66,10 @@
 * linux-2.6.29-lirc.patch
 * linux-2.6-sysrq-c.patch
 	jarod working on upstreaming
-* linux-2.6-hdpvr.patch
-	jarod added, should be in upstream v4l-dvb by .28, linus' tree by .29
+
+* drm-intel-lying-systems-without-lvds.patch
+* linux-2.6-acer-wmi-bail-on-aao.patch
+	jarod will send upstream shortly (so says he, on 20090303)
 
 * linux-2.6-silence-acpi-blacklist.patch
 * linux-2.6-silence-fbcon-logo.patch

drm-intel-lying-systems-without-lvds.patch:

Index: drm-intel-lying-systems-without-lvds.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/drm-intel-lying-systems-without-lvds.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- drm-intel-lying-systems-without-lvds.patch	3 Apr 2009 19:34:04 -0000	1.1
+++ drm-intel-lying-systems-without-lvds.patch	3 Apr 2009 19:48:24 -0000	1.2
@@ -1,3 +1,21 @@
+[PATCH] drm: ignore LVDS on intel graphics systems that lie about having it
+
+There are a number of small form factor desktop systems with Intel mobile
+graphics chips that lie and say they have an LVDS. With kernel mode-setting,
+this becomes a problem, and makes native resolution boot go haywire -- for
+example, my Dell Studio Hybrid, hooked to a 1920x1080 display claims to
+have a 1024x768 LVDS, and the resulting graphical boot on the 1920x1080
+display uses only the top left 1024x768, and auto-configured X will end
+up only 1024x768 as well. With this change, graphical boot and X
+both do 1920x1080 as expected.
+
+Nb: one minor issue... Current Fedora rawhide, video playback using Xv
+makes X go off into the weeds with this patch added... But that's a bug
+elsewhere, still confident this patch DTRT.
+
+Signed-off-by: Jarod Wilson <jarod at redhat.com>
+
+---
  drivers/gpu/drm/i915/intel_lvds.c |   50 ++++++++++++++++++++++++++++++------
  1 files changed, 41 insertions(+), 9 deletions(-)
 




More information about the fedora-extras-commits mailing list