Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-video/graphic.client.class.in

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

revision 2664 by niro, Tue Jan 14 10:34:57 2014 UTC revision 2665 by niro, Thu Nov 19 15:03:59 2015 UTC
# Line 170  set_graphic_driver() Line 170  set_graphic_driver()
170   local CONFIG   local CONFIG
171   [[ -z ${driver} ]] && help_graphic_driver && return 1   [[ -z ${driver} ]] && help_graphic_driver && return 1
172    
173   if [[ -f ${MROOT}/${driverdir}/${driver}_drv.so ]]   if [[ ${driver} = auto ]]
174     then
175     decho "Using driver autodetection, doing nothing"
176     elif [[ -f ${MROOT}/${driverdir}/${driver}_drv.so ]]
177   then   then
178   CONFIG="${MROOT}/${MCORE_CONFIG_PATH}/xorg/device/25-device.conf"   CONFIG="${MROOT}/${MCORE_CONFIG_PATH}/xorg/device/25-device.conf"
179   clearconfig   clearconfig

Legend:
Removed from v.2664  
changed lines
  Added in v.2665