public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Can the text based consoles be made scrollable?
@ 2012-01-30 10:55 Andrew Lowe
  2012-01-30 11:11 ` Davide Carnovale
  2012-01-30 11:20 ` Robert David
  0 siblings, 2 replies; 11+ messages in thread
From: Andrew Lowe @ 2012-01-30 10:55 UTC (permalink / raw
  To: gentoo-user

Hi all,
	I'm having a bit of trouble with KDE after a emerge world. Now when I 
log into my box at a text console, no X running at all, and attempt to 
do "stuff" to debug the problem the output scrolls off the top of the 
screen. Is there a way to make a standard bash shell/terminal/thingy 
scrollable so I can go back up though the output and review the results 
of my fiddles?

	Regards,
		Andrew



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 10:55 [gentoo-user] Can the text based consoles be made scrollable? Andrew Lowe
@ 2012-01-30 11:11 ` Davide Carnovale
  2012-01-30 11:20 ` Robert David
  1 sibling, 0 replies; 11+ messages in thread
From: Davide Carnovale @ 2012-01-30 11:11 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Did you tried shift + pgup? it will let you scroll a bit up. Opposite for
shift +pgdown

D
Il giorno 30/gen/2012 11:56, "Andrew Lowe" <agl@wht.com.au> ha scritto:

> Hi all,
>        I'm having a bit of trouble with KDE after a emerge world. Now when
> I log into my box at a text console, no X running at all, and attempt to do
> "stuff" to debug the problem the output scrolls off the top of the screen.
> Is there a way to make a standard bash shell/terminal/thingy scrollable so
> I can go back up though the output and review the results of my fiddles?
>
>        Regards,
>                Andrew
>
>

[-- Attachment #2: Type: text/html, Size: 873 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 10:55 [gentoo-user] Can the text based consoles be made scrollable? Andrew Lowe
  2012-01-30 11:11 ` Davide Carnovale
@ 2012-01-30 11:20 ` Robert David
  2012-01-30 11:40   ` Jesús J. Guerrero Botella
  2012-01-30 15:03   ` Andrew Lowe
  1 sibling, 2 replies; 11+ messages in thread
From: Robert David @ 2012-01-30 11:20 UTC (permalink / raw
  To: gentoo-user; +Cc: agl

V Mon, 30 Jan 2012 18:55:16 +0800
Andrew Lowe <agl@wht.com.au> napsáno:

> Hi all,
> 	I'm having a bit of trouble with KDE after a emerge world.
> Now when I log into my box at a text console, no X running at all,
> and attempt to do "stuff" to debug the problem the output scrolls off
> the top of the screen. Is there a way to make a standard bash
> shell/terminal/thingy scrollable so I can go back up though the
> output and review the results of my fiddles?
> 
> 	Regards,
> 		Andrew
> 

Shift + PgUP

Robert.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 11:20 ` Robert David
@ 2012-01-30 11:40   ` Jesús J. Guerrero Botella
  2012-01-30 13:54     ` Chris Brennan
  2012-01-30 13:55     ` Mick
  2012-01-30 15:03   ` Andrew Lowe
  1 sibling, 2 replies; 11+ messages in thread
From: Jesús J. Guerrero Botella @ 2012-01-30 11:40 UTC (permalink / raw
  To: gentoo-user

If you need some more features, you might want to consider using a
terminal multiplexer like tmux or gnu screen, which have their own
scrollback buffer.
-- 
Jesús Guerrero Botella



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 11:40   ` Jesús J. Guerrero Botella
@ 2012-01-30 13:54     ` Chris Brennan
  2012-01-30 20:01       ` Jorge Martínez López
  2012-01-30 13:55     ` Mick
  1 sibling, 1 reply; 11+ messages in thread
From: Chris Brennan @ 2012-01-30 13:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

2012/1/30 Jesús J. Guerrero Botella <jesus.guerrero.botella@gmail.com>

If you need some more features, you might want to consider using a
> terminal multiplexer like tmux or gnu screen, which have their own
> scrollback buffer.


Both tmux and screen will suite the OP's needs, s/he should also consider
piping their output to more or less.

ps auxf | more

or

ps auxf | less

My personal preference is to use less, I find it to support my Vi/ViM habits
more appropriately.

> --
> Chris Brennan
> A: Yes.
> >Q: Are you sure?
> >>A: Because it reverses the logical flow of conversation.
> >>>Q: Why is top posting frowned upon?
> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/
> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8  9E4A EECD 9A84 D5B2 0C0C)

------------------------------------------------------------------------

[-- Attachment #2: Type: text/html, Size: 1673 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 11:40   ` Jesús J. Guerrero Botella
  2012-01-30 13:54     ` Chris Brennan
@ 2012-01-30 13:55     ` Mick
  1 sibling, 0 replies; 11+ messages in thread
From: Mick @ 2012-01-30 13:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 465 bytes --]

On Monday 30 Jan 2012 11:40:04 Jesús J. Guerrero Botella wrote:
> If you need some more features, you might want to consider using a
> terminal multiplexer like tmux or gnu screen, which have their own
> scrollback buffer.

If you have logged in a console you should be able to scroll up/down.  
However, if you are still looking at the login prompt then on my machines at 
least you cannot scroll up to see what happened during boot.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 11:20 ` Robert David
  2012-01-30 11:40   ` Jesús J. Guerrero Botella
@ 2012-01-30 15:03   ` Andrew Lowe
  2012-01-30 15:33     ` Florian Pougheon
  1 sibling, 1 reply; 11+ messages in thread
From: Andrew Lowe @ 2012-01-30 15:03 UTC (permalink / raw
  To: gentoo-user

On 01/30/12 19:20, Robert David wrote:
> V Mon, 30 Jan 2012 18:55:16 +0800
> Andrew Lowe <agl@wht.com.au> napsáno:
> 
>> Hi all,
>> 	I'm having a bit of trouble with KDE after a emerge world.
>> Now when I log into my box at a text console, no X running at all,
>> and attempt to do "stuff" to debug the problem the output scrolls off
>> the top of the screen. Is there a way to make a standard bash
>> shell/terminal/thingy scrollable so I can go back up though the
>> output and review the results of my fiddles?
>>
>> 	Regards,
>> 		Andrew
>>
> 
> Shift + PgUP
> 
> Robert.
> 
> 
	Thanks to those who suggested Shift PgUp/PgDn, it worked and I'm now
sending this from within KDE. The post on "screen" was also a good one,
I'll have to file that away for later use.

	Andrew



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 15:03   ` Andrew Lowe
@ 2012-01-30 15:33     ` Florian Pougheon
  2012-01-30 15:44       ` Florian Pougheon
  0 siblings, 1 reply; 11+ messages in thread
From: Florian Pougheon @ 2012-01-30 15:33 UTC (permalink / raw
  To: gentoo-user

Le 30/01/2012 16:03, Andrew Lowe a écrit :
> On 01/30/12 19:20, Robert David wrote:
>> V Mon, 30 Jan 2012 18:55:16 +0800
>> Andrew Lowe<agl@wht.com.au>  napsáno:
>>
>>> Hi all,
>>> 	I'm having a bit of trouble with KDE after a emerge world.
>>> Now when I log into my box at a text console, no X running at all,
>>> and attempt to do "stuff" to debug the problem the output scrolls off
>>> the top of the screen. Is there a way to make a standard bash
>>> shell/terminal/thingy scrollable so I can go back up though the
>>> output and review the results of my fiddles?
>>>
>>> 	Regards,
>>> 		Andrew
>>>
>> Shift + PgUP
>>
>> Robert.
>>
>>
> 	Thanks to those who suggested Shift PgUp/PgDn, it worked and I'm now
> sending this from within KDE. The post on "screen" was also a good one,
> I'll have to file that away for later use.
>
> 	Andrew
>

The number of lines scrolables is defined in a kernel param.

Florian P.




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 15:33     ` Florian Pougheon
@ 2012-01-30 15:44       ` Florian Pougheon
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Pougheon @ 2012-01-30 15:44 UTC (permalink / raw
  To: gentoo-user

Le 30/01/2012 16:33, Florian Pougheon a écrit :
> Le 30/01/2012 16:03, Andrew Lowe a écrit :
>> On 01/30/12 19:20, Robert David wrote:
>>> V Mon, 30 Jan 2012 18:55:16 +0800
>>> Andrew Lowe<agl@wht.com.au>  napsáno:
>>>
>>>> Hi all,
>>>>     I'm having a bit of trouble with KDE after a emerge world.
>>>> Now when I log into my box at a text console, no X running at all,
>>>> and attempt to do "stuff" to debug the problem the output scrolls off
>>>> the top of the screen. Is there a way to make a standard bash
>>>> shell/terminal/thingy scrollable so I can go back up though the
>>>> output and review the results of my fiddles?
>>>>
>>>>     Regards,
>>>>         Andrew
>>>>
>>> Shift + PgUP
>>>
>>> Robert.
>>>
>>>
>>     Thanks to those who suggested Shift PgUp/PgDn, it worked and I'm now
>> sending this from within KDE. The post on "screen" was also a good one,
>> I'll have to file that away for later use.
>>
>>     Andrew
>>
>
> The number of lines scrolables is defined in a kernel param.
>
> Florian P.
>
>
After investiguating :

the kernel param is : CONFIG_VGACON_SOFT_SCROLLBACK_SIZE

it seems that you can customize this in grub kernel line : 
fbcon=scrollback:128

Florian P.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 13:54     ` Chris Brennan
@ 2012-01-30 20:01       ` Jorge Martínez López
  2012-01-31  2:49         ` Pandu Poluan
  0 siblings, 1 reply; 11+ messages in thread
From: Jorge Martínez López @ 2012-01-30 20:01 UTC (permalink / raw
  To: gentoo-user

El lun, 30-01-2012 a las 08:54 -0500, Chris Brennan escribió:

> 
> My personal preference is to use less, I find it to support my
> Vi/ViM habits
> more appropriately.
> 

Then you would love vimpager.

Greetings,

-- 
Jorge Martínez López




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] Can the text based consoles be made scrollable?
  2012-01-30 20:01       ` Jorge Martínez López
@ 2012-01-31  2:49         ` Pandu Poluan
  0 siblings, 0 replies; 11+ messages in thread
From: Pandu Poluan @ 2012-01-31  2:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 673 bytes --]

On Jan 31, 2012 3:04 AM, "Jorge Martínez López" <jorgeml@gmail.com> wrote:
>
> El lun, 30-01-2012 a las 08:54 -0500, Chris Brennan escribió:
>
> >
> > My personal preference is to use less, I find it to support my
> > Vi/ViM habits
> > more appropriately.
> >
>
> Then you would love vimpager.
>

And vimmanpager :-)

A couple of months back, there was a discussion in this here list about
vimmanpager, and how there is no eselect module to specify which pager to
be used by man. Someone kindly provided such module for me, but I forgot
who exactly :-(

In my systems, I even created a symlink /usr/local/bin/less that refers to
vimpager.

Rgds,

[-- Attachment #2: Type: text/html, Size: 859 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-01-31  2:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 10:55 [gentoo-user] Can the text based consoles be made scrollable? Andrew Lowe
2012-01-30 11:11 ` Davide Carnovale
2012-01-30 11:20 ` Robert David
2012-01-30 11:40   ` Jesús J. Guerrero Botella
2012-01-30 13:54     ` Chris Brennan
2012-01-30 20:01       ` Jorge Martínez López
2012-01-31  2:49         ` Pandu Poluan
2012-01-30 13:55     ` Mick
2012-01-30 15:03   ` Andrew Lowe
2012-01-30 15:33     ` Florian Pougheon
2012-01-30 15:44       ` Florian Pougheon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox