সর্বোত্তম বিকল্পটি হ'ল টার্মিনাল মাল্টিপ্লেক্সারের মতো screen
বা tmux
কনফিগার করা সহজ।
অন্য উপায়টি হ'ল ফ্রেমবফার কনসোলটি কনফিগার করা , সম্পাদনা করে /etc/default/grub
এবং GRUB_CMDLINE_LINUX
এতে অন্তর্ভুক্ত করে পরিবর্তিত করে fbcon=scrollback:<value>[k]
, <value>
আপনি যে বাফারের জন্য নির্ধারিত করতে চান কিলোবাইটের আকারটি where থেকে কার্নেল ডক্স :
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.
যদি 32 কেবি পর্যাপ্ত না হয় তবে চেষ্টা করুন 256k
। বা অন্য কিছু মান। বিচার এবং ত্রুটি, আমি অনুমান করি।