Re: [PATCH] terminal is not set back to console

2007-05-05 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Fri, May 04, 2007 at 10:30:33AM +0200, Marco Gerards wrote: >> Robert Millan <[EMAIL PROTECTED]> writes: >> >> > When using gfxterm, and booting a kernel in this mode, Linux won't be able >> > to >> > print anything to the console. This patch fixes

Re: [PATCH] terminal is not set back to console

2007-05-04 Thread Robert Millan
On Fri, May 04, 2007 at 10:30:33AM +0200, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > When using gfxterm, and booting a kernel in this mode, Linux won't be able > > to > > print anything to the console. This patch fixes it so that terminal is set > > back to normal con

Re: [PATCH] terminal is not set back to console

2007-05-04 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > When using gfxterm, and booting a kernel in this mode, Linux won't be able to > print anything to the console. This patch fixes it so that terminal is set > back to normal console during deinitialisation. > > Tested and known to work, although I'm not 1

Re: [PATCH] terminal is not set back to console

2007-05-04 Thread Robert Millan
On Thu, May 03, 2007 at 11:46:16PM +0200, Yoshinori K. Okuji wrote: > On Thursday 03 May 2007 21:05, Robert Millan wrote: > > On Thu, May 03, 2007 at 08:50:11PM +0200, Robert Millan wrote: > > > When using gfxterm, and booting a kernel in this mode, Linux won't be > > > able to print anything to th

Re: [PATCH] terminal is not set back to console

2007-05-03 Thread Yoshinori K. Okuji
On Thursday 03 May 2007 21:05, Robert Millan wrote: > On Thu, May 03, 2007 at 08:50:11PM +0200, Robert Millan wrote: > > When using gfxterm, and booting a kernel in this mode, Linux won't be > > able to print anything to the console. This patch fixes it so that > > terminal is set back to normal c

Re: [PATCH] terminal is not set back to console

2007-05-03 Thread Yoshinori K. Okuji
On Thursday 03 May 2007 20:50, Robert Millan wrote: > When using gfxterm, and booting a kernel in this mode, Linux won't be able > to print anything to the console. This patch fixes it so that terminal is > set back to normal console during deinitialisation. > > Tested and known to work, although

Re: [PATCH] terminal is not set back to console

2007-05-03 Thread Robert Millan
On Thu, May 03, 2007 at 08:50:11PM +0200, Robert Millan wrote: > > When using gfxterm, and booting a kernel in this mode, Linux won't be able to > print anything to the console. This patch fixes it so that terminal is set > back to normal console during deinitialisation. > > Tested and known to

[PATCH] terminal is not set back to console

2007-05-03 Thread Robert Millan
When using gfxterm, and booting a kernel in this mode, Linux won't be able to print anything to the console. This patch fixes it so that terminal is set back to normal console during deinitialisation. Tested and known to work, although I'm not 1:1 sure if this is the right place to do it. -- R