Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/functions/config_x11.sh

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

revision 399 by niro, Wed Jun 4 18:49:10 2008 UTC revision 400 by niro, Wed Jun 4 18:50:33 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_x11.sh,v 1.2 2008-06-04 18:49:10 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_x11.sh,v 1.3 2008-06-04 18:50:33 niro Exp $
2  # configures the x11 server on the host via mysql db settings  # configures the x11 server on the host via mysql db settings
3    
4  get_x11_settings()  get_x11_settings()
# Line 182  config_x11() Line 182  config_x11()
182   echo 'EndSection' >> ${xfconfig}   echo 'EndSection' >> ${xfconfig}
183    
184   # monitor   # monitor
185   if [ -x "/sbin/ddcxinfo-knoppix" ] &&   if [ -x /sbin/ddcxinfo-knoppix ] &&
186     [[ ${ALX_HSYNC} = auto ]] ||     [[ ${ALX_HSYNC} = auto ]] ||
187     [[ ${ALX_VREF} = auto ]]     [[ ${ALX_VREF} = auto ]]
188   then   then

Legend:
Removed from v.399  
changed lines
  Added in v.400