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 3355 by niro, Tue Mar 20 14:16:21 2012 UTC revision 3356 by niro, Tue Mar 20 14:19:04 2012 UTC
# Line 93  then Line 93  then
93   # disable KMS   # disable KMS
94   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"
95   fi   fi
96    
97     # disable bootsplash for i845, which must have kms, but fbmode is not supported with kms
98     if [ "x`echo ${hwinfo} | grep -i i815 2> /dev/null || true`" != x ]
99     then
100     GRUB_CMDLINE_LINUX="splash=verbose,theme=default ${GRUB_CMDLINE_LINUX}"
101     fi
102  fi  fi
103    
104  linux_entry ()  linux_entry ()

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