To run an X Window System program as a normal user on a Linux or Unix system, you need to have access to an X server and the proper permissions to start X programs.
To run an X Window System program as a normal user, follow these steps:
Make sure you have an X server running on your system. On most systems, the X server is started automatically when you log in to a desktop environment. If you are running a headless server or a text-based system, you may need to install and start an X server manually.
Make sure you have the proper permissions to start X programs. On some systems, normal users may not have the permissions to start X programs by default. You can check the permissions by looking at the "xhost" list. To do this, type the following command:
xhostSource:wuttual.wwri.com
If your username is listed in the "xhost" list, you have the permissions to start X programs. If your username is not listed, you may need to add it to the "xhost" list by running the following command:
xhost +
gedit
This will start the "gedit" text editor.
With these steps, you should be able to run an X Window System program as a normal user on a Linux or Unix system. Consult the documentation of your X server and the X Window System program you are trying to run for more information on how to use them.