Using Windows

This section discusses:


Tips for using the window system

Starting a console window

To start a console window, where information and any errors would be displayed, type:
xterm -C &

Alt-Ctl characters

To cycle between monitor resolutions: ctl alt + and ctl alt -

To immediately exit the window system (no second chances here - so careful): ctl-alt-backspace

Each of the virtual terminals has a specific use:
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

Make the ESCAPE key paste

If you would like to to add a shortcut of pressing the ESCAPE key and causing that to paste whatever is highlighted: place the following in .xmodmap in your home directory:
keycode 9 = Escape Insert
It will take effect after you logout and log back in.

To make it take effective immediately (but not after you log out), you can type:

xmodmap -e 'keycode 9 = Escape Insert'

Helpful X commands

To configure the screensaver: Start-->Preferences-->Screensaver

Or for a brute force method of telling the X window system to turn off the screen saver:

xset s off

Interesting X commands:

Almost all X programs can can accept arguments of the type: +0+5.
The details:

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

How to change your window manager

A window manager is a program that controls the way all of the windows look, moved, resized, the "title" bars to windows, etc. With X windows, you can choose how you want these to look and work.

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.



Where to get more information

Linux Quick Reference Home
Linux Migration Home