Bagaimana cara meningkatkan jalur Scrollback di edisi server Ubuntu (14.04.2)?


Jawaban:


14

Opsi terbaik adalah menggunakan terminal multiplexer seperti screenatau tmux, yang lebih mudah untuk dikonfigurasi.

Cara lain adalah dengan mengkonfigurasi konsol framebuffer , dengan mengedit /etc/default/grubdan mengubah GRUB_CMDLINE_LINUXuntuk memasukkan fbcon=scrollback:<value>[k], di mana <value>ukuran dalam kilobyte yang ingin Anda tetapkan untuk buffer. Dari dokumentasi kernel :

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.

Jika 32KB tidak cukup, coba 256k. Atau nilai lain. Trial and error, kurasa.


Dengan menggunakan situs kami, Anda mengakui telah membaca dan memahami Kebijakan Cookie dan Kebijakan Privasi kami.
Licensed under cc by-sa 3.0 with attribution required.