]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Prefer sysfs probing over xrandr probing (more reliable, esp. if fake xrandr is used)
authorPhillip Berndt <phillip.berndt@googlemail.com>
Tue, 3 Dec 2013 11:22:31 +0000 (12:22 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Tue, 3 Dec 2013 11:22:31 +0000 (12:22 +0100)
autorandr

index 08725363e1627a52bb2f2f7bcbb7162644c754c9..90f63ec09e509799325252b2541fd1f3fb741ae1 100755 (executable)
--- a/autorandr
+++ b/autorandr
@@ -55,7 +55,7 @@ FORCE_LOAD=0
 DEFAULT_PROFILE=""
 SAVE_PROFILE=""
 
-FP_METHODS="setup_fp_xrandr_edid setup_fp_sysfs_edid"
+FP_METHODS="setup_fp_sysfs_edid setup_fp_xrandr_edid"
 CURRENT_CFG_METHOD="current_cfg_xrandr"
 LOAD_METHOD="load_cfg_xrandr"