[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~vorlon/console-setup/lp.864466

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

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-02 Thread Steve Langasek
Further testing shows that totextmode is both insufficient and
unnecessary.

- If a framebuffer module is loaded so that the kernel has an fbcon, 'chvt 1' 
is sufficient to get a text console, and the panic() function already does this.
- If no framebuffer module is loaded, the kernel seemingly doesn't know how to 
change the console from graphics mode to text mode, regardless of how many 
times you call totextmode or chvt.
- We currently do not include any framebuffer modules in the initramfs by 
default.  We could change this so that they're included unconditionally, but 
this would increase the size of the initramfs (possibly impacting boot speed) 
and would result in them being autoloaded by default (definitely impacting boot 
speed, as well as impacting boot experience since on intel this brings a 
modeswitch that clears the purple background).
- We could avoid the full overhead of having all the modules in the initramfs 
by only including vesafb.  However, this precludes loading other framebuffer 
modules later for the same card, which means users would be stuck with vesafb 
instead of the native driver, making it impossible to resume from a 'break' and 
get the correct post-boot experience.

So this is definitely a 'wontfix' for oneiric.  We should still do
something to improve the handling of 'break=', but this isn't it, and
any other solution is too risky for oneiric.

** Changed in: console-setup (Ubuntu Oneiric)
   Status: Triaged => Won't Fix

** Changed in: console-setup (Ubuntu Oneiric)
Milestone: oneiric-updates => None

** Changed in: console-setup (Ubuntu Oneiric)
 Assignee: Steve Langasek (vorlon) => (unassigned)

** Changed in: kbd (Ubuntu Oneiric)
   Status: Triaged => Won't Fix

** Changed in: kbd (Ubuntu Oneiric)
Milestone: oneiric-updates => None

** Changed in: kbd (Ubuntu Oneiric)
 Assignee: Steve Langasek (vorlon) => (unassigned)

** Changed in: kbd (Ubuntu)
Milestone: oneiric-updates => None

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

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-02 Thread Ubuntu QA's Bug Bot
The attachment "updated kbd patch (totextmode in /bin so it can be used
reliably by friendly-recovery)" of this bug report has been identified
as being a patch in the form of a debdiff.  The ubuntu-sponsors team has
been subscribed to the bug report so that they can review and hopefully
sponsor the debdiff.  In the event that this is in fact not a patch you
can resolve this situation by removing the tag 'patch' from the bug
report and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-sponsors please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-02 Thread Steve Langasek
Fixed patch to get totextmode really into the package.  Doesn't work
though; I'm still left with the graphical splash when using break=top.
Needs more investigation.

** Patch added: "updated kbd patch (totextmode in /bin so it can be used 
reliably by friendly-recovery)"
   
https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/864466/+attachment/2497653/+files/kbd-864466.diff

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

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-02 Thread Steve Langasek
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/864466

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-02 Thread Steve Langasek
** Patch removed: "prospective patch for kbd to add totextmode"
   
https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/864466/+attachment/2497398/+files/kbd-864466.diff

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

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-02 Thread Steve Langasek
** Patch added: "prospective patch for kbd to add totextmode"
   
https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/864466/+attachment/2497398/+files/kbd-864466.diff

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

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864466] Re: break=foo boot option incompatible with gfxpayload=keep

2011-10-01 Thread Steve Langasek
** Changed in: console-setup (Ubuntu)
   Status: New => Triaged

** Changed in: console-setup (Ubuntu)
   Importance: Undecided => Medium

** Changed in: console-setup (Ubuntu)
 Assignee: (unassigned) => Steve Langasek (vorlon)

** Also affects: kbd (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: kbd (Ubuntu)
   Status: New => Triaged

** Changed in: kbd (Ubuntu)
   Importance: Undecided => Medium

** Changed in: kbd (Ubuntu)
 Assignee: (unassigned) => Steve Langasek (vorlon)

** Also affects: console-setup (Ubuntu Oneiric)
   Importance: Medium
 Assignee: Steve Langasek (vorlon)
   Status: Triaged

** Also affects: kbd (Ubuntu Oneiric)
   Importance: Medium
 Assignee: Steve Langasek (vorlon)
   Status: Triaged

** Changed in: console-setup (Ubuntu Oneiric)
Milestone: None => oneiric-updates

** Changed in: kbd (Ubuntu Oneiric)
Milestone: None => oneiric-updates

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

Title:
  break=foo boot option incompatible with gfxpayload=keep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/864466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs