You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xlsclient:Xlsclients is a utility for listing information about the client applications
running on a display. It may be used to generate scripts representing a snapshot
of the user's current session.
xev :Xev creates a window and then asks the X server to send it events whenever any‐
thing happens to the window (such as it being moved, resized, typed in, clicked
in, etc.). You can also attach it to an existing window. It is useful for see‐
ing what causes events to occur and to display the information that they contain;
it is essentially a debugging and development tool, and should not be needed in
normal usage.
xwininfo:Xwininfo is a utility for displaying information about windows. Various informa‐
tion is displayed depending on which options are selected. If no options are
chosen, -stats is assumed.
xlsfonts:xlsfonts lists the fonts that match the given pattern.
Approach for Testing:
Check for the existence of the binaries.
2.Start VNC Server on the host machine and export DISPLAY(export DISPLAY=:1) variable.
Package : xorg-x11-utils
Description : A collection of client utilities which can be used to query the X server for various information.
Binaries Provided:
/usr/bin/edid-decode
/usr/bin/xdpyinfo
/usr/bin/xev
/usr/bin/xlsatoms
/usr/bin/xlsclients
/usr/bin/xlsfonts
/usr/bin/xprop
/usr/bin/xvinfo
/usr/bin/xwininfo
xlsclient:Xlsclients is a utility for listing information about the client applications
running on a display. It may be used to generate scripts representing a snapshot
of the user's current session.
xev :Xev creates a window and then asks the X server to send it events whenever any‐
thing happens to the window (such as it being moved, resized, typed in, clicked
in, etc.). You can also attach it to an existing window. It is useful for see‐
ing what causes events to occur and to display the information that they contain;
it is essentially a debugging and development tool, and should not be needed in
normal usage.
xwininfo:Xwininfo is a utility for displaying information about windows. Various informa‐
tion is displayed depending on which options are selected. If no options are
chosen, -stats is assumed.
xlsfonts:xlsfonts lists the fonts that match the given pattern.
Approach for Testing:
2.Start VNC Server on the host machine and export DISPLAY(export DISPLAY=:1) variable.
4.To check the functionality of the xlsfonts.
5.To check the functionality of the xdpyinfo and check the exit status.
6.To verify xlsclient:
a.start any xserver client application(xterm)
b.verify the client application is listed in the output of the xlsclient
7.To verify the functionality of the xev and xwininfo.
a.create a window using xev
b.verify it using the xwininfo
8.To verify the functionality of the xprop,to set/remove the property of the window.
The text was updated successfully, but these errors were encountered: