[gnome-desktop] 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-rr: Don't mark DFP outputs as internal
- Date: Mon, 16 Jul 2012 14:33:06 +0000 (UTC)
commit f923c27e0fd247e8835a8b7dbda7bfcad7fd0c30
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
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 c6139c9..4a6384c 100644
--- a/libgnome-desktop/gnome-rr.c
+++ b/libgnome-desktop/gnome-rr.c
@@ -1921,7 +1921,6 @@ _gnome_rr_output_name_is_laptop (const char *name)
strstr (name, "Lvds") ||
strstr (name, "LCD") || /* ... but fglrx uses "LCD" in some versions. Shoot me now, kthxbye. */
strstr (name, "eDP") || /* eDP is for internal laptop panel connections */
- strstr (name, "DFP") || /* DFP is also an internal laptop display */
strstr (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]