You are not logged in.
Pages: 1
Okay, brace yourself for a super-noob question Installed Arch (more details in the Hello thread), love it. Haven't installed X yet. What's the simplest way to allow scrolling the screen? For example, I use pacman to search for kde, and the screen overfills with text, not giving me a chance to read the beginning.
Once I find out how, I'll be adding it to the Beginner's wiki
Thanks, and hello!
Last edited by Ranguvar (2008-08-14 21:05:06)
Offline
I believe you mean scrolling in the bash
simply press and hold shift and then push "page up" or "page down" on your keyboard
whether you wish to scroll up or down
good luck installing
Offline
Shift+PageUp/PageDown
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
Ah, thank you both Page Up and Down did not work, but I didn't try Shift.
Now, on to *shudder* X, KDE, and the nVidia drivers...
Offline
Shift+PageUp/PageDown
When I'm in the tty1 (virtual console), and I try to use "shift + page up/down"... it doesn't work for me. My previous terminal commands get shown just like if I hadn't pressed shift.
What works for me is piping " | " with the "less" command.... like when I search for a package and it prints out so many packages that I can't read the ones that print up first.
try to do a pacman search for gnome:
pacman -Ss gnome
then try the less command like this:
pacman -Ss gnome | less
... now it only prints one package at a time... just press enter to see the next line/package... and q to quit.
read the man page about "less"
man less
Less also works for your files.
ls -a /usr/bin | less
I also use the app called "midnight commander" for a tree view of your file system, and the browser called elinks to connect to the forums for asking questions... neither of them need a mouse or a gui.
pacman -S mc elinks
Last edited by methuselah (2008-08-12 22:02:28)
Offline
Thanks Figured that one out just a bit ago myself, since as you said, you can only scroll so much. Piping is awesome.
Offline
Pages: 1