From: Phillip Berndt Date: Fri, 16 Jan 2015 07:26:41 +0000 (+0100) Subject: Prefer xrandr edid probing over sysfs X-Git-Tag: 1.0~103 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9349ec660d3c1b1772d82cb7aeff7acfb292c7b1;p=deb_pkgs%2Fautorandr.git Prefer xrandr edid probing over sysfs 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. --- diff --git a/autorandr b/autorandr index 2cdbea9..0959cfb 100755 --- 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"