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 4843 by niro, Mon May 13 12:00:07 2013 UTC revision 4844 by niro, Mon May 13 12:01:11 2013 UTC
# Line 110  then Line 110  then
110   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"   GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"
111   fi   fi
112  fi  fi
113  # check for intel-kms  # check for kms
114  if [ -e /proc/fb ]  if [ -e /proc/fb ]
115  then  then
116   if [ x"`grep inteldrmfb /proc/fb`" != "x" ]   if [ x"`grep inteldrmfb /proc/fb`" != "x" ]
117   then   then
118   # unset framebuffer, use KMS   # unset framebuffer, use KMS
119   export GRUB_GFXPAYLOAD_LINUX=""   export GRUB_GFXPAYLOAD_LINUX=""
120     elif [ x"`grep radeondrmfb /proc/fb`" != "x" ]
121     then
122     # unset framebuffer, use KMS
123     export GRUB_GFXPAYLOAD_LINUX=""
124     elif [ x"`grep nouveaufb /proc/fb`" != "x" ]
125     then
126     # unset framebuffer, use KMS
127     export GRUB_GFXPAYLOAD_LINUX=""
128   fi   fi
129  fi  fi
130    

Legend:
Removed from v.4843  
changed lines
  Added in v.4844