From 9349ec660d3c1b1772d82cb7aeff7acfb292c7b1 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Fri, 16 Jan 2015 08:26:41 +0100 Subject: [PATCH] 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. --- autorandr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5