Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xrefresh(1) [x11r4 man page]

XREFRESH(1)						      General Commands Manual						       XREFRESH(1)

NAME
xrefresh - refresh all or part of an X screen SYNOPSIS
xrefresh [-option ...] DESCRIPTION
Xrefresh is a simple X program that causes all or part of your screen to be repainted. This is useful when system messages have messed up your screen. Xrefresh maps a window on top of the desired area of the screen and then immediately unmaps it, causing refresh events to be sent to all applications. By default, a window with no background is used, causing all applications to repaint ``smoothly.'' However, the various options can be used to indicate that a solid background (of any color) or the root window background should be used instead. ARGUMENTS
-white Use a white background. The screen just appears to flash quickly, and then repaint. -black Use a black background (in effect, turning off all of the electron guns to the tube). This can be somewhat disorienting as everything goes black for a moment. -solid color Use a solid background of the specified color. Try green. -root Use the root window background. -none This is the default. All of the windows simply repaint. -geometry WxH+X+Y Specifies the portion of the screen to be repainted; see X(7). -display display This argument allows you to specify the server and screen to refresh; see X(7). X DEFAULTS
The xrefresh program uses the routine XGetDefault(3X) to read defaults, so its resource names are all capitalized. Black, White, Solid, None, Root Determines what sort of window background to use. Geometry Determines the area to refresh. Not very useful. ENVIRONMENT
DISPLAY - To get default host and display number. SEE ALSO
X(7) BUGS
It should have just one default type for the background. AUTHORS
Jim Gettys, Digital Equipment Corp., MIT Project Athena X Version 11 xrefresh 1.0.2 XREFRESH(1)

Check Out this Related Man Page

xsetroot(1X)															      xsetroot(1X)

NAME
xsetroot - root window parameter setting utility for X SYNOPSIS
xsetroot [-help] [def] [-display display] [cursor cursor-file maskfile] [-cursor_name cursorname] [-bitmap filename] [-mod x y] [-gray] [-grey] [-fg color] [-bg color] [-rv] [solid color] [-name string] OPTIONS
The various options are as follows: Print a usage message and exit. Reset unspecified attributes to the default values. (Restores the background to the familiar gray mesh and the cursor to the hollow x shape.) This lets you change the pointer cursor to whatever you want when the pointer cursor is outside of any window. Cursor and mask files are bitmaps (little pictures), and can be made with the bitmap(1X) program. You probably want the mask file to be all black until you get used to the way masks work. This lets you change the pointer cur- sor to one of the standard cursors from the cursor font. Refer to appendix B of the X protocol for the names (except that the XC_ prefix is elided for this option). Use the bitmap specified in the file to set the window pattern. You can make your own bitmap files (little pictures) using the bitmap(1X) program. The entire background will be made up of repeated "tiles" of the bitmap. This is used if you want a plaid-like grid pattern on your screen. x and y are integers ranging from 1 to 16. Try the different combinations. Zero and negative numbers are taken as 1. Make the entire background gray. (Easier on the eyes.) Make the entire background grey. Use color as the fore- ground color. Foreground and background colors are meaningful only in combination with -cursor, -bitmap, or -mod. Use color as the back- ground color. This exchanges the foreground and background colors. Normally the foreground color is black and the background color is white. This sets the background of the root window to the specified color. This option is only useful on color servers. Set the name of the root window to string. There is no default value. Usually a name is assigned to a window so that the window manager can use a text representation when the window is iconified. This option is unused since you cannot iconify the background. Specifies the server to con- nect to; see X(1X). DESCRIPTION
The setroot program allows you to tailor the appearance of the background ("root") window on a workstation display running X. Normally, you experiment with xsetroot until you find a personalized look that you like, then put the xsetroot command that produces it into your X startup file. If no options are specified, or if -def is specified, the window is reset to its default state. The -def option can be spec- ified along with other options and only the non-specified characteristics will be reset to the default state. Only one of the background color/tiling changing options (-solid, -gray, -grey, -bitmap, and -mod) may be specified at a time. SEE ALSO
X(1X), xset(1X), xrdb(1X) AUTHOR
Mark Lillibridge, MIT Project Athena xsetroot(1X)
Man Page