Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_x11.sh

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

revision 3438 by niro, Wed Apr 11 11:42:24 2012 UTC revision 3477 by niro, Fri Apr 13 18:12:52 2012 UTC
# Line 32  config_x11() Line 32  config_x11()
32   fi   fi
33    
34   # show which server we use   # show which server we use
35   echo -en ${COLOREDSTAR}"Configuring Xorg x11-server "   rc_echo -en ${COLOREDSTAR}"Configuring Xorg x11-server "
36    
37   # show if we have vnc   # show if we have vnc
38   if [[ ${has_tigervnc} = yes ]]   if [[ ${has_tigervnc} = yes ]]
39   then   then
40   echo "with tigervnc enabled ..."   rc_echo "with tigervnc enabled ..."
41   else   else
42   echo "..."   rc_echo "..."
43   fi   fi
44    
45   # set_input_keyboard   # set_input_keyboard

Legend:
Removed from v.3438  
changed lines
  Added in v.3477