1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.TH GPU-VIEWER 1 "2025-12-18" "gpu-viewer" "User Manual"
.SH NAME
gpu-viewer \- a GUI front-end for glxinfo, vulkaninfo, clinfo, es2_info and vdpauinfo
.SH SYNOPSIS
.B gpu-viewer
.SH DESCRIPTION
GPU-Viewer is a graphical user interface that consolidates and displays important GPU-related information from several command-line tools:
.PP
.BR glxinfo
.PP
.BR vulkaninfo
.PP
.BR clinfo
.PP
.BR es2_info
.PP
.BR vdpauinfo\ (X11\ only)
.PP
It extracts and presents data in a structured, user-friendly manner without requiring direct OpenGL programming knowledge.
.PP
The application is written in Python 3 using PyGObject with GTK4 and relies on the underlying tools to function correctly.
.SH OPTIONS
The program does not accept any command-line options. It launches directly into the graphical interface.
.SH FILES
.I /usr/bin/gpu-viewer
.RS
The executable binary.
.RE
.I /usr/share/gpu-viewer/
.RS
Application data and resources.
.RE
.SH BUGS
Known issues and troubleshooting steps can be found in the project issue:
.PP
.UR https://github.com/arunsivaramanneo/GPU-Viewer/issues
https://github.com/arunsivaramanneo/GPU-Viewer/issues
.UE
.SH SEE ALSO
.BR glxinfo (1),
.BR vulkaninfo (1),
.BR clinfo (1),
.BR es2_info (1)
.BR vdpauinfo (1)
.SH AUTHOR
Developed by Arun Sivaraman and contributors.
.PP
Project homepage:
.UR https://github.com/arunsivaramanneo/GPU-Viewer
https://github.com/arunsivaramanneo/GPU-Viewer
.UE
|