[gnome-desktop/gnome-3-4] gnome-rr: Don't mark DFP outputs as internal
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop/gnome-3-4] gnome-rr: Don't mark DFP outputs as internal
- Date: Mon, 16 Jul 2012 17:08:56 +0000 (UTC)
commit aab5041d6bb119a1b7dd9f91a20bb4c2d2d43d01
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 16 15:30:33 2012 +0100
gnome-rr: Don't mark DFP outputs as internal
Too many false positives, and the bug that it was supposed to fix,
on the MacBook Pro, wasn't actually fixed by that check.
See:
https://bugzilla.gnome.org/show_bug.cgi?id=679858
and:
https://bugzilla.gnome.org/show_bug.cgi?id=672030
Conflicts:
libgnome-desktop/gnome-rr.c
libgnome-desktop/gnome-rr.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-desktop/gnome-rr.c b/libgnome-desktop/gnome-rr.c
index 47164e2..63e3ec8 100644
--- a/libgnome-desktop/gnome-rr.c
+++ b/libgnome-desktop/gnome-rr.c
@@ -1907,7 +1907,6 @@ gnome_rr_output_is_laptop (GnomeRROutput *output)
strstr (output->name, "Lvds") ||
strstr (output->name, "LCD") || /* ... but fglrx uses "LCD" in some versions. Shoot me now, kthxbye. */
strstr (output->name, "eDP") || /* eDP is for internal laptop panel connections */
- strstr (output->name, "DFP") || /* DFP is also an internal laptop display */
strstr (output->name, "default"))) /* Finally, NVidia and all others that don't bother to do RANDR properly */
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]