View previous topic :: View next topic |
Author |
Message |
Digital Storm Tux's lil' helper
Joined: 07 Mar 2003 Posts: 116 Location: Toronto, Canada
|
Posted: Sat Feb 07, 2004 5:33 pm Post subject: Desktop Security Question |
|
|
I've got my gentoo box up and running and configured the way I want to, but I have one last thing to do. I was wondering if there was a way to drop back to command line and keep everything running and go back to X with a keyboard combination. I'm the only one in the house that knows anything about linux, and it seems like it would be easier than installing a screensaver and password...Is this possible to do? I just don't to drop out of X and go back to find all my programs closed etc... |
|
Back to top |
|
|
kaffeen Tux's lil' helper
Joined: 27 Jan 2004 Posts: 139 Location: The Frozen North
|
Posted: Sat Feb 07, 2004 5:52 pm Post subject: |
|
|
CTRL+ALT+F(1-6) will take you back to a console.
CTRL+ALT+F7 will take you back to X.
That what you were looking for? |
|
Back to top |
|
|
Digital Storm Tux's lil' helper
Joined: 07 Mar 2003 Posts: 116 Location: Toronto, Canada
|
Posted: Sat Feb 07, 2004 5:53 pm Post subject: |
|
|
Exactly what I was looking, Thank You! |
|
Back to top |
|
|
Leander256 l33t
Joined: 05 Jul 2003 Posts: 910 Location: Singapour
|
Posted: Sat Feb 07, 2004 5:53 pm Post subject: |
|
|
To change the virtual console when you're in X, type:
Code: | <CTRL> + <ALT> + <Fn> |
with n = 1 to 6. Usually X server is launched on number 7 and higher numbered terminals aren't initialized (that can be changed but it's not the topic here).
To change the virtual console when you're not in X, it's even easier:
so with <ALT> + <F7> you should go back to X server. |
|
Back to top |
|
|
|