--- alx-src/trunk/tinyalxconfig-ng/functions/config_x11.sh 2008/06/06 23:53:27 476 +++ alx-src/trunk/tinyalxconfig-ng/functions/config_x11.sh 2008/06/07 09:43:17 477 @@ -1,10 +1,10 @@ -# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_x11.sh,v 1.5 2008-06-05 17:20:14 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_x11.sh,v 1.6 2008-06-07 09:43:17 niro Exp $ # configures the x11 server on the host via mysql db settings get_x11_settings() { local x i all DB_X11SETTINGS - + # autodetect or not ? if [ $(mysqldo "select monitorid from cfg_graphic where serial='${ALX_SERIAL}'") -gt 0 ] then @@ -77,7 +77,7 @@ { # get our settings from the db get_x11_settings - + local xserver local xfconfig local HAS_REALVNC=no @@ -245,4 +245,3 @@ echo "ALX_MOUSE_ACCELERATION=\"${ALX_MOUSE_ACCELERATION}\"" > ${SETTINGSPATH}/mouse echo "ALX_MOUSE_THRESHOLD=\"${ALX_MOUSE_THRESHOLD}\"" >> ${SETTINGSPATH}/mouse } -