About nixCraft

Topics

Howto: Linux Refresh all or an X screen Kde-Gnome desktop

Posted by Vivek Gite [Last updated: September 19, 2006]

Linux or UNIX desktop systems are quite stable. However, some time weird things happen like unreadable screen and confusing application causing massive screen messed up, which makes it difficult to read what is on the Linux desktop.

Generally, I have observed that most users prefer to hit CTRL+ALT+Back Space or just kills the X session. However, there is way to get rid of this problem.

xrefresh is a simple X command 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.

Just type the xrefresh:
$ xrefresh

You can also pass -white and -black option to xrefresh command:
$ xrefresh -white
OR
$ xrefresh -black

Where,

If refresh will not clear the X display consider using xkill to kill particular X application or kill your self i.e. kill user account.

I am not sure if there is any such a program exists for Windows XP desktop. If any one has information please share with us.

Tell us how we're doing: Please answer a few questions about your experience to help us improve nixCraft.

You may also be interested in other helpful articles:

Discussion on This Article:

  1. Saikat Says:

    It’s working. Wonderful.

  2. Chaz Says:

    If you want to refresh the KDE desktop just enter the command:

    dcop kwin KWinInterface refresh &>/dev/null

    I wasn’t able to get xrefresh to work with KDE!

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2004-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.