xtrace-526c77

Introduction to xtrace

The xtrace package provides a utility to track X11 messages being exchanged between a client and an X server.

Installation of xtrace

Install xtrace by running the following commands:

autoreconf -fiv &&
./configure --prefix=/usr --program-suffix=_x11 &&
make

Now as the root user:

make install

Command Explanations

--program-suffix=_x11: Avoid conflicts with the xtrace binary provided by Glibc.

Contents

Installed Programs: xtrace_x11
Installed Libraries: None
Installed Directories: /usr/share/xtrace

Short Descriptions

xtrace_x11

traces X11 messages, most often used for debugging