xterm -C &
To immediately exit the window system (no second chances here - so careful): ctl-alt-backspace
| Virtual Console | Keystroke | Effect |
| 1 | ctl-alt-f1 | installation dialog |
| 2 | ctl-alt-f2 | shell prompt |
| 3 | ctl-alt-f3 | install log (mesages from installation program) |
| 4 | ctl-alt-f4 | system-related messages |
| 5 | ctl-alt-f5 | No special messages |
| 6 | ctl-alt-f6 | No special messages | 7 | ctl-alt-f7 | X windows |
keycode 9 = Escape Insert
To make it take effective immediately (but not after you log out), you can type:
xmodmap -e 'keycode 9 = Escape Insert'
Or for a brute force method of telling the X window system to turn off the screen saver:
xset s off
Interesting X commands:
Offsets must be given as pairs; in other words, in order to specify either XOFF or YOFF both must be present. Windows can be placed in the four corners of the screen using the following specifications:
+0+0 upper left hand corner
-0+0 upper right hand corner
-0-0 lower right hand corner
+0-0 lower left hand corner
The default window manager for GNOME is metacity, which is very popular.
Another window manager available on Red Hat Linux is sawfish.
There are a number of ways to change your window manager from metacity to sawfish.
Start-->Preferences-->Control Center
More Preferences
Sessions
Session options:
X Automatically save changes on session
Current Session:
Remove metacity
Add sawfish and change it from
Normal to Restart (one of the upper
middle buttons)
killall metacity; sleep 5; sawfish &
WINDOW_MANGER=sawfish
Linux Quick Reference Home
Linux Migration Home