All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] fbcon: i want fbcon soft scrollback feature come back
@ 2021-01-07 15:48 ` xuhuijie
  0 siblings, 0 replies; 8+ messages in thread
From: xuhuijie @ 2021-01-07 15:48 UTC (permalink / raw)
  To: gregkh, daniel.vetter, jirislaby, yepeilin.cs, b.zolnierkie,
	penguin-kernel, george.kennedy, natechancellor
  Cc: dri-devel, linux-fbdev, linux-kernel

This commit 50145474f6ef(fbcon: remove soft scrollback code) remove soft scrollback in
fbcon. So the shift+PageDown and shift+PageUp is missing. But PageUp is a vary important
feature when system panic or reset. I can get log by PageUp before, but now there is no
way to get. Especially on the server system, we always use bmc to control computer.
So I hope the community can add this feature back.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Patch] fbcon: i want fbcon soft scrollback feature come back
@ 2021-01-07 15:48 ` xuhuijie
  0 siblings, 0 replies; 8+ messages in thread
From: xuhuijie @ 2021-01-07 15:48 UTC (permalink / raw)
  To: gregkh, daniel.vetter, jirislaby, yepeilin.cs, b.zolnierkie,
	penguin-kernel, george.kennedy, natechancellor
  Cc: linux-fbdev, linux-kernel, dri-devel

This commit 50145474f6ef(fbcon: remove soft scrollback code) remove soft scrollback in
fbcon. So the shift+PageDown and shift+PageUp is missing. But PageUp is a vary important
feature when system panic or reset. I can get log by PageUp before, but now there is no
way to get. Especially on the server system, we always use bmc to control computer.
So I hope the community can add this feature back.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Patch] fbcon: i want fbcon soft scrollback feature come back
  2021-01-07 15:48 ` xuhuijie
@ 2021-01-07 16:13   ` Daniel Vetter
  -1 siblings, 0 replies; 8+ messages in thread
From: Daniel Vetter @ 2021-01-07 16:13 UTC (permalink / raw)
  To: xuhuijie, Linus Torvalds
  Cc: Greg KH, Jiri Slaby, Peilin Ye, Bartlomiej Zolnierkiewicz,
	Tetsuo Handa, George Kennedy, Nathan Chancellor, dri-devel,
	Linux Fbdev development list, Linux Kernel Mailing List

On Thu, Jan 7, 2021 at 4:48 PM xuhuijie <huijiexu295@gmail.com> wrote:
> This commit 50145474f6ef(fbcon: remove soft scrollback code) remove soft scrollback in
> fbcon. So the shift+PageDown and shift+PageUp is missing. But PageUp is a vary important
> feature when system panic or reset. I can get log by PageUp before, but now there is no
> way to get. Especially on the server system, we always use bmc to control computer.
> So I hope the community can add this feature back.

Adding Linus.

Short summary: Not going to happen without significant effort:

https://lore.kernel.org/stable/CAKMK7uEy-b_nPmoh9WYA4NCsK8AL_Jk+-+FRZsrk6NOqqrvriA@mail.gmail.com/

Cheers, Daniel




--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Patch] fbcon: i want fbcon soft scrollback feature come back
@ 2021-01-07 16:13   ` Daniel Vetter
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Vetter @ 2021-01-07 16:13 UTC (permalink / raw)
  To: xuhuijie, Linus Torvalds
  Cc: Linux Fbdev development list, Bartlomiej Zolnierkiewicz,
	Tetsuo Handa, Greg KH, Linux Kernel Mailing List, dri-devel,
	George Kennedy, Nathan Chancellor, Jiri Slaby, Peilin Ye

On Thu, Jan 7, 2021 at 4:48 PM xuhuijie <huijiexu295@gmail.com> wrote:
> This commit 50145474f6ef(fbcon: remove soft scrollback code) remove soft scrollback in
> fbcon. So the shift+PageDown and shift+PageUp is missing. But PageUp is a vary important
> feature when system panic or reset. I can get log by PageUp before, but now there is no
> way to get. Especially on the server system, we always use bmc to control computer.
> So I hope the community can add this feature back.

Adding Linus.

Short summary: Not going to happen without significant effort:

https://lore.kernel.org/stable/CAKMK7uEy-b_nPmoh9WYA4NCsK8AL_Jk+-+FRZsrk6NOqqrvriA@mail.gmail.com/

Cheers, Daniel




--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Patch] fbcon: i want fbcon soft scrollback feature come back
  2021-01-07 15:48 ` xuhuijie
