Prefer sysfs probing over xrandr probing (more reliable, esp. if fake xrandr is used)

This commit is contained in:
Phillip Berndt 2013-12-03 12:22:31 +01:00
parent 43bb98c613
commit 7dabe214f0

View File

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