Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/grub/alx/files/10_alx

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

revision 3354 by niro, Wed Sep 28 14:57:57 2011 UTC revision 3355 by niro, Tue Mar 20 14:16:21 2012 UTC
# Line 83  then Line 83  then
83   fi   fi
84    
85   # maxdata / Intel i810 / i815 chipset   # maxdata / Intel i810 / i815 chipset
86   if [ "x`echo ${hwinfo} | grep -i i810> /dev/null || true`" != x ]   if [ "x`echo ${hwinfo} | grep -i i810 2> /dev/null || true`" != x ]
87   then   then
88   # disable KMS   # disable KMS
89   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"
90   fi   fi
91   if [ "x`echo ${hwinfo} | grep -i i815> /dev/null || true`" != x ]   if [ "x`echo ${hwinfo} | grep -i i815 2> /dev/null || true`" != x ]
92   then   then
93   # disable KMS   # disable KMS
94   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"

Legend:
Removed from v.3354  
changed lines
  Added in v.3355