--- mcore-src/trunk/mcore-tools/daemon/client/include/graphic.client.class 2012/08/13 11:08:28 2018 +++ mcore-src/trunk/mcore-tools/daemon/client/include/graphic.client.class 2012/08/13 11:09:48 2019 @@ -27,6 +27,7 @@ # always clear the config CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-device.conf" clearconfig + addconfig "# Autogenerated by mcored" # but only add lines if some values are found in config.d dir if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/device then @@ -39,6 +40,7 @@ # always clear the config CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-module.conf" clearconfig + addconfig "# Autogenerated by mcored" # but only add lines if some values are found in config.d dir if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/module then @@ -51,6 +53,7 @@ # always clear the config CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-screen.conf" clearconfig + addconfig "# Autogenerated by mcored" # but only add lines if some values are found in config.d dir if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/screen then