[gnome-settings-daemon] For the XF86Display hotkey, use Clone mode before extended-desktop mode



commit a5ced126f4b35c3bf3a41685ca66dac3476a79cd
Author: Federico Mena Quintero <federico novell com>
Date:   Mon Jun 8 17:59:14 2009 -0500

    For the XF86Display hotkey, use Clone mode before extended-desktop mode
    
    This way you plug in a projector, hit the XF86Display hotkey, and get
    a working projector to show a presentation.  Hopefully.
    
    Signed-off-by: Federico Mena Quintero <federico novell com>
---
 plugins/xrandr/gsd-xrandr-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 262fcd4..7f16c70 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -704,8 +704,8 @@ generate_fn_f7_configs (GsdXrandrManager *mgr)
         }
 
         g_ptr_array_add (array, gnome_rr_config_new_current (screen));
-        g_ptr_array_add (array, make_xinerama_setup (screen));
         g_ptr_array_add (array, make_clone_setup (screen));
+        g_ptr_array_add (array, make_xinerama_setup (screen));
         g_ptr_array_add (array, make_laptop_setup (screen));
         g_ptr_array_add (array, make_other_setup (screen));
         g_ptr_array_add (array, gnome_rr_config_new_stored (screen, NULL)); /* NULL-GError - if this can't read the stored config, no big deal */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]