Pagina 1 di 1

Buffer delle console

Inviato: mer 19 mag 2004, 9:25
da Jedi_IT
Domandona: come si modifica il numero di righe che posso vedere utilizzando SHIFT+PAG-UP ?<br>

Buffer delle console

Inviato: mer 19 mag 2004, 17:01
da goodchild
Newsgroup: comp.os.linux.setup
<BR>Date: 06 03 1995
<BR>From: Paul Tomblin
<BR>Subject: Re: scroll back/vi
<BR>
<BR>In the section on command line arguments (man xterm), I find:
<BR><!-- BBCode Start --><B>-sb</B><!-- BBCode End -->
<BR>This option indicates that some number of lines
<BR>that are scrolled off the top of the window should
<BR>be saved and that a scrollbar should be displayed
<BR>so that those lines can be viewed. This option
<BR>may be turned on and off from the ``VT Options´´
<BR>menu.
<BR>
<BR><!-- BBCode Start --><B>-sl number</B><!-- BBCode End -->
<BR>This option specifies the number of lines to save
<BR>that have been scrolled off the top of the screen.
<BR>The default is 64.
<BR>
<BR>In the section on X resources, I find:
<BR><!-- BBCode Start --><B>saveLines</B><!-- BBCode End --> (class SaveLines)
<BR>Specifies the number of lines to save beyond the
<BR>top of the screen when a scrollbar is turned on.
<BR>The default is 64.
<BR>
<BR><!-- BBCode Start --><B>scrollBar</B><!-- BBCode End --> (class ScrollBar)
<BR>Specifies whether or not the scrollbar should be
<BR>displayed. The default is ``false.´´<BR><BR>[ Questo Messaggio è stato Modificato da: goodchild il 19-05-2004 17:06 ]<br>

Buffer delle console

Inviato: gio 20 mag 2004, 10:43
da samiel
Se usi lilo, puoi usare la direttiva ´vga´
<BR>con vga=extended e avrai 80x50
<BR>(altri valori sono ´normal´,´ask´,<number>)
<BR>Altrimenti puoi usare vidmode (rdev) per impostare la modalità video. Quella predefinita è impostata attraverso la variabile SVGA_MODE nel kernel.
<BR>
<BR>M.
<BR>
<BR><br>

Buffer delle console

Inviato: gio 20 mag 2004, 15:21
da goodchild
quello semplicemente aumenta le linee mostrate del virtual terminal, non il buffer del numero di linee che possono essere richiamate con pag_up e pag_down<br>

Buffer delle console

Inviato: gio 20 mag 2004, 17:53
da giuppy
Cercando su internet ho trovato la seguente soluzione nel BootPrompt-HOWTO.html
<BR>
<BR>The `video=scrollback:...´ Argument
<BR>
<BR>A number after the colon will set the size of memory allocated for the scrollback buffer. (Use Shift and Page Up or Page Down keys to scroll.) A suffix of `k´ or `K´ after the number will indicate that the number is to be interpreted as kilobytes instead of bytes.
<BR>
<BR>Un saluto
<BR> Giuseppe
<BR><br>