View previous topic :: View next topic |
Author |
Message |
rubing Tux's lil' helper
Joined: 10 Aug 2008 Posts: 77 Location: Bham, AL
|
Posted: Thu Nov 27, 2008 6:09 pm Post subject: can't scroll in console |
|
|
I am unable to scroll in the console using shift + pgup. It works fine in an xterminal, however when i change over to a basic text console it does not work. I am using a compaq presario 700US laptop. |
|
Back to top |
|
|
szczerb Veteran
Joined: 24 Feb 2007 Posts: 1709 Location: Poland => Lodz
|
Posted: Thu Nov 27, 2008 8:10 pm Post subject: |
|
|
You probably don't have a large enough framebuffer. You can increase it somewhere in the menuconfig... |
|
Back to top |
|
|
notHerbert Advocate
Joined: 11 Mar 2008 Posts: 2228 Location: 45N 73W
|
Posted: Fri Nov 28, 2008 5:17 pm Post subject: |
|
|
Code: | grep SCROLL /usr/src/linux/.config
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128 |
|
|
Back to top |
|
|
rubing Tux's lil' helper
Joined: 10 Aug 2008 Posts: 77 Location: Bham, AL
|
Posted: Fri Nov 28, 2008 11:49 pm Post subject: |
|
|
My SCROLLBACK_SIZE=128,
I remember it working at some point. Is that 128k?? I think that should be enough. |
|
Back to top |
|
|
zyko l33t
Joined: 01 Jun 2008 Posts: 620 Location: Munich, Germany
|
Posted: Sat Nov 29, 2008 8:13 am Post subject: |
|
|
Whenever you switch from one virtual terminal to another, you lose your scrollback buffer. |
|
Back to top |
|
|
|