LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-02-2017, 02:02 AM   #1
xahodo
Member
 
Registered: Oct 2009
Distribution: Gentoo Linux
Posts: 39

Rep: Reputation: 22
Unhappy How to scroll in console on laptop?


Hello,

I'm trying to install gentoo, but before I start off I'd really like to know how to scroll in the console on a laptop.

I'm not talking about xterm, gterm or anything like that.
I'm also not talking about screen.

Just the console. I have no dedicated pgup/pgdown keys.
shift+pgup/pgdown -> doesn't work
fn+pgup/pgdown -> doesn't work.
I tried everything google came up with.
I'm at a loss.

EDIT: problem solved, it was between chair and keyboard. It appears I did not use my eyes properly. Keyboard has dedicated pgup and pgdown keys after all. I apologize for the inconvenience.

Last edited by xahodo; 08-02-2017 at 04:39 PM. Reason: Solved
 
Old 08-02-2017, 02:17 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,140

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Probably all of the above - <Shift>-<Fn>-<pgup/dn>
I think one of out netbooky things is like that.
 
Old 08-02-2017, 02:35 AM   #3
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
I'm pretty sure scroll is a terminal function. Not sure you can do that in console.
 
Old 08-02-2017, 03:38 AM   #4
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
It depends what the kernel scrollback buffer is set to. Usually, on an install system its 64K. syg00 has advised that perhaps the pgup and pgdn keys are activated by the Fn (blue) key. So, since you need SHFT+pgup to scroll, and you need Fn+pgup for pgup, you would need Fn+SHFT+pgup to scroll back. But the scrollback buffer won't work until you log into the system.
 
Old 08-02-2017, 04:20 AM   #5
xahodo
Member
 
Registered: Oct 2009
Distribution: Gentoo Linux
Posts: 39

Original Poster
Rep: Reputation: 22
One thing I forgot to mention is that I do have a numeric keypad and I do have the arrow keys, just not the section of dedicated pgup/pgdown keys.

Well, tried fn+shift+pgup... fn+pgup doesn't work either with numlock off and on.

Last edited by xahodo; 08-02-2017 at 04:24 AM.
 
Old 08-04-2017, 01:18 AM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
The scrollback buffer uses SHFT+pgup, pgdn. The arrow keys won't work. But if you're doing something in console and you want to scroll back and forward, you can pipe whatever it is to less.
Code:
$ ls -al | less
will allow you to view more than one screenfull using arrows, pgup, pgdn and other functions.

If you want to scroll back in the boot messages, use
Code:
dmesg | less
and they'll all be there.
Code:
$ journalctl -b
will work too.

Last edited by AwesomeMachine; 08-04-2017 at 01:22 AM.
 
Old 08-04-2017, 05:38 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
so basically your keyboard does not have pgup/pgdn keys, and you need to find a software solution that re-assigns some other key (combination) in a non-graphical console session?
 
Old 08-04-2017, 06:18 PM   #8
Teufel
Member
 
Registered: Apr 2012
Distribution: Gentoo
Posts: 616

Rep: Reputation: 142Reputation: 142
just wondering, why do you need to scroll console?
may be you do not need it at all...
You could install gentoo from any liveCD/USB with GUI. It's much more handy and comfortable to use GUI tools like konsole or xterm or gterm instead of CLI (console).
And you could use firefox to refer online Gentoo handbook.
 
Old 08-04-2017, 09:06 PM   #9
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Shift + PageUp
Shift + PageDown

on normal keyboards

Some laptops have a shift+fn to change "modes" so that part of the qwerty keyboard becomes a number pad. Which might also activate the pageup and pagedown keys, just don't hit fn again to deactivate it. On my hp stream 11 it's Shift+Fn+UpCursor (which says pageup in small print), and DownCursor for the other.

Short answer, use a usb keyboard with dedicated keys.
 
1 members found this post helpful.
Old 08-11-2017, 07:13 PM   #10
Trihexagonal
Member
 
Registered: Jul 2017
Posts: 362
Blog Entries: 1

Rep: Reputation: 334Reputation: 334Reputation: 334Reputation: 334
Try ScrLk then the arrow keys.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Scroll/Page up in console? UNI Ubuntu 3 12-11-2010 02:34 AM
Slow console scroll speed WindAndTiger Linux - Newbie 0 04-09-2009 09:44 AM
how to scroll the screen under console tacca *BSD 2 01-09-2005 12:02 AM
console/xterm scroll? marlor Slackware 4 08-04-2004 10:41 PM
Console Scroll Problem mds00 Slackware 4 08-16-2003 12:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration