]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Prefer xrandr edid probing over sysfs
authorPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 16 Jan 2015 07:26:41 +0000 (08:26 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 16 Jan 2015 07:26:41 +0000 (08:26 +0100)
To normalize the fingerprints, we have to fiddle a lot with the sysfs
variant. The awk code is much simpler. In the long run I'd like to
remove the sysfs code altogether.

autorandr

index 2cdbea950f18407c62a004637c921053153742ac..0959cfb5fc555bc95dd58b5dba61a6d76a65b95b 100755 (executable)
--- a/autorandr
+++ b/autorandr
@@ -75,7 +75,7 @@ FORCE_LOAD=0
 DEFAULT_PROFILE=""
 SAVE_PROFILE=""
 
-FP_METHODS="setup_fp_sysfs_edid setup_fp_xrandr_edid"
+FP_METHODS="setup_fp_xrandr_edid setup_fp_sysfs_edid"
 CURRENT_CFG_METHOD="current_cfg_xrandr"
 LOAD_METHOD="load_cfg_xrandr"