@ 2021-01-07 22:56   ` Tetsuo Handa
  -1 siblings, 0 replies; 8+ messages in thread
From: Tetsuo Handa @ 2021-01-07 22:56 UTC (permalink / raw)
  To: xuhuijie, gregkh, daniel.vetter, jirislaby, yepeilin.cs,
	b.zolnierkie, george.kennedy, natechancellor
  Cc: dri-devel, linux-fbdev, linux-kernel

On 2021/01/08 0:48, xuhuijie wrote:
> This commit 50145474f6ef(fbcon: remove soft scrollback code) remove soft scrollback in
> fbcon. So the shift+PageDown and shift+PageUp is missing. But PageUp is a vary important
> feature when system panic or reset. I can get log by PageUp before, but now there is no
> way to get. Especially on the server system, we always use bmc to control computer.
> So I hope the community can add this feature back.
> 

You can configure kdump for panic, and netconsole for reset.
(I don't know whether PageUp key works after panic...)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Patch] fbcon: i want fbcon soft scrollback feature come back
@ 2021-01-07 22:56   ` Tetsuo Handa
  0 siblings, 0 replies; 8+ messages in thread
From: Tetsuo Handa @ 2021-01-07 22:56 UTC (permalink / raw)
  To: xuhuijie, gregkh, daniel.vetter, jirislaby, yepeilin.cs,
	b.zolnierkie, george.kennedy, natechancellor
  Cc: linux-fbdev, linux-kernel, dri-devel

On 2021/01/08 0:48, xuhuijie wrote:
> This commit 50145474f6ef(fbcon: remove soft scrollback code) remove soft scrollback in
> fbcon. So the shift+PageDown and shift+PageUp is missing. But PageUp is a vary important
> feature when system panic or reset. I can get log by PageUp before, but now there is no
> way to get. Especially on the server system, we always use bmc to control computer.
> So I hope the community can add this feature back.
> 

You can configure kdump for panic, and netconsole for reset.
(I don't know whether PageUp key works after panic...)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Patch] fbcon: i want fbcon soft scrollback feature come back
@ 2021-01-07 15:34 ` xuhuijie
  0 siblings, 0 replies; 8+ messages in thread
From: xuhuijie @ 2021-01-07 15:34 UTC (permalink / raw)
  To: gregkh, daniel.vetter, jirislaby, yepeilin.cs, b.zolnierkie,
	penguin-kernel, george.kennedy, natechancellor
  Cc: dri-devel, linux-fbdev, linux-kernel



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Patch] fbcon: i want fbcon soft scrollback feature come back
@ 2021-01-07 15:34 ` xuhuijie
  0 siblings, 0 replies; 8+ messages in thread
From: xuhuijie @ 2021-01-07 15:34 UTC (permalink / raw)
  To: gregkh, daniel.vetter, jirislaby, yepeilin.cs, b.zolnierkie,
	penguin-kernel, george.kennedy, natechancellor
  Cc: linux-fbdev, linux-kernel, dri-devel


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-08  8:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 15:48 [Patch] fbcon: i want fbcon soft scrollback feature come back xuhuijie
2021-01-07 15:48 ` xuhuijie
2021-01-07 16:13 ` Daniel Vetter
2021-01-07 16:13   ` Daniel Vetter
2021-01-07 22:56 ` Tetsuo Handa
2021-01-07 22:56   ` Tetsuo Handa
  -- strict thread matches above, loose matches on Subject: below --
2021-01-07 15:34 xuhuijie
2021-01-07 15:34 ` xuhuijie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.