[Xfce4-commits] [xfce/xfce4-settings] 01/01: Support embedded DisplayPort connectors

noreply at xfce.org noreply at xfce.org
Fri Feb 23 02:11:22 CET 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       x   f   c   e   -   4   .   1   2   
   in repository xfce/xfce4-settings.

commit f628595a81475db27a863564c6a5b6018db8a691
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Feb 15 00:21:04 2017 +0100

    Support embedded DisplayPort connectors
    
    This is what modern laptops have as internal displays
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 xfsettingsd/displays.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
index 14998df..de91c14 100644
--- a/xfsettingsd/displays.c
+++ b/xfsettingsd/displays.c
@@ -1347,6 +1347,7 @@ xfce_displays_helper_toggle_internal (gpointer           *power,
 
         /* Try to find the internal display */
         if (g_str_has_prefix (output->info->name, "LVDS")
+            || g_str_has_prefix (output->info->name, "eDP")
             || strcmp (output->info->name, "PANEL") == 0)
         {
             lvds = output;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list