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,
- -white: Use a white background. The screen just appears to flash quickly, and then repaint (this is a default).
- -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.
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.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop












{ 4 comments… read them below or add one }
It’s working. Wonderful.
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!
For me, -black happens to be the default
The xrefresh is indeed very useful in garbled screen situations. These often occur on my Gnome desktop when I switch the work spaces. Is there a way to make xfresh run every time the work space is changed?