Hi.

How to disable vt.handoff in /etc/grub.d/10_linux  of Ubuntu 12.04?

just comment line 160?

68  for word in $GRUB_CMDLINE_LINUX_DEFAULT; do
69  if [ "$word" = splash ]; then
70    GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT \$vt_handoff"
71  fi
72  done

156 cat << 'EOF'
157 function gfxmode {
158     set gfxpayload="${1}"
159     if [ "${1}" = "keep" ]; then
160             set vt_handoff=vt.handoff=7
161     else
162             set vt_handoff=
163     fi
164 }
165 EOF

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713088

Title:
  10de:0429 plymouth boot screen corrupted with nouveau on Thinkpad T61

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/713088/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to