Remove 915resolution support
authorChristian Hofstaedtler <ch@grml.org>
Wed, 16 Nov 2011 11:00:40 +0000 (12:00 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Wed, 16 Nov 2011 11:00:40 +0000 (12:00 +0100)
Tool is gone since 2009

autoconfig
autoconfig.functions
grml-autoconfig

index 9c1ee17..88ee853 100644 (file)
@@ -47,7 +47,6 @@ CONFIG_GPM='yes'
 ################################################################################
 # Notice! Do not touch the following options except you really know
 # what you are doing!
-CONFIG_915RESOLUTION='yes'    # run 915resolution with specified options for adjusting resolution
 CONFIG_AUTOMOUNT='yes'        # automounting of device labeled GRMLCFG
 CONFIG_BLANKING='yes'         # check for bootoption noblank to disable console blanking
 CONFIG_CONFIG='yes'           # do we want config unpacking to work?
index a137626..ff1052f 100755 (executable)
@@ -1715,38 +1715,6 @@ fi
 }
 # }}}
 
-# {{{ 915resolution
-config_915resolution(){
-if checkbootparam '915resolution' ; then
- OPTIONS="$(getbootparam '915resolution' 2>>$DEBUG)"
-  if [ -x /usr/sbin/915resolution ]; then
-    CMD=915resolution
-    MODE=""
-    XRESO=""
-    YRESO=""
-    if [ -n "$OPTIONS" ]; then
-      # Extra options
-      MODE="${OPTIONS%%,*}"
-      R="${OPTIONS#*,}"
-      if [ -n "$R" -a "$R" != "$OPTIONS" ]; then
-        OPTIONS="$R"
-        XRESO="${OPTIONS%%,*}"
-        R="${OPTIONS#*,}"
-        if [ -n "$R" -a "$R" != "$OPTIONS" ]; then
-          OPTIONS="$R"
-          YRESO="${OPTIONS%%,*}"
-          R="${OPTIONS#*,}"
-        fi
-      fi
-    fi
-    einfo "Running 915resolution with options ${MODE} ${XRESO} ${YRESO}."
-    [ -n "$MODE" ] && [ -n "$XRESO"  ] && [ -n "$YRESO" ]  && ( sh -c "$CMD $MODE $XRESO $YRESO" & )
-    eend 0
-  fi
-fi
-}
-# }}}
-
 # {{{ SW-RAID
 config_swraid(){
   [ -n "$INSTALLED" ] && return 0
index c8584b6..192ebf7 100755 (executable)
@@ -210,8 +210,6 @@ checkvalue $CONFIG_CONSOLE && config_console
 
 checkvalue $CONFIG_FIX_UNIONFS && fix_unionfs
 
-checkvalue $CONFIG_915RESOLUTION && config_915resolution
-
 checkvalue $CONFIG_VIRTUALBOX_SHARED_FOLDERS && config_virtualbox_shared_folders
 
 checkvalue $CONFIG_MYPATH && config_mypath