8 Useful X-window (Gui Based) Linux Commands – Part I

We, the Tecmint Team is consistent in producing high quality articles of all kinds in Linux and Open-source domain. We have been working hard from the first day of our establishment, in order to bring knowledgeable and relevant content to our beloved readers. We have produced a lot of shell based programs ranging from funny commands to the serious commands. A few of which are:

  1. 20 Funny Linux Commands
  2. 51 Lesser Known Useful Linux Commands
  3. 60 Linux Commands – A Guide from Newbies to Administrator
X Based Linux Commands
8 X Based Linux Commands

Here in this article we will be providing a few of X-based commands, which is generally available in most of the standard distributions of today, and if in case you find the below X-based commands, not installed in your box, you can always apt or yum the required packages. Here all the below listed commands are tested on Debian.

1. xeyes Command

A Graphical eyes, which follows the mouse movement. It seems much of a funny command, than of any useful use. Being funny is as much useful, is another aspect. Run the ‘xeyes‘ in the terminal and see the moving mouse pointer motion.

ravisaive@tecmint:~$ xeyes
xeyes command
xeyes command

2. xfd Command

The ‘xfd‘ display all the characters in an X font. xfd utility creates a window containing the name of the font being displayed.

ravisaive@tecmint:~$ xfd ­fn fixed
xfd command
xfd command

3. xload Command

The ‘xload‘ outputs system load average display for the X server. It is a fantastic tool to check real time average system load.

ravisaive@tecmint:~$ xload -highlight blue
xload command
xload command

4. xman Command

Most of us are aware of man aka manual pages and use them frequently whenever we want the reference of a command or application, its usages, etc. But Very few people know that man page has a ‘X‘ version called xman.

ravisaive@tecmint:~$ xman -helpfile cat
xman command
xman command

5. xsm Command

The ‘xsm‘ stands for ‘X Session Manager‘ it’s a session manager. A session is a group of applications each of which refers to a particular state.

ravisaive@tecmint:~$ xsm
xsm command
xsm command

6. xvidtune Command

The ‘xvidtune‘ is video mode tuner for xorg. xvidtune is a client interface to the X server video mode extension.

ravisaive@tecmint:~$ xvidtune

Note: The Incorrect use of this program can do permanent damage to your monitor and/or Video card. If you don’t know what you are doing, don’t change anything and exit immediately.

xvidtune command
xvidtune command

7. xfontsel Command

The ‘xfontsel‘ application provides a simple way to display the fonts known to your X server.

ravisaive@tecmint:~$ xfontsel
xfontsel command
xfontsel command

8. xev Command

The ‘xev‘ stands for X events. Xev prints content of x events.

ravisaive@tecmint:~$ xev
xev command
xev command

That’s all for now. We have planned to post at-least one more article in the above series and we are working for that. Till then stay tuned and connected to Tecmint. Don’t forget to provide us with your valuable feedback in our comment section.

Read Also : 6 Useful X-based Linux Commands – Part II

Avishek
A Passionate GNU/Linux Enthusiast and Software Developer with over a decade in the field of Linux and Open Source technologies.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

7 thoughts on “8 Useful X-window (Gui Based) Linux Commands – Part I”

  1. Can you please tell me why I get “can’t open display ” in response to any of the X-window commands entered in command line in my debian computer. What is the solution?

    Your tutorials are very good, but I am still a beginner.

    Best wishes, Zach

    Reply
    • @Zach,
      You can’t run X based applications from commandline, you just have Desktop Environment such Gnome, Cinnamon, Mate, etc installed on the system..

      Reply
      • “You can’t run X based applications from commandline”
        But you show each and every X app being started with a terminal command.

        Reply
  2. “eyes” is indeed one of those seemingly silly apps. I use it on my system all the time. I have three screens, and frequently “lose” my mouse. a quick check of “eyes”(located atthe bottom of my middle monitor) is usually all I need to locate it again.

    Reply
    • Dear Thorin,
      It is the beauty of Linux that an useless program for one user is so much useful for another. Keep Connected!
      Kudos

      Reply
  3. It would be even more helpful if the availability of these commands is shown. Very few of them are available on my (Redhat) system by default. Probably need to add packages and/or adjust paths. Also, everyone assumes your system is connected to the internet, but for many secure systems, this is not the case, so yum will not work, at least not simply.

    Reply
    • Dear Pasquale, all of these commands should be available on most of the Linux Distro, using standard repo.

      You can find the package using apt-cache search (Debian Based), yum search (Fedora Based). You may contact the relevant community or ping us, if needed.

      Reply

Leave a Reply to Thorin Schmidt Cancel reply

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.