shift+ 를 사용하면 터미널에서 제한된 줄만 볼 수 있습니다 pageup. Ubuntu 데스크탑 버전에는 스크롤 백 라인을 무제한으로 만드는 옵션이 있습니다. 우분투 서버 버전에서 수행하는 방법. 제안하십시오.
답변
가장 좋은 방법은 터미널과 같은 다중 화기 사용하는 것 screen또는 tmux쉽게 구성 할 수 있습니다.
다른 방법은 편집 하고 포함하도록 변경 하여 프레임 버퍼 콘솔 을 구성 하는 것입니다 . 여기서 버퍼에 할당 할 크기는 킬로바이트 단위입니다. 에서 커널 문서 :/etc/default/grubGRUB_CMDLINE_LINUXfbcon=scrollback:<value>[k]<value>
C. Boot options
The framebuffer console has several, largely unknown, boot options
that can change its behavior.
1. fbcon=font:<name>
Select the initial font to use. The value 'name' can be any of the
compiled-in fonts: VGA8x16, 7x14, 10x18, VGA8x8, MINI4x6, RomanLarge,
SUN8x16, SUN12x22, ProFont6x11, Acorn8x8, PEARL8x8.
Note, not all drivers can handle font with widths not divisible by 8,
such as vga16fb.
2. fbcon=scrollback:<value>[k]
The scrollback buffer is memory that is used to preserve display
contents that has already scrolled past your view. This is accessed
by using the Shift-PageUp key combination. The value 'value' is any
integer. It defaults to 32KB. The 'k' suffix is optional, and will
multiply the 'value' by 1024.
32KB가 충분하지 않으면을 시도하십시오 256k. 또는 다른 가치. 시련과 오류, 나는 추측한다.
답변
더 관련된 또 다른 옵션은 CONFIG_VGACON_SOFT_SCROLLBACKset 으로 커널을 빌드하는 것 입니다.