Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/include/graphic.client.class

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2018 by niro, Mon Aug 13 11:08:28 2012 UTC revision 2019 by niro, Mon Aug 13 11:09:48 2012 UTC
# Line 27  helper_graphic_rebuild_xorg_conf_d() Line 27  helper_graphic_rebuild_xorg_conf_d()
27   # always clear the config   # always clear the config
28   CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-device.conf"   CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-device.conf"
29   clearconfig   clearconfig
30     addconfig "# Autogenerated by mcored"
31   # but only add lines if some values are found in config.d dir   # but only add lines if some values are found in config.d dir
32   if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/device   if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/device
33   then   then
# Line 39  helper_graphic_rebuild_xorg_conf_d() Line 40  helper_graphic_rebuild_xorg_conf_d()
40   # always clear the config   # always clear the config
41   CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-module.conf"   CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-module.conf"
42   clearconfig   clearconfig
43     addconfig "# Autogenerated by mcored"
44   # but only add lines if some values are found in config.d dir   # but only add lines if some values are found in config.d dir
45   if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/module   if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/module
46   then   then
# Line 51  helper_graphic_rebuild_xorg_conf_d() Line 53  helper_graphic_rebuild_xorg_conf_d()
53   # always clear the config   # always clear the config
54   CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-screen.conf"   CONFIG="${MROOT}/etc/X11/xorg.conf.d/25-screen.conf"
55   clearconfig   clearconfig
56     addconfig "# Autogenerated by mcored"
57   # but only add lines if some values are found in config.d dir   # but only add lines if some values are found in config.d dir
58   if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/screen   if path_not_empty ${MROOT}/${MCORE_CONFIG_PATH}/xorg/screen
59   then   then

Legend:
Removed from v.2018  
changed lines
  Added in v.2019