You are not logged in.
Pages: 1
I installed gnome and GDM, how do I stop GDM from automatically loading every time I bootup. (I'm guessing this is because I added gdm as a daemon)
I tried alt + ctrl + backspace but it keeps popping back up and I can't access bash.
Also, when in bash sometimes stuff scrolls down the screen so fast and I want to read it. Is there a way to manually scroll back up the screen to read it all?
Also, I read somewhere about Virtual Consoles. Is this like running multiple consoles and switching between them?
Oh, also, I just wanted to say... good job everyone who is working on Arch. I am completely new to Linux and after installing it and reading the wiki, I feel like I've learned a lot.
Offline
You might want to look at the inittab method of adding a login manager:
http://wiki.archlinux.org/index.php/Add … on_startup
That way you can add a grub entry to boot to the prompt.
Otherwise, you can get to a virtual console by using ctrl+alt+f1 to f6. ctrl+alt+f7 will get you back to the graphical environment.
Offline
Ahhhh the virtual console was what I was looking for. It works perfect... tyvm Allan:D
Offline
Also, when in bash sometimes stuff scrolls down the screen so fast and I want to read it. Is there a way to manually scroll back up the screen to read it all?
Shift + PgUp / Down
Offline
Xherziu wrote:Also, when in bash sometimes stuff scrolls down the screen so fast and I want to read it. Is there a way to manually scroll back up the screen to read it all?
Shift + PgUp / Down
Also use | less or | more for programs that are not interactive. eg pacman -Ss compiler | less
Be yourself, because you are all that you can be
Offline
just to add another redundant alternative that might be lees known, with ctrl+s, you can pause the terminal, and resume it with ctrl+q
Offline
Pages: 1