--- mcore-src/trunk/mcore-tools/src/modules/basic-video/graphic.client.class.in 2018/11/16 13:48:00 2844 +++ mcore-src/trunk/mcore-tools/src/modules/basic-video/graphic.client.class.in 2018/11/16 14:24:20 2845 @@ -87,12 +87,12 @@ write_zotac_quirk=1 fi - if [ -f ${MCORE_CONFIG_PATH}/xorg/device/30-hdmi.conf ] + if [ -f ${MROOT}/${MCORE_CONFIG_PATH}/xorg/device/hdmi ] then - source ${MCORE_CONFIG_PATH}/xorg/device/30-hdmi.conf + source ${MROOT}/${MCORE_CONFIG_PATH}/xorg/device/hdmi case "${graphic_hdmi}" in - enabled) write_zotac_quirk=0 ;; - disabled) write_zotac_quirk=1 ;; + enable) write_zotac_quirk=0 ;; + disable) write_zotac_quirk=1 ;; esac fi @@ -254,7 +254,7 @@ case "${action}" in enable|disable) - CONFIG="${MCORE_CONFIG_PATH}/xorg/device/30-hdmi.conf" + CONFIG="${MROOT}/${MCORE_CONFIG_PATH}/xorg/device/hdmi" clearconfig addconfig "graphic_hdmi=\"${action}\"" ;; @@ -296,7 +296,7 @@ get_graphic_hdmi() { - local CONFIG="${MCORE_CONFIG_PATH}/xorg/device/30-hdmi.conf" + local CONFIG="${MROOT}/${MCORE_CONFIG_PATH}/xorg/device/hdmi" if [ -f ${CONFIG} ] then rvecho "$(< ${CONFIG})"