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.
This commit is contained in:
Phillip Berndt 2015-01-16 08:26:41 +01:00
parent e66001b275
commit c0b25211d9

View File

@ -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"