Magellan Linux

Diff of /alx-src/branches/alxconf-060/bin/alx-hwdetection.sh

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

revision 4911 by niro, Wed Mar 28 09:56:36 2012 UTC revision 4912 by niro, Wed May 29 09:31:01 2013 UTC
# Line 93  get_x11_driver_modules() Line 93  get_x11_driver_modules()
93   # use vesa if nothing was found   # use vesa if nothing was found
94   [[ -z ${modules} ]] && modules="vesa"   [[ -z ${modules} ]] && modules="vesa"
95    
96     # use openchrome module on dell optiplex fx130
97     if [[ ! -z $(hwinfo --bios | grep -i -A1 dell | grep -i fx130) ]]
98     then
99     modules="${modules//unichrome/openchrome}"
100     fi
101    
102   # remove duplicates from list and show it   # remove duplicates from list and show it
103   remove_duplicates "${modules}"   remove_duplicates "${modules}"
104  }  }

Legend:
Removed from v.4911  
changed lines
  Added in v.4912