Buffer delle console
Moderatore: Staff
Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Buffer delle console
Domandona: come si modifica il numero di righe che posso vedere utilizzando SHIFT+PAG-UP ?<br>
Buffer delle console
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>
<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>
-
samiel
- Staff

- Messaggi: 5511
- Iscritto il: ven 16 gen 2004, 0:00
- Nome Cognome: Mauro Sacchetto
- Slackware: 13.0
- Kernel: 2.26
- Desktop: KDE
- Distribuzione: anche Debian
- Località: Venezia
Buffer delle console
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>
<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
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
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>
<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>